forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:cci_ma_oscillator

Table of Contents

CCI MA Oscillator

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

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

Logical rules for Closing Logic Condition slot.

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

List box parameters

  • Smoothing method (Simple). The Moving Average method used for smoothing the CCI 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 (Typical). The base price of Commodity Channel Index. Options: Open, High, Low, Close, Median, Typical, Weighted.

Numeric box parameters

  • CCI period (14). The period of Commodity Channel Index. Minimum: 1, Maximum: 200.
  • Signal line period (13). The period of signal line. Minimum: 1, Maximum: 200.

Implementation

C# source code: CCI MA Oscillator.

MQL source code: CCI MA Oscillator.