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