前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >【最新研究】强化学习在Market Making上的应用(系列58)

【最新研究】强化学习在Market Making上的应用(系列58)

作者头像
量化投资与机器学习微信公众号
发布2018-05-28 14:32:54
1.1K0
发布2018-05-28 14:32:54
举报
文章被收录于专栏:量化投资与机器学习
作者 | Thomas Spooner、John Fearnley、Rahul Savani、Andreas Koukorinis

今天分享一篇来自利物浦大学的最新研究。此文讲述了Reinforcement Learning在Market Making 上的应用。由于内容涉及较为复杂,后续部分仅做展示。(论文在文章末尾获取)

前七期传送门:

【系列57】为什么机器学习在投资领域并不是那么好用

【系列56】特征重要性在量化投资中的深度应用

【系列55】机器学习应用量化投资必须要踩的那些坑

【系列54】因子的有效性分析基于7种机器学习算法

【系列53】基于XGBoost的量化金融实战

【系列52】基于Python预测股价的那些人那些坑

【系列51】通过ML、Time Series模型学习股价行为

摘要

Market making is a fundamental trading problem in which an agent provides liquidity by continually o ering to buy and sell a security. The problem is challenging due to inventory risk, the risk of accumulating an unfavourable position and ultimately losing money. In this paper, we develop a high- delity simulation of limit order book markets, and use it to design a market making agent using temporal-di erence reinforcement learning. We use a linear combination of tile codings as a value function approximator, and design a custom reward function that controls inventory risk. We demonstrate the e ectiveness of our approach by showing that our agent outperforms both simple benchmark strategies and a recent online learning approach from the literature.(论文在文章末尾获取)

前言

The role of a market maker is to provide liquidity by facilitating transactions with other market participants. Like many trading problems, it has become increasingly automated since the advent of the electronic limit order book (LOB), as the need to handle more data and act on ever shorter time scales renders the task al- most impossible for humans [25, 29]. Upwards of 60% of trading volume on some particularly active markets has been attributed to automated trading systems [27, 36]. This paper uses reinforce- ment learning (RL) to design competitive market making agents for nancial markets using high-frequency historical equities data.

解读:讲述了做市商的重要性,自从电子限价订单(LOB)出现以来,在一些特别活跃的市场上,60%以上的交易量归功于自动交易系统。本文使用强化学习(RL),利用高频股票历史数据为金融市场设计具有竞争力的making agents。

相关研究

解读:讲述相关研究,大家可自行阅读,不再陈述。(论文在文章末尾获取)

正文

解读:使用的数据和来源还有初始模型规则设定。

原文:https://arxiv.org/abs/1804.04216?from=timeline&isappinstalled=0

本文参与 腾讯云自媒体同步曝光计划,分享自微信公众号。
原始发表:2018-04-15,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 量化投资与机器学习 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 【系列51】通过ML、Time Series模型学习股价行为
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档