Commit Graph

237 Commits

Author SHA1 Message Date
fasiondog
1bf48bce77 TradeManager改造 2021-02-14 17:33:25 +08:00
fasiondog
fd15e17d4f TradeManager改造(continue) 2021-02-14 00:43:29 +08:00
fasiondog
a06253014e update notebook examples and fixed 2021-02-13 00:02:58 +08:00
fasiondog
51b882a8d9 add StrategyContext (continue) 2021-02-11 00:47:22 +08:00
fasiondog
9a6b81b5f3 Signal增加nextTimeShouldBuy, nextTimeShouldSell快捷方法 2021-02-09 23:47:08 +08:00
fasiondog
e50dafb1dd 补充节假日测试;Stock:realtimeUpdate加入节假日保护 2021-02-07 22:29:22 +08:00
fasiondog
a0dc170d56 fixed #I360RP 2021-02-03 22:58:21 +08:00
fasiondog
a42f9c96c5 update help documents 2021-02-02 22:09:25 +08:00
fasiondog
5acbd527d3 fixed 重定向io至python中时,由于GIL导致在子线程中输出log时崩溃 2021-02-01 00:42:00 +08:00
fasiondog
b74d3691a8 规范函数命名 2021-01-31 23:45:53 +08:00
fasiondog
109656d6f9 行情采集增加数据源选择 2021-01-31 17:23:01 +08:00
fasiondog
de5f941fed fixed _Datetime 2021-01-31 00:37:05 +08:00
linjinhai
3ce6bc5ec7 compile on Macosx 2021-01-30 16:16:51 +08:00
fasiondog
94d7019ded 行情采集服务 2021-01-30 00:52:56 +08:00
fasiondog
8a77adf185 StockManager 增加 reload 方法 2021-01-29 00:18:01 +08:00
fasiondog
66f810ab83 优化BaseInfoDriver 2021-01-27 00:37:59 +08:00
fasiondog
aa6f62daf7 缓存中找不MarketInfo和StockTypeInfo时读取数据库 2021-01-25 00:31:47 +08:00
fasiondog
9dae10b810 driver pool 2021-01-22 23:50:46 +08:00
fasiondog
ff30c6e1a0 driver pool (continue) 2021-01-20 00:32:01 +08:00
fasiondog
f14f840898 hdf支持多线程读取 2020-12-27 19:11:18 +08:00
fasiondog
6de1b60d90 Spot数据接收agent 2020-12-22 00:17:29 +08:00
fasiondog
b721c5aecf 实时数据更新(continue) 2020-12-19 23:57:24 +08:00
fasiondog
1eab1d18ce 实时数据接收 2020-12-17 00:03:56 +08:00
fasiondog
a9fdca3fbd 实时数据采集至sqlite共享内存数据库 2020-12-10 00:03:43 +08:00
fasiondog
51a28de40b Stock::realtimeUpdate 增加写锁及其他非日线类型支持 2020-11-12 23:54:01 +08:00
fasiondog
01e745f6f2 fixed 缺失拷贝sqlite3.dll 2020-11-03 22:32:57 +08:00
fasiondog
39eb3b93d5 boost只保留python,serializatin为动态库 2020-11-01 12:28:23 +08:00
fasiondog
06df131319 MarketInfo增加开闭市时间段 2020-10-31 00:07:18 +08:00
fasiondog
6bc79b79ed StockWeight支持从数据库获取最新数据 2020-10-29 00:03:25 +08:00
fasiondog
66b6579472 StockWeight支持从数据库获取最新数据(continue) 2020-10-28 00:03:04 +08:00
fasiondog
978c49e7ee fixed compile on linux; clear warning 2020-10-14 00:18:18 +08:00
fasiondog
2b673f070b update 2020-10-12 01:14:16 +08:00
fasiondog
a46d37857c Stock::getKRecordByDate -> getKRecord 2020-10-09 01:02:52 +08:00
fasiondog
7650cd3489 KDataDriver 取消 getKRecord 接口 2020-10-08 23:56:43 +08:00
fasiondog
e3957b180e Optimize data reading (continue) 2020-10-03 23:58:04 +08:00
fasiondog
690824e93f Optimize data reading (continue) 2020-10-02 17:31:33 +08:00
fasiondog
3fe0519bc1 int64/int32/int8和c++11保持一致改为int64_t/int32_t/int8_t 2020-10-01 22:52:50 +08:00
fasiondog
2dd7e1b54f refactor kdata driver(continue) 2020-10-01 00:06:58 +08:00
fasiondog
fc737e4be5 fixed xmake.lua on macosx 2020-09-30 21:57:15 +08:00
pchaos
ee287b8c1e
Merge branch 'master' into master 2020-09-28 17:24:22 +08:00
pchaos
be7713ca32 支持fedora 2020-09-28 17:17:37 +08:00
fasiondog
f17115e779 update MySQLBaseInfoDriver 2020-09-27 23:53:26 +08:00
fasiondog
b9d887e674 fixed xmake cp 2020-09-14 00:18:57 +08:00
fasiondog
c76b29f483 BOOST改为全动态库以便尝试解决linux下clang编译问题 2020-09-14 00:05:38 +08:00
fasiondog
cc9363fd09 完善portfolio 2020-09-13 21:41:39 +08:00
fasiondog
a037dfaeb6 修正资产分配算法与资产组合 2020-09-05 23:55:26 +08:00
fasiondog
07ae8a4db1 Portfolio添加python引出函数;TradeManager添加getFundsCurve重载 2020-09-04 00:12:04 +08:00
fasiondog
880bf40b33 修正资产分配算法 2020-08-31 23:52:25 +08:00
fasiondog
0e866a7112 fixed Selector 2020-08-31 23:51:24 +08:00
fasiondog
fdd62d2a2d 补充 repr 输出 2020-08-26 00:25:45 +08:00