qtpylib icon indicating copy to clipboard operation
qtpylib copied to clipboard

QTPyLib, Pythonic Algorithmic Trading

Results 69 qtpylib issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I'm getting a Queue vs queue capitalization error (more details [here](https://stackoverflow.com/questions/33432426/importerror-no-module-named-queue) - it relates to a change in Python 2 vs 3) when trying to run the...

bug

**Describe the bug** I cant install it by pip: ![image](https://user-images.githubusercontent.com/5004900/164414610-b8017c75-7a8a-49a8-9333-acb6a9601b22.png) when I want to clone the qtpylib package from github : **To Reproduce** git clone https://github.com/ranaroussi/qtpylib.git **Screenshots** ![image](https://user-images.githubusercontent.com/5004900/164414101-2b187641-a368-40a4-9b50-4d564005c09a.png) **Desktop (please...

bug

**Describe the bug** pip install qtpylib gives error **To Reproduce** Steps to reproduce the behavior: 1. Create a virtualenv (python 3.6.5) 2. pip install qtpylib **Screenshots** ![image](https://user-images.githubusercontent.com/14235000/68067444-eca45a00-fd6c-11e9-8932-3d7600ef852f.png) **Desktop (please complete...

bug

**Describe the bug** Installing the package using the recommended command "pip install qtpylib --upgrade --no-cache-dir" gives a Fatal error and stops with the final message: "ERROR: No matching distribution found...

bug

**Describe the bug** I just tried jumping to the full documentation. I get a timeout for the link to "Full Documentation »" at the URL www.qtpylib.io It says "The connection...

bug

Currently qtpylib doesn't support FA accounts. When using an FA account to log into TWS, no market data is retrieving from IB.

enhancement

Sorry for my silly questions, but what are: "ibclient=999" and "zmqport="12345"? on the document: --ibclient TWS/IBGW Client ID (default: 999), but how can I check my own "Cleint ID"? Is...

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of augmented assignment statements](https://docs.python.org/3/reference/simple_stmts.html#augmented-assignment-statements "Augmented assignment statements") accordingly....

feature request

**Describe the bug** An error when running pip install qtpylib --upgrade --no-cache-dir **To Reproduce** In a bash shell in the right conda environment type: pip install qtpylib --upgrade --no-cache-dir **Screenshots**...

bug

From the documentation or select schema definitive I cannot see that the limit book at different events epochs is saved. Im assuming data for limit order book comes from IB...