mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 19:48:05 +00:00
normalization of methods
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user