in strategies running as backtest for more than one instrument (like for all of the S&P 500 shares):
Where do I have to place a condition which compare the ticker-symbol for what the strategy is currently running for to values in a pre-defined list using StreamReader?
Is intialize() the appropriate method for it and will this method called again for every instrument?
In the resultscreen of a backtest I won't have symbols in the grid who are excluded by a strategy.
How can I programmatically delete rows in the resultgrid?
And last question...Is it possible to alter a strategy-script using visual studio?
I tried this but had no intellisense for elements in the 'NinjaTrader' namespace.
Thanks for your help in advance,
Mho

Comment