forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:ma_oscillator

Table of Contents

MA Oscillator

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

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

Logical rules for Closing Logic Condition slot.

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

List box parameters

  • Smoothing method (Simple). The method used for smoothing the both Moving Averages. Options: Simple, Weighted, Exponential, Smoothed.
  • Base price (Close). The price the both Moving Averages are based on. Options: Open, High, Low, Close, Median, Typical, Weighted.

Numeric box parameters

  • Fast MA period (13). The period of Fast MA. Minimum: 1, Maximum: 200.
  • Slow MA period (21). The period of Slow MA. Minimum: 1, Maximum: 200.
  • Level (0). A critical level (for the appropriate logic). Minimum: -100, Maximum: 100.

Implementation

C# source code: MA Oscillator.

MQL source code: MA Oscillator.