Commit Graph

3080 Commits

Author SHA1 Message Date
fasiondog
162e36f11c
Merge pull request #274 from fasiondog/feature/strategey
Feature/strategey 优化Strategy
2024-08-14 20:45:33 +08:00
fasiondog
1ae22379bf update 2024-08-14 18:31:27 +08:00
fasiondog
63e782c973 add c++ strategy demo 2024-08-14 18:10:21 +08:00
fasiondog
b87d70a17b 优化 Strategy continue 2024-08-14 16:21:05 +08:00
fasiondog
7feaf6c1f1 优化 Strategy continue 2024-08-14 01:47:28 +08:00
fasiondog
818f29e8fe 优化 Strategy continue 2024-08-14 01:24:32 +08:00
fasiondog
14a420f0e3 update 2024-08-13 18:53:08 +08:00
fasiondog
f2a979a92e update 2024-08-13 15:11:08 +08:00
fasiondog
761b233204 update 2024-08-13 14:14:40 +08:00
fasiondog
94d170e9f6 Merge branch 'master' of https://github.com/fasiondog/hikyuu into feature/strategey 2024-08-13 02:00:02 +08:00
fasiondog
36077b6b26 同步微调 2024-08-13 01:59:33 +08:00
fasiondog
3d9be8f889 update 2024-08-12 17:50:44 +08:00
fasiondog
52f50ebdfa 添加注释 2024-08-12 17:47:09 +08:00
fasiondog
9d9e03c758 任务组改为集中任务组 2024-08-12 17:37:53 +08:00
fasiondog
69730916cc python 使用主线程循环,C++不用 2024-08-12 17:25:36 +08:00
fasiondog
8edb9d0a4b update 2024-08-12 17:07:20 +08:00
fasiondog
b5b78031c8 优化KData加载代码 2024-08-11 18:50:05 +08:00
fasiondog
a9098fed9e add sqlite thread safe mode to 2 2024-08-11 14:55:32 +08:00
fasiondog
2b37d854cd Merge branch 'master' of github.com:fasiondog/hikyuu into feature/strategey 2024-08-10 01:55:53 +08:00
fasiondog
87f9fd781a fixed HttpClient 未正确处理含有多值的 Params 2024-08-10 01:50:04 +08:00
fasiondog
df4df90e03
Merge pull request #273 from fasiondog/release
Release 2.8
2024-08-09 15:07:30 +08:00
fasiondog
664f60e905 update release.rst 2024-08-09 14:14:39 +08:00
fasiondog
f2973714eb 读取配置文件放在 output 重定向之前,防止配置文件读取失败没有提示 2024-08-09 14:14:00 +08:00
fasiondog
72ce10386c release 2.1.1 2024-08-09 14:04:53 +08:00
fasiondog
1928f12130 暂时限定 numpy 版本 2024-08-09 14:00:10 +08:00
fasiondog
fa7f537759
Merge pull request #272 from fasiondog/feature/hdf5
Feature/hdf5 处理 VS2022 17.10 编译后无法加载 python 库。需要自行修改 hdf 库版本为 1.13.3, 目前人默认使用 17.9 进行编译
2024-08-09 13:01:22 +08:00
fasiondog
861c1d13ac 目前 17.10 需要在其他包之前引入 hikyuu,暂时扔切换 17.9,等以后 python 包逐步更新后再切 2024-08-09 12:19:10 +08:00
fasiondog
a87419176f update 2024-08-09 11:27:52 +08:00
fasiondog
16053cc04b update 2024-08-09 09:54:04 +08:00
fasiondog
f11b212d80 update 2024-08-09 09:06:21 +08:00
fasiondog
d3b779e849 update 2024-08-09 02:34:52 +08:00
fasiondog
97281338f2 处理 VS2022 17.10 编译后无法加载 python 库 2024-08-09 02:28:14 +08:00
fasiondog
46d75399c7 Merge branch 'feature/serialize' of https://github.com/fasiondog/hikyuu into feature/hdf5 2024-08-08 18:41:52 +08:00
fasiondog
fb03e9f129 update 2024-08-08 18:35:56 +08:00
fasiondog
4a44054d95 update 2024-08-08 17:53:59 +08:00
fasiondog
b94225e1f0 update 2024-08-08 17:24:07 +08:00
fasiondog
9c833ad792 update 2024-08-08 17:18:55 +08:00
fasiondog
e9de800d44 serial支持作为编译选项 2024-08-08 16:23:27 +08:00
fasiondog
b7e1931566
Merge pull request #270 from fasiondog/feature/finance
预加载历史财务数据
2024-08-08 12:14:10 +08:00
fasiondog
52ad45b570 update 2024-08-08 12:13:47 +08:00
fasiondog
c200dc8cb7 update 2024-08-08 11:34:03 +08:00
fasiondog
f27db59c6c update 2024-08-08 11:33:53 +08:00
fasiondog
af2ea7095a update github actions 2024-08-08 11:08:16 +08:00
fasiondog
814c3b3680 try github windows action 2024-08-08 10:36:05 +08:00
fasiondog
c4fdc61ff5 预加载历史财务数据 2024-08-08 10:04:24 +08:00
fasiondog
fc36061d1a
Merge pull request #269 from fasiondog/feature/finance
fixed MySQLStatement sub_getColumnAsBlob, 导致 FINANCE 占用巨大内存
2024-08-07 22:07:34 +08:00
fasiondog
8d10c8be95 fixed MySQLStatement sub_getColumnAsBlob, 导致 FINANCE 占用巨大内存 2024-08-07 22:00:06 +08:00
fasiondog
7cbdd07b22 Merge branch 'master' of github.com:fasiondog/hikyuu 2024-08-07 16:15:29 +08:00
fasiondog
a0cdac5c1e 调整readme格式 2024-08-07 16:15:20 +08:00
fasiondog
eb952fe336 屏蔽 url.cpp windows 安全告警 2024-08-07 14:49:58 +08:00