Jump to content

Recommended Posts

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...