VariablePeriodEMA

Parent Previous Next

VariablePeriodEMA(Price, Periods);


Price - Is the price that the indicator should be calculated on.


Periods - This is an array or value containing the periods that should be used to calculate the MFI at each point. Most often the input here would be some kind of adaptor like the HomodyneDescriminator.


The VariablePeriodEMA is an adaptive version of the exponential moving average.