Skip to content

ywang412/Trading_QLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Trading_QLearning

Algorithm Trading using Q-Learning implemented on Quantopian Zipline platform (https://github.com/quantopian/zipline).

In this python code, I will present an reinforcement learning framework to trade a single stock. This area of machine learning consists in training an agent by reward and punishment without needing to specify the expected action. The agent learns from its experience and develops a strategy that maximizes its profits. The stock daily states are based off of a combination of several technical indicators (RSI, Bollinger, Momentum, et al).

Reference

T.M. Mitchell. Machine Learning. McGraw-Hill International Editions, 1997.

Requirements

This project requires Python 2.7 and the following Python libraries installed:

  • Matplotlib
  • NumPy
  • Pandas
  • Seaborn
  • Run
  • Zipline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages