MQL4 - automated forex trading   /  

Forum

Can Add more than one Comment(....) to Chart?

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

avatar
1631
DxdCn 2006.09.08 15:05 
Comment(....) ;
Comment(....) ;
Only last Comment(....) desplay its string on chart.


How Add more than one Comment(....) to Chart?

Channels. Advanced Models. Wolfe Waves

Channels. Advanced Models. Wolfe Waves

The article describes rules of marking patterns of Wolfe Waves. You will find here details of constructing and rules of accurate marking, which help to find correct formations of waves quickly and correctly.


avatar
43
zolero 2006.09.08 17:26 
Comment("Hello"+x1+"\n"
"this is new y="+y1+"\n"+
"z came up something like =="+z1);

you will see 3 rows with three different numbers...

avatar
1631
DxdCn 2006.09.08 17:54 
Thanks.

if set Comment(....) ; in one indicator file .
Is it possible to set another Comment(....) ; in another indicator file ?

avatar
43
zolero 2006.09.08 18:49 
they will overwrite each other... use print function or alert to see what you need to see.
Back to topics list  

To add comments, please log in or register