mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
normalization of methods
This commit is contained in:
@@ -86,7 +86,7 @@ public class AobvValidationTests
|
||||
var spanFast = new double[close.Length];
|
||||
var spanSlow = new double[close.Length];
|
||||
|
||||
Aobv.Calculate(close, volume, spanFast, spanSlow);
|
||||
Aobv.Batch(close, volume, spanFast, spanSlow);
|
||||
|
||||
ValidationHelper.VerifyData(streamingFast.ToArray(), spanFast, 0, 100, 1e-12);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user