forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:accelerator_oscillator

Table of Contents

Accelerator Oscillator

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

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

Logical rules for Closing Logic Condition slot.

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

List box parameters

  • Smoothing method (Simple). The method of Moving Average used for the calculations. 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.
  • Forming MA period (5). The period of additional Moving Average. Minimum: 1, Maximum: 200.
  • Level (0). A critical level (for the appropriate logic). Minimum: -10, Maximum: 10.

Implementation

C# source code: Accelerator Oscillator.

MQL source code: Accelerator Oscillator.