Skip to content

ExponentialMovingAverage Method

ExponentialMovingAverage

Summary

The Exponential Moving Average smoothes the price data producing a trend indicator.

Signature

1
public abstract ExponentialMovingAverage ExponentialMovingAverage(DataSeries source, int periods)

Parameters

Name Type Description
source DataSeries The source data used for the EMA calculation.
periods int The periods used in the calculation.

Return Value

ExponentialMovingAverage

Declaring Type

cAlgo.API.Internals.IIndicatorsAccessor


Last update: March 17, 2023