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
@@ -13,6 +13,7 @@ public class PwmaIndicator : IndicatorBase
public PwmaIndicator() : base()
{
Name = "PWMA - Pascal's Weighted Moving Average";
Description = "Moving average using Pascal's triangle coefficients, emphasizing recent data with smooth transitions.";
}
protected override void InitIndicator()