Skip to content

Commit

Permalink
Merge pull request #1054 from tradingstrategy-ai/lending-candles-1h
Browse files Browse the repository at this point in the history
Force wait for universe data to use 1h lending candles as well
  • Loading branch information
hieuh25 authored Oct 4, 2024
2 parents 970598a + 7acca23 commit f1262ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradeexecutor/strategy/pandas_trader/decision_trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def wait_for_universe_data_availability_jsonl(
if current_universe.has_lending_data():
lending_data = fetch_lending_data(
client,
bucket,
TimeBucket.h1,
wanted_timestamp,
current_universe.data_universe.lending_reserves,
required_history_period
Expand Down

0 comments on commit f1262ff

Please sign in to comment.