Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Place order through Single Click in Multiple Account

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

    Place order through Single Click in Multiple Account

    Other than 3rd tools, does Apex offer any way to

    Place order through Single Click in Multiple Account

    Or Alternatively -can I have something that I can write my self and if I place order - it can be trigger for all other account that I configure somewhere ?


    Another thing, is there a way that I can place order remotely - Provided my Ninjatrader desktop is running somewhere on VPS and I want to execute the order without coming to my VPS ?

    #2
    Hello futtrader,

    Thanks for your post.

    You would need to reach out to Apex to inquire about if they have any options/features that would allow this.

    NinjaTrader does not have a Single-Click option to submit an order to multiple accounts simultaneously.

    We are tracking interest for this in an internal feature request and I have added your vote. This request is being tracked under the number SFT-3759.

    As with all feature requests, interest is tracked before implementation is considered, so we cannot offer an ETA or promise of fulfillment. If implemented, it will be noted on the Release Notes page of the Help Guide.

    Release Notes — https://ninjatrader.com/support/help...ease_notes.htm

    That said, you could consider creating a custom NinjaScript strategy that submits orders to multiple accounts.

    The Account class would be used to subscribe to an account and submit orders to a specific account.

    See the help guide documentation below for more information.

    Account class: https://ninjatrader.com/support/help...ount_class.htm
    Account.CreateOrder(): https://ninjatrader.com/support/help...reateorder.htm
    Account.Submit(): https://ninjatrader.com/support/help...mit.htm​

    To submit orders in NinjaTrader Desktop you would need to do so from the NinjaTrader Desktop platform on your PC.
    <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


      #3
      Originally posted by NinjaTrader_BrandonH View Post
      Hello futtrader,

      Thanks for your post.

      You would need to reach out to Apex to inquire about if they have any options/features that would allow this.

      NinjaTrader does not have a Single-Click option to submit an order to multiple accounts simultaneously.

      We are tracking interest for this in an internal feature request and I have added your vote. This request is being tracked under the number SFT-3759.

      As with all feature requests, interest is tracked before implementation is considered, so we cannot offer an ETA or promise of fulfillment. If implemented, it will be noted on the Release Notes page of the Help Guide.

      Release Notes — https://ninjatrader.com/support/help...ease_notes.htm

      That said, you could consider creating a custom NinjaScript strategy that submits orders to multiple accounts.

      The Account class would be used to subscribe to an account and submit orders to a specific account.

      See the help guide documentation below for more information.

      Account class: https://ninjatrader.com/support/help...ount_class.htm
      Account.CreateOrder(): https://ninjatrader.com/support/help...reateorder.htm
      Account.Submit(): https://ninjatrader.com/support/help...mit.htm​

      To submit orders in NinjaTrader Desktop you would need to do so from the NinjaTrader Desktop platform on your PC.


      Do you have or can provide simple Strategy code, like MACrossOver which execute/submit orders on multiple account ? I just need to replace the Account Number.

      Example which can submit order to 2-3 account is also helpful to start.

      Comment


        #4
        Hello futtrader,

        Thanks for your notes.

        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 that demonstrates how this is accomplished.
        https://forum.ninjatrader.com/forum/ninjatrader-8/strategy-development/1123047-it-is-possible-to-place-duplicate-orders-for-different-accounts?p=1175601#post1175601

        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
        <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 NullPointStrategies, Today, 05:17 AM
        0 responses
        52 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        130 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        70 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        44 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        48 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X