Function - TEMA
| SYNTAX |
Tema( ARRAY close, ARRAY timeperiod) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
Triple Exponential Moving Average |
| ADDITIONAL INFO |
The TEMA is a smoothing indicator with less lag than a straight exponential moving average. |
| EXAMPLE |
Tema(close, 14) |
| |