mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-11 01:23:51 +00:00
Merge pull request #319 from tony1223/bug/318-ftx-pricealert
finetune ftx for #318
This commit is contained in:
commit
5a87685def
|
@ -141,7 +141,9 @@ func (s *Stream) pollKLines(ctx context.Context) {
|
||||||
|
|
||||||
if len(klines) > 0 {
|
if len(klines) > 0 {
|
||||||
// handle mutiple klines, get the latest one
|
// handle mutiple klines, get the latest one
|
||||||
s.EmitKLineClosed(klines[len(klines)-1])
|
kline := klines[len(klines)-1]
|
||||||
|
s.EmitKLine(kline)
|
||||||
|
s.EmitKLineClosed(kline)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user