The FXB.ta.Sum class calculates a rolling total of the last N values (like a simple moving average, but without doing the division by the number of values). It is a value-based calculation, and can be applied to any series of values including the output of another FXB.ta calculation. Parameters are as follows:
| Parameter | Description |
| period | Rolling period for the calculation |