mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 01:28:05 +00:00
Documentation update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user