Fix example config

- Fix the low stake anount
- Set max open trades to unlimited, as a good practice
This commit is contained in:
Stefano
2025-06-25 19:21:00 +09:00
committed by GitHub
parent d27981f8cf
commit 52c78966ef

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://schema.freqtrade.io/schema.json",
"max_open_trades": 3,
"max_open_trades": -1,
"stake_currency": "USDT",
"stake_amount": 0.05,
"stake_amount": 30,
"tradable_balance_ratio": 0.99,
"fiat_display_currency": "USD",
"timeframe": "5m",