Trading Logic
Trailing stops
How trailing stops activate and trail behind price using the trail multiplier.
Trailing is opt-in per trade via the manual form's Exit Mode selector (with a Trail Multiplier field) or a webhook trail=N value (requires EA v1.6.0+). The multiplier sets when the trail activates: trail=1 activates after price moves 1× the SL distance into profit, trail=2 after 2×, trail=1.35 after 1.35×. Once active, the SL trails behind price by exactly 1× the SL distance regardless of the multiplier; only the activation trigger scales.
The trail only ratchets in your favour. It never widens the SL. A trade cannot use both a fixed TP and trailing stop; selecting trailing sends TP as 0 for that trade.