| / | Forum |
|
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 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. |
|
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... |
|
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 ? |
|
zolero
2006.09.08 18:49
they will overwrite each other... use print function or alert to see what you need
to see.
|