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 argusthome, 03-08-2026, 10:06 AM
|
0 responses
88 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
30 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
34 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
68 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment