normalization of methods

This commit is contained in:
Miha Kralj
2026-02-10 21:33:16 -08:00
parent 915d7a007b
commit 6d6259a47d
527 changed files with 10525 additions and 2123 deletions
+2 -2
View File
@@ -269,8 +269,8 @@ public sealed class Dchannel : ITValuePublisher
try
{
QuanTAlib.Highest.Calculate(high, top.AsSpan(0, len), period);
QuanTAlib.Lowest.Calculate(low, bot.AsSpan(0, len), period);
QuanTAlib.Highest.Batch(high, top.AsSpan(0, len), period);
QuanTAlib.Lowest.Batch(low, bot.AsSpan(0, len), period);
for (int i = 0; i < len; i++)
{