Skip to content

hskim0584/DQN_based_BTC_Trading_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DQN_based_BTC_Trading_Algorithm

image

background

Most modern trading algorithms are dominated by CNNs and LSTMs.

LSTM is suitable for processing time series data. However, as CNNs became more adept at identifying patterns in charts, the two algorithms became dominant. This algorithm aims to utilize the advantages of both models by processing time series using the POMDP definition of DQN and identifying patterns using CNN. image

Setup

Python 3.8 (for dataclass support) or higher is required.

pip install -r requirements.txt

or

pip install h5py
pip install keras

Dataset

download from HERE (If it's impossible, contact us !)

Result

baseline

image

Ours

image image

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages