====== Parabolic SAR ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * The price is higher than the PSAR value; **Logical rules for Closing Point of the Position slot.** * Exit the market at PSAR; **List box parameters** **Numeric box parameters** * **Starting AF** (0.02). The starting value of Acceleration Factor. Minimum: 0, Maximum: 5. * **Increment** (0.02). Increment value. Minimum: 0.01, Maximum: 5. * **Maximum AF** (2). The maximum value of the Acceleration Factor. Minimum: 0.01, Maximum: 9. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/ParabolicSAR.cs|Parabolic SAR]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/ParabolicSAR.mqh|Parabolic SAR]].