Hi all,

ValleyCond1 = y2 < y3; // Higher Low OR Lower Low
ValleyCond2 = y2 = y3; // DB = Double button

LLHL = WriteIf( ValleyCond1, "HL", "LL" );

PlotText( "L",x2,VALLEY_ONE_WRITEPOSITION*y2,colorBlack,colorWhite );
PlotText( LLHL,x3,VALLEY_ONE_WRITEPOSITION*y3,colorBlack,colorWhite );


With the above code it plot text for HL Or LL, I Would like to add one
more text for double button, but I can't add it. Any one can help
please.


Reply via email to