Hi all,
I'm using this to show last week H and Low in the title :
WH = TimeFrameGetPrice( "H", inWeekly, -1 ) ;
WL = TimeFrameGetPrice( "L", inWeekly, -1 ) ;
+"\n"+" LWH : " + WH + EncodeColor( colorBlue )
+"\n"+" LWL : " + WL + EncodeColor( colorBlue )
How can I use two colors Just for ( +"\n"+" LWH : " + WH + EncodeColor( colorBlue ) if C > WH, colorgreen, colorred ).
Any one can help please.
All the best
|