거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Cloq - MetaTrader 4용 지표
- 조회수:
- 22908
- 평가:
- 게시됨:
- 2008.10.16 05:55
- 업데이트됨:
- 2014.04.21 14:53
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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.