xCloses1[0] = Closes[1][1];
zCloses1[0] = Closes[2][1];
The strategy follows from Calculate.OnEachTick. It would seem to me the solution lies in an instruction contained within "if State == State.Historical" but I haven't gotten beyond that. Does a clear fix jump out at you?
Thanks.

Comment