Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Exporting my indicator as a compiled pkge
Collapse
X
-
Exporting my indicator as a compiled pkge
I can deliver my indicator to a friend and he can install it with no problems. But if I try to use the Compiled option (to hide the source code) I get a warning telling me that three of my 3rd party indicatorys must be present on the target machine for my indicator to be installable. Why would my compile process reference any other indicator on my system. I just want to distribute a "source code hidden" version of my indicator - to someone who does not have my other 3rd party indicators.
ThanksTags: None
-
If you export a compiled dll from an NT install which has other dll's your indicator might want them even if it doesn't need them. Best bet is to move your script to another NT installation which has nothing but system indicators and export from there.
DanLast edited by eDanny; 07-02-2010, 03:24 PM.
Comment
-
My script is basic, bare-bones and does not rely on any other scripts or calls to any other indicators other then standard Ninja calls (Min, Max, etc). I suspect that Dan (last post) may be on to something. It may try to include other DLL's whether they are used or not. I guess I'll try to install on a different machine and compile from there.
Comment
-
That will work.Originally posted by dberti View PostI guess I'll try to install on a different machine and compile from there.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
600 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
347 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
558 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
558 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment