| The type or namespace name 'Indicator' does not exist in the namespace 'NinjaTrader' (are you missing an assembly reference?) | CS0234 | 26 | 19 |
I have `using NinjaTrader.Indicator;` declared at the top.
A suggestion was to add a reference to the NinjaTrader.Custom.dll assembly in the project in the NinjaScript Explorer.
Instructions say to Right-click on your NinjaScript project in the NinjaScript Explorer and select "Add Reference"...but that option is not there. It's only in the menu in the editor, and adding a reference there returns the error "You cannot reference the NinjaTrader.Custom.dll in the NinjaScript editor".
What am I missing?

Comment