JMA and DWMA

This commit is contained in:
Miha Kralj
2022-12-06 15:39:43 -08:00
parent 3aaa1c95c6
commit 9f01df0e65
13 changed files with 264 additions and 748 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
![Alt text](./img/SMA_chart.svg)
# SMA: Simple Moving Average
SMA is one of the most basic trend-following indicators used in Technical Analysis. It is calculated as the *unweighted mean* of the previous $p$ (period) data-points.
@@ -30,7 +31,7 @@ Performance tests
## Visual analysis
![Alt text](./img/SMA_chart.svg)
+9 -1
View File
@@ -2,4 +2,12 @@
* [Indicators](indicators.md "Indocators coverage")
* [SMA - Simple Moving Average](SMA.md "SMA - Simple Moving Average")
* [SMA - Simple Moving Average](SMA.md "SMA - Simple Moving Average")
* [WMA - Weighted Moving Average](WMA.md "WMA - Weighted Moving Average")
* [EMA - Exponential Moving Average](EMA.md "EMA - Exponential Moving Average")
* [DEMA - Double Exponential Moving Average](DEMA.md "DEMA - Double Exponential Moving Average")
* [TEMA - Triple Exponential Moving Average](TEMA.md "TEMA - Triple Exponential Moving Average")
* [HMA - Hull Moving Average](HMA.md "HMA - Hull Moving Average")
* [ZLEMA - Zero-Lag Exponential Moving Average](ZLEMA.md "ZLEMA - Zero-Lag Exponential Moving Average")
* [KAMA - Kaufman Adaptive Moving Average](KAMA.md "KAMA - Kaufman Adaptive Moving Average")
* [MAMA - Mesa Adaptive Moving Average](MAMA.md "MAMA - Mesa Adaptive Moving Average")