That entry seems to be a result of an EnterLongStop that I place at the prior bar at 09:2433. I think that entry order should not have filled.
Here is output of key variables printed in OnOrderUpdate at 09:2433:
**NT** Disabling NinjaScript strategy 'D/acdcc8c7391c4999b9ae9c78c44a111f'
**NT** Enabling NinjaScript strategy 'D/c50bdcb200374995ba47bfc3bf3c3dee' : On starting a real-time strategy - StrategySync=WaitUntilFlat SyncAccountPosition=False EntryHandling=AllEntries EntriesPerDirection=1 StopTargetHandling=PerEntryExecution ErrorHandling=StopStrategyCancelOrdersClosePositio ns ExitOnClose=True/ triggering 30 before close Set order quantity by=Strategy ConnectionLossHandling=KeepRunning DisconnectDelaySeconds=10 CancelEntryOrdersOnDisable=False CancelExitOrdersOnDisable=True MaxRestarts=4 in 5 minutes
20110214 92433
In OnOrderUpdate
orderState: PendingSubmit
Stop Price: 1.3433
High[0]: 1.3432
is entryOrder null: False
20110214 92433
In OnOrderUpdate
orderState: Accepted
Stop Price: 1.3433
High[0]: 1.3432
is entryOrder null: False
20110214 92433
In OnOrderUpdate
orderState: Working
Stop Price: 1.3433
High[0]: 1.3432
is entryOrder null: False
20110214 92433
In OnOrderUpdate
orderState: PendingSubmit
Stop Price: 1.3433
High[0]: 1.3432
is entryOrder null: False
20110214 92433
In OnOrderUpdate
orderState: Accepted
Stop Price: 1.3433
High[0]: 1.3432
is entryOrder null: False
20110214 92433
In OnOrderUpdate
orderState: Working
Stop Price: 1.3433
High[0]: 1.3432
is entryOrder null: False
20110214 92433
In OnOrderUpdate
orderState: PendingSubmit
Stop Price: 1.3433
High[0]: 1.3432
is entryOrder null: False
20110214 92433
In OnOrderUpdate
orderState: Accepted
Stop Price: 1.3433
High[0]: 1.3432
is entryOrder null: False
20110214 92433
In OnOrderUpdate
orderState: Working
Stop Price: 1.3433
High[0]: 1.3432
is entryOrder null: False
20110214 92433
In OnOrderUpdate
orderState: Filled
Stop Price: 1.3433
High[0]: 1.3432
is entryOrder null: False
How can I be getting a fill at 09:2433 with a stop price of 1.3433 when the high of the bar is at 1.3432?
Why is the Ninja chart showing the entry on the next bar?

Comment