Tab: Break Even
Automatically move Stop Loss to entry price when conditions are met
Use Break Even
Master switch for Break Even. When triggered, the EA moves the Stop Loss of all open positions in the cycle to the average entry price (±buffer), eliminating the risk of a loss on a previously profitable trade.
BE Trigger
- BY_PROFIT — Moves SL to BE when the total floating profit of all trades in the cycle reaches the defined amount.
- BY_TP — Moves SL to BE when a specific TP level (defined by TP Target for BE) is hit.
- BY_RR_RATIO ⭐ New v17.4 — Moves SL to BE when price travels a chosen multiple of the Stop Loss distance (the risk-to-reward ratio). For example, with a ratio of 1.0, break even triggers exactly when the trade is in profit by the same distance as its SL (a 1:1 move).
Breakeven by R:R Ratio ⭐ New v17.4
The risk-to-reward multiple that triggers break even. Only used when BE Trigger = BY_RR_RATIO. The EA measures the distance between the entry price and the Stop Loss (your "risk", or 1R), then moves the SL to break even once price has advanced that distance multiplied by this value.
Profit for BE
Minimum floating profit in account currency required to trigger Break Even. Only used when BE Trigger = BY_PROFIT.
TP Target for BE
Which TP level triggers the Break Even move. Only used when BE Trigger = BY_TP.
Price to Add on BE (pips)
A small positive buffer (in pips) added on top of the average entry price when placing the BE stop. Ensures the stop is slightly in profit rather than exactly at entry (which could result in a tiny loss after spread).