missed one.
This commit is contained in:
parent
6d6778d729
commit
bf690767f4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ func TestBollingerBandSeries(t *testing.T) {
|
||||||
xvalues[x], y1values[x], y2values[x] = bbs.GetBoundedValue(x)
|
xvalues[x], y1values[x], y2values[x] = bbs.GetBoundedValue(x)
|
||||||
}
|
}
|
||||||
|
|
||||||
for x := bbs.GetWindowSize(); x < 100; x++ {
|
for x := bbs.GetPeriod(); x < 100; x++ {
|
||||||
assert.True(y1values[x] > y2values[x])
|
assert.True(y1values[x] > y2values[x])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue