당사 팬 페이지에 가입하십시오
- 조회수:
- 4789
- 평가:
- 게시됨:
- 2011.09.22 10:26
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
This function outputs a comment in the top left corner of a chart.
New comments are added as a new line without deleting existing ones. Comments also show the current time and the script name. This function can be issued.
At the end only the comments of their own will be deleted.
Class variables
- SHOW_MQL5ProgramName - if False shows no MQL5 Program Name(default True);
- SHOW_CurrentLocalTime - if False shows no Current Local Time(default True);
- chartID - handle to selected chart window(default current chart window).
Class Methods
- Add_MyComment("Hello");
- Del_MyComments().
Examples have been added.
Recommendations
Tested on: MetaTrader 5 Build 507 - Windows 7 x64

The simple indicator which displays minimums and maximums of the eldest, middle and short periods using semaphore dots.

The indicator generates buy and sell signals using colored dots on a chart and displays messages.

The indicator consists of support and resistance levels based on a trading range for a certain period of time.

The indicator consists of five Tirone Levels that are, in fact, support and resistance levels based on a trading range for a certain period of time.