MA
|
Moving averages, summation |
SYNTAX | ma( ARRAY, periods) |
RETURNS | ARRAY |
FUNCTION | Calculates a periods simple moving average of ARRAY The function accepts periods parameter that can be constant as well as time-variant (array). |
EXAMPLE | ma(CLOSE, 5 ) |
SEE ALSO | TEMA() function , AMA() function , AMA2() function , DEMA() function , WMA() function , WILDERS() function , EMA() function |
The MA function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.