Jump to content

Datafeed from NT8 to NT7


Recommended Posts

While there is no direct, built-in method to relay live data from NinjaTrader 8 (NT8) to NinjaTrader 7 (NT7), you can achieve this using a custom solution. One possible approach involves creating a custom script or tool that connects to the live data feed in NT8, then sends the data to NT7 through a TCP/IP connection or another communication method.

 

Here are the steps you can follow:

  1. In NT8, create a custom add-on that connects to the live data feed, subscribes to the required instruments, and reads the incoming data.
  2. Establish a TCP/IP server within the add-on, which sends the live data received in NT8 to an external client.
  3. In NT7, create a custom data provider that connects to the TCP/IP server hosted in the NT8 add-on as a client. This custom data provider should receive the data from NT8 and update the charts or strategies in NT7 accordingly.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...