Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 927 Bytes

File metadata and controls

18 lines (9 loc) · 927 Bytes

Tutorial 1: Intraday Crypto Trading with DeepScalper

DeepScalper.png

Intraday trading is a fundamental quantitative trading task, where traders actively long/short one pre-selected financial asset within the same trading day to maximize future profit.

DeepScalper use deep q network to optimize the reward sum got from reinforcement learning where a hindsight reward is used to capture the long-term porfit trends and embedding from both micro-level and macro-level market information.

Notebook and Script

In this notebook, we implement the training and testing process of DeepScalper based on the TradeMaster framework.

Tutorial1_DeepScalper

And this is the script for training and testing.

train.py