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 -1
View File
@@ -15,6 +15,7 @@ public class MinIndicator : IndicatorBase
public MinIndicator() : base()
{
Name = "MIN - Minimum value (with decay)";
Description = "Tracks the minimum value over a period, with a decay factor to gradually adjust to new lows.";
}
protected override void InitIndicator()
@@ -24,4 +25,4 @@ public class MinIndicator : IndicatorBase
Source = 3;
base.InitIndicator();
}
}
}