Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How the best way to run strategies which carry positions?

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

    How the best way to run strategies which carry positions?

    My strategies carry positions from day to day (barely stay flat). I ve tried to use "wait until flat before trading" etc, But I ve been having some problems.
    Main problem is, Interactive Brokers turns off almost every day (for maintenance) and the strategies have to be reset everyday. (I could leave NT running for several days and decrease my trouble, but...)
    As I saw, SYNC TRUE with "wait until flat" does not work since the system get your position flat every day before runs it.
    What would be the best way to do that?

    SYNC TRUE and if (historical) return;???

    #2
    Hello dafonseca,

    Thanks for your note.

    The best way to have a strategy resume its position and orders is to start the strategy initially and then continue running with these settings:

    Add intra-bar granularity to ensure that historical trades match real time trades as closely as possible.
    http://www.ninjatrader.com/support/f...ead.php?t=6652

    Set the On starting a real time strategy: option to 'Immediately submit live working historical orders' in Tools -> Options... -> Strategies -> NinjaScript.
    http://www.ninjatrader.com/support/h...tegies_tab.htm

    Set the Account Sync in the strategy parameters to True
    http://www.ninjatrader.com/support/h...t_strategy.htm

    Below is a link where you can read about the different Account Sync options.
    http://www.ninjatrader.com/support/h..._positions.htm
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

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