Add parameters to SuperSmoother indicator documentation

This commit is contained in:
moshferatu 2025-01-06 10:06:40 -08:00
parent 6127435282
commit 544b78ac44

View File

@ -6,4 +6,8 @@ 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.*
## Parameters
**Period**: The period used in the SuperSmoother calculation, similar to the period of any other moving average. (Default: 10)
---