====== Percent Change ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * Percent Change rises; * Percent Change falls; * Percent Change is higher than the Level line; * Percent Change is lower than the Level line; * Percent Change crosses the Level line upward; * Percent Change crosses the Level line downward; * Percent Change changes its direction upward; * Percent Change changes its direction downward; **Logical rules for Closing Logic Condition slot.** * Percent Change rises; * Percent Change falls; * Percent Change is higher than the Level line; * Percent Change is lower than the Level line; * Percent Change crosses the Level line upward; * Percent Change crosses the Level line downward; * Percent Change changes its direction upward; * Percent Change changes its direction downward; **List box parameters** * **Base price** (Close). The price Percent Change is based on. Options: Open, High, Low, Close, Median, Typical, Weighted. **Numeric box parameters** * **Period** (10). Period used to calculate Percent Change 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/PercentChange.cs|Percent Change]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/PercentChange.mqh|Percent Change]].