Skip to content

Commit

Permalink
0.9.42 update
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 committed Feb 17, 2024
1 parent 733b947 commit 3d0f157
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions czsc/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
email: [email protected]
create_dt: 2024/02/14 17:48
describe: 时序特征因子库
因子函数编写规范:https://s0cqcxuy3p.feishu.cn/wiki/A9yawT6o1il9SrkUoBNchtXjnBK
"""

from .ret import (
Expand All @@ -15,4 +17,11 @@
RET006,
RET007,
RET008,
)

from .vpf import (
VPF001,
VPF002,
VPF003,
VPF004,
)

0 comments on commit 3d0f157

Please sign in to comment.