Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multiple brokers interaction with one action

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

    Multiple brokers interaction with one action

    Hello

    If i have more than one breaker, -different connections-, is there a way to make one action like short or long and this order will be sent to both brokers?

    Thanks

    #2
    What you're asking about sounds like a trade copier.

    If you're interested in beta testing my trade copier
    product, please send me a private message.

    Comment


      #3
      Hello Algo Trading,

      Thanks for your post.

      I understand that you would like to submit an order to one account and have the same order submitted on a second account.

      Account-level OrderUpdate events could be used to pick up orders from one account and submit orders to another account. To accomplish this, you would need to create a script that subscribes to account-level OrderUpdate events to monitor orders sent to the first account. Then, in OnOrderUpdate you could check if an order is filled and if the order is long or short. If the order IsLong, then you can use CreateOrder() to create a buy order and use Submit() to submit the order to the second account. If the order IsShort, you could use CreateOrder() to create a sell order and use Submit() to submit the order to the second account.

      Please see the attached example script on this forum thread that demonstrates how this is accomplished.
      Hi everybody! I would like to know if I can operate for two accounts at the same time with duplicated orders. I have a proprietary trade firm account and I wanted to trade simultaneously from the proprietary trade firm account and my personal account, with identical orders at the same time, replicated.


      Also, please see the following help guides linked below for more information.

      OrderUpdate - https://ninjatrader.com/support/help...rderupdate.htm

      Submit() — https://ninjatrader.com/support/help...t8/?submit.htm

      Let us know if we may further assist.​
      <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

      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