diff --git a/config_examples/config_binance.example.json b/config_examples/config_binance.example.json index d1d5a7667..ffb364ffd 100644 --- a/config_examples/config_binance.example.json +++ b/config_examples/config_binance.example.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.freqtrade.io/schema.json", - "max_open_trades": -1, + "max_open_trades": 3, "stake_currency": "USDT", "stake_amount": 30, "tradable_balance_ratio": 0.99,