mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
indicator: remove underscore var
This commit is contained in:
parent
a994235300
commit
171e0678b6
|
@ -16,7 +16,6 @@ func TestSubtract(t *testing.T) {
|
|||
fastEMA := EWMA2(closePrices, 10)
|
||||
slowEMA := EWMA2(closePrices, 25)
|
||||
subtract := Subtract(fastEMA, slowEMA)
|
||||
_ = subtract
|
||||
|
||||
for i := .0; i < 50.0; i++ {
|
||||
stream.EmitKLineClosed(types.KLine{Close: fixedpoint.NewFromFloat(19_000.0 + i)})
|
||||
|
|
Loading…
Reference in New Issue
Block a user