Andrei Zhemaituk
Andrei Zhemaituk
Is polygon.io integration still a maintained feature? If so API endpoint needs update to the new one. Polygon's Trades V2 API has been deprecated in favor of the new Trades...
Reproduced on the latest version: 5.4.0 It stopped logging the docker command's stdout and stderr, hiding actual underlying error. To reproduce try: ``` dockerizePip: true dockerImage: not-existing-image:123 ``` Actual log...
When running readme paper trading sample - CPU utilization is ~100%. Most of the cpu ticks spent in the following loop of alpacastore.py (_t_order_create): ``` while True: try: if self.q_ordercreate.empty():...
This PR includes couple of improvements: - ability to pass a http client to use. Useful for the cases when using library to work with multiple accounts (different refresh tokens),...
### Is your feature request related to a problem? Switching from postgresql/timescaledb requires re-writing queries which rely on ANY currently. Current code is in python/psycopg3/sqlalchemy/pandas and looks like the following:...
**Type**: Feature **Is your feature request related to a problem? Please describe.** If writing a file through S3OutputStream has started - there is no possibility to abort the upload. My...