View Full Version : Wizard Generator
When you auto generate and indicator I notice that on first compile it lets you know that there is a name conflict (variable already used) which comes from giving the Properties used to access the private variables the same name as the private varialbes that are used as parameters.
I prepend underscore to the privates but I assume that you are going to fix this at some point and I would rather stick with the naming convention that you will be using: Capitalization of Property name? Underscore?
NinjaTrader_Ray
03-29-2006, 09:38 AM
Not sure I follow:
Using the wizard, code is generated and private variables are lower case and properties are upper case. There is no conflict and will compile.
Maybe I am not understanding your explanation?
Ray
Okay - I've discovered the problem - it looks like the wizard assumes that you don't change the case of the Param when entered in the wizard and leave it in Proper Case. Perhaps this is documented - if so I apologise.
What I did was rename the Param0 to "myparam" and did not capitalize the first letter. This meant that the property and private variable both had the same name and that's what caused the clash.
Try it out in the wizard. When you get to the param part of the wizard change the param name from "Param0" to "param0" and you should have that same compilie problem.
NinjaTrader_Ray
03-29-2006, 11:06 PM
I see, thanks for pointing that out.
NinjaTrader_Ray
03-30-2006, 03:40 AM
We made change for the next update. Also, send me an email to ray@ninjatrader.com (mailto:ray@ninjatrader.com) would like to discuss your progress and a few other things.
Ray