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

Copy trading

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

    Copy trading

    Hello all,

    We have several strategies that seem profitable and would like to profit by copytrading. As I have looked into there are two ways to.do It in NT8:

    - Create an App based on NT8 to share entries / exits with other users and directly copytrade. Can anyone share information about how to create and addon on NT8 or develop the script. I do not find much info.

    - Use any platform similar to etoro that run NT8. I checked https://trade.collective2.com
    is there any other alternative?.

    Regards,

    #2
    Hello azunal,

    Thanks for your post.

    You could consider subscribing to the account's OrderUpdate event in a NinjaScript AddOn, and while listening to OrderUpdate events for the account, you can then use other C# code to "announce" the orders you have submitted so they can be read somewhere else.

    Attached is an example indicator that subscribes to some account level events, including Account.OrderUpdate.

    Below is an example that uses a StreamWriter to write data to a file. Writing to a file may not be what you want to do to "announce" your signals, but would demonstrate how you could mark that you have submitted an order in a way that is readable outside of the platform. Other community members my have further thoughts since getting the signals picked up elsewhere would be another part of the adventure.

    SampleStreamWriter - https://ninjatrader.com/support/help...o_write_to.htm

    This would be the extent of advise we could offer for this in endeavor from a NinjaScript perspective.

    Other community members may also have insight for sharing signals with Collective2.

    We look forward to assisting.
    Attached Files
    JimNinjaTrader Customer Service

    Comment


      #3
      Try looking here.

      Study the network replicator from SpeedyTradingServers.com,
      it may be the closest to what you're looking for.

      Last edited by bltdavid; 01-13-2022, 08:42 AM. Reason: typo

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by poplagelu, Today, 05:00 AM
      0 responses
      3 views
      0 likes
      Last Post poplagelu  
      Started by fx.practic, 10-15-2013, 12:53 AM
      5 responses
      5,407 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by Shai Samuel, 07-02-2022, 02:46 PM
      4 responses
      98 views
      0 likes
      Last Post Bidder
      by Bidder
       
      Started by DJ888, Yesterday, 10:57 PM
      0 responses
      8 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by MacDad, 02-25-2024, 11:48 PM
      7 responses
      160 views
      0 likes
      Last Post loganjarosz123  
      Working...
      X