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

Immediately submit live working historical orders - via code

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

    Immediately submit live working historical orders - via code

    Hello,

    When restarting NinjaTrader after a crash or other event, I would like the following combination of settings:
    Sync Account Position = true
    Immediately submit live working historical orders = true

    Here's the twist - I would like to do this within each strategy, rather than relying on the GUI for the setting, since it could be the case that different strategies would require different combinations of settings.

    I have already implemented the SyncAccountPosition setting in code, but can't find the variable to set the option to Immediately submit live working historical orders. Could someone please point me in the right direction for this?

    Also, if you wouldn't mind, please confirm where both of these should be placed. Will they only work in the Initialize() method, or will OnStartUp() work as well?

    Thank you.

    #2
    Hello UglyHack,

    Thank you for your post.

    Sync Account Position should be done in the Initialize() method. I am not aware of a way to set to 'On starting real-time strategy' options in the code, if it is available it is unsupported.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by traderqz, Today, 09:44 AM
    2 responses
    4 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by stafe, 04-15-2024, 08:34 PM
    8 responses
    40 views
    0 likes
    Last Post stafe
    by stafe
     
    Started by rocketman7, Today, 09:41 AM
    2 responses
    6 views
    0 likes
    Last Post rocketman7  
    Started by rocketman7, Today, 02:12 AM
    7 responses
    31 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by guillembm, Yesterday, 11:25 AM
    3 responses
    16 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X