Merge pull request #11919 from freqtrade/stash86-patch-1

Fix example config
This commit is contained in:
Matthias
2025-07-02 18:16:51 +02:00
committed by GitHub

View File

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