Volpunter,
I'm assuming that when you mention "rolling window" you're referring to your 10 - 7 min bars.
In our example we demonstrated the capture of specific values based on each incoming live tick, which creates the values for our current bar (in this case we capture OHLC). This initial bar becomes our past 4 - 1 minute data points, or our "rolling window" (current and past 4 bars), with the passage of time. This time frame could be edited to your 10 - 7 minute bar setup.
As far as using this on 100-200 symbols, you just have to press play after you have created and deployed the algo...
I'm assuming that when you mention "rolling window" you're referring to your 10 - 7 min bars.
In our example we demonstrated the capture of specific values based on each incoming live tick, which creates the values for our current bar (in this case we capture OHLC). This initial bar becomes our past 4 - 1 minute data points, or our "rolling window" (current and past 4 bars), with the passage of time. This time frame could be edited to your 10 - 7 minute bar setup.
As far as using this on 100-200 symbols, you just have to press play after you have created and deployed the algo...