Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OrderFill problem...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    OrderFill problem...

    Hi. can anyone tell me what could be cause for orderfill problem wit this strategy?



    here strategy code:


    #2
    Hello selnomeria,

    Thanks for opening the thread.

    Our help guide has the following description for over fills:
    NOTE: An overfill is categorized as when an order returns a "Filled" or "PartFilled" state after the order was already marked for cancellation. The cancel request could have been induced by an explicit CancelOrder() call, from more implicit cancellations like those that occur when another order sharing the same OCO ID is filled, or from things like order expirations.


    You could use the setting above to ignore overfills, but this could be dangerous and the implications of using it should be understood.

    I did not notice any CancelOrder() calls in your code or notice any OCO ID's in your error. It could be that your code is changing some IOrders and then when that order is referenced by a its entry signal for an exit, there is an inconsistent order quantity being used.

    I would suggest to limit the strategy's order operations and use Print() statements and Trace Orders to debug the strategy so you can find out more about how that situation occurred and how you can prevent it.

    Debugging: http://ninjatrader.com/support/forum...ead.php?t=3418

    TraceOrders: http://ninjatrader.com/support/forum...ead.php?t=3627

    Please let me know if I can be of further help.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    128 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    73 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    116 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    109 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    88 views
    0 likes
    Last Post CarlTrading  
    Working...
    X