FinRL-Trading icon indicating copy to clipboard operation
FinRL-Trading copied to clipboard

For trading. Please star.

Results 48 FinRL-Trading issues
Sort by recently updated
recently updated
newest added

when i run the code ,it appears " old_repo_ensemble_strategy/model/models.py", line 23, in from env.EnvMultipleStock_train import StockEnvTrain ModuleNotFoundError: No module named 'env' " did you forget upload this file?

`# DRL models from Stable Baselines 3 from __future__ import annotations import time import numpy as np import pandas as pd from stable_baselines3 import A2C from stable_baselines3 import DDPG from...

good evening I have problems executing the following code (in the "model" folder): # customized env from EnvMultipleStock_train import StockEnvTrain from EnvMultipleStock_validation import StockEnvValidation from EnvMultipleStock_trade import StockEnvTrade I don't...

I spoke with Bruce on LinkedIn and mentioned to him the idea of adding more volume-related data such as time & sales. I believe that the current OHLC format for...

rebalance_window = 63 # rebalance_window is the number of days to retrain the model validation_window = 63 # validation_window is the number of days to do validation and trading (e.g....

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.4 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.4 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

When i run "pip3 install -r requirements.txt" i get the following error Downloading stockstats-0.3.2-py2.py3-none-any.whl (13 kB) ERROR: Could not find a version that satisfies the requirement scikit-learn==0.21.0 (from -r requirements.txt...