Thank you for your great work on this forum.
I am having an issue whereby i am not getting fills/executions for my orders. The order gets sent from my code but it is not even shown in the Order tab of NinjaTrader. Here are the logs for the order update method.
Order Update Arrived: Order='NT-00000/Sim101' Name='Short Entry - 1000' State=PendingSubmit Instrument='$EURUSD' Action=Sell Limit price=0 Stop price=0 Quantity=0.01M Strategy='DynamicConditionStrategyStock' Type=Market Tif=Gtc Oco='' Filled=0 Fill price=0 Token='222ad243cb91445a9ddd15baf04c4828' Gtd='12/1/2099 12:00:00 AM' Order Update Arrived: Order='NT-00000/Sim101' Name='Short Entry - 1000' State=Accepted Instrument='$EURUSD' Action=Sell Limit price=0 Stop price=0 Quantity=0.01M Strategy='DynamicConditionStrategyStock' Type=Market Tif=Gtc Oco='' Filled=0 Fill price=0 Token='222ad243cb91445a9ddd15baf04c4828' Gtd='12/1/2099 12:00:00 AM' Order Update Arrived: Order='NT-00000/Sim101' Name='Short Entry - 1000' State=Working Instrument='$EURUSD' Action=Sell Limit price=0 Stop price=0 Quantity=0.01M Strategy='DynamicConditionStrategyStock' Type=Market Tif=Gtc Oco='' Filled=0 Fill price=0 Token='222ad243cb91445a9ddd15baf04c4828' Gtd='12/1/2099 12:00:00 AM'
SubmitOrder(0, OrderAction.Buy, OrderType.Market, 1000, 0, 0, "", "Long Entry");
Any reasons or known issues? Can you please advise about this? Is this a problem with the code or with NinjaTrader?
Hoping to hear from you soon.
Thanks
Master

Comment