-
Notifications
You must be signed in to change notification settings - Fork 753
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
分析家周期统计类的函数增加支持周期数组 #48
Comments
MA, COUNT, SUM |
EMA EMA算法 |
SMA SMA(X,N,M) X的N日移动平均,M为权重,如Y=(XM+Y'(N-M))/N |
EXIST |
WMA |
BACKSET,LLVBARS, HHVBARS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
目前好多周期类统计的函数只支持单数值周期,不支持数组周期,
如MA(data,n) n是周期。
n分2种数值类型
开一个坑,逐步对这些函数支持周期数组 (c++, js , py 这3个版本统一增加)
The text was updated successfully, but these errors were encountered: