Hello, I use the RSI-2 strategy to trade. The buy signal is when rsi2 is below 10, and the selling price is the highest price of the last 2 candles.
The problem is that the right point to sell in the backtest was supposed to be in the indicator MAX(2)[High] (which indicates the high of the last 2 periods). The program consider the selling point in the close of the candle that touched the MAX(2)[High].
I would like to know if there's a possibility to add a condition in wich the option "for sell use:" is an indicator (like MAX).
Thanks,
The problem is that the right point to sell in the backtest was supposed to be in the indicator MAX(2)[High] (which indicates the high of the last 2 periods). The program consider the selling point in the close of the candle that touched the MAX(2)[High].
I would like to know if there's a possibility to add a condition in wich the option "for sell use:" is an indicator (like MAX).
Thanks,