Problem is when I enable the strategy, it won't execute if there's still a phantom "in progress" entry of a previous historical bar. how can I ignore whether it would have closed in a previous entry?
basic example if I'm saying if current bar price is lower than previous bar, then enter for 2 points. However if 2 bars ago that condition is met, my strategy won't enter because 2 points haven't been realized yet since that entry.

Comment