====== DeMarker ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * DeMarker rises; * DeMarker falls; * DeMarker is higher than the Level line; * DeMarker is lower than the Level line; * DeMarker crosses the Level line upward; * DeMarker crosses the Level line downward; * DeMarker changes its direction upward; * DeMarker changes its direction downward; **Logical rules for Closing Logic Condition slot.** * DeMarker rises; * DeMarker falls; * DeMarker is higher than the Level line; * DeMarker is lower than the Level line; * DeMarker crosses the Level line upward; * DeMarker crosses the Level line downward; * DeMarker changes its direction upward; * DeMarker changes its direction downward; **List box parameters** * **Smoothing method** (Simple). The Moving Average method used for smoothing the DeMarker value. Options: Simple, Weighted, Exponential, Smoothed. **Numeric box parameters** * **Smoothing period** (14). The period of smoothing of the DeMarker value. Minimum: 1, Maximum: 200. * **Level** (0.3). A critical level (for the appropriate logic). Minimum: 0, Maximum: 1. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/DeMarker.cs|DeMarker]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/DeMarker.mqh|DeMarker]].