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)