Function - T3
SYNTAX |
T3( ARRAY timeperiod, ARRAY vfactor) |
RETURNS |
NUMERIC ARRAY |
DESCRIPTION |
Triple Exponential Moving Average (T3) |
ADDITIONAL INFO |
The T3 is a type of moving average, or smoothing function. It use the DEMA in its calculations; the DEMA which use the MA in its proper calculations. |
EXAMPLE |
T3(14, 0) |
| |