Forum

The amount of indicators in the robot is different

in my robot i check 3 prev RSI candlestick i use this code candel1= iRSI ( Symbol (), PERIOD_CURRENT , 14 , PRICE_TYPICAL , 1 ); candel2= iRSI ( Symbol (), PERIOD_CURRENT , 14 , PRICE_TYPICAL , 2 ); candel3= iRSI ( Symbol (), PERIOD_CURRENT , 14 , PRICE_TYPICAL , 3 ); Comment ( "RSI candel 1 "

access to previous rsi

I have a robot I am writing and I want to use several rsi values of previous candles in the robot Please tell me how I access and the amount of the previous rsi