CumProd
|
Moving averages, summation |
SYNTAX | CumProd( factor ) |
RETURNS | ARRAY |
FUNCTION | The function returns cumulative product of all array elements from first bar till current bar |
EXAMPLE | y = CumProd( 1.05 ); // 1% per-bar growth Plot( y, "exponential growth", colorRed ); |
SEE ALSO |
The CumProd function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.