chore: use proper starting balance
This commit is contained in:
@@ -34,6 +34,7 @@ def _migrate_wallet_history(config: Config, exchange: Exchange):
|
|||||||
if trade_df.empty:
|
if trade_df.empty:
|
||||||
# no trades, nothing to do
|
# no trades, nothing to do
|
||||||
return
|
return
|
||||||
|
# TODO: use a proper starting balance.
|
||||||
starting_balance = 1000 # wallets.get_starting_balance()
|
starting_balance = 1000 # wallets.get_starting_balance()
|
||||||
pairlist = list(trade_df["pair"].unique())
|
pairlist = list(trade_df["pair"].unique())
|
||||||
timeframe = "1d"
|
timeframe = "1d"
|
||||||
|
|||||||
Reference in New Issue
Block a user