-
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…
-
If you are claiming a Discrete action space, I would expect something like
```
if action_type == 1: #BUY
elif action_type ==2: #SELL
else: # HOLD
```
Why the action_type is a float? I'm new in …
-
This is a feature request to put limits to NPC trading. The motivation is to allow reasonable trading without using some hard-to-obtain items, while still preventing potential abuse. Many games, espec…
-
#### Expected behaviour
As it's stated in Investopedia, VWAP should reset and start it's calculations again for each session.
https://www.investopedia.com/terms/v/vwap.asp
#### Actual behaviour
…
-
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: RuntimeWa…
-
http://aigeek.hexo.s3.bucket.s3-website-eu-west-1.amazonaws.com/2023/01/14/the-journey-begins/
AI is becoming increasingly present in our daily lives, from self-driving cars to stock and currency t…
-
**Describe the bug**
When you use the Stock & Fund area to view intraday data, the Yahoo Finance data would not allow the start data and end date to be the same day. So, the start date is the previou…
-
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 …
-
Hi Ryan,
You did a good job on your presentation. Even though I am not familiar with stock investment strategies, your project topic is impressive to me. To be more specific, I like the concept of …
TTTae updated
4 years ago
-
Hi,
First of all, i start to like JStock the more i use it, can do almost anything i want it to do.
Im basically missing 1 thing, something like (or all :)
- yahoo financial: 1 year target price
- ms…