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

Been trying for a while now to figure out how to get the cash and account value information from inside the strategy. Been looking through the library code for a...

feature request

bars['rsi'] = bars.rsi(window=10) throws the following exception: File "rsistrat.py", line 27, in strategy.run() File "/usr/local/lib/python3.6/site-packages/qtpylib/algo.py", line 393, in run self.blotter.drip(history, drip_handler) File "/usr/local/lib/python3.6/site-packages/qtpylib/blotter.py", line 1102, in drip handler(data.iloc[i:i + 1])...

bug

InfluxDB is a well performing Open Source DB which suits the timeseries functionality better than MySql. It might be an idea supporting this DB.

feature request

back testing the example strategy in the documentation produces the error: > File "test_strat.py", line 8, in on_bar > bars = instrument.get_bars(window=20) > TypeError: get_bars() got an unexpected keyword argument...

**Describe the bug** Installing the package using pip **To Reproduce** Steps to reproduce the behavior: pip install qtpylib --upgrade --no-cache-dir **Screenshots** ![image](https://user-images.githubusercontent.com/36737465/81523215-cc8ace80-937f-11ea-8a08-3519e8214ede.png) **Desktop (please complete the following information):** - OS:...

bug

I just ran the strategy example with on_bar event, just to print the bar. It always produces each of OHLC value same for every bar Pandas(Index=Timestamp('2019-05-30 06:22:00+0000', tz='UTC'), asset_class='STK', close=2150.4,...

bug

Hi, When you cloning your project on windows 8.1/PyCharm, I get the following error: Clone failed unable to create file Icon?: Invalid argument unable to checkout working tree warning: Clone...

Setup.py : added square bracket to package_data values

**Describe the bug** created dashboard.py file and run it with all default settings, and was able to get to login screen at port 5000, but when was entering password, was...

bug