I tried creating simple intraday strategy using SAR and found that back test is not correct. There are open positions that were not squared off on the last day. Also entry and exit are not matching with chart. I have pasted few initial observations below and full test result and configurations are attached.
Strategy
Backtest Result
Chart
Questions
- Why there is exit at 10:00AM?
- Why new entry at 2:45PM?
- If i set SL =99, and TP=99, last entry is BUY. Which should not be. it has to have a SO entry.
Though I am running the backtest on same stock it feels like it is runnin git on some other stock as the char and entry exit do not match.
What am i missing?