MQL4 - automated forex trading   /  

Forum

clear old Comment(); function appear on chart?

Back to topics list To post a new topic, please log in or register

avatar
2077
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)

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.


avatar
120
oldman 2006.09.11 08:03 
I just put Comment(""); and it clears the screen.

avatar
2077
vixenme 2006.09.11 09:57 
oldman wrote:
I just put Comment(""); and it clears the screen.

thank you ^_^
Back to topics list  

To add comments, please log in or register