mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 02:48:57 +08:00
rename python RSI indicator to avoid name collision
This commit is contained in:
parent
4e0a6575ab
commit
573bdca471
@ -47,7 +47,7 @@ def KDJ(kdata=None, n=9, m1=3, m2=3):
|
||||
return k, d, j
|
||||
|
||||
|
||||
def RSI(kdata=None, N1=6, N2=12, N3=24):
|
||||
def RSI_PY(kdata=None, N1=6, N2=12, N3=24):
|
||||
"""相对强弱指标
|
||||
|
||||
:param KData kdata: 关联的K线数据
|
||||
|
Loading…
Reference in New Issue
Block a user