Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Unmanaged: OverFill

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

    Unmanaged: OverFill

    Simple question:

    If I set IgnoreOverFill = false; what will NT do when this occurs ?

    - Will NT allow the script to continue and later the script itself will take care of balancing the Strategy Positions?

    - Will NT or the Script crash, so that I should add some logic procedure in case of ?

    - Will NT handle this situation as an order when it's rejected, close all, cancel all...etc ?

    Ideas, suggestions ?

    #2
    IgnoreOverFill = false is the default behavior of a scrit

    If you run into an overfill scenario, the script will disable and attempt to close any positions and cancel all orders.

    If you're looking to add your own logic in the case of an overfill, you'll want to use IgnoreOverFill to true. At that point the strategy will still run, however there will be no internal attempts to manage your orders/positions. You will need to program your own order handling rules to deal with this scenario in the manner you wish.
    MatthewNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    571 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    331 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    549 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    549 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X