Skip to content

Commit fa3d95f

Browse files
authored
Merge pull request freqtrade#11919 from freqtrade/stash86-patch-1
Fix example config
2 parents 6421f76 + ba8778b commit fa3d95f

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
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.freqtrade.io/schema.json",
33
"max_open_trades": 3,
44
"stake_currency": "USDT",
5-
"stake_amount": 0.05,
5+
"stake_amount": 30,
66
"tradable_balance_ratio": 0.99,
77
"fiat_display_currency": "USD",
88
"timeframe": "5m",

0 commit comments

Comments
 (0)