DrawRectangle("ema1060", 20, EMA(BarsArray[2],10)[0], 0, EMA(BarsArray[2],10)[0] + 0.0010, Color.Transparent, Color.Blue, 2);
If the price is going up then I want to clear this rectangle but it stays there at the level it was set at when I activate it when the price is heading down?
Thanks

Comment