Login Page - Create Account

Support Board


Date/Time: Tue, 04 Feb 2025 04:52:52 +0000



Question about Moving Average Calculation

View Count: 823

[2019-12-19 15:05:35]
User718585 - Posts: 32
Do you know which input data setting has the following formula? I want to do a simple moving average using the following ((H+L+C+C)*.25 and an Exponential moving average using the same formula ((H+L+C+C)*.25
Also, I need a Triangular moving average using the following = ((H+L+C)/3

Thanks
[2019-12-19 15:42:32]
Sierra_Chart Engineering - Posts: 18237
This is not supported:
((H+L+C+C)*.25

You will need to create your own custom study:
Table of Contents | (Advanced Custom Study/System Interface and Language (ACSIL))

For the Triangular Average, refer to:
Moving Average - Triangular

Set the Input Data to HLC Avg.
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, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2019-12-19 15:49:49]
Ackin - Posts: 1865
User718585)

Hi,
you can download it as a finished ACSIL study

Study: "Calculation"


contact link:
https://www.sierrachart.com/UserControlPanel.php?page=StudyStore&SCDLLName=zyp_download_free
Date Time Of Last Edit: 2020-06-24 22:49:59
[2019-12-19 16:00:49]
User718585 - Posts: 32
Ok awesome. Where do i go to download the Study: Calculation?

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

Login

Login Page - Create Account