Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Distribution
Collapse
X
-
Distribution
I want to distribute to a few friends and acquaintances without releasing the source code. I want to limit the installation so it can't be used elsewhere. I found the commercial distribution information at https://ninjatrader.com/support/help...stribution.htm but I'm not trying to commercialize it. I don't want others to be able to re-distribute it. Is there a way to limit re-distribution without having to go through the process of requesting for a vendor id?Tags: None
-
Hello tonystarks,
Thanks for your post.
There would be no supported way to limit redistribution of the AddOn without becoming a member of our Vendor program as you have stated.
That said, you could export the indicator as a compiled assembly (DLL) so that the code is protected. Protected code cannot be viewed or modified. See the help guide documentation below for how this could be done.
Please let me know if I may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
- Likes 1
-
tonystarks If you have access to an FTP account somewhere, you could create your own validation process by having a list of valid Machine IDs on that server account and checking against it at invocation of your code. That is, after all, essentially what the NinjaTrader Vendor checks do. You would then simply ask those to whom you distribute to provide their Machine ID, add it to your FTP list and the appropriate checks in the code should provide access. Machine IDs not in your list would be denied access. Greater granularity is also possible where you check Machine ID and the name of the code requesting it. For example, provide access to the Machine ID for Mum to all products, but the Machine ID for cousin Harry can only access MyHairyIndicator. Just one way to go.
Thanks.
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
331 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
549 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
550 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment