Skip to content

f56e751/DeepTradeRL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAI-CON_RL-HFT

The model takes 1-minute OHLCV and Orderbook data as input and learns temporal patterns through a deep learning network combining CNN and LSTM architectures. The reinforcement learning agent makes buy/sell/hold decisions based on processed features, continuously optimizing trading strategies through rewards received from the market environment.

Core Data Sources

1-Minute OHLCV Data: Utilizes Open, High, Low, Close, and Volume data at 1-minute intervals for comprehensive price action analysis

1-Minute Orderbook Data: Incorporates real-time orderbook depth information to capture market microstructure and liquidity dynamics

Environment Setup

Please use the provided environment.yml file to set up the required dependencies:

conda env create -f environment.yml
conda activate rl-hft

Model Architecture

image

Example

src/agent/python ppo_agent_tech.py --include_tech True --input_type LSTM src/agent/python sac_agent_tech.py --include_tech True --input_type LSTM

Result

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.5%
  • Jupyter Notebook 25.5%