From ece0c872737f291ada4f18abbba436d58bd75b3a Mon Sep 17 00:00:00 2001 From: mahdi Date: Mon, 22 Aug 2022 10:13:55 +0430 Subject: [PATCH] minor change --- ta/trend.py | 4 ++++ 1 file changed, 4 insertions(+) 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