forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:macd_convergence_divergence

Table of Contents

MACD 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

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

Numeric box parameters

  • Slow MA period (26). The period of Slow MA. Minimum: 1, Maximum: 200.
  • Fast MA period (12). The period of Fast MA. Minimum: 1, Maximum: 200.
  • Signal line period (9). The period of Signal line. Minimum: 1, Maximum: 200.
  • Reference MA period (14). Convergence/divergence reference MA period. Minimum: 1, Maximum: 200.

Implementation

C# source code: MACD Convergence Divergence.

MQL source code: MACD Convergence Divergence.