piker/piker/brokers
Tyler Goodlet f6b7057b0d `binance`: always request an extra 1min OHLC bar
Seems that by default their history indexing rounds down/back to the
previous time step, so make sure we add a minute inside `Client.bars()`
when the `end_dt=None`, indicating "get the latest bar". Add
a breakpoint block that should trigger whenever the latest bar vs. the
latest epoch time is mismatched; we'll remove this after some testing
verifying the history bars issue is resolved.

Further this drops the legacy `backfill_bars()` endpoint which has been
deprecated and unused for a while.
2023-01-10 11:09:19 -05:00
..
deribit Added support for JSONRPC requests coming from the server side 2022-12-19 13:48:10 -03:00
ib Not all accounts will have API trade transactions this session.. 2023-01-10 11:09:19 -05:00
kraken Add position limit fields 2022-12-10 16:07:03 -05:00
__init__.py Adjust built-in backend list to known working 2023-01-10 11:09:19 -05:00
_util.py Add to signal broker won't deliver more data 2022-05-09 11:15:14 -04:00
binance.py `binance`: always request an extra 1min OHLC bar 2023-01-10 11:09:19 -05:00
cli.py Simplify rpc machinery, and switch refs to Dict and List to builtins, make brokercheck call public broker methods and get their results again 2022-08-25 09:18:52 -03:00
core.py Maybe spawn `brokerd` in `asyncio` mode if declared in backend mod 2022-04-13 00:39:15 -04:00
data.py Update `msgpub` import from `tractor.experimental` 2022-01-30 12:46:54 -05:00
questrade.py Drop `pandas` timestamp for qt 2022-05-15 13:49:54 -04:00
robinhood.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00