Skip to content

Commit

Permalink
0.9.62 remove pandas_ta
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 committed Dec 21, 2024
1 parent 380f5c3 commit 748e6b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions czsc/utils/ta.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ def CHOP(high, low, close, **kwargs):
:return: pd.Series, New feature generated.
"""
import pandas_ta

return pandas_ta.chop(high=high, low=low, close=close, **kwargs)


Expand Down

0 comments on commit 748e6b3

Please sign in to comment.