Syntax
public FRAMA(DataSeries ds, int period, double k, string description)
public static FRAMA Series(DataSeries ds, int period, double k)Parameter Description
| ds |
Source Series |
| period |
Indicator period
|
| k |
Constant for exponential moving average (EMA). Ehlers suggests to use 4.6 |
Description
Fractal Adaptive Moving Average presented by John Ehlers in October issue of the
Stocks & Commodities magazine.
Example