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:
@@ -167,7 +167,7 @@ public class VrValidationTests
|
||||
int period = 14;
|
||||
|
||||
// Using static Calculate
|
||||
var calculateResult = Vr.Calculate(bars, period);
|
||||
var calculateResult = Vr.Batch(bars, period);
|
||||
|
||||
// Using Batch
|
||||
double[] batchOutput = new double[bars.Count];
|
||||
|
||||
Reference in New Issue
Block a user