Announcement

Collapse
No announcement yet.

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

    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 NullPointStrategies, Today, 05:17 AM
      0 responses
      39 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      124 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      64 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      41 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