Skip to content

Commit

Permalink
Merge pull request #466 from yakir4123/yakir/feat/research-import-can…
Browse files Browse the repository at this point in the history
…dles-fix

fix: import candles on research mode is broken
  • Loading branch information
saleh-mir authored Jul 27, 2024
2 parents f3d9851 + 32aae7a commit 349bc1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jesse/modes/import_candles_mode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def handle_time():
})
else:
print(msg)
run(exchange, symbol, jh.timestamp_to_time(first_existing_timestamp)[:10], mode,
run(client_id, exchange, symbol, jh.timestamp_to_time(first_existing_timestamp)[:10], mode,
running_via_dashboard, show_progressbar)
return

Expand Down
1 change: 1 addition & 0 deletions jesse/research/import_candles.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def import_candles(
from jesse.modes.import_candles_mode import run

return run(
client_id='',
exchange=exchange,
symbol=symbol,
start_date_str=start_date,
Expand Down

0 comments on commit 349bc1c

Please sign in to comment.