Hi,
I am using multiple pages when monitoring a few stocks to see how they perform relative to their sector and other benchmark indices. It looks as if when I open them all, my internet connection starts getting really busy and some of the tick charts (and the main one of SPY) are more likely to start lagging.
Questions:
1-If I have a page open in the background, and one page which is active, does the tick data get sent live to all of the stocks on the background page or does it only get sent there when I switch it to the active page?
2-Will the answer to question 1 change if I have ALL my indicators set up with "setComputeOnClose" or will the data get sent constantly regardless and the only change will be the computation of the indicators?
3- In essence, I am interested in if pages in the background keep getting streaming tick data or not, how they update once I activate the page, and how the indicators get redrawn (only when switching to the page or always in the background) ?
4- I have an indicator that compares the stock price action to the SPY symbol. If I have multiple charts with this indicator open, does the SPY data get downloaded once for all of them (this would make sense) or once for each one?
This would help me out a great deal so I know what's slow and what isn't, and also how to design my indicators more efficiently.
All answers will be highly appreciated, thanks!
I am using multiple pages when monitoring a few stocks to see how they perform relative to their sector and other benchmark indices. It looks as if when I open them all, my internet connection starts getting really busy and some of the tick charts (and the main one of SPY) are more likely to start lagging.
Questions:
1-If I have a page open in the background, and one page which is active, does the tick data get sent live to all of the stocks on the background page or does it only get sent there when I switch it to the active page?
2-Will the answer to question 1 change if I have ALL my indicators set up with "setComputeOnClose" or will the data get sent constantly regardless and the only change will be the computation of the indicators?
3- In essence, I am interested in if pages in the background keep getting streaming tick data or not, how they update once I activate the page, and how the indicators get redrawn (only when switching to the page or always in the background) ?
4- I have an indicator that compares the stock price action to the SPY symbol. If I have multiple charts with this indicator open, does the SPY data get downloaded once for all of them (this would make sense) or once for each one?
This would help me out a great deal so I know what's slow and what isn't, and also how to design my indicators more efficiently.
All answers will be highly appreciated, thanks!
Comment