tests and cleanup

This commit is contained in:
Miha Kralj
2024-10-11 18:02:09 -07:00
parent 839313c9f2
commit cc45cebeb4
96 changed files with 3640 additions and 327 deletions
+1 -1
View File
@@ -14,10 +14,10 @@ public class KamaIndicator : IndicatorBase
protected override AbstractBase QuanTAlib => ma!;
public override string ShortName => $"KAMA {Period} : {Fast} : {Slow} : {SourceName}";
public KamaIndicator() : base()
{
Name = "KAMA - Kaufman's Adaptive Moving Average";
Description = "Adaptive moving average that adjusts to market volatility, reducing lag in trending markets.";
}
protected override void InitIndicator()