| / | Forum |
|
vixenme
2006.09.11 06:02
is there any way to clear old Comment(); function that appear on the chart?
every time i remove this function the comment still stand annoying me any help pls |
|
MQL4 Language for Newbies. Custom Indicators (Part 1) This is the fourth article from the series "MQL4 Languages for Newbies". Today we will learn to write custom indicators. We will get acquainted with the classification of indicator features, will see how these features influence the indicator, will learn about new functions and optimization, and, finally, we will write our own indicators. Moreover, at the end of the article you will find advice on the programming style. If this is the first article "for newbies" that you are reading, perhaps it would be better for you to read the previous ones. Besides, make sure that you have understood properly the previous material, because the given article does not explain the basics. |
|
oldman
2006.09.11 08:03
I just put Comment(""); and it clears the screen.
|
|
vixenme
2006.09.11 09:57
thank you ^_^ |