Documentation update

This commit is contained in:
Miha Kralj
2022-11-09 15:04:56 -08:00
parent 43a0f13dfb
commit f62e9c76b8
18 changed files with 366 additions and 532 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public class VAR_chart : Indicator
public VAR_chart()
{
this.SeparateWindow = true;
this.Name = "VAR - Sample Variance (Unbiased)";
this.Name = "VAR - Variance";
this.Description = "VAR description";
this.AddLineSeries("VAR", Color.RoyalBlue, 3, LineStyle.Solid);
}