I'm reviewing trades from 12/18 that fired in live mode and retesting with the strategy analyzer. I'm expecting to see 6 trades that date, however, when reviewing the analyzer results, 5 given. Digging a little deeper, I see that 1 trade is in a "working" state but is never filled. Any sense of why this would happen? Any help would be appreciated. I've been pulling my hair on on this one.
I'm running with the following config:
else if (State == State.Configure)
{
//https://ninjatrader.com/support/helpGuides/nt8/index.html?realtimeerrorhandling.htm
//RealtimeErrorHandling = RealtimeErrorHandling.IgnoreAllErrors;
EntriesPerDirection = 10;
EntryHandling = EntryHandling.UniqueEntries;
TraceOrders = true;

Comment