Skip to content

Automate swing trading using deep reinforcement learning. The deep deterministic policy gradient-based neural network model trains to choose an action to sell, buy, or hold the stocks to maximize the gain in asset value. The paper also acknowledges the need for a system that predicts the trend in stock value to work along with the reinforcement …

Notifications You must be signed in to change notification settings

BangaloreSharks/SharkStock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# SharkStock

SharkStock is a automated stock trading bot that uses reinforcement learning. The project is under development.

Collborators:

  • Anvitha G K Bhat
  • Akhil Raj Azhikodan

Intallation Guide

  • Create virtual environment
virtualenv senv
source senv/bin/activate
  • Install dependencies
pip install -r requirements.txt

About

Automate swing trading using deep reinforcement learning. The deep deterministic policy gradient-based neural network model trains to choose an action to sell, buy, or hold the stocks to maximize the gain in asset value. The paper also acknowledges the need for a system that predicts the trend in stock value to work along with the reinforcement …

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages