peerchemist/finta

AttributeError: type object 'TA' has no attribute 'EVSTC'

ecojam opened this issue · 7 comments

AttributeError

output of the formula

AttributeError: type object 'TA' has no attribute 'EVSTC'

Using 1.3

How are you using it?

TA surely does have a method EVSTC.

n [1]: TA.EVSTC?                                                                                                                                                                                                                                                   
Signature:
TA.EVSTC(
    cls,
    ohlc: pandas.core.frame.DataFrame,
    period_fast: int = 12,
    period_slow: int = 30,
    k_period: int = 10,
    d_period: int = 3,
    adjust: bool = True,
) -> pandas.core.series.Series
Docstring: Modification of Schaff Trend Cycle using EVWMA MACD for calculation
File:      ~/projects/finta/finta/finta.py
Type:      function

You sure you run 1.3?

Maybe remove all local files and pull from pypi again?

We good?