Prod
|
Moving averages, summation |
SYNTAX | Prod( array, range ) |
RETURNS | ARRAY |
FUNCTION | The function returns cumulative product of array elements over specified number of bars (range). Note: when range is less or equal zero, product is equal 1. |
EXAMPLE | |
SEE ALSO | ProdSince() function |
The Prod function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.