Came across a weird occurrence that I have not been able to get my head around.
I am using the ATR formula on Foreign symbol for one of my tests and noticed a difference when a different chart is loaded.
Now when I am looking through the charts, when the right symbol is in focus and when a different symbol is in focus, the ATR values are showing up differently. [Attached screenshot]
ATR with correct symbol :
Why are you using Foreign in first place? If you have data holes and you are interested to get data from particular symbol without padding, just select that symbol. The symbol you are interested in should be SELECTED symbol.
You can see TWO or MORE charts in parallel with DIFFERENT symbols selected. Use Window->Tile command to tile multiple windows and display charts for different symbols at once.
I have a strategy that runs through 35 different tickers and creates signals for them. My thought was instead of having 35 charts open, it would make sense to utilize Foreign and run it from a single chart.
The single chart also acts as a dashboard where information from all the symbols are displayed in the UI.
If there is a better way of doing the same, would be glad to try it out.
Run the code on 'x' number of symbols and get the output (The output is a CSV file that is generated as and when a trigger happens)
Show a dashboard of current positions
With your suggested way of doing this, I will be running the scan for the last 1 bar on the 'x' symbols as my filters and as earlier set Static Variables from which the dashboard can be created.
Is this an accurate thought?
Many thanks again for the help.