Skip to content

Commit ba8778b

Browse files
committed
chore: revert max_open_trades in sample config for now
1 parent 52c7896 commit ba8778b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_examples/config_binance.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://schema.freqtrade.io/schema.json",
3-
"max_open_trades": -1,
3+
"max_open_trades": 3,
44
"stake_currency": "USDT",
55
"stake_amount": 30,
66
"tradable_balance_ratio": 0.99,

0 commit comments

Comments
 (0)