Commit Graph

1946 Commits

Author SHA1 Message Date
fasiondog
9dd8be2c40 增加TimerManager对系统时间发生变化时的保护 2023-09-21 02:19:01 +08:00
fasiondog
af30d11e2c 自动设置matplot中文环境, fixed #I7JKAL 2023-09-20 02:03:42 +08:00
fasiondog
02d6ace0b3 Merge branch 'master' of https://github.com/fasiondog/hikyuu into feature/draw 2023-09-20 00:34:35 +08:00
fasiondog
d404a43f53
Merge pull request #110 from yangrq1018/pr
Windows dll debug编译问题
2023-09-19 01:05:00 +08:00
xiaoniu
126f4b05ab add a phony target to copy test data without run any test 2023-09-18 23:51:19 +08:00
xiaoniu
abcaa35708 fix debug build of all target 2023-09-18 23:22:48 +08:00
fasiondog
e55e6f314d ipython/notebook模式下自动设定matplotlib绘图为交互模式;部分改善 bokeh 绘图 2023-09-18 02:30:35 +08:00
fasiondog
204f7eebdf github workflow 编译限定到主分支 2023-09-15 01:16:47 +08:00
fasiondog
66242ca009 限定 github workflow 编译分支 2023-09-15 01:07:04 +08:00
fasiondog
ed437319ea StrategyBase直接获取 StockManager 实例 2023-09-15 00:55:13 +08:00
fasiondog
23563862e0 信号组合测试 2023-09-12 23:10:14 +08:00
fasiondog
262a5ac56e 补充 CORR 测试 2023-09-07 01:34:01 +08:00
fasiondog
4b0721f2b3 补充 CORR 文档说明 2023-09-07 01:01:18 +08:00
fasiondog
7d6c0886f0
Merge pull request #108 from fasiondog/develop
Develop
2023-09-07 00:53:50 +08:00
fasiondog
86dc39b7ba #106 fixed xmake 中 flatbuffers 版本号 2023-09-07 00:51:34 +08:00
fasiondog
4a12b4539e 增加相关系数 CORR 指标 2023-09-07 00:50:31 +08:00
fasiondog
21eaf327b9 Merge branch 'master' of https://github.com/fasiondog/hikyuu into develop 2023-09-06 19:38:59 +08:00
fasiondog
ed7b593d9e update readme 2023-09-06 02:10:31 +08:00
fasiondog
a59ffa512d fixed setDiscard discard 小于size 时未对 m_discard 赋值 2023-09-06 01:33:13 +08:00
fasiondog
b88c45737e fixed SUM 缺少 discard 设置 2023-09-06 01:32:00 +08:00
fasiondog
9c865b0337 增加相关系数CORR指标(continue) 2023-09-05 02:05:58 +08:00
fasiondog
b9d957bf3f 增加相关系数指标(continue) 2023-09-04 01:26:51 +08:00
fasiondog
293dcbac6f fixed weave formula 缺少 break,导致打印时崩溃 2023-09-04 01:11:36 +08:00
fasiondog
86b0fa5b0e 删除 test_STDP 多余测试代码 2023-09-03 19:17:46 +08:00
fasiondog
5bc8d0dc8f 优化STDED/STDP,使用移位算法 2023-09-03 19:10:05 +08:00
fasiondog
328a4c9408 优化VAR/VARP,使用移位算法 2023-09-03 18:49:33 +08:00
fasiondog
275c91b889 xmake 最小版本限定到 2.8.2 2023-09-03 18:20:20 +08:00
fasiondog
6061ce3dd5 添加pytdx连接失败检测,以便记录日志 2023-08-25 01:37:07 +08:00
fasiondog
995fd9ac16 fixed timeout on linux 改为和windows一样的机制 2023-08-23 19:50:24 +08:00
fasiondog
0ccfe59be3 获取股票名称列表等增加超时处理 2023-08-22 23:46:04 +08:00
fasiondog
dcb28ba74c update windows_python.yml 2023-08-18 02:23:53 +08:00
fasiondog
2e32110e0c update start_build.py 更新编译模式时,并行编译数量未生效 2023-08-18 02:22:19 +08:00
fasiondog
49c91d4fc6 windows_python.yml 2023-08-17 01:24:32 +08:00
fasiondog
3d4c25f44e Merge branch 'master' of https://github.com/fasiondog/hikyuu 2023-08-17 01:21:46 +08:00
fasiondog
25776f32e0 update github action for windows python 2023-08-17 01:18:35 +08:00
pchaos
f5f9799e69
Merge pull request #104 from pchaos/master
add lua format file  update before_run.lua
2023-08-16 11:59:07 +08:00
pchaos
f96dfeacb4
Merge pull request #12 from fasiondog/master
pull request 20230816
2023-08-16 11:40:30 +08:00
fasiondog
3f67e727f3 update release 2023-08-16 07:49:27 +08:00
fasiondog
53d956d17c 优化windows下boost python 编译 2023-08-16 03:25:48 +08:00
fasiondog
10785166b5 优化windows下编译boost python 2023-08-16 02:57:46 +08:00
pchaos
a69ab38a70 update before_run.lua 2023-08-15 17:07:15 +08:00
pchaos
41a85de015 add lua format file 2023-08-15 14:27:58 +08:00
pchaos
af1eccdbf4
Merge pull request #11 from fasiondog/master
update 230230808
2023-08-14 15:34:56 +08:00
fasiondog
e0d91ed9e1 fixed setup.py wheel 2023-08-13 18:22:01 +08:00
fasiondog
aa832d0507 fixed linux 编译 2023-08-13 01:59:00 +08:00
fasiondog
cbe337e6f4 更新 linux mysql 依赖库,避免不同python虚拟环境下编译无法加载动态库 2023-08-11 23:30:03 +08:00
fasiondog
44e9f2c6a2
Merge pull request #102 from mydown51/master
Supplementary hikyuu/examples/examples_init.py   , fix  hikyuu/interactive.py
2023-08-11 01:58:12 +08:00
Gelsen
112d16bf33 补充 缺少的 examples_init.py 2023-08-08 16:57:19 +08:00
Gelsen
bb95e8bc58 fix "zsbk_sz = blockbj" to "zsbk_bj = blockbj" 2023-08-08 16:49:35 +08:00
pchaos
6d75fba482
Merge branch 'master' into master 2023-08-08 11:40:44 +08:00