PDA

View Full Version : possible bug


woodside
10-31-2007, 12:29 PM
I came across something that appears to be a bug to me.

If you have 2 strategies with the same variables (say trigger1 and trigger2).

If you run on strategy that has defaults set, then run a different strategy that has different defaults, it doesn't reset the values to the new strategy.

Say strategy1 has

trigger1 = 10
trigger2 = 20

and strategy2 has

trigger1 = 40
trigger2 = 15

when you run strategy1, then strategy2, strategy2 loads with the defaults from strategy1.

-Erik

NinjaTrader_Ray
10-31-2007, 12:44 PM
Yes, this is a limitation of the parameters grid that we use. To overcome this, please either change the parameter values for strategy 2 or, use unique parameter names.