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 charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
65 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
149 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
99 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
286 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment