I was able to previously successfully add the RSI and CCI without these errors, but I assume that is because they are standard NT indicators and already included as references.
The type or namespace name 'x' could not be found (are you missing a using directive or an assembly reference?) (There is no .dll, only a .cs)
No overload for method 'x' takes 1 arguments (I have provided the DivParam info)
I consistently run into these same errors (regardless of which non-standard NinjaTrader indicator) and after hours of internet searches and attempts to reconcile this, I either delete or comment out my attempts.
I've been able to create the .dll from the .cs and added as a reference in editor but still get the same error.
I would really appreciate it someone can enlighten me as I've run into this error many times, trying to code other indicators.

Comment