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