mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 05:28:05 +00:00
normalization of methods
This commit is contained in:
@@ -192,7 +192,7 @@ public class HvValidationTests
|
||||
}
|
||||
|
||||
// Batch calculation
|
||||
var batchResult = Hv.Calculate(prices, 14);
|
||||
var batchResult = Hv.Batch(prices, 14);
|
||||
|
||||
// Compare last values
|
||||
Assert.Equal(batchResult.Last.Value, streamingHv.Last.Value, 8);
|
||||
|
||||
Reference in New Issue
Block a user