I find a way to share my strategy bot using the import under tools. but my question is that if I send it to someone how can I be sure that he will send it to someone else can I do something to prevent it? or maybe there is a better way ti handle this situation ?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How can I restrict imported strategy
Collapse
X
-
How can I restrict imported strategy
Hi everyone.
I find a way to share my strategy bot using the import under tools. but my question is that if I send it to someone how can I be sure that he will send it to someone else can I do something to prevent it? or maybe there is a better way ti handle this situation ?
-
Hello DanielRaz,
The vendor licensing can lock a script to specific machines, however support for this is not provided publicly over the forum.
Please contact info [at] ninjatraderecosystem.com and let them know you would like to lock a script to a specific machine and they should provide you the necessary code.
(replace the [at] with @, we post publicly email addresses this way to avoid web crawlers that scrap email addresses for spam)
You would also need to export the script as a compiled assembly so the code cannot be read or shared and optionally you can use Agile.NET to prevent the code from being un-assembled (deobfuscated).
To export your script do the following:- Click Tools -> Export -> NinjaScript
- Click the 'add' link -> check the box(es) for the script(s) you want to include -> click OK
- Check the option labelled Export as compiled assembly
- If you have Agile.NET installed and would like to use this, check the box labelled Protect compiled assembly
- Click Export -> enter a unique name for the file in the Dialog window
- Choose a save location -> click Save
- Click OK to clear the export location message
- (My) Documents/NinjaTrader 8/bin/Custom/ExportNinjaScript/<export_file_name.zip>
Below is a link to the help guide on Agile.NET protection and where Agile 6.9.1.2 can be downloaded.
You can purchase Agile.NET here.
https://www.secureteam.net/ninja-pricingChelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
45 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
21 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
31 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
50 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment