Stock-Trading-Visualization icon indicating copy to clipboard operation
Stock-Trading-Visualization copied to clipboard

A simple, yet elegant visualization of our stock trading RL agent environment.

Results 6 Stock-Trading-Visualization issues
Sort by recently updated
recently updated
newest added

1. use latest stable_baseline3 2. fix (prev_cost + additional_cost) / (self.shares_held + shares_bought) where self.shares_held + shares_bought =0 divided exception (np warning) 3. replaced obsoleted lib mpl_finance and matplotlib.mdates

I am having this issue... Updated to stable_baseline3 and mplfinance and changed the imports according to the new package versions. Stock-Trading-Visualization/env/StockTradingEnv.py:97: RuntimeWarning: invalid value encountered in double_scalars self.cost_basis = (...

Wanted to give a heads up to anyone trying to run this. You will need specifically tensorflow==1.14.0 because stablebaselines only supports up until this version (aka breaking module name changes)....

Hello bro, After doing some changes I could make the bot beat the market by a small margin: There is a lot of work to do but the main changes...

If you encounter the following error: from mpi4py import MPI ImportError: DLL load failed: The specified module could not be found. I could get rid of the issue by running...

I've opened an issue in Stock-Trading-Enviroment ([link](https://github.com/notadamking/Stock-Trading-Environment/issues/5)) that I belive also affects this repo [same class, more specifically, same method]. However, I'm opening this **new issue**, because I think the...