more volatilty

This commit is contained in:
Miha Kralj
2026-02-02 13:42:47 -08:00
parent dde19f2226
commit a03d7aa0ce
89 changed files with 21551 additions and 438 deletions
+3
View File
@@ -482,6 +482,9 @@ public sealed class Maenv : ITValuePublisher, IDisposable
case MaenvType.WMA:
BatchWMA(source, middle, upper, lower, period, percentage);
break;
default:
BatchEMA(source, middle, upper, lower, period, percentage);
break;
}
}