Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加预先计算的常用指标 #42

Open
zillionare opened this issue Sep 14, 2022 · 0 comments
Open

增加预先计算的常用指标 #42

zillionare opened this issue Sep 14, 2022 · 0 comments
Assignees
Labels

Comments

@zillionare
Copy link
Owner

在models中提供一个features包,其中又有:
ma.py
rsi.py

分别提供均线和RSI指标。
通过提供预先计算好的均线和RSI指标,可以减少我们对influxdb数据库中bars的存取,加快某些情况下的遍历速度。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants