Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Tim-c, Today, 03:54 AM
    0 responses
    3 views
    0 likes
    Last Post Tim-c
    by Tim-c
     
    Started by FrancisMorro, Today, 03:24 AM
    0 responses
    2 views
    0 likes
    Last Post FrancisMorro  
    Started by Segwin, 05-07-2018, 02:15 PM
    10 responses
    1,771 views
    0 likes
    Last Post Leafcutter  
    Started by Rapine Heihei, 04-23-2024, 07:51 PM
    2 responses
    31 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by Shansen, 08-30-2019, 10:18 PM
    24 responses
    945 views
    0 likes
    Last Post spwizard  
    Working...
    X