I have been using a strategy for ZS where I have come across an issue. When we have the session halt the bid/ask can obviously be much higher or lower than the actual trading price This causes the bid and ask to take a look at how far the trade has moved against or for me and then executing logic on bar update when the session opens back up and I have been kicked out twice the last two days this way. I guess I can't be mad since I still made money on both trades but when I start scaling this one, this would be the only issue hindering the trades.
Is there a way to block this easily and make sure that bid or ask price has actually been traded in my exit logic? I know the other way around could be to put in time variables for my exit that won't register 8:30am to 9:30am est in the logic but I feel like that could cause a different issue. Any suggestions would be appreciated!

Comment