Skip to content

This repository contains code to train a Deep Reinforcement Learning (DRL) Agent to trade stocks.

Notifications You must be signed in to change notification settings

pimpdev/DRL_AlgoTrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRL_AlgoTrade

This repository contains code to train a Deep Reinforcement Learning (DRL) Agent to trade stocks. The trained model is connected to a stock broker platform to make real trades in real time, using real money. FinRL was used at the core for the implementation.

The Agent only trades a single time a day (at the end), with the goal of maximizing profits. The Agent is encouraged to buy assets instead of holding cash by introducing a cash penalty.

TODO

  1. Fetch current stock information (real time)
  2. Connect with De Giro API
  3. Link model with De Giro to make trades
  4. Set everything on a cloud server

About

This repository contains code to train a Deep Reinforcement Learning (DRL) Agent to trade stocks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published