====== Aroon Histogram ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * Aroon Histogram rises; * Aroon Histogram falls; * Aroon Histogram is higher than the Level line; * Aroon Histogram is lower than the Level line; * Aroon Histogram crosses the Level line upward; * Aroon Histogram crosses the Level line downward; * Aroon Histogram changes its direction upward; * Aroon Histogram changes its direction downward; **Logical rules for Closing Logic Condition slot.** * Aroon Histogram rises; * Aroon Histogram falls; * Aroon Histogram is higher than the Level line; * Aroon Histogram is lower than the Level line; * Aroon Histogram crosses the Level line upward; * Aroon Histogram crosses the Level line downward; * Aroon Histogram changes its direction upward; * Aroon Histogram changes its direction downward; **List box parameters** * **Base price** (Close). The price the Aroon is based on. Options: Open, High, Low, Close, Median, Typical, Weighted. **Numeric box parameters** * **Period** (9). Period used to calculate the Aroon value. Minimum: 1, Maximum: 200. * **Level** (0). A critical level (for the appropriate logic). Minimum: -100, Maximum: 100. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/AroonHistogram.cs|Aroon Histogram]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/AroonHistogram.mqh|Aroon Histogram]].