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

Syncronize all strategies after order placement

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

    Syncronize all strategies after order placement

    Hi Support

    I have 3 automated strategies running on an instrument in NT8, they submit buy and sell entries independently.

    After each signal and when an order is placed, I would like the strategies to automatically syncronize.

    How can I get the strategy that placed the last order to automatically syncronize all strategies (other than going into the Strategies tab, select them, right click and click Syncronize all strategies)?

    Is there a line of code I can put into NinjScript below the entry?:

    EnterLong("1stUp");
    (code here to call an auto sync command)

    Kind regards,

    #2
    Hello, thanks for your post.

    The best thing to do in this case would be to unify the 3 strategies into 1 strategy. NinjaTrader supports multiple time frame and instrument scripts. More details on this here.

    If that can not be done, you could create ab AddOn that calls one of the order entry methods and have your strategies call those functions to sync the account manually.

    Please let me know if I can assist any further.
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by f.saeidi, Today, 11:02 AM
    1 response
    1 view
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by geotrades1, Today, 10:02 AM
    4 responses
    12 views
    0 likes
    Last Post geotrades1  
    Started by rajendrasubedi2023, Today, 09:50 AM
    3 responses
    15 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by lorem, Today, 09:18 AM
    2 responses
    11 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by geddyisodin, Today, 05:20 AM
    4 responses
    30 views
    0 likes
    Last Post geddyisodin  
    Working...
    X