mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 11:08:05 +00:00
Afirma + documentation +semver: patch
This commit is contained in:
@@ -11,7 +11,7 @@ public class SkewIndicator : IndicatorBase
|
||||
protected override AbstractBase QuanTAlib => skew!;
|
||||
public override string ShortName => $"SKEW {Period} : {SourceName}";
|
||||
|
||||
public SkewIndicator()
|
||||
public SkewIndicator() : base()
|
||||
{
|
||||
Name = "SKEW - Skewness";
|
||||
SeparateWindow = true;
|
||||
@@ -21,5 +21,6 @@ public class SkewIndicator : IndicatorBase
|
||||
{
|
||||
skew = new(Period);
|
||||
MinHistoryDepths = skew.WarmupPeriod;
|
||||
base.InitIndicator();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user