forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:oscillator_of_cci

Table of Contents

Oscillator of CCI

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

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

Logical rules for Closing Logic Condition slot.

  • Oscillator rises;
  • Oscillator falls;
  • Oscillator is higher than the zero line;
  • Oscillator is lower than the zero line;
  • Oscillator crosses the zero line upward;
  • Oscillator crosses the zero line downward;
  • Oscillator changes its direction upward;
  • 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.
  • Base price (Typical). The price the CCI is based on. Options: Open, High, Low, Close, Median, Typical, Weighted.

Numeric box parameters

  • First CCI period (14). The period of first CCI. Minimum: 1, Maximum: 200.
  • Second CCI period (20). The period of second CCI. Minimum: 1, Maximum: 200.

Implementation

C# source code: Oscillator of CCI.

MQL source code: Oscillator of CCI.