-
My notebook, _FinRL_HyperparameterTuning_Optuna.ipynb_, (in Tutorials/4-Optimization) is failing because of the changes recently made to the _StockTradingEnv_ class, specifically the introduction of "…
-
Hi! I've been using some of your Insugar Trading and Spiced Cookies add-ons for a few weeks and let me tell you they're quite the helpful ones.
The idea is the following: implementing a "Extract th…
-
## **Information**
Minecraft version: 1.19.2
Modloader: Forge
Forge version: 43.2.0
Environment: Multiplayer
Mod name: Infinite Trading
Mod version: 4.0
I put the mod on my server to …
-
Intuitive Explanation
People have a preference for liquidity; therefore, lost liquidity needs to be compensated with a price, resulting in a liquidity premium. The better the liquidity, the more activ…
-
Encountered error messages since 2 weeks ago: (robin-stocks ver: **3.0.4**)
> rs.order_buy_market('AAPL', 1)
**Error in request_post: Expecting value: line 1 column 1 (char 0)**
> rs.order_sel…
-
API projects:
- [ ] [Timestamp Microservice](http://www.freecodecamp.com/challenges/timestamp-microservice)
- [ ] [Request Header Parser Microservice](http://www.freecodecamp.com/challenges/request-he…
-
Hello there,
I'm using both:
`inpy.get_stock_recent_data("2222", 'Saudi Arabia')`
and
`inpy.get_stock_historical_data(stock, country, "from_date", "to_date", as_json=False, order='ascending')…
Jihad updated
3 years ago
-
```
StockTwits is widely used in stock trading, and has a great API using OAuth.
See http://stocktwits.com/developers/docs
Would be great to have gfeedline support!
```
Original issue reported on …
-
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 …