Prod
- cumulative product of array over specified range

Moving averages, summation
(AmiBroker 6.20)


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

References:

The Prod function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.