fadilparves / TRADING-AGENTS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trading_agents

reinforcement with QLearning

The first idea is to use QLearning to trade on single pair EURUSD

Below is the result (not bad uh?)

alt text

max profit is 9k usd and max loss is -6k usd

Requires more improvment such as avoiding news trades and add NLP for sentiment analysis

To run this:

  • clone this repo
  • cd into dir
  • run python3 main.py to run the code and get the output

This is still in development phase, use on your own risk!

Todo: Use Evolution Strategy

About


Languages

Language:Python 100.0%