forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:cumulative_sum

Table of Contents

Cumulative Sum

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

  • Cumulative Sum rises;
  • Cumulative Sum falls;
  • Cumulative Sum changes its direction upward;
  • Cumulative Sum changes its direction downward;

Logical rules for Closing Logic Condition slot.

  • Cumulative Sum rises;
  • Cumulative Sum falls;
  • Cumulative Sum changes its direction upward;
  • Cumulative Sum changes its direction downward;

List box parameters

  • Smoothing method (Simple). The Moving Average method used for smoothing Cumulative Sum. Options: Simple, Weighted, Exponential, Smoothed.
  • Base price (Close). The price Cumulative Sum is based on. Options: Open, High, Low, Close, Median, Typical, Weighted.

Numeric box parameters

  • Period (10). The period of Cumulative Sum. Minimum: 1, Maximum: 200.
  • Additional smoothing (0). The value of smoothing period. Minimum: 0, Maximum: 200.

Implementation

C# source code: Cumulative Sum.

MQL source code: Cumulative Sum.