PDA

View Full Version : Optimizer with StopLoss Percent value


magicboiz
10-17-2008, 02:48 AM
Hello,

is possible to optimize the Percent(type double) value for StopLoss orders? Even I define (Min=0,001; Max=0,003; Inc=0,0005), I always get a value of "1", using the default optimizer, and also with GAoptimizer.

Thanks in advance.

NinjaTrader_Josh
10-17-2008, 08:37 AM
It should be possible if you have coded the parameter properly. Is it in place in the code?

Anagoge
10-17-2008, 06:57 PM
Make sure your variable and property are declared as a double (not an int).