forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:rsi_convergence_divergence

Table of Contents

RSI 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

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

Numeric box parameters

  • RSI Smoothing period (14). The period of smoothing of RSI value. Minimum: 1, Maximum: 200.
  • Reference MA period (14). Convergence/divergence reference MA period. Minimum: 1, Maximum: 200.

Implementation

C# source code: RSI Convergence Divergence.

MQL source code: RSI Convergence Divergence.