====== Fisher Transform ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * Fisher Transform rises; * Fisher Transform falls; * Fisher Transform is higher than the zero line; * Fisher Transform is lower than the zero line; * Fisher Transform crosses the zero line upward; * Fisher Transform crosses the zero line downward; * Fisher Transform changes its direction upward; * Fisher Transform changes its direction downward; **Logical rules for Closing Logic Condition slot.** * Fisher Transform rises; * Fisher Transform falls; * Fisher Transform is higher than the zero line; * Fisher Transform is lower than the zero line; * Fisher Transform crosses the zero line upward; * Fisher Transform crosses the zero line downward; * Fisher Transform changes its direction upward; * Fisher Transform changes its direction downward; **List box parameters** * **Base price** (Median). The price Fisher Transform is based on. Options: Open, High, Low, Close, Median, Typical, Weighted. **Numeric box parameters** * **Period** (10). The smoothing period. Minimum: 3, Maximum: 100. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/FisherTransform.cs|Fisher Transform]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/FisherTransform.mqh|Fisher Transform]].