Right now, I am running a strategy with 200 stocks.
Each name is measured against 1. a tick value, 2. a minute value, 3. a day value and 4. a volume value.
Does this imply I need to add 800 bar objects to my strategy, or can i add the 200 securities and then the 4 bars and then use a method to make sure the strategy runs each name with each bar...
Thanks again.

Comment