Documentation update

This commit is contained in:
Miha Kralj
2022-11-09 14:00:47 -08:00
parent 43a0f13dfb
commit f62e9c76b8
18 changed files with 366 additions and 532 deletions
+2 -2
View File
@@ -19,13 +19,13 @@ public class SDEV_chart : Indicator
private TBars bars;
///////dotnet
private SSDEV_Series indicator;
private SDEV_Series indicator;
///////
public SDEV_chart()
{
this.SeparateWindow = true;
this.Name = "SDEV - Sample Standard Deviation (Unbiased)";
this.Name = "SDEV - Standard Deviation";
this.Description = "SDEV description";
this.AddLineSeries("SDEV", Color.RoyalBlue, 3, LineStyle.Solid);
}