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
+2 -2
View File
@@ -10,10 +10,10 @@ public class RmaIndicator : IndicatorBase
protected override AbstractBase QuanTAlib => ma!;
public override string ShortName => $"RMA {Period} : {SourceName}";
public RmaIndicator() : base()
{
Name = "RMA - wildeR Moving Average";
Name = "RMA - Wilder's Moving Average";
Description = "Smoothed moving average that reduces whipsaws, commonly used in RSI calculations.";
}
protected override void InitIndicator()