mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 05:28:05 +00:00
Afirma + documentation +semver: patch
This commit is contained in:
@@ -11,13 +11,14 @@ public class ZlemaIndicator : IndicatorBase
|
||||
public override string ShortName => $"ZLEMA {Period} : {SourceName}";
|
||||
|
||||
|
||||
public ZlemaIndicator()
|
||||
public ZlemaIndicator() : base()
|
||||
{
|
||||
Name = "ZLEMA - Weighted Moving Average";
|
||||
}
|
||||
|
||||
protected override void InitIndicator()
|
||||
{
|
||||
base.InitIndicator();
|
||||
ma = new Zlema(Period);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user