Hello,

I try it as it showing below, But it work fine with text, I NEED TO USE
IT WITH COLORS.

WH = TimeFrameGetPrice( "H", inWeekly, -1 ) ;
WL = TimeFrameGetPrice( "L", inWeekly, -1 ) ;

Wcolor = IIf (C > WH, colorGreen, colorRed );

+"\n"+" LWH : " + WH + EncodeColor( colorBlue )+ WriteIf(C > WH," Up
",WriteIf(C < WH," Down ",""))

+"\n"+" LWL : " + WL + EncodeColor( colorBlue )

Could you please help me?

All the best

Reply via email to