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 sjsj2732, Yesterday, 04:31 AM
|
0 responses
38 views
0 likes
|
Last Post
by sjsj2732
Yesterday, 04:31 AM
|
||
|
Started by NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
287 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
289 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
134 views
1 like
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
95 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|

Comment