Summation (SUM)
Description
Summation is the sum over a predefined number of periods.
Usage
Return value
double
When using this method with an index (e.g. SUM(14)[int barsAgo] ), the value of the indicator will be issued for the referenced bar.
Parameters
inSeries Input data series for the indicator
period Number of bars included in the calculations
Visualization
Example
Last updated