mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-26 06:18:05 +00:00
normalization of methods
This commit is contained in:
@@ -141,7 +141,7 @@ public class BbwnValidationTests
|
||||
{
|
||||
source.Add(new TValue(bars.Times[i], bars.CloseValues[i]));
|
||||
}
|
||||
var result = Bbwn.Calculate(source, period: 10, multiplier: 2.0, lookback: 20);
|
||||
var result = Bbwn.Batch(source, period: 10, multiplier: 2.0, lookback: 20);
|
||||
|
||||
Assert.Equal(source.Count, result.Count);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user