Forums › ProRealTime English forum › ProOrder support › comparing indicators from different periods › Reply To: comparing indicators from different periods
12/11/2018 at 5:47 PM
#86858
Hi That’s great thanks for that in regard to the second question is it possible to record a variable ?
1 2 3 4 5 6 7 8 9 |
record_rsi= 0 my_rsi=rsi[14] if roc>14 then //record variable record_rsi=my_rsi[0] endif |
Really Appreciate the input
Kind Regards,