거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
라이브러리

MyComment - new comments added without deleting existing ones. - MetaTrader 5용 라이브러리

조회수:
4459
평가:
(24)
게시됨:
2011.09.22 10:26
업데이트됨:
2016.11.22 07:32
\MQL5\Include\
mycomment.mqh (3.76 KB) 조회
\MQL5\Experts\
example_2.mq5 (2.21 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

MyComment - new comments added without deleting existing ones

3_Level_ZZ_Semafor 3_Level_ZZ_Semafor

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

SilverTrend_Signal SilverTrend_Signal

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

Three Tirone Levels Three Tirone Levels

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

Five Tirone Levels Five Tirone Levels

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.