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
+1 -1
View File
@@ -50,7 +50,7 @@ public class BbwpValidationTests
{
ts.Add(new TValue(times[i], close[i]));
}
var batchResults = Bbwp.Calculate(ts, 10, 2.0, 50);
var batchResults = Bbwp.Batch(ts, 10, 2.0, 50);
// Compare results (should be identical)
for (int i = 0; i < bars.Count; i++)