Try downsampling mkts data

l1_precision_fix
Tyler Goodlet 2022-03-11 16:09:07 -05:00
parent ba250c7197
commit 6dc6d00a9b
1 changed files with 7 additions and 1 deletions

View File

@ -433,7 +433,13 @@ async def backfill_history_diff(
raise MarketStoreError(err)
# TODO: backfiller loop
# await tractor.breakpoint()
from piker.ui._compression import downsample
x, y = downsample(
s1['Epoch'],
s1['Close'],
bins=10,
)
await tractor.breakpoint()
async def ingest_quote_stream(