mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-15 09:08:04 +00:00
codacy
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user