Announcement

Collapse
No announcement yet.

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.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    48 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    126 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    66 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X