JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Administrator
Staff member
1. How to Import IndicatorsMost third-party indicators are provided as .zip files. Do
not unzip the file manually; use the built-in import tool:
Open the NinjaTrader Control Center .
Go to the Tools menu at the top.
Select Import > NinjaScript Add-On...
Locate and select the .zip file you downloaded.
Click Open .
A success message will appear once the installation is complete. It is often recommended to restart NinjaTrader to ensure the indicator is fully loaded.
2. How to Remove IndicatorsThere are three main ways to remove an indicator depending on how it was installed:
Method A: Remove NinjaScript Assembly (For Protected Add-ons)This is the most common method for commercial or "locked" indicators:
In the Control Center, click Tools .
Select Remove NinjaScript Assembly...
Find the indicator/package name in the list.
Click the Remove button.
Method B: Using the NinjaScript Editor (For Open-Source/Individual Scripts)If the indicator does not appear in Method A, try this:
In the Control Center, go to New > NinjaScript Editor .
On the right-hand side (NinjaScript Explorer), double-click the Indicators folder to expand it.
Right-click the specific indicator you want to delete and select Remove .
Important: After deleting, right-click anywhere in the editor and select Compile (or press F5) to update the system.
Method C: Manual Deletion (Advanced)If the software is glitching and won't let you delete via the interface:
Close NinjaTrader completely.
Navigate to your Windows folder: Documents > NinjaTrader 8 > bin > Custom > Indicators.
Find the file (usually a .cs or .dll file) and delete it.
Restart NinjaTrader.
3. How to Remove an Indicator from a ChartIf you only want to take an indicator off your current screen without uninstalling it:
Right-click anywhere on your active chart.
Select Indicators... (or press Ctrl + I).
In the Configured list (bottom left), select the indicator you want to hide.
Click the remove button on the right side.
Click OK .