View Full Version : Compiler Errors
mgbloomfield
12-14-2006, 02:58 PM
The compiler complains that the variables do next exists.
Michael
NinjaTrader_Dierk
12-14-2006, 06:10 PM
You need to define your additiona r3/r4... variables on the "Variables" region. Expand that region by lcicking on "+" and add definition for your new variables.
mgbloomfield
12-15-2006, 05:31 AM
Thanks, now it compiles.
I noticed that some indicators have an ampersand (@) in front of the file name.
@CCI.cs
ParabolicSAR.cs
Any particular reason? Purpose?
Michael
NinjaTrader_Dierk
12-15-2006, 05:58 AM
Right, but you wont see those '@' as you edit these files by NinjaScript editor. This is the only way you should edit NinjaScript files, since the editor has some built-in logic which takes care you stuff is consistent.
NinjaScript editor differentiates between system file (which you can not edit) and those which are your own (which you can edit).