Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Libraries

MyComment - new comments added without deleting existing ones. - library for MetaTrader 5

Views:
4278
Rating:
(24)
Published:
2011.09.22 10:26
Updated:
2016.11.22 07:32
\MQL5\Include\
mycomment.mqh (3.76 KB) view
\MQL5\Experts\
example_2.mq5 (2.21 KB) view
example_3.mq5 (2.3 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.