====== 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: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/TrixMAOscillator.cs|Trix MA Oscillator]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/TrixMAOscillator.mqh|Trix MA Oscillator]].