Skip to content

Jiahao Li, Yong Zhang, Xingyu Yang, and Liangwei Chen. "Online portfolio management via deep reinforcement learning with high-frequency data" Information Processing & Management, 2023, 60(3): 103247.

License

Notifications You must be signed in to change notification settings

jiahaoli57/LSRE-CAAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LSRE-CAAN

Jiahao Li, Yong Zhang, Xingyu Yang, and Liangwei Chen. "Online portfolio management via deep reinforcement learning with high-frequency data" Information Processing & Management, 2023, 60(3): 103247.

image

About

Recently, models that based on Transformer (Vaswani et al., 2017) have yielded superior results in many sequence modeling tasks. The ability of Transformer to capture long-range dependen-cies and interactions makes it possible to apply it in the field of portfolio management (PM). However, the built-in quadratic complexity of the Transformer prevents its direct application to the PM task. To solve this problem, in this paper, we propose a deep reinforcement learning-based PM framework called LSRE-CAAN, with two important components: a long sequence representations extractor and a cross-asset attention network. Direct Policy Gradient is used to solve the sequential decision problem in the PM process. We conduct numerical experiments in three aspects using four different cryptocurrency datasets, and the empirical results show that our framework is more effective than both traditional and state-of-the-art (SOTA) online portfolio strategies, achieving a 6x return on the best dataset. In terms of risk metrics, our framework has an average volatility risk of 0.46 and an average maximum drawdown risk of 0.27 across the four datasets, both of which are lower than the vast majority of SOTA strategies. In addition, while the vast majority of SOTA strategies maintain a poor turnover rate of approximately greater than 50% on average, our framework enjoys a relatively low turnover rate on all datasets, efficiency analysis illustrates that our framework no longer has the quadratic dependency limitation.

Contribution

Contributors

Institutions

  • School of Management, Guangdong University of Technology

Acknowledgement

This project would not have been finished without using the codes from the following open source projects:

News

Citation

Please consider citing our work if you find our code/paper is useful to your work.

@article{li2023online,
    title     = {Online portfolio management via deep reinforcement learning with high-frequency data},
    author    = {Li, Jiahao and Zhang, Yong and Yang, Xingyu and Chen, Liangwei},
    journal   = {Information Processing \& Management},
    volume    = {60},
    number    = {3},
    pages     = {103247},
    year      = {2023},
    publisher = {Elsevier}
}

About

Jiahao Li, Yong Zhang, Xingyu Yang, and Liangwei Chen. "Online portfolio management via deep reinforcement learning with high-frequency data" Information Processing & Management, 2023, 60(3): 103247.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages