goodboy
goodboy
@zjhmale I answer this in #325. I also created alpacahq/pymarketstore#40 to match.
@charlieyou so why don't you write some.
@chipmaker I think part of the problem is there isn't someone maintaining the primary client along with the this core. This is something my crew will be looking to do...
@chipmaker sorry I missed this. I think at some level it's going to be up to use as users to document things from the client side and then report and...
@jbrukh don't quote me on this but it looks like you can make "sql" like queries once this [`pymarketstore` change is merged](https://github.com/alpacahq/pymarketstore/pull/37/files#diff-5eb6c9ecca847854c5184555a82e1b88R146). If you dig into the [`planner` package](https://github.com/alpacahq/marketstore/tree/master/planner) there's...
exact config: ```yaml bgworkers: - module: binancefeeder.so name: BinanceFetcher config: symbols: - BTC base_timeframe: '1Min' base_currencies: - USDT # - BTC query_start: '2018-01-01 00:00' ```
@athenawisdoms you might want to give [techtonicDB](https://github.com/0b01/tectonicdb) a try for an out of the box solution with an excellent storage format. However, I am already story tick data using the...
@athenawisdoms I actually am using both at the moment (`techtonicDB` as well just don't have code up yet). I'm currently delegating to underlying broker systems to store trade history so...
Pretty sure this pertains to the new tick to bar conversion that's just been added in #399. Tick is usually the level 1 of the book (aka the bid/ask spread)...
It doesn't work at the moment though. I'm getting a cert auth error from the container: ```python Failed to create bgworker: Get "https://api.pro.coinbase.com/products": x509: certificate signed by unknown authority ```