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

#127 wrong parameter name. It should be 'lookback' instead of 'window'.

the implementation of `rolling_max()` seems to be a copy of `rolling_min()` - including using `.min()` instead of `.max()`.

Hello, Apparently, there is an issue with MySql connection while working with dashboard. While running this code: ```python # dashboard.py from qtpylib.reports import Reports class Dashboard(Reports): pass # we just...

Hi I have 1 min weekly options data for 4 years. How can I use that data/ push it to MySQL table? What is the schema? How can I backtest...

Guys, anyone have solution to match builtin tradingview ATR indicator ? Data is so different in comapre to qtpylib.atr

@ranaroussi You mentioned in your blog post that you'll add a template we can use to help write our own broker support. My primary broker is using both MT4 and...

It would be great to be able to chart and process different bar types besides just OHLC candles. Maybe make the code flexible enough to support the different bars. I'm...

feature request

I can't close a position during backtests if I have a `get_positions()['positions'] == 0` check (I am on qtpylib version 1.5.82, Ref to #85) **Debugging:** - I believe what is...

Thinking out loud... LMK what you think :) ![qtpylib 2 0](https://user-images.githubusercontent.com/1185458/64073540-24791d80-cca8-11e9-86b7-32beef49451a.png)

IEX Cloud https://iexcloud.io/ has python api for real time quotes at a very affordable price. And no need to run TWS or IB Gateway.

feature request