mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-18 18:48:05 +00:00
COVAR
semver fix VAR test fix new: COVAR, ZSCORE, CORR, LINREG versioning refactoring
This commit is contained in:
@@ -19,13 +19,13 @@ public class ENTP_chart : Indicator
|
||||
private TBars bars;
|
||||
|
||||
///////
|
||||
private ENTP_Series indicator;
|
||||
private ENTROPY_Series indicator;
|
||||
///////
|
||||
|
||||
public ENTP_chart()
|
||||
{
|
||||
this.SeparateWindow = true;
|
||||
this.Name = "ENTP - Entropy (Unpredictability)";
|
||||
this.Name = "ENTROPY - Entropy (Unpredictability)";
|
||||
this.Description = "Entropy description";
|
||||
this.AddLineSeries("ENTROPY", Color.RoyalBlue, 3, LineStyle.Solid);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ public class MED_chart : Indicator
|
||||
private TBars bars;
|
||||
|
||||
///////
|
||||
private MED_Series indicator;
|
||||
private MEDIAN_Series indicator;
|
||||
///////
|
||||
|
||||
public MED_chart()
|
||||
|
||||
Reference in New Issue
Block a user