Closed mikkkeldp closed 3 years ago
Hi!
I am unable to use the utils.py file since the "wr" (line 258) and "money_flow_index" (line 271) functions are not defined anywhere.
Hello mikkkeldp
How did you solve this problem?
regards
@mikkkeldp @catalinmut the name of functions are changed (ta 0.7.0)
Changes: wr -> williams_r argument 'i' in many functions are changed to 'window'
Hi catalinmut,
He is using an outdated version of the ta package. To see the new function names: https://technical-analysis-library-in-python.readthedocs.io/en/latest/ta.html .
Regards, Mikkel
On Wed, Feb 10, 2021 at 2:12 PM Yanghoon Kim notifications@github.com wrote:
@mikkkeldp https://github.com/mikkkeldp @catalinmut https://github.com/catalinmut the name of functions are changed (ta 0.7.0)
Changes: wr -> williams_r argument 'i' in many functions are changed to 'window'
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nayash/stock_cnn_blog_pub/issues/7#issuecomment-776665469, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ5QIEDMGDEZ7MWGY74RZ63S6JZ2ZANCNFSM4WNL4EGA .
Hi!
I am unable to use the utils.py file since the "wr" (line 258) and "money_flow_index" (line 271) functions are not defined anywhere.