Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Cloq - indicateur pour MetaTrader 4
- Vues:
- 22909
- Note:
- Publié:
- 2008.10.16 05:55
- Mise à jour:
- 2014.04.21 14:53
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The indicator displays the time of the trading session.
// CloqCorner - 0 = top left, 1 = top right, 2 = bottom left, 3 = bottom right // DispGMT - Display GMT Time // DispLocal - Display Local Time // DispLondon - Display London Time // DispTokyo - Display Tokyo Time // DispNY - Display New York Time // DispBroker - Display Brokers Time // LabelColor - Color of city label // ClockColor - Color of clock
Input Parameters:
extern int CloqCorner =2; extern bool DispGMT =true; extern bool DispLocal =true; extern bool DispLondon =false; extern bool DispTokyo =false; extern bool DispNY =false; extern bool DispBroker =true; extern color LabelColor =Black; extern color ClockColor =Black;
Cloq
Time_modified
Modified MarketTime indicator .
ZH_Global_Chart_Variable_LibThe library is intended for working with the global graphical variables.