From eb1747cff156602bf3137b80a158bcb549e4f5f1 Mon Sep 17 00:00:00 2001 From: Cheng Li Date: Wed, 13 Jan 2021 01:56:10 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4537461..9412944 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ 纯python实现的金融计算库,目标是提供进行量化交易必要的工具,包括但不限于:定价分析工具、技术分析指标。其中部分实现参考了quantlib。 ### TODO list -- [x] 增加基于事件长度的窗口函数 +- [x] 增加基于事件长度的窗口函数(Count以及CountUnique) +- [ ] 增加更多的基于时间窗口长度的函数 ### 依赖