Testing TValue as Params

This commit is contained in:
Michael Schimmel
2025-07-27 23:12:48 +02:00
parent 78e89f345e
commit 1ddc295c9d
4 changed files with 176 additions and 172 deletions
+1 -2
View File
@@ -6,7 +6,6 @@ uses
System.SysUtils,
System.Math,
System.Rtti,
Myc.Data.Records,
Myc.Data.Pipeline,
Myc.Data.Series,
Myc.Trade.Types,
@@ -1071,6 +1070,6 @@ initialization
IndicatorRegistry.RegisterTemplate<TBollingerBands>;
IndicatorRegistry.RegisterTemplate<TATR>;
IndicatorRegistry.RegisterTemplate<TKeltnerChannels>;
// IndicatorRegistry.RegisterTemplate<TMean>;
IndicatorRegistry.RegisterTemplate<TMean>;
end.