Login Page - Create Account

Support Board


Date/Time: Tue, 14 May 2024 11:59:33 +0000



Get Moving Average values from other symbols and timeframes

View Count: 461

[2020-11-04 12:51:04]
László Csipkés - Posts: 8
Dear Support,

I'd create a study to check the exponential moving average value on about 50 symbols (on M1, M5 and M15 timeframes).
Is there any way to get those values in a single study without open every chart manualy?

BR
Laszlo
Date Time Of Last Edit: 2020-11-04 14:56:31
[2020-11-04 13:45:39]
Sierra Chart Engineering - Posts: 104368
Refer to:
Changing the Symbol of a Chart: Using the Associated Watch List
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2020-11-05 14:10:49]
László Csipkés - Posts: 8
Ok, I tried it but the sc.DataFile = "QQQQ.scid"; chenged the symbol of the chart.
I dont want to change this every time, because I need to show some information on the chart with labels.
Is there any way to work with as much symbol as I need without changing the symbol of the chart or open every chart manually?
I need the bar list of every symbol I check with my study on every bar period.
[2020-11-05 16:21:09]
John - SC Support - Posts: 31602
You would need to open a chart for each symbol and timeframe you are wanting. You can then overlay the information from those charts to the one you are watching using the Study/Price Overlay study. Refer to the information here:
Study/Price Overlay Study

Once you have the charts setup the way you want, you can then hide those charts so they will not be as bothersome. Refer to the information here:
Window and CW Menus: Hide Window (Window)
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2020-11-05 16:31:12]
László Csipkés - Posts: 8
Thank you for your answer,
Is there any method to open new charts from the study?

BR
[2020-11-05 16:48:02]
John - SC Support - Posts: 31602
Refer to the following:
sc.OpenChartOrGetChartReference()
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2020-11-05 18:32:54]
László Csipkés - Posts: 8
Thank you,

It works!
Date Time Of Last Edit: 2020-11-05 18:37:02

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account