mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
call findTops
This commit is contained in:
parent
147ca9b132
commit
f56214699a
|
@ -406,8 +406,9 @@ func (s *Strategy) Run(ctx context.Context, orderExecutor bbgo.OrderExecutor, se
|
|||
return
|
||||
}
|
||||
|
||||
klines := dataStore.KLineWindows[s.Interval]
|
||||
_ = klines
|
||||
kLines := dataStore.KLineWindows[s.Interval]
|
||||
tops := findTopKLine(kLines, 10)
|
||||
_ = tops
|
||||
|
||||
// TODO: 2) Allocate grid object here
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user