Strategy Analyzer

Is there a way to let the Strategy Analyzer run on several instruments simultaneously, using the same strategy but different parameters for each instrument?
 
Have you tried contacting support@ninjatrader.com, or posted to the NT support forum...? Probably make more sense than posting here at ET ...

Quote from Loki45:
Is there a way to let the Strategy Analyzer run on several instruments simultaneously, using the same strategy...?
Yes. Clicking the "backtest" button will run the strategy, with the parameters as you specify them, over whichever instrument/group of instruments you have selected.


Quote from Loki45:
... but different parameters for each instrument?
Depends what you are trying to do, I guess. Clicking the "optimize" button and a group of instruments will run the range of parameters that you specify over all the instruments. Or, you could hardcode the parameters into your strategy so that it identifies which instruments is being run and sets the parameters accordingly. Use the Instrument Class for this.
 
Quote from Loki45:

Is there a way to let the Strategy Analyzer run on several instruments simultaneously, using the same strategy but different parameters for each instrument?
can you just name them strategy1, strategy2, strategy3...
 

Attachments

Back
Top