====== Round Number ====== FIXME ===== Parameters ===== **Logical rules for Opening Point of the Position slot.** * Enter long at the higher round number; * Enter long at the lower round number; **Logical rules for Closing Point of the Position slot.** * Exit long at the higher round number; * Exit long at the lower round number; **List box parameters** **Numeric box parameters** * **Vertical shift** (0). A vertical shift above the higher and below the lower round number. Minimum: -2000, Maximum: 2000. * **Digits** (2). Number of digits to be rounded. Minimum: 2, Maximum: 4. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/RoundNumber.cs|Round Number]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/RoundNumber.mqh|Round Number]].