I placed the following print statement in the BarsInProgress ==2 section
Print("FishTrans HT[0] = "+ FisherTransform(Close,21)[0]);
I also placed the exact same print statement in the BarsInProgress == 0
and I get the correct values for the FisherTransform on the 1 Minute Chart.
I have 3 time frames running, that is why my 5 minute is BarInProgress == 2
I have also tried accessing this value from the BarsInProgress == 0 by using the BarsArray[2] in the parameter list. I get the same values as printed from the BarsInProgress == 2 but they are wrong according to the Data Box for the 5 min chart.
PS.
Just ried running the Startegy on the 5 min chart and the values from the print staements are correct now.

Comment