Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EMA() takes at most 2 positional arguments (3 given) #29

Open
lyonLeeLPL opened this issue Sep 26, 2018 · 2 comments
Open

EMA() takes at most 2 positional arguments (3 given) #29

lyonLeeLPL opened this issue Sep 26, 2018 · 2 comments

Comments

@lyonLeeLPL
Copy link

提 ISSUE 须知

EMA() takes at most 2 positional arguments (3 given)

如果是 bug 反馈,烦请在 issue 中描述以下问题:

1. funcat 的版本

funcat==0.3.2

2. Python 的版本

3.6

3. 是 Windows / Linux / MacOS or others?

windows

4. 您出现问题对应的源码 / 或者能复现问题的简易代码

close_data = NumericSeries([1,2,3])
EMA (close_data,3)

5. 您出现的错误堆栈日志信息

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "E:\ProgramData\Anaconda3\lib\site-packages\funcat-0.3.2-py3.6.egg\funcat\func.py", line 31, in init
series = self.func(series, arg)
File "C:\Users\Administrator\AppData\Roaming\Python\Python36\site-packages\talib_init_.py", line 24, in wrapper
return func(*args, **kwargs)
File "_func.pxi", line 7053, in talib._ta_lib.EMA
TypeError: EMA() takes at most 2 positional arguments (3 given)

@ksgt00857912
Copy link

我也出现这个问题了 怎么解决呀?

@ljk99
Copy link

ljk99 commented Aug 18, 2020

talib的版本要用回4.1.7,更新以后的4.1.8出错

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants