Files
QuanTAlib/docs/HWMA.md
T

4 lines
100 B
Markdown
Raw Normal View History

2022-12-27 12:06:54 -08:00
# HWMA: Holt-Winter Moving Average
nA = 0.5; nB = 0.3; nC = 0.01;
![Alt text](./img/HWMA_chart.svg)