forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:awesome_oscillator

Table of Contents

Awesome Oscillator

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

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

Logical rules for Closing Logic Condition slot.

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

List box parameters

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

Numeric box parameters

  • Slow MA period (34). The period of slow Moving Average. Minimum: 1, Maximum: 200.
  • Fast MA period (5). The period of fast Moving Average. Minimum: 1, Maximum: 200.
  • Level (0). A critical level (for the appropriate logic). Minimum: -10, Maximum: 10.

Implementation

C# source code: Awesome Oscillator.

MQL source code: Awesome Oscillator.