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 jxs_xrj, 01-12-2020, 09:49 AM
    5 responses
    3,290 views
    1 like
    Last Post jgualdronc  
    Started by Touch-Ups, Today, 10:36 AM
    0 responses
    6 views
    0 likes
    Last Post Touch-Ups  
    Started by geddyisodin, 04-25-2024, 05:20 AM
    8 responses
    61 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by Option Whisperer, Today, 09:55 AM
    0 responses
    7 views
    0 likes
    Last Post Option Whisperer  
    Started by halgo_boulder, 04-20-2024, 08:44 AM
    2 responses
    24 views
    0 likes
    Last Post halgo_boulder  
    Working...
    X