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

Looking for a trade copier from NT8 to Sierra

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

    Looking for a trade copier from NT8 to Sierra

    I'd like to know if there is a trade copier that will allow me to copy trade execution from Ninjatrader to Sierra chart.

    Kindly point me to the right direction if anyone knows about it. Thanks.

    #2
    Hello Research101,

    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 that demonstrates how this is accomplished.

    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.
    Attached Files
    Brandon H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Radano, 06-10-2021, 01:40 AM
    19 responses
    606 views
    0 likes
    Last Post Radano
    by Radano
     
    Started by KenneGaray, Today, 03:48 AM
    0 responses
    4 views
    0 likes
    Last Post KenneGaray  
    Started by thanajo, 05-04-2021, 02:11 AM
    4 responses
    470 views
    0 likes
    Last Post tradingnasdaqprueba  
    Started by aa731, Today, 02:54 AM
    0 responses
    5 views
    0 likes
    Last Post aa731
    by aa731
     
    Started by Christopher_R, Today, 12:29 AM
    0 responses
    11 views
    0 likes
    Last Post Christopher_R  
    Working...
    X