sdev, psdev, alphavantage

This commit is contained in:
Miha Kralj
2022-11-06 17:20:57 -08:00
parent 32615af18b
commit 28025fbdd3
28 changed files with 1860 additions and 2545 deletions
+1 -6
View File
@@ -19,9 +19,6 @@ Issues:
</summary> */
/* TODO: This indicator is not calculating results correctly - needs to be debugged */
/*
public class JMA_Series : Single_TSeries_Indicator
{
private readonly System.Collections.Generic.List<double> vbuffer10;
@@ -159,6 +156,4 @@ public class JMA_Series : Single_TSeries_Indicator
base.Add(result, update);
}
}
*/
}