diff --git a/ta/trend.py b/ta/trend.py index 618090a9..00884eef 100644 --- a/ta/trend.py +++ b/ta/trend.py @@ -148,6 +148,10 @@ def macd_diff(self) -> pd.Series: ) +class SuperTrend (IndicatorMixin): + ... + + class EMAIndicator(IndicatorMixin): """EMA - Exponential Moving Average