Lul, woops compare against first-dt in `.ib.feed` bars frame..

refresh_annots
Gud Boi 2026-01-27 16:21:19 -05:00
parent b1d6c595ec
commit 7ddcf5893e
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ async def open_history_client(
if (
start_dt
and
last_dt < start_dt
first_dt < start_dt
):
bars_array = bars_array[
bars_array['time'] >= start_dt.timestamp()