This is an old revision of the document!
ACCUM Function
- ACCUM( <value> )
Accumulates (sums) a value over all the data points on the chart.
Function Parameters | |
---|---|
Parameter | Description |
<value> | The value field to compute. |
- | Example:
x = 1; ACCUM(x);
Example Data | |||||||
---|---|---|---|---|---|---|---|
Date | Open | High | Low | Close | Volume | x | ACCUM(x) |
06/01/2011 | 75100 | 76050 | 74100 | 75875 | 106528 | 1 | 1 |
06/08/2011 73875 76650 73450 76275 113339 1 6 06/09/2011 76400 79300 75950 78425 120824 1 7 06/10/2011 78500 79975 77725 78575 86989 1 8 06/13/2011 78600 79250 77725 78175 78661 1 9 06/14/2011 77925 77950 75250 75450 112682 1 10 06/15/2011 76025 76225 72550 72575 130420 1 11 06/16/2011 72575 72850 69875 70025 125316 1 12 06/17/2011 70050 71450 69125 70200 93140 1 13 06/20/2011 70450 70775 69550 70150 63702 1 14 06/21/2011 70300 71925 70225 70825 71108 1 15 06/22/2011 68125 68500 65025 65025 127015 1 16 06/23/2011 65000 65300 62000 64675 138220 1 17 06/24/2011 65225 65675 62800 62875 78876 1 18