NarubiaN / Publications
Forum
ORDER_TYPE_SELL attempts a buy?!
if (trade) PrintFormat ( "RSI: " +RSICur+ ",CCI: " + CCICur+ ", " +trade+ ", bid: " +bidCur+ ", Order:" +ordertype); if (trade) //if (!Buy_opened) { MqlTradeRequest request={ 0 }; MqlTradeResult result={ 0 }; request.tp=tp; request.sl=sl; request.action =
Static RSI and CCI on historic data?!
Hello my dudes. I'm backtesting an expert I created, and it doesn't seem to change CCI and RSI..? Left side is the coded, right side is the backtest. The code is within the OnTick scope