mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 04:28:04 +00:00
normalization of methods
This commit is contained in:
@@ -210,7 +210,7 @@ public class TrValidationTests
|
||||
}
|
||||
|
||||
// Batch via TBarSeries
|
||||
var batchResult = Tr.Calculate(bars);
|
||||
var batchResult = Tr.Batch(bars);
|
||||
|
||||
Assert.Equal(streamingTr.Last.Value, batchResult.Last.Value, 10);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user