engine

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

README

Quant1x-Engine

量化交易(数据类)引擎

1. 设计原则

  • 更新历史数据,盘后更新历史数据
  • 回补历史数据,对于新增特征组合或者因子要能回补历史数据,以便回测
  • 盘中更新数据,盘中决策很重要,特征组合要有根据5档行情即时数据进行增量计算的能力
  • 缓存数据必须具备按照日期切换的功能

2. 模块划分

级别 模块 功能 盘中更新数据 更新当日数据 回补历史数据
0 cache 数据缓存 [ ] [ ] [ ]
0 factors 量化因子 [ ] [ ] [ ]
0 features 特征 [ ] [ ] [ ]
0 tracker 回测 [ ] [ ] [ ]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL