mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-06 13:07:44 +00:00
feat: Implement Ehlers Ultimate Smoother Filter (USF) with documentation and tests
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
- [T3 - Tillson T3 MA](../lib/trends/t3/T3.md)
|
||||
- [TEMA - Triple Exponential MA](../lib/trends/tema/Tema.md)
|
||||
- [TRIMA - Triangular MA](../lib/trends/trima/Trima.md)
|
||||
- [USF - Ehlers Ultimate Smoother Filter](../lib/trends/usf/Usf.md)
|
||||
- [VIDYA - Variable Index Dynamic Average](../lib/trends/vidya/Vidya.md)
|
||||
- [WMA - Weighted MA](../lib/trends/wma/Wma.md)
|
||||
|
||||
|
||||
@@ -85,6 +85,7 @@ These measure the spread of data points around the mean.
|
||||
- [**T3**](../lib/trends/t3/T3.md) - Tillson T3 MA
|
||||
- [**TEMA**](../lib/trends/tema/Tema.md) - Triple Exponential MA
|
||||
- [**TRIMA**](../lib/trends/trima/Trima.md) - Triangular MA
|
||||
- [**USF**](../lib/trends/usf/Usf.md) - Ehlers Ultimate Smoother Filter
|
||||
- [**VIDYA**](../lib/trends/vidya/Vidya.md) - Variable Index Dynamic Average
|
||||
- [**WMA**](../lib/trends/wma/Wma.md) - Weighted MA
|
||||
|
||||
|
||||
Reference in New Issue
Block a user