QEMA (Function)
The QEMA series function gets the value for the QEMA (Quadruple Exponential Moving Average).
Syntax
QEMA(Price, Length)
Returns (Double)
A numeric value representing the quadruple exponential moving average (applying an exponential moving average to the price data four times in succession).
Parameters
Name | Type | Description |
Price | NumericSeries | Specifies which bar value (price, function, or formula) to consider for the exponential moving average. |
Length | Numeric | Sets the number of bars over which to calculate the exponential moving average. |