Flask makes it so easy to share your predictions (drl4t-06)Until now, we have a trained deep reinforcement learning trading model. Now it is time to try to use it to predict tomorrow’s stock market.Apr 1, 2023Apr 1, 2023
Training DQN models for trading using PyTorch and Stable-Baselines3 (drl4t-05)After we created a custom Gym Env for trading in Create custom OpenAI Gym environment for Deep Reinforcement Learning (drl4t-04), it is…Mar 28, 20231Mar 28, 20231
Create custom OpenAI Gym environment for Deep Reinforcement Learning (drl4t-04)Stock trading is a complex economic behavior and no one can give a formula to predict it accurately. Well, this is just where Deep…Mar 26, 2023Mar 26, 2023
Data preparation, where to get a list of all NYSE and NASDAQ stocks (drl4t-03)The key to machine learning is data. In order to train a machine learning model for predicting trading trends, we need to obtain as much…Mar 19, 2023Mar 19, 2023
Technical indicators, tools for predicting trading market trends (drl4t-02)The most basic method to predict trends in the trading market is to analyze historical trading data. Technical indicators are mathematical…Mar 18, 2023Mar 18, 2023
Acquiring data, the first step towards using machine learning for stock trading (drl4t-01)Applying machine learning to stock trading is an exciting idea but also a tough challenge. I will try to use a series of posts to introduce…Mar 17, 2023Mar 17, 2023