Cedric Zhuang
Cedric Zhuang
I have created another package to grab the latest stock trade info and historical data including basic financial data. Check this: https://github.com/jealous/cn_stock_src
Please try adding `from future import annotations` at the beginning of the code.
I think it's a built in package. https://docs.python.org/3/library/__future__.html Could you try `from __future__ import annotations`?
Thanks for opening this issue. I am not sure about this, either. Maybe both of them are correct. There are just 2 ways to calculate them. Please let me know...
I will close it when I fix it in readme. Thanks.
Please replace `res_-10_c` with `res_10_c`. It's a rolling window count and only accept a positive number. I will update the error in the readme. Thanks.
Could you share the sample data frame? Just a few records that triggers the error will help.
What's the python version that has this error?
What does your `WMA` stand for? I don't think I have supported Hull MA. Contribution is welcome. Normally you should add the implementation, the test and update the document in...
Seems like a pandas regression in 2.1.2. I am closing this for now.