Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
NtDirect setup
Collapse
X
-
NtDirect setup
I discovered today that once you have called the function "setup" to route orders to a remote machine, it will also route orders to the remote machine even from code that did not call the "setup" function. Does this sound correct? If so, could it be made otherwise, meaning I would like to run one NtDirect strategy with the orders going to a remote machine and another on on the same local computer with the orders going to the local NT platform.Tags: None
-
Hello,
This does sound correct as its simply overiding the settings under Control Center->Tools->Options->ATI which is a global setting:
int SetUp(stringhost, intport)
Optional function to set the host and port number. By default, host is set to "localhost" and port is set to 36973. The default port number can be set via the General tab under Options. If you change these default values, this function must be called before any other function. A return value of 0 indicates success and -1 indicates an error.
I will check with development on this for you.BrettNinjaTrader Product Management
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
27 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
117 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
69 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
226 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
414 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|

Comment