I was wondering if it is possible to create a stock/ETF rotation strategy in NT.
The basis of such a system would be to rank a bunch of stocks/ETFs based on historical criteria (e.g. past one month percent change).
The only way I can think of executing this idea in NT would be to Add() a whole bunch of instruments in Initialize() and am concerned that doing this for the Nasdaq 100 or S&P 500 would be problematic due to the number of instruments.
Is NT able to handle large amounts of instruments in a single strategy (assuming the calculations are done once per day, are not too computationally intensive, and the strategy has CalculateOnBarClose = true)?
Thanks

Comment