mirror of
https://gitee.com/vnpy/vnpy.git
synced 2025-12-06 19:42:35 +08:00
Merge pull request #3643 from baorepo/patch-1
[fix] MA_Type object is not callable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user