From 6127435282d36df83935b58dc59809776ad2e424 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Mon, 6 Jan 2025 10:04:37 -0800 Subject: [PATCH] Add description to SuperSmoother indicator documentation --- indicators/super-smoother/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/indicators/super-smoother/README.md b/indicators/super-smoother/README.md index a3cd13b..a6e0f92 100644 --- a/indicators/super-smoother/README.md +++ b/indicators/super-smoother/README.md @@ -1,3 +1,9 @@ # SuperSmoother +This indicator was taken from chapter 3 of *Cycle Analytics for Traders* (2013) by John F. Ehlers. + +In Ehlers' own words: + +> *A SuperSmoother filter is used anytime a moving average of any type would otherwise be used, with the result that the SuperSmoother filter output would have substantially less lag for an equivalent amount of smoothing produced by the moving average.* + --- \ No newline at end of file