TR and ATR

This commit is contained in:
Miha
2022-04-19 22:34:42 -07:00
parent 50ed6f6504
commit 509b6dec02
41 changed files with 488 additions and 236 deletions
+6 -7
View File
@@ -1,15 +1,14 @@
/**
WMAPE: Weighted Mean Absolute Percentage Error
namespace QuanTAlib;
using System;
Measures the size of the error in percentage terms
/* <summary>
WMAPE: Weighted Mean Absolute Percentage Error
Measures the size of the error in percentage terms
Sources:
https://en.wikipedia.org/wiki/WMAPE
**/
using System;
namespace QuanTAlib;
</summary> */
public class WMAPE_Series : Single_TSeries_Indicator
{