-
Hi,
A silly question, is there some documentation on how the template files are constructed?
I have a number of stock images and I'd like to mass-create different templates based on those stock im…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
Being able to convert to dataframes greatly imp…
-
## Problem Description
Dear,
I'm trying to parse my generated backtest object into 'returns', 'positions' and 'transactions' by using function 'pf.utils.extract_rets_pos_txn_from_zipline' however…
-
Why is the state space for the StockTradingEnv a 291 dimension space?
how is the state_space derived? what is the rationale?
stock_dimension = len(train.tic.unique())
state_space = 1 + 2*stock_di…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xe45102ec2d1ceb4c0b78a18db1973bb45ff9ee7963d22aff4e4a1ea80547a081
**Severity:** medium
**Description:**
**Descriptio…
-
I did a pip upgrade and now If I run YahooDataBackTest for my strategy I get an error
Here is my code:
```
from login import get_api_key
from lumibot.traders import Trader
from lumibot.brokers …
-
After selecting the strategy, we conducted backtesting for the PSPB quality factor. As a result, we obtained the top 10% of stocks from the selected pool (target stocks). This is because our subsequen…
-
# Attributs exportés
_Pour le moment, les csv départementaux générés comportent 15 attributs, comme la BAN V0:
id,nom_voie,id_fantoir,number,rep,code_insee,code_post,alias,nom_ld,libelle_acheminemen…
-
Hi there, the total return (% in ALL) always seemed doubtful. I found several Reddit threads commenting on the same issue.
https://www.reddit.com/r/RobinHood/comments/cf90xx/all_time_return_is_wro…
-
First of all, thanks for the source code of reinforcement learning on stock trading, it was really helpful!
From your env setup, i found that commission was not considered, and looked like you als…