hikyuu2/hikyuu_cpp/hikyuu
2023-11-18 12:48:44 +08:00
..
analysis update combinate.cpp 2023-10-28 01:54:11 +08:00
data_driver 优化数据驱动 2023-10-22 04:27:04 +08:00
global 升级flatbuffers至23;Merge branch 'master' of https://github.com/fasiondog/hikyuu into feature/flat 2023-11-03 00:03:30 +08:00
indicator 优化指标等效判断中对CVAL的处理 2023-11-18 12:48:44 +08:00
serialization 将 datetime 移至 utilities 下 2023-10-22 22:04:06 +08:00
strategy 增加跨平台函数 2023-09-27 02:00:45 +08:00
trade_instance/ama_sys update for format and traivs 2019-11-10 23:31:41 +08:00
trade_manage Merge branch 'analysis' 2023-10-21 15:31:36 +08:00
trade_sys 屏蔽sellShort告警打印 2023-10-22 07:59:27 +08:00
utilities Merge branch 'master' of https://github.com/fasiondog/hikyuu into feature/fastind 2023-11-03 00:05:50 +08:00
.gitignore 分时线支持 2019-02-08 22:41:20 +08:00
Block.cpp 完善组合指标测试 2023-10-19 18:35:40 +08:00
Block.h 完善组合指标测试 2023-10-19 18:35:40 +08:00
DataType.h indicator value string repr refactor as a function for PriceList 2023-10-31 01:55:05 +08:00
debug.h fix ENABLE_MSVC_LEAK_DETECT option 2023-10-15 17:52:14 +08:00
doc.h Document annotation and cppcheck prompt modification 2020-12-26 11:38:03 +08:00
exception.h 修改错误单词 2020-12-25 23:51:36 +08:00
GlobalInitializer.cpp upgrade flatbuffers 2023-11-02 02:30:28 +08:00
GlobalInitializer.h fixed #I1BAEM 2020-03-13 02:01:22 +08:00
hikyuu.cpp 增加跨平台函数 2023-09-27 02:00:45 +08:00
hikyuu.h fixed split; add byteToHexStr 系列byte转字符串函数; 合并 utils.h 和 arithmetic.h 2023-10-03 02:31:29 +08:00
KData.cpp KData 增加不等判断,引出相等与不等判断至python 2023-10-29 18:59:32 +08:00
KData.h KData 增加不等判断,引出相等与不等判断至python 2023-10-29 18:59:32 +08:00
KDataImp.cpp boost::bind 改为使用 std::bind 2022-11-19 01:20:44 +08:00
KDataImp.h Revert "KDataImp不再有多种实现,进一步清理合并" 2022-03-11 22:35:40 +08:00
KQuery.cpp KQuery/KRecord 相等与不等比较导出至 python 2023-10-29 18:25:06 +08:00
KQuery.h KQuery/KRecord 相等与不等比较导出至 python 2023-10-29 18:25:06 +08:00
KRecord.cpp KQuery/KRecord 相等与不等比较导出至 python 2023-10-29 18:25:06 +08:00
KRecord.h KQuery/KRecord 相等与不等比较导出至 python 2023-10-29 18:25:06 +08:00
LICENSE.txt Re-organize source code structure; use xmake for build 2018-08-20 04:01:34 +08:00
Log.cpp fixed 重定向io至python中时,由于GIL导致在子线程中输出log时崩溃 2021-02-01 00:42:00 +08:00
Log.h add boost stackstrace 2023-10-15 00:30:45 +08:00
MarketInfo.cpp fixed split; add byteToHexStr 系列byte转字符串函数; 合并 utils.h 和 arithmetic.h 2023-10-03 02:31:29 +08:00
MarketInfo.h 升级 fmt 2023-07-28 23:50:26 +08:00
Stock.cpp 优化 Stock 相等比较 2023-10-28 17:42:43 +08:00
Stock.h 优化 Stock 相等比较 2023-10-28 17:42:43 +08:00
StockManager.cpp fixed split; add byteToHexStr 系列byte转字符串函数; 合并 utils.h 和 arithmetic.h 2023-10-03 02:31:29 +08:00
StockManager.h Strategy支持非独立进程运行 2021-03-25 00:55:39 +08:00
StockMapIterator.h clear code smell 2021-01-27 22:23:49 +08:00
StockTypeInfo.cpp fixed split; add byteToHexStr 系列byte转字符串函数; 合并 utils.h 和 arithmetic.h 2023-10-03 02:31:29 +08:00
StockTypeInfo.h 升级 fmt 2023-07-28 23:50:26 +08:00
StockWeight.cpp update for format, cppcheck, travis 2019-11-10 19:45:57 +08:00
StockWeight.h 升级 fmt 2023-07-28 23:50:26 +08:00
StrategyContext.cpp 完善 Strategy 2021-02-19 01:12:50 +08:00
StrategyContext.h clear cppcheck warnnings 2021-03-24 23:20:01 +08:00
TimeLineRecord.cpp 代码优化 2020-11-22 18:34:37 +08:00
TimeLineRecord.h 升级 fmt 2023-07-28 23:50:26 +08:00
TransRecord.cpp 代码优化 2020-11-22 18:34:37 +08:00
TransRecord.h 升级 fmt 2023-07-28 23:50:26 +08:00
xmake.lua fix linux build 2023-10-26 15:44:06 +08:00