Thnaks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to create a protected strategy
Collapse
X
-
How to create a protected strategy
I have a very basic question. I have seen commercial strategies that use DLL files and require a machine ID to protect the code. What resources are available to help someone learn how to do this? I have a lot of programming experience but I don't know how to get started.
ThnaksTags: None
-
joanNT,
To clarify, checking machine ID and things like that is a service NinjaTrader offers to 3rd party partners of ours. This is a service that only allows computer's with an authorized machine ID to use the particular NinjaScript.
What you are talking about is for protected code that is hidden from the user. Exporting as a dll will help in hiding the code, but a skilled programmer can still open up the dll and find what they want to find. If you want the code protected from someone viewing it then you will need to check the "Protect compiled assembly" check box when you exit. This check box will only work if you have purchased a 3rd party Salamander Protector which prevents people from reverse engineering the exported script file.Josh P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 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
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment