fix on JMA

This commit is contained in:
Miha Kralj
2023-03-19 18:35:34 -07:00
parent bbd3ccb641
commit 167f20e3a8
13 changed files with 391 additions and 433 deletions
-2
View File
@@ -21,8 +21,6 @@ $$
- `period`: optional size of a lookback window; if set to 0, SMA calculates cumulative average across the whole source
- `useNaN`: if set to _true_, SMA_Series will hide values within the initial period with NaN (for compatibility with other libraries)
[Link to source](..\Source\Trends\SMA_Series.cs)
## Behavior
![Alt text](./img/SMA_chart.svg)
## Reference Calculation & Validation