forex software

Create and Test Forex Strategies

forex software

Sidebar

Indicator List

indicator:trix_ma_oscillator

Table of Contents

Trix MA Oscillator

FIXME

Parameters

Logical rules for Opening Logic Condition slot.

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

Logical rules for Closing Logic Condition slot.

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

List box parameters

  • Smoothing method (Exponential). The Moving Average method used for smoothing Trix 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 (Close). The price Trix Index is based on. Options: Open, High, Low, Close, Median, Typical, Weighted.

Numeric box parameters

  • Period of Trix (9). The period of Trix Index. Minimum: 1, Maximum: 200.
  • Signal line period (13). The period of signal line. Minimum: 1, Maximum: 200.

Implementation

C# source code: Trix MA Oscillator.

MQL source code: Trix MA Oscillator.