mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 21:18:04 +00:00
Afirma + documentation +semver: patch
This commit is contained in:
@@ -12,7 +12,7 @@ public class MamaIndicator : IndicatorBase
|
||||
public override string ShortName => $"MAMA : {Fast} : {Slow} : {SourceName}";
|
||||
|
||||
|
||||
public MamaIndicator()
|
||||
public MamaIndicator() : base()
|
||||
{
|
||||
Name = "MAMA - MESA Adaptive Moving Average";
|
||||
}
|
||||
@@ -20,5 +20,6 @@ public class MamaIndicator : IndicatorBase
|
||||
protected override void InitIndicator()
|
||||
{
|
||||
ma = new Mama(Fast, Slow);
|
||||
base.InitIndicator();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user