Commit Graph

794 Commits

Author SHA1 Message Date
fasiondog
90d1eb65a3 fixed windows编译失败 2022-11-20 17:38:21 +08:00
fasiondog
b92d14f17f 修复 mysql 无法使用的问题 2022-11-20 00:47:01 +08:00
fasiondog
40d6000ed2 boost::bind 改为使用 std::bind 2022-11-19 01:20:44 +08:00
fasiondog
18e018145d 清除 gcc 编译告警 2022-11-19 01:01:46 +08:00
fasiondog
1355ba5911 清理掉 xmake 中 linux 部分 2022-11-15 01:22:25 +08:00
fasiondog
50512d6b41 linux sqlite3 改用源码编译包 2022-11-15 00:42:08 +08:00
fasiondog
5ce0310bb6 更新linux下mysqlclient依赖 2022-11-13 18:15:16 +08:00
fasiondog
35ab1acbf2 py wheel for linux (continue) 2022-11-13 01:48:37 +08:00
fasiondog
627583e116 linux下使用预编译的线程安全版本hdf5依赖库,不再使用linux自带安装的非线程安全版本 2022-11-09 01:11:07 +08:00
fasiondog
fc55a5aa7e fixed linux 下 mysql 数据表名称都改为小写 2022-10-16 17:46:58 +08:00
fasiondog
58bca1b98f System “delay" 参数拆分为 "buy_delay" 和 "sell_delay" 分别控制 2022-09-18 00:09:09 +08:00
fasiondog
736d7c1fe7 代码和注释优化 2022-08-17 01:07:17 +08:00
fasiondog
8a6173a087 fixed compile hkuserver on windows 2022-07-29 00:31:45 +08:00
fasiondog
a282dd70b5 update TimeManager.h 2022-07-29 00:09:16 +08:00
fasiondog
cad31ccc53 fixed https://gitee.com/fasiondog/hikyuu/issues/I5EJ0I 订单代理失效 2022-06-30 00:51:09 +08:00
fasiondog
1094c80288 清理不必要的编译告警 2022-06-27 00:55:25 +08:00
fasiondog
459a7d66b3 fixed TimerManager 在未 start 之前加入定时器时出现重复的定时器 2022-05-19 00:25:08 +08:00
fasiondog
e1813ced4d Merge branch 'master' of https://github.com/fasiondog/hikyuu into develop 2022-04-22 21:17:42 +08:00
xiyandd
fe3f406524
Update TradeManager.cpp
fix bug,获取funds截止日期错误。
2022-04-22 19:55:27 +08:00
pchaos
2487ed2856 fix: python setup,py test 找不到libboost_atomic.so 2022-04-04 19:40:38 +08:00
fasiondog
3b867b1ad4 fixed https://gitee.com/fasiondog/hikyuu/issues/I4Z1J4 2022-03-22 21:57:50 +08:00
fasiondog
75d0363f17 Revert "KDataImp不再有多种实现,进一步清理合并"
This reverts commit 866020e1c1.
2022-03-11 22:35:40 +08:00
fasiondog
4d7abd18b5 fixed IndicatorImp for python _dyn_calculate 2022-03-10 08:27:46 +08:00
fasiondog
337844ce23 KData 增加 expand 方法 2022-03-09 22:33:51 +08:00
fasiondog
866020e1c1 KDataImp不再有多种实现,进一步清理合并 2022-03-09 08:42:50 +08:00
fasiondog
0b583c4667 SMA 支持动态参数 2022-03-05 14:18:35 +08:00
fasiondog
9290a84571 SAFTYLOSS 支持动态参数 2022-03-05 13:56:01 +08:00
fasiondog
e115dc98e0 MACD 动态参数支持;AMA 动态参数修正 2022-03-05 11:43:02 +08:00
fasiondog
0abb62865e LONGCROSS 支持动态参数 2022-03-05 10:40:02 +08:00
fasiondog
1a763ad5de Indicator动态参数增加修正discard; LAST支持动态参数 2022-03-04 21:57:44 +08:00
fasiondog
c35c45e8c8 SLICE、EMA动态参数引出至 python 2022-03-04 08:35:44 +08:00
fasiondog
c929b14748 last, max, min 支持动态参数 (continue) 2022-03-03 08:18:36 +08:00
fasiondog
367e07ce11 REF 支持动态参数 2022-03-02 07:45:12 +08:00
fasiondog
96bad2e47b ATR支持动态参数 2022-03-01 22:17:20 +08:00
fasiondog
0d08335bd2 AMA 支持动态参数 2022-03-01 22:05:21 +08:00
fasiondog
c40e6b00d6 AMA 支持动态参数 (continue) 2022-03-01 08:34:15 +08:00
fasiondog
71cb16418d EMA 支持动态参数 2022-02-28 08:36:11 +08:00
fasiondog
d6d8fc232e RANGE 更名 SLICE,补充测试 2022-02-28 08:14:25 +08:00
fasiondog
bc7f88d265 add RANGE Indicator 2022-02-27 19:00:46 +08:00
fasiondog
1bad4d8ec3 Paramete r支持 int64_t 2022-02-27 15:49:42 +08:00
fasiondog
9112e6003d fixed test_STDEV 2022-02-27 12:42:38 +08:00
fasiondog
08ea3afcd0 update 2022-02-27 12:34:56 +08:00
fasiondog
bba1c206ae update 2022-02-27 12:29:41 +08:00
fasiondog
cdf84de65e fixed TradeManager::getPositon 2022-02-27 12:27:02 +08:00
fasiondog
d5d88be5e9 消除 doxygen 告警 2022-02-27 09:42:27 +08:00
fasiondog
008109bfa6 显示加入移动语义 2022-02-27 09:29:26 +08:00
fasiondog
96bc734f8b SE clear 改名 removeAll 2022-02-27 08:55:30 +08:00
fasiondog
8f1234a8fe 增加 se 和 af 的匹配判断 2022-02-26 22:12:53 +08:00
fasiondog
a0256f10f1 System对使用前向复权的数据打印警告(未来函数) 2022-02-26 21:49:24 +08:00
fasiondog
66773b5f92 补充 System 注释;其他细节修改 2022-02-26 21:34:07 +08:00