Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadmahdiabedi committed Aug 22, 2022
1 parent 733f2d7 commit ece0c87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ta/trend.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ def macd_diff(self) -> pd.Series:
)


class SuperTrend (IndicatorMixin):
...


class EMAIndicator(IndicatorMixin):
"""EMA - Exponential Moving Average
Expand Down

0 comments on commit ece0c87

Please sign in to comment.