Merge pull request #3643 from baorepo/patch-1

[fix] MA_Type object is not callable
This commit is contained in:
vn.py
2025-06-16 21:31:08 +08:00
committed by GitHub

View File

@@ -1087,9 +1087,9 @@ class ArrayManager:
self.close,
fastk_period,
slowk_period,
talib.MA_Type(slowk_matype),
slowk_matype,
slowd_period,
talib.MA_Type(slowd_matype)
slowd_matype
)
if array:
return k, d