====== Price Move ====== FIXME ===== Parameters ===== **Logical rules for Opening Point of the Position slot.** * Enter long after an upward move; * Enter long after a downward move; **List box parameters** * **Base price** (Open). The price where the move starts from. Options: Open, High, Low, Close, Median, Typical, Weighted. **Numeric box parameters** * **Price move** (20). The price move in points. Minimum: 0, Maximum: 2000. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/PriceMove.cs|Price Move]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/PriceMove.mqh|Price Move]].