Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Turn off dll setup function
Collapse
X
-
I had not noticed that function before. Thank you.Originally posted by NinjaTrader_Bertrand View PostAtomic, have you tried calling the TearDown function to disconnect then?
http://www.ninjatrader.com/support/h.../functions.htm
Comment
-
I noticed just now that when I call up help from the NT platform and go to the directions for the dll functions, I do not find the teardown function listed.
Now I've tried to access the teardown function and discovered that neither of my machines has it installed.Last edited by Atomic; 05-03-2011, 08:34 AM.
Comment
-
I'm using NT 7.0.1000.4. When you go to the help, the dll functions are listed in two place. One of them has and one of them doesn't. It seems I am always looking in the wrong spot. Nevertheless, I do not have the teardown function anywhere. How do I get it?Originally posted by NinjaTrader_Bertrand View PostIn which NT version are you working here? In both the inbuild and online helpguide TearDown is listed as DLL interface function for NTDirect.DLL.
Comment
-
I am using TradeStation. I'm not exactly clear on how to apply the "teardown" function, I just know that it does not appear in my EasyLangue function library, so I cannot call it. I installed all the functions from the ELD that comes with the NT platform, so where am I to get the "teardown" function?Originally posted by NinjaTrader_Bertrand View PostAtomic, what interface option are you then using here? The functions available for DLL vs eSignal / TS would slightly differ, so you would need to check into how the 'convenience' functions are build from the DLL interface ones and then use the same approach for TearDown.
Thanks.
Comment
-
I'm not clear on the syntax. What I've done:Originally posted by NinjaTrader_Bertrand View PostThe TearDown() function is available in the general DLL interface, there's not yet a TS convenience function supplied for it - you would need to code this in EasyLanguage on your own unfortunately.
In the external feed strategy code I have:
DefineDLLFunc: "NtDirect.dll", int, "TearDown";
TearDown;
It verifies, but the local NT platform does not pick up the external data feed.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
77 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
45 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
27 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
63 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment