0
Follow
0
Followers
디지털 화폐 백테스팅에서 시뮬레이션된 틱의 기본 기간이 1분인 경우, 1분에 몇 개의 틱 데이터를 시뮬레이션할 수 있습니까?
Created 2019-05-08 19:24:35
2
2597
디지털 화폐 재검토에서, 만약 모의 틱의 기본 주기가 1분이라면, 1분마다 몇 개의 틱 데이터를 모의할 수 있을까요? https://www.fmz.cn/bbs-topic/662의 소개에 따르면, 최대 12개의 틱을 생성해야 하지만, 인쇄 틱의 결과는 14개의 틱이 많고, 3개의 틱이 적습니다.
예를 들어:
2018-09-01 23:46:58
2018-09-01 23:46:54
2018-09-01 23:46:50
2018-09-01 23:46:46
2018-09-01 23:46:36
2018-09-01 23:46:32
2018-09-01 23:46:24
2018-09-01 23:46:20
2018-09-01 23:46:12
2018-09-01 23:46:08
2018-09-01 23:46:06
2018-09-01 23:46:04
2018-09-01 23:46:02
2018-09-01 23:46:00
Related Recommendations
How to install ta-lib on linux docker?5.5 Trading strategy optimization5.4 Why do we need an off-sample test5.3 How to read the strategy backtest performance reportFAQ5.2 How to do quantitative trading backtesting5.1 The meaning and trap of backtesting4.6 How to implement strategies in C++ language4.5 C++ Language Quick Start4.4 How to implement strategies in Python language
Comment
All comments (2)
补充请教一个问题,如果我在一个ontick循环中,随机插入5个GetTicker查询,具体的每次返回的tick时间间隔是由什么决定的 ? 是由两次查询之间的代码运行开销决定的吗?
7 years ago
根据 K线 类型而定的,详细您看下文档 https://www.fmz.com/bbs-topic/662 , 有些K线带影线 有些不带,模拟出的ticker 数量是不一样的。
7 years ago
- 1
