Error when calling class ZS #153
Replies: 1 comment
-
|
alread fixed in verison 0.9.23 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the newest version 0.9.21
How to solve the problem when calling class ZS cause error:
kline = CZSC(bars)
bi = kline.finished_bis
zs = get_zs_seq(bi)
zs = get_zs_seq(bi)
^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Roaming\Python\Python311\site-packages\czsc\utils\sig.py", line 310, in get_zs_seq
zs_list.append(ZS(symbol=bi.symbol, bis=[bi]))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: ZS.init() got an unexpected keyword argument 'symbol'
Beta Was this translation helpful? Give feedback.
All reactions