I'm currently testing my strategy on the simulator using an external data feed.
When I open up the chart (it uses historical data) and load up the strategy, all historical orders are shown. However, as soon as the feed starts sending in new data, all newly submitted orders are stuck in a pending state. The graph is updating correctly with the data feed but none of the new orders show up on the chart.
Is this expected behavior of the simulator / external feed? Maybe I'm missing something.
Any help would be greatly appreciated, as always.
Thanks
EDIT: The order state is actually stuck in Working. The order state is going from PendingSubmit, to Accepted, to Working, but never gets filled when new data arrives.
Comment