Commit Graph

25 Commits

Author SHA1 Message Date
fasiondog
5df15e1261 补充注释及完善StrategyContext(continue) 2024-09-01 01:38:11 +08:00
fasiondog
08526c2f18 调整K线数据加载策略,先加载同一类型的K线,使用同一类型数据测试时不用等待 2024-08-30 12:48:41 +08:00
fasiondog
baa9c4b67c 优化init读取配置文件 2024-08-29 15:18:18 +08:00
fasiondog
d3d38a43e6 cppcheck 信息清理 2024-01-28 23:38:03 +08:00
fasiondog
e51f2bfc6c KQuery/KRecord 相等与不等比较导出至 python 2023-10-29 18:25:06 +08:00
xiaoniu
cd06ea1206 sqlite kdata driver (feature: support convert interval) 2023-09-23 16:12:23 +08:00
fasiondog
a407c82b0e 升级 fmt 2023-07-28 23:50:26 +08:00
fasiondog
72ac85584c KQuery的recoverType可设定 2022-01-26 02:01:28 +08:00
fasiondog
8270341d0e 优化指标重设上下文时的计算,上下文未变化的情况下由指标本身计算标识判断是否重计算 2021-12-03 01:46:38 +08:00
fasiondog
f6697c5a0c fixed 内存泄露 2021-01-23 23:03:28 +08:00
fasiondog
89458028e4 fixed 并行加载错误 2021-01-04 00:16:19 +08:00
fasiondog
41a97a3932 增加基础编程工具宏,优化代码提升可读性及后续编写效率 2020-11-22 00:12:09 +08:00
fasiondog
0805207c6d clear cppcheck 2020-11-02 23:47:15 +08:00
fasiondog
8c431ba6da clear cppcheck warns 2020-11-01 14:01:08 +08:00
fasiondog
3fe0519bc1 int64/int32/int8和c++11保持一致改为int64_t/int32_t/int8_t 2020-10-01 22:52:50 +08:00
fasiondog
778cff1787 ktype不区分大小写 2020-06-10 00:17:24 +08:00
fasiondog
7be8eaf2d5 add TimeDelta (continue); add comment information 2019-12-16 02:09:43 +08:00
fasiondog
45d390a3e9 fixed #I15IIJ Query 同时支持索引及日期方式 2019-12-02 00:23:12 +08:00
fasiondog
c9cc4e353b update for format, cppcheck, travis 2019-11-10 19:45:57 +08:00
fasiondog
fdad61e3d3 Update some base type name; added a database connection module to be used for later 2019-08-09 01:40:24 +08:00
fasiondog
a575b003a6 add #progam once for every .h files; some others 2019-08-03 21:53:24 +08:00
fasiondog
1e88df1f38 支持历史分笔数据 2019-02-11 21:13:06 +08:00
fasiondog
178ad8a394 Change Enum KQuery::KType to string (continue) 2018-10-06 02:03:02 +08:00
fasiondog
cb86c1cbf1 change Enum KQuery::KType to string for more kdata type (will continue) 2018-10-04 20:55:39 +08:00
fasiondog
8379b053a1 Re-organize source code structure; use xmake for build 2018-08-20 04:01:34 +08:00