Click here to Login
Email
Password
Remember me
Forgot my Password
Trading Software
Features
Trading objects
How-to
Blog
QuantShare Blog
Users Blog
Forum
Partnership
White Label
Search
0
Sum 1
Function - SUM
SUM
Sum
Math
SYNTAX
Sum( ARRAY array, ARRAY period)
RETURNS
NUMERIC ARRAY
DESCRIPTION
Calculates a cumulative sum of the ARRAY for the specified number of lookback periods (current bar is included)
ADDITIONAL INFO
EXAMPLE
Sum(perf(close) > 0, 20)