Login Page - Create Account

Support Board


Date/Time: Fri, 14 Mar 2025 03:40:32 +0000



Post From: Sample pointed to in docs - missing / updated ?

[2022-05-30 17:54:13]
JohnR - User831573 - Posts: 319
I was planning on expand the way I tie things together, and came across the following. But a search within all files in all of ACS_Source with all file types found nothing.

Was it replaced? scsf_AverageOfAverage function in the /ACS_Source/studies3.cpp

TIA
JohnR


ACSIL Interface Members - Functions

Cumulative Calculations with Intermediate Study Functions

The Output array parameter of a intermediate study calculation function can be used as the Input array parameter for another intermediate study calculation function.

The scsf_AverageOfAverage function in the /ACS_Source/studies3.cpp file in the Sierra Chart installation folder is an example of a function that shows how to use 2 intermediate study calculation functions (sc.LinearRegressionIndicator, sc.ExponentialMovAvg) together.

It calculates the Exponential Moving Average of a Linear Regression Indicator by passing the Output array from the Linear Regression Indicator to the Input array parameter of Exponential Moving Average.
Date Time Of Last Edit: 2022-05-30 18:08:30