This commit is contained in:
Miha Kralj
2024-09-23 22:10:04 -07:00
parent 58d72c06ca
commit 990c7b4cf0
3 changed files with 6 additions and 3 deletions
-2
View File
@@ -37,8 +37,6 @@ public abstract class AbstractIndicatorBase : Indicator
SeparateWindow = false;
Series = new(name: $"Name", color: Color.Orange, width: 2, style: LineStyle.Solid);
AddLineSeries(Series);
InitIndicator();
}
protected virtual void InitIndicator()