This setting is used to define a "soft" limit to the amount of trading pairs we want to trade at one time. It is a soft limit because we can define options to ignore this limit.
For example we are certain a coin will never sell anymore for a loss, because it has triggered our take profit arm or trailing stop loss.
- max_trading_pairs_soft_cap
GLOBAL-DYN
Integer values bigger or equal to 0.
- max_trading_pairs_soft_cap_ignore_profit
GLOBAL-DYN
Decimal values bigger or equal to 0.
- max_trading_pairs_soft_cap_ignore_armed
(TSL and take profit safety are options that are counted as armed).
Boolean values true/false
PAIRS
- I never want to own more than 8 pairs. So I set a hard cap at 8.
My soft cap is set at 3, but if a coin's profit is bigger than 6% or is armed I can buy more.
My total amount of owned pairs will never go beyond 8 as set by max_trading_pairs.
max_trading_pairs = 8
max_trading_pairs_soft_cap = 3
max_trading_pairs_soft_cap_ignore_profit = 6
max_trading_pairs_soft_cap_ignore_armed = true