====== Fractal ====== FIXME ===== Parameters ===== **Logical rules for Opening Point of the Position slot.** * Enter long at Up Fractal; * Enter long at Down Fractal; **Logical rules for Closing Point of the Position slot.** * Exit long at Up Fractal; * Exit long at Down Fractal; **List box parameters** * **Visibility** (Visible). Is the fractal visible from the current market point. Options: Visible, Visible or shadowed. **Numeric box parameters** * **Vertical shift** (0). A vertical shift above Up Fractal and below Down Fractal. Minimum: -2000, Maximum: 2000. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/Fractal.cs|Fractal]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/Fractal.mqh|Fractal]].