Commit Graph

575 Commits

Author SHA1 Message Date
fasiondog
95d73bd2f8 fixed convert_any Parameter c++->python Query 2024-05-25 02:35:23 +08:00
fasiondog
ee95cdec02 convert_any Parameter c++->python 支持 KData 和 Block 2024-05-25 02:20:52 +08:00
fasiondog
d9332aef40 fixed python Block category attr 2024-05-25 01:16:55 +08:00
fasiondog
580f01d9de add docs for INSUM 2024-05-22 15:04:32 +08:00
fasiondog
23d3bf2b27 add INSUM 2024-05-21 19:47:13 +08:00
fasiondog
e81b34f95b add BLOCKSETNUM indicator 2024-05-21 06:00:14 +08:00
fasiondog
992343dd68 Parameter支持 Block 2024-05-21 01:05:07 +08:00
fasiondog
76bb44df38 增加 getBlock 便捷方法 2024-05-21 01:04:52 +08:00
fasiondog
ca889cf236 Block支持直接加入证券列表 2024-05-20 22:39:27 +08:00
fasiondog
f90fd135db 扩展 SG_Band, 支持3指标 2024-05-18 12:37:38 +08:00
fasiondog
a17c822d79 添加pybind动态属性 2024-05-13 05:23:37 +08:00
fasiondog
dd827a59ef PF、SE C++导出增加动态属性支持 2024-05-10 22:35:09 +08:00
fasiondog
27d6054e39 update 2024-05-10 02:14:48 +08:00
fasiondog
968443141e MF 支持属性设定,以便组件化时可修改参数 2024-05-10 01:33:01 +08:00
fasiondog
0a81ccdf70 fixed _Selector 缺失赋值构造函数,导致 clone 失败 2024-05-09 11:27:19 +08:00
fasiondog
7b85c69b9a fixed _Selector 缺失赋值构造函数,导致 clone 失败 2024-05-09 10:51:04 +08:00
fasiondog
b689e4100d update docs 2024-05-08 15:41:03 +08:00
fasiondog
c63f9d6360 优化StrategyBase,以便支持strategy级别回测 2024-05-07 17:48:46 +08:00
fasiondog
4fc25b01c7 update 帮助 2024-05-02 15:16:11 +08:00
fasiondog
912594e81b update 帮助 2024-05-02 15:15:38 +08:00
fasiondog
02a09de0ff Stock 添加获取所属板块列表方法 2024-04-26 18:46:09 +08:00
fasiondog
4b2c6b6c76 fixed interactive STOCKTYPE_A_BJ 2024-04-25 15:00:41 +08:00
fasiondog
1ee0655a02 Block支持获取对应指数 2024-04-23 18:04:05 +08:00
fasiondog
e8a6a8fca7 增强 FINANCE, 增加 only_year_report 和 dynamic 参数 2024-04-20 21:29:22 +08:00
fasiondog
4cb20b54a1
Merge pull request #234 from fasiondog/feature/tmpstock
add ZONGGUBEN; fixed FINANCE
2024-04-19 00:41:08 +08:00
fasiondog
68ab02f548 fixed FINANCE 2024-04-18 23:52:24 +08:00
fasiondog
6c5e8b8021 add ZONGGUBEN indicator 2024-04-18 23:01:44 +08:00
fasiondog
71b8f41f4c Merge branch 'master' of https://github.com/fasiondog/hikyuu into feature/docs 2024-04-18 22:12:20 +08:00
fasiondog
c8da188d31 移除 Stock.get_history_finance_info,后续改用 FINANCE 指标获取 2024-04-18 02:06:44 +08:00
fasiondog
9c7abcfaeb 开放 stock 属性可写,供使用外部数据源时使用 2024-04-17 23:17:21 +08:00
fasiondog
1f42fc64f7 update docs 2024-04-16 23:44:41 +08:00
fasiondog
60d362a86d Merge branch 'feature/tmpstock' of https://github.com/fasiondog/hikyuu into feature/docs 2024-04-16 23:29:38 +08:00
fasiondog
0736df0af2 StockManager增加 removeStock, 供删除外部历史使用增加的Stock;fixed temp_csv_stock 的问题 2024-04-16 23:19:24 +08:00
fasiondog
c498050f45 update docs 2024-04-16 22:48:19 +08:00
fasiondog
5db89b4309 add temp stock support setKRecordList 2024-04-16 18:05:23 +08:00
fasiondog
473f6c867e 历史财务信息指标 2024-04-14 03:39:45 +08:00
fasiondog
0b93b1835a 历史财务信息加载 2024-04-13 18:05:25 +08:00
fasiondog
d91874e0d1 add RESULT 指标 2024-04-12 02:23:01 +08:00
fasiondog
763c4b80f7 清理掉不用的代码 2024-04-08 00:35:02 +08:00
fasiondog
d9332228f9 Merge branch 'master' of https://github.com/fasiondog/hikyuu into feature/bj 2024-04-07 00:46:31 +08:00
fasiondog
b71904a153 fixed 北交所/科创板 最小交易量为1 2024-04-07 00:45:57 +08:00
fasiondog
100e6d1d81 add TURNOVER 换手率指标 2024-04-06 23:54:06 +08:00
fasiondog
f5b99995d3 fixed TradeRecord 在 python 交互环境下打印输出错误 2024-04-06 02:17:52 +08:00
fasiondog
8de406c1e9 update OrderBroker 2024-04-06 01:24:22 +08:00
fasiondog
5ae5e05ed1 重新引出 TradeRecordList/PositionRecordList至 python,否则 to_df 方法失效 2024-04-05 16:39:21 +08:00
fasiondog
7faf0749ab HikyuuTDX 加入新版本提示 2024-04-03 02:34:56 +08:00
fasiondog
f0b17e1233 改进 CLOSE/OPEN.. python 中公式可以不加括号 2024-04-03 02:34:38 +08:00
fasiondog
c7d5c105cc 优化 TradeManager 获取资金曲线相关方法及其他 python 引入调整 2024-04-02 17:00:36 +08:00
fasiondog
966c8e6657 update SG for support cycle 2024-04-02 13:33:24 +08:00
fasiondog
fa57d64a6c KData 新增 getKData 接口 2024-04-02 12:27:20 +08:00