I am testing my strategy using the Playback connection, and everything appears to be working well, but I am having one small issue. If a single bar which triggers my entry also grows long enough to trigger all of my exits, the entry conditions still exist, and it immediately jumps back into another entry during that same bar. I don't want that to happen. I want it to wait at least until that bar closes before it starts looking for the conditions for a new entry.
I know about IsFirstTickOfBar, but that won't work, because, obviously, I want to be able to enter and exit within the same bar. And I can't use the Maximum Entries per Direction, because I've actually exited at that point.
Does anyone have any suggestions about how to get it to ignore entry conditions that may be still be present if there have already been trades within that bar?
Thanks in advance!

Comment