semver fix


VAR test fix


new: COVAR, ZSCORE, CORR, LINREG


versioning


refactoring
This commit is contained in:
Miha Kralj
2022-11-17 11:05:20 -08:00
parent fd2a686ba5
commit 73e3420379
59 changed files with 1225 additions and 1285 deletions
+2 -2
View File
@@ -19,13 +19,13 @@ public class KURT_chart : Indicator
private TBars bars;
///////
private KURT_Series indicator;
private KURTOSIS_Series indicator;
///////
public KURT_chart()
{
this.SeparateWindow = true;
this.Name = "KURT - Kurtosis (Flatness)";
this.Name = "KURTOSIS - Kurtosis (Flatness)";
this.Description = "Kurtosis description";
this.AddLineSeries("KURTOSIS", Color.RoyalBlue, 3, LineStyle.Solid);
}