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:
@@ -196,7 +196,7 @@ public class CviValidationTests
|
||||
}
|
||||
|
||||
// Batch calculation
|
||||
var batchResult = Cvi.Calculate(bars, 10, 10);
|
||||
var batchResult = Cvi.Batch(bars, 10, 10);
|
||||
|
||||
// Compare last values
|
||||
Assert.Equal(batchResult.Last.Value, streamingCvi.Last.Value, 8);
|
||||
|
||||
Reference in New Issue
Block a user