chore: revert max_open_trades in sample config for now

This commit is contained in:
Matthias
2025-07-02 17:55:28 +02:00
parent 52c78966ef
commit ba8778b181

View File

@@ -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,