When I print the low of the current bar (using Low[0]) and when I print the time (using Time[0]) I'm getting data from 12/14/2021 at 5:15 PM.
When the strategy places orders, the orders appear where I would expect on the chart, according to where I have the playback connection set to. The date/time that the playback connection is set to matches up with the orders so that all looks fine - the problem is when I print the time and the low I'm getting data from 12/14.
I discovered this issue while debugging. I noticed the stop was not being placed because of calculation issues, which I traced back to the fact that the data being pulled using Time[] and Low[] are from a totally different date.
I don't want to fill this post up with unnecessary info and I'm not sure what else to share to ask for help, so if I'm leaving out needed info please let me know and I'll be happy to share.

Comment