https://github.com/talaikis/trading_qlearning
https://github.com/talaikis/trading_qlearning
qlearning trading
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/talaikis/trading_qlearning
- Owner: talaikis
- Created: 2017-12-09T21:43:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T10:54:52.000Z (over 8 years ago)
- Last Synced: 2025-07-09T09:44:26.657Z (12 months ago)
- Topics: qlearning, trading
- Language: Python
- Size: 213 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

## 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.