When running a strategy in Strategy Analyzer, if I have an order active before the end of session of the last date, and IsExitOnSessionCloseStrategy is set to true, processing the last bar of the last date (the bar before the session end of the End date):
- The bar is shown on the chart - Correctly
- Order is closed using "Exit on session close" - Correctly
- But, the OnBarUpdate doesn't get this last bar and the strategy stops one bar before - Missing, possibly a a bug

Comment