Fibonacci Moving Average

This commit is contained in:
Miha Kralj
2023-01-04 13:51:57 -08:00
parent fc474f19ee
commit ca54856a66
10 changed files with 133 additions and 25 deletions
+1
View File
@@ -9,6 +9,7 @@
* [SMMA - Smoothed Moving Average](SMMA.md)
* [TRIMA - Triangular Moving Average](TRIMA.md)
* [DWMA - Double Weighted Moving Average](DWMA.md)
* [FMA - Fibonacci Moving Average](FMA.md)
* [DEMA - Double Exponential MA](DEMA.md)
* [TEMA - Triple Exponential MA](TEMA.md)
* [ALMA - Arnaud Legoux Moving Average](ALMA.md)