Hello,

I have the following potshapes. They work fine untill the same bar has both 
signals TRUE, then the plotshapes overwrite on top of the other.(which is not a 
bug just behaviour).

Is there a way I can specifiy co-ordinates such that Strategy6_Sell, is x 
levels below the signal candle or above the signal candle like that?.
PlotShapes( IIf( Strategy6_Sell, shapeDigit6 , shapeNone ), colorYellow );

PlotShapes( IIf( Strategy3_Buyl, shapeDigit6 , shapeNone ), colorBlue);

Thanks,Padhu


Reply via email to