ProdSince
|
Moving averages, summation |
SYNTAX | ProdSince( condition, array ) |
RETURNS | ARRAY |
FUNCTION | The function returns cumulative product of array elements since condition is met. On bar when condition is met, initial product value is 1. |
EXAMPLE | |
SEE ALSO | SumSince() function , Sum() function |
The ProdSince function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.