chore: use proper starting balance

This commit is contained in:
Matthias
2025-06-20 16:05:03 +02:00
parent db2309dfd2
commit b5f31bf82d
@@ -34,6 +34,7 @@ def _migrate_wallet_history(config: Config, exchange: Exchange):
if trade_df.empty:
# no trades, nothing to do
return
# TODO: use a proper starting balance.
starting_balance = 1000 # wallets.get_starting_balance()
pairlist = list(trade_df["pair"].unique())
timeframe = "1d"