let's assume I have an automated strategy that invests by a kind of momentum score. I want to apply it on DOW30 single-stock instruments. The strategy calculates this score
every week and rebalances the instruments by buying the highest 5 momentum stocks. How to backtest this scenario in NT8? Do I need to load the symbol data of all 30 stocks into the strategy?
If yes can I load/add all the data of these instruments in a for{} loop and out of a cvs file, or do I need to hard code it? WHat would be the best concept? Any suggestions?
All the best

Comment