mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 04:58:08 +00:00
Afirma + documentation +semver: patch
This commit is contained in:
@@ -10,13 +10,14 @@ public class MmaIndicator : IndicatorBase
|
||||
protected override AbstractBase QuanTAlib => ma!;
|
||||
public override string ShortName => $"MMA {Period} : {SourceName}";
|
||||
|
||||
public MmaIndicator()
|
||||
public MmaIndicator() : base()
|
||||
{
|
||||
Name = "MMA - Modified Moving Average";
|
||||
}
|
||||
|
||||
protected override void InitIndicator()
|
||||
{
|
||||
base.InitIndicator();
|
||||
ma = new Mma(period: Period);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user