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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
107 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
153 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
71 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
125 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
79 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment