当前位置:网站首页>What are the basic steps to develop a quantitative trading strategy?
What are the basic steps to develop a quantitative trading strategy?
2022-08-10 00:13:00 【Q1841085904】
The first step is to build logic with ready-made indicators
The software has many built-in technical indicators, take out one, write the trading point, and back-test the historical market, so that you can get a simple strategy.With the accumulation of strategic experience, the logical choices here will become more and more diverse.
Of course such a strategy is generally not profitable.
The second step is to optimize parameters
Select parameter traversal and observe how different parameters affect the strategy.In general, we will get several sets of parameters that seem to be more profitable.
The third step, out-of-sample testing
For example, the parameters we traversed before were the data of 2016, and several parameters with good performance were obtained, then we will use the data of 2014/2016 to test these parameters.Generally speaking, this parameter will be bleak outside the sample, and it will not be as powerful as the optimization in the sample.
The fourth step, observation to determine what is the reason for the failure of the strategy
Assume that the reason for the failure of the strategy is that one or two special market conditions outside the sample lead to large losses, then we can set a hard stop loss to avoid this risk; if we find that the failure of the strategy is due to too few transactions, then weJust relax the transaction logic a little, such as changing the place where >x is required to >=x or even >=x-1.Wait, this modification is the experience of the strategy.
边栏推荐
- 月薪5K的运维小白如何成为月薪5W的高级架构师?
- Install win7 virtual machine in Vmware and related simple knowledge
- shell array
- 浅析量股票化交易的发展现状
- 异常处理(try,catch,finally)
- 2022年中国第三方证券APP创新专题分析
- Cesium渐变色3dtiles白模(视频)
- mysql中的key是怎么用的,或者这个值有什么意义,如下图?
- Flask introductory learning tutorial
- Under the NVM node installation;The node environment variable configuration
猜你喜欢
随机推荐
高数_复习_第4章:向量代数和空间解析几何
mysql中的key是怎么用的,或者这个值有什么意义,如下图?
请讲一讲JS中的 for...in 与 for...of (上)
Under the NVM node installation;The node environment variable configuration
大型分布式存储方案MinIO介绍,看完你就懂了!
OSS文件上传
重装系统后新建文本文档打不开怎么办
【Leetcode】2104. Sum of Subarray Ranges
Five Star Holdings Wang Jianguo: Deepen the track with "plant spirit" and promote growth with "animal spirit"
C 在函数声明前加typedef
Space not freed after TRUNCATE table
Cesium渐变色3dtiles白模(视频)
【TS技术课堂】时间序列预测
Evolution of MLOps
Janus Official DEMO Introduction
制定量化交易策略的基本步骤有哪些?
B. Applejack and Storages
毕昇编译器优化:Lazy Code Motion
Analyze the Add() method in Fragment management from the source code
OKR 锦囊妙计