I use RSqueeze Indicator
like if (RSqueeze().EntsignalUp[0] == XX) then{}
to obtain the value of the courbe EntsignalUp at current Bar [0] inside RSqueeze
my question is how can I obtain
EntsignalUp at current Bar [0] inside RSqueeze
for the first serie add
What can i do use BarsArray[1],
or ...[1],[0]
thanks of your help
Pierre

Comment