View Full Version : Changing strategy in realtime.
vitaleg
08-27-2010, 09:39 AM
Hello. I`ve launched my strategy on a couple of instruments in Strategies tab. Now I want to change the strategy. Should I delete running strategies and add them once again or thew will be changed automatically?
NinjaTrader_Bertrand
08-27-2010, 09:58 AM
If you update parameters in NT 6.5 you would create a new instance of the strategy - in NT7 you would need to disable it, change parameters and then reenable the strategy.
vitaleg
08-27-2010, 10:12 AM
I mean to change the source code of the strategy, not only parameters. Will it work in the same way?
NinjaTrader_Bertrand
08-27-2010, 10:15 AM
If you changed the code, please restart the strategy fresh after compiling the changes in.
vitaleg
08-27-2010, 10:17 AM
What do you mean to restrt fresh? I`m using NT 7 can I just re-enable it?
NinjaTrader_Bertrand
08-27-2010, 10:42 AM
Correct, for NT7 reenabling would suffice to use the new changes in your code.