Trade Management

The Trade Management settings allow you to customize how trades are managed after they are opened. These controls are crucial for managing risk, securing profits, and improving tra

Markdown
Updated Jul 3, 2026

Overview#

The Trade Management settings let you customize how trades are managed after they open. These controls help you manage risk, secure profits, and improve trade outcomes across market conditions.

This feature includes standard exit methods like Take Profit, Stop Loss, and Trailing Stops. It also includes advanced options like Signal-Based Exits and a Martingale position sizing strategy.

Settings#

You can configure the following settings to control how your strategy exits trades.

Take profit settings#

Take Profit (TP) defines the level at which a position is automatically closed to secure profits. You can set multiple TP levels to exit a trade in parts.

SettingDescriptionOptions / Recommended
Take Profit MethodDetermines how the take profit level is calculated.Disable: No take profit is set.Percent (%): Uses a fixed percentage move.ATR: Uses the Average True Range (ATR) as a multiplier for a dynamic target.
Take Profit ValueThe size or multiplier used for the take profit calculation.Range: 0.0+Recommended: 1.0 - 5.0
# of Take Profit LevelsSets how many take profit targets to set for closing a position in parts.Range: 1 - 3Recommended: 2 - 3

Stop loss settings#

Stop Loss (SL) protects your capital by closing a trade when the price moves against you and reaches a set loss threshold.

SettingDescriptionOptions / Recommended
Stop Loss MethodDetermines how the stop loss level is calculated.Disable: No stop loss is set.Percent (%): Uses a fixed percentage distance.ATR: Uses the ATR for a dynamic stop based on volatility.
Stop Loss ValueThe distance or multiplier used for the stop loss calculation.Range: 0.0+Recommended: 1.0 - 5.0

Trailing stop settings#

A Trailing Stop is a dynamic stop loss that moves in the direction of a profitable trade, helping lock in gains while giving the position room to grow.

SettingDescriptionOptions / Recommended
Trailing Stop MethodDetermines how the trailing stop distance is calculated.Disable: Trailing stop is turned off.Percent (%): Uses a fixed percentage distance.ATR: Uses the ATR for a dynamic trail based on volatility.
Trailing Stop ValueThe distance or multiplier used for the trailing stop.Range: 0.0+Recommended: 1.0 - 5.0

Signal-based exits#

These settings let you use opposing strategy signals as a reason to exit a trade.

SettingDescription
Signal Take ProfitWhen enabled, an opposing strategy signal triggers a take profit exit, but only if the trade is currently in profit.
Signal Stop LossWhen enabled, an opposing strategy signal triggers a stop loss exit, but only if the trade is currently at a loss.

Martingale settings#

The Martingale strategy is a high-risk approach that increases position size after a losing trade to recover losses more quickly on a later winning trade.

SettingDescriptionRange / Recommended
MartingaleEnables or disables the Martingale position sizing strategy.On/Off Toggle
Max Martingale StepsThe maximum number of consecutive losses after which the position size stops increasing. The size is capped at the last step's multiplied value.Range: 1 - 10Recommended: 3 - 5
Martingale MultiplierThe factor by which the position size is multiplied after each losing trade. A value of 2.0 doubles the size.Range: 1.0 - 10.0Recommended: 1.5 - 2.5

Display settings#

SettingDescription
Show Previous TradesToggles the display of historical trades and their exit points on the chart.

Best practices and usage#

  • Adapt to market volatility: For markets with high volatility, the ATR method for your Stop Loss and Take Profit adjusts automatically to changing conditions.
  • Secure profits gradually: Use multiple Take Profit Levels (e.g. 2 or 3) to lock in partial profits as the trade moves in your favor. This can reduce risk and secure gains on longer trends.
  • Start simple: Begin with the standard Take Profit and Stop Loss settings to establish a performance baseline.
Was this page helpful?