I have came across this error when I am now trying to run my code. Is this issue big enough to now allow the system to enter a trade when the conditions are met?
My system has worked on market replay as intended but the last day or two it never signaled. Is this just an issue with how something is being displayed on the chart? Where would be the place to use the print function to see what is possibly causing the issue?
As typing this I also did realize this current code has the ability to use multi data series. If I do have real-time data incoming to ES and NQ which are coded in but I do not have live data for EMD which is the third data series I can use, is this where the issue could be coming from for the strategy not processing the trade logic? The other series are not pulling any data for trades for ES at this time.

Comment