Function - KAMA
Kaufman Adaptive Moving Average |
Indicators
|
SYNTAX |
Kama( ARRAY close, ARRAY timeperiod) |
RETURNS |
NUMERIC ARRAY |
DESCRIPTION |
Kaufman Adaptive Moving Average |
ADDITIONAL INFO |
KAMA is an adaptive moving average, and uses the noise level of the market to determine the length of the trend required to calculate the average. |
EXAMPLE |
Kama(close, 14) |
| |