Khaled Bouziane

Results 17 issues of Khaled Bouziane

I can't get the workers to log except debug messages logger.info(f"info Subscribing ==> {indexes}") logger.warn(f"warn Subscribing ==> {indexes}") logger.debug(f"debug Subscribing ==> {indexes}") logger.exception(f"exceptionSubscribing ==> {indexes}") only "debug Subscribing" is displaying...

first i would like to congratulate you for the work you've done. i'm not very experienced with php/laravel, but i would like to contribute. how to create an addon, is...

https://github.com/alpacahq/alpaca-trade-api-python/blob/a34b337c1628a7877c121bc72afc1edd1012a7ed/alpaca_trade_api/stream.py#L230 for symbol in symbols: del self._handlers['bars'][symbol] *Symbol KeyError (doesn't exist in handlers,) this loop should try except or check keys before delete same for all unsubscribe_* methods

question

adding profile meta-data to YAHOO_FINANCIAL_TYPES, as it give access to additional informations at "assetProfile" (company summary, sector, industry, website....)

How to make chart exceeds top and bottom borders (without drag part) some time big gaps makes the chart collapse ![brave_XQzJ6wL4bR](https://user-images.githubusercontent.com/32199620/157048609-e5189e01-c9db-4278-b097-95d8a4f65666.png)

- updateData with last price causes chart to do full recalculation of technical indicators from start ts.

Optimization
not urgent

confusing date format on daily bars + local timezone if timezone EST daily bars are shwing day-1 19:00:00 that's expected since timestamp at hour 00 to utc - offset may...

https://github.com/ranaroussi/pystore/blob/f3c864ca9d9321b3d5a83793e3f325708aa5aef3/pystore/collection.py#L170 this is causing most of exceptions preventing append to work, maybe print something instead of empty return.

based on this code , on each append we load all the data into memory to check for duplicates then doing a write on all the data to rewrite parquet....

So this issue already posted, i can't get "append" to update the data using the demo example. Changed python version, Dask, pystore, numba, pandas, I tested same code on Linux...