forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:rsi_ma_oscillator

Table of Contents

RSI MA Oscillator

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

  • RSI MA Oscillator rises;
  • RSI MA Oscillator falls;
  • RSI MA Oscillator is higher than the zero line;
  • RSI MA Oscillator is lower than the zero line;
  • RSI MA Oscillator crosses the zero line upward;
  • RSI MA Oscillator crosses the zero line downward;
  • RSI MA Oscillator changes its direction upward;
  • RSI MA Oscillator changes its direction downward;

Logical rules for Closing Logic Condition slot.

  • RSI MA Oscillator rises;
  • RSI MA Oscillator falls;
  • RSI MA Oscillator is higher than the zero line;
  • RSI MA Oscillator is lower than the zero line;
  • RSI MA Oscillator crosses the zero line upward;
  • RSI MA Oscillator crosses the zero line downward;
  • RSI MA Oscillator changes its direction upward;
  • RSI MA Oscillator changes its direction downward;

List box parameters

  • Smoothing method (Smoothed). The Moving Average method used for smoothing RSI value. Options: Simple, Weighted, Exponential, Smoothed.
  • Signal line method (Exponential). The Moving Average method used for smoothing the signal line. 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

  • RSI period (10). The period of RSI. Minimum: 1, Maximum: 200.
  • Signal line period (14). The period of smoothing the signal line. Minimum: 1, Maximum: 200.

Implementation

C# source code: RSI MA Oscillator.

MQL source code: RSI MA Oscillator.