Skip to content

Simple version of auto forex trader build upon the concept of DQN

License

Notifications You must be signed in to change notification settings

plexzhang/Forex-DQN

 
 

Repository files navigation

Forex-DQN

This project is build to trade forex automatically. It is build upon the concept of DQN (Deep Q Network) and projects below.

Features

  • Support tensorboard

Installation

pip3 install -r requirements.txt

Config (Required)

You must create your own config train/config.py. To check the format of the config, you can take a look at train/config-tmpl.py

Script

Train

python3 train/index.py

Help

python3 train/index.py -h

LICENSE

GPL-3.0

About

Simple version of auto forex trader build upon the concept of DQN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%