Reversion
- Experts
- Version: 9.13
- Mise à jour: 25 mai 2026
This Expert Advisor is designed for cyclic trading using a reverse strategy that constantly switches positions: BUY → SELL → BUY [INDEX]. The robot is fully automated and optimized for both strict Netting and Hedging account types across all asset classes (Forex, Gold, Crypto).
Upon launch, the EA instantly opens the first trade. Each position is held until the price hits a fixed Take Profit or Stop Loss level. To minimize risks, a smart Breakeven module is integrated: as soon as the price moves a specified distance in profit, the Stop Loss is automatically moved to zero (the entry price). After a trade closes, the robot observes a customizable pause (rest timer) and then opens a trade in the opposite direction. The order queue is saved directly into the terminal's global variables, protecting the EA from data loss during PC reboots. All trading statistics are displayed on a transparent on-screen dashboard.
Блок основных настроек (MAIN SETTINGS)
- Trade Size (Lot) (Тип: double, по умолчанию: 0.01)
- The volume of the trade in lots. Built-in auto-correction will automatically round or increase this value if it is below the broker's minimum requirement.
- Take Profit (Points) (Тип: int: 1000)
- Take Profit distance strictly in points . For Gold (2 decimals), 1000 points equals a $10.00 price movement. For Forex (5 decimals), it equals 100 standard pips.
- Stop Loss (Points) (Тип: int: 500)
- Stop Loss distance strictly in points . Protects your balance by closing the trade if the market moves against you. For Gold, 500 points equals $5.00 .
- Robot ID Number (MagicNumber) (Тип: ulong, по умолчанию: 777654)
- A unique ID for the robot's orders. It ensures the EA only manages its own trades and ignores manual orders or other EAs running on the same account.
2. Защита прибыли / Безубыток (PROTECT MY PROFIT)
- Turn on profit protection? (Тип: bool: true)
- Enables ( true ) or disables ( false ) the Breakeven function. If disabled, trades will close strictly by initial TP or SL.
- Move Stop to zero after X points profit (TriggerProfit) (Тип: int: 300)
- Trigger distance in points. Defines how much profit the trade must gain before the Stop Loss is moved to a safe zone. For Gold, 300 points is $3.00 .
- Extra safe points added to zero price (BreakevenProfit) (Тип: int: 10)
- Lock-in points for commissions. If set to 10 (10 cents for Gold), the SL moves slightly past the entry price to cover broker spreads, commissions, or swaps when triggered.
3. Настройки времени (TIME PAUSE)
- Wait X minutes before next trade (Тип: int: 0)
- Rest timer between trades in minutes. Determines how long the EA waits on an empty market before reversing direction. Setting this to 0 disables the pause, making reversals instant.
