fightthepower

Results 13 issues of fightthepower

I want to download historical EOD OHLCV data for stocks. Is it gonna be added in this library or can you recommend a library where we can download bse historical...

enhancement

I need TF 2.0 cpu wheel for python 3.5 with no AVX in ubuntu 16.04. Thank you in advance. My current wheel is from here https://github.com/yaroslavvb/tensorflow-community-wheels/issues/99

F string formatting is only available in python 3.6 and higher and will cause syntax error in lower python 3 versions. So I replaced F string with the formatting which...

First of all thank you for writing those articles. I was searching for a stock simulating system similar to gym. In your article you have given a good explanation of...

Hey thank you for this simple backtester I want to do a backtest for a multiple indicator strategy > Eg: > Buy: Short_ SMA > Long_SMA & RSI < 20...

Thank you for this I was looking for something like this. when I am trying out this I am getting a assertion error like this > self.ax.lines.remove(self.price_plot[0]) > AttributeError: 'trading_env'...

I have read [preparing rust tutorial](https://gtk-rs.org/docs-src/tutorial/cross) and I have followed all the steps , including a additional step recommended by this [stack overflow answer](https://stackoverflow.com/a/62853319) `rustup toolchain install stable-x86_64-pc-windows-gnu` ``` rustup...

documentation
question

I am using a modified [rust-crosscompile](https://github.com/etrombly/rust-crosscompile) docker file to compile my project. The modified rust-crosscompile includes additional codes to install `dnf install sqlite` and `dnf install sqlite-devel` packages. Even this...

There is already [a thread in main geany issues](https://github.com/geany/geany/issues/2184) but I am starting a new thread here. LSP is a protocol used for providing programming language-specific features such as syntax...

I am using the latest version 0.19.5 of NewPipe and this problem exists only in 1. YouTube videos which are very older 2. YouTube videos which have inherently poorer audio...

bug