Make sure you have upgraded to the most current version of NinjaTrader 8.
Make sure your have downloaded and upgraded to the most current version of your Chart Dynamix assemblies.
Compile Errors: Possible References Missing
Solution: Make sure NinjaTrader is referencing all required CDX dll libraries:
Open an editor: New --> NinjaScript Editor
Right-Click NinjaScript Explorer (top right), select References.
If you installed (8) different assemblies, you must include at least (8) CDX dll references plus any required shared libraries.
If there are missing references, click add, locate and multi-select them in your Documents\NinjaTrader 8\bin\Custom folder. Click OK.
Attempt to Compile [F5].
Unknown Install Problem
Solution: Remove all assemblies and re-install:
From the Control Center navigate to Tools --> Remove NinjaScript Assembly and remove all CDX assemblies.
Assure successful compile- New --> NinjaScript Editor --> Compile [F5]
Restart NinjaTrader and proceed with the installation again.
After installation, assure successful compile- New --> NinjaScript Editor --> Compile [F5]
Unknown Install Problem with "Programming Errors" Message
Solution: First attempt solution (1) above "Compile Errors: Possible References Missing." If unsuccessful and the Remove NinjaScript Assembly is not available due to the error message, manually remove the assemblies with this exact sequence-
Open an editor: New --> NinjaScript Editor
Right-Click NinjaScript Explorer (top right), select References.
Remove all dll references to CDX assemblies (they should be near bottom of list). Click OK.
Do not close the editor. In Windows file explorer, navigate to Documents\NinjaTrader 8\bin\Custom
Locate the installed files with CDX prefix. Remove only the CDX files ending in '.cs'
Returnto the NinjaScript Editor and Compile [F5]. If any errors exist, you've likely missed a file or reference. Re-check your work.
Once compiled, you should now have access to Tools --> Remove NinjaScript Assembly
Remove all assemblies and proceed with the installation again.