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 DeskTroll, Today, 12:09 PM
    3 responses
    22 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by Pabulon, 12-02-2024, 03:42 PM
    14 responses
    90 views
    0 likes
    Last Post Pabulon
    by Pabulon
     
    Started by tfa2806trader, Today, 12:04 PM
    10 responses
    25 views
    0 likes
    Last Post tfa2806trader  
    Started by trdninstyle, 11-26-2024, 12:23 PM
    62 responses
    186 views
    0 likes
    Last Post trdninstyle  
    Started by lorien, 08-08-2021, 07:33 AM
    12 responses
    721 views
    0 likes
    Last Post AndyM871  
    Working...
    X