I am trying to code the Laguerre indicator I have in NT7 for use in NT8.
I am getting the following error message "NinjaTrader.NinjaScript.Series<double>" does not contain a definition for "Set" and no extension method "Set" accepting a first argument of type "NinjaTrader.NinjaScript.Series<double>" could be found (are you missing a using directive or an assembly reference?)
The custom indicator logic I copied from NT7 concludes with "LaguerreOut.Set(LRSI)" and it is this final piece of code which is generating the above error message.
I have attached a screen shot of the error and relevant line of code.
If you could please advise me how to resolve this final coding error that would be appreciated.
Thanks

Comment