mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
@@ -53,6 +53,7 @@ def import_kraken_trades_from_csv(config: Config, convert_to: str):
|
||||
# Load and combine all csv files for this pair
|
||||
for f in tradesdir.rglob(f"{name}.csv"):
|
||||
df = pd.read_csv(f, names=KRAKEN_CSV_TRADE_COLUMNS)
|
||||
if not df.empty:
|
||||
dfs.append(df)
|
||||
|
||||
# Load existing trades data
|
||||
|
||||
Reference in New Issue
Block a user