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

a discussion forum for users, be it groups.io, google groups etc (as a user trying various libraries of yours, finding myself left alone in darkness without a users' forum, if...

feature request

add trading calendar for backtesting strategies

feature request

Hi It was written: "Using pub/sub architecture using ØMQ (ZeroMQ) for communicating between the Algo and the Blotter allows for a single Blotter/multiple Algos running on the same machine." I'm...

I set my IB API settings to be in read-only mode and tried the "Writing your Blotter" script on https://qtpylib.io/docs/latest/blotter.html. TWS pops up a message that "an API client is...

## Issue When I pass in '5T' resolution into the strategy, it is firing on_bar every minute instead of every 5 minutes ## My strategy code ``` ib_tuple = futures.make_tuple('CL')...

While trying to implement my existing algorithm using this library, I ran into an issue with data. It seems that the bar data is not correct. I had not realized...

I am unable to get any algos to run for longer than a few seconds. It crashes on ```df.append(data, sort=True)``` I've tried downgrading pandas to many versions down to 0.19.0...

This library is great! Thank you for making it. I have the blotter running, and can verify that it is populating the database as expected. However, when needing access to...

Hi Ran, I've just started trying out *qtpylib* and observed the following: As I am using the full TWS (rather than the gateway), the default **ibport** argument to **Algo** is...

According last Travis build https://travis-ci.org/ranaroussi/qtpylib/jobs/214950579 there's currently no unit tests maybe you should add some unit tests to ensure that coding new feature doesn't break existing code

enhancement
help wanted