using Add(PeriodType.Day, 1);
CalculateOnBarClose = false;
Let's assume that i test the ES with 1 Minute data based on RTH session template.
I will enter a enter order a few min after open, if last days' close is above a specific price.
Does Closes[1][0] mean the Close of the current day or last days' close? (since CalculateOnBarClose = false; i assume PriorDayOHLC().PriorClose[0] and Closes[1][0] are different)
**Edit**
I meant Closes[1][0] not Closes[0][0] and switched it

Comment