An open API service indexing awesome lists of open source software.

https://github.com/talaikis/trading_qlearning


https://github.com/talaikis/trading_qlearning

qlearning trading

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Trading with Q-Learning

Uses [Machine_Learning_for_Trading](https://github.com/jason-r-becker/Machine_Learning_for_Trading), made to work with Python 3.6+, Metatrader 4 data - [data_server](https://github.com/quant-trade/data_server) can be used, and some improvements.

![Example](fig.png)

## How to run

Edit values in main.py and:

$ python main.py

P.S. Neither original, nor this code is reproducible, for educational purposes only.