Function - KAMA
Kaufman Adaptive Moving Average |
Indicators
|
| SYNTAX |
Kama( 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(14) |
| |