====== Heiken Ashi ====== FIXME ===== Parameters ===== **Logical rules for Opening Point of the Position slot.** * Enter long at the H.A. High; * Enter long at the H.A. Low; **Logical rules for Opening Logic Condition slot.** * White H.A. bar without lower shadow; * White H.A. bar; * Black H.A. bar; * Black H.A. bar without upper shadow; **Logical rules for Closing Point of the Position slot.** * Exit long at the H.A. High; * Exit long at the H.A. Low; **Logical rules for Closing Logic Condition slot.** * Black H.A. bar without upper shadow; * Black H.A. bar; * White H.A. bar; * White H.A. bar without lower shadow; **List box parameters** * **Base price** (High, Low, Open, Close). The base price for calculation of the indicator. Options: High, Low, Open, Close. **Numeric box parameters** ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/HeikenAshi.cs|Heiken Ashi]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/HeikenAshi.mqh|Heiken Ashi]].