ApurvShah007 / Algorithmic-Trading

I have been deeply interested in algorithmic trading and systematic trading algorithms. This Repository contains the code of what I have learnt on the way. It starts form some basic simple statistics and will lead up to complex machine learning algorithms.
MIT License
62 stars 5 forks source link

Implementing a Q-learning agent that makes the decision of Buy, Sell or Hold #21

Open ApurvShah007 opened 4 years ago

ApurvShah007 commented 4 years ago

Implementing a simple Q-learning agent in Python that uses multiple technical indicators to make a decision of Buy, Sell or Hold.