Skip to main content

Trailing Stop

The trailing stop dynamically moves the SL behind price as the trade advances, locking in profit while staying in winning trades longer.

Configuration

InputDefaultDescription
Trailing Stop MethodATRAlgorithm used to trail
Trail Activation ConditionNoneGate that must be met before trailing starts
Activation (pips/multiplier/Rs)5.0Activation threshold value
Distance (pips/multiplier) OR MA Period2.0Trail distance or MA period
Minimum Movement to Trail (pips)1.0Minimum price movement before each SL update

Trailing methods

MethodDistance Value meansBehaviour
DisabledTrailing is off
FixedPipsSL trails price by a fixed pip distance
ATRATR multiplierSL trails Distance × ATR behind price (default)
CandleCandle range multiplierSL trails Distance × signal candle range behind price
R MultipleR multiplesSL trails Distance × initial risk behind current price
MAEMA periodSL trails the EMA defined by Distance Value as the period

Activation condition

By default (None), trailing starts immediately when the trade opens. You can delay trailing until a condition is met:

ConditionActivates when...
NoneImmediately (default)
Fixed PipsPrice moves Activation Value pips in profit
ATRPrice moves Activation Value × ATR in profit
R MultiplePrice moves Activation Value R-multiples in profit
CandlePrice moves Activation Value × signal candle range in profit
MAPrice crosses the trailing MA (for MA mode)

Swing trailing (ST button)

The ST button on the dashboard activates Swing Trailing for the selected trade:

InputDefaultDescription
ST: Swing Lookback Bars100Bars to look back for swing fractal
ST: Swing Buffer (pips)2.0Buffer above swing low (BUY) or below swing high (SELL)

Swing trailing places the SL just beyond the most recent fractal swing, respecting natural market structure. It is activated manually via the dashboard button and does not replace the configured automatic trailing method.

TC button — candle trailing

The TC button on the dashboard manually sets the SL to the high/low of a selected candle plus a buffer:

InputDefaultDescription
TC Button: Candle Buffer (pips)2.0Buffer below candle low (BUY) or above candle high (SELL)