forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:cci_convergence_divergence

Table of Contents

CCI Convergence Divergence

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

  • Convergence;
  • Divergence;

Logical rules for Closing Logic Condition slot.

  • Convergence;
  • Divergence;

List box parameters

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

Numeric box parameters

  • CCI Smoothing period (14). The period of smoothing of CCI value. Minimum: 1, Maximum: 200.
  • CCI Multiplier (0.015). The multiplier value. Minimum: 0, Maximum: 1.
  • Reference MA period (14). Convergence/divergence reference MA period. Minimum: 1, Maximum: 200.

Implementation

C# source code: CCI Convergence Divergence.

MQL source code: CCI Convergence Divergence.