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
View File
@@ -15,6 +15,7 @@ public class DsmaIndicator : IndicatorBase
public DsmaIndicator() : base()
{
Name = "DSMA - Deviation Scaled Moving Average";
Description = "A moving average that adjusts its responsiveness based on price deviations from the mean.";
}
protected override void InitIndicator()