Hello,
I’ve tested a strategy with backtest and it works correctly, open and close the trades.
Now, I want to test it with real-time data and a created sim account. I’ve done the next steps to test it:
- Connect to Live connection (the circle is green).
- Open a chart with real data. It shows the renko bars and draws them in real-time.
- Open the strategies window and choose, configure (verify check Enabled) and add my strategy to the chart (shows the name in the chart).
- It shows the trades in the loaded bars.
- After that new bars are loaded but it doesn’t run any trade.
- Check NinjaScript Output window but any exception is thrown.