거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
22717
평가:
(8)
게시됨:
2008.10.16 05:55
업데이트됨:
2014.04.21 14:53
Cloq.mq4 (9.64 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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 Time_modified

Modified MarketTime indicator .

ZH_Global_Chart_Variable_Lib ZH_Global_Chart_Variable_Lib

The library is intended for working with the global graphical variables.

Kuskus Starlight Kuskus Starlight

Indicator Kuskus Starlight.

Takbir Takbir

It shows the buy and sell signals.