Set the maximum number of pairs that the bot is allowed to DCA concurrently.
Calculated by adding up all coins that are ELIGIBLE for DCA by default.
AS soon as a coin is eligible and there is more room it will reserve this coin for DCA.
You can change this behaviour by using properties below.
Properties
integer
integer
decimal
GLOBAL-DYN
true/false
# We only allow 2 positions to do DCA buys as the same time.
# If we have 3 DCA eligible positions, 2 of them are selected at random
# and reserved as allowed to do DCA buys
DCA_max_trading_pairs = 2
# We only allow 2 positions to do DCA buys as the same time.
# Only positions that have done at least 1 DCA buy are counted towards our MAX DCA.
DCA_max_trading_pairs = 2
DCA_max_trading_pairs_buy_times_start_count = 1
- If not set then there is no limit and all coins can be DCA'd.
- If you lower this limit below the number of coins you already have in DCA, ProfitTrailer will randomly select the ones that DCA.
- If a coin is removed, sells or disappears from the DCA log, the bot will select another random coin to reach the max number after 2 minutes.
- Excluded coins will stay in the DCA Log but display MAX DCA PAIRS.
- Effective as of version 2.3, Stop Loss settings will only trigger if the DCA pair is one under active DCA and not marked MAX PAIRS.