Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
What folder are the compiled strategies in?
Collapse
X
-
Hello defa0009,
We do not recommend deleting files manually from the filesystem as this is likely to cause compile errors.
To remove a third party assembly package:- Click Tools -> Remove NinjaScript Assembly...
- Select the assembly to remove -> click the Remove button
- https://ninjatrader.com/support/help...emovingAdd-Ons
- Click New -> NinjaScript Editor -> select to expand the Indicator folder
- Right-click the indicator by name -> select Remove
- https://ninjatrader.com/support/helpGuides/nt8/index.html?ns_explorer.htm#ManagingScriptsAndFolde rs
- Click New -> NinjaScript Editor -> select to expand the Strategies folder
- Right-click the strategy by name -> select Remove
- Click New -> NinjaScript Editor -> select to expand the related folder
- Right-click the script by name -> select 'Exclude From Compilation'
- https://ninjatrader.com/support/helpGuides/nt8/index.html?ns_explorer.htm#ExcludingAScriptFromCom pilation
That said, open source scripts are compiled in to the NinjaTrader.Custom.dll located in Documents\NinjaTrader 8\bin\Custom.Chelsea B.NinjaTrader Customer Service
-
Hello defa0009,
You can export your code as an assembly (.dll) to prevent this code from being read or modified, 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 Exporting NinjaScripts.
Below is a link to the help guide on Agile.NET protection.
You can purchase Agile.NET here.
https://www.secureteam.net/ninja-pricingChelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
42 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
124 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
65 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment