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 rtwave, 01-15-2025, 09:59 PM
    4 responses
    24 views
    0 likes
    Last Post rtwave
    by rtwave
     
    Started by mitchdavo, Today, 05:30 PM
    0 responses
    11 views
    0 likes
    Last Post mitchdavo  
    Started by MikePari, 01-13-2025, 10:36 PM
    2 responses
    19 views
    0 likes
    Last Post MikePari  
    Started by Pa_Baz, 12-14-2024, 09:40 PM
    21 responses
    326 views
    1 like
    Last Post NinjaTrader_LuisH  
    Started by reynoldsn, 01-06-2025, 06:21 PM
    7 responses
    56 views
    0 likes
    Last Post reynoldsn  
    Working...
    X