mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
kucoin: add the missing 5min kline convert
This commit is contained in:
parent
4c263dd205
commit
a5c7ffa134
|
@ -82,6 +82,8 @@ func toGlobalInterval(a string) types.Interval {
|
|||
switch a {
|
||||
case "1min":
|
||||
return types.Interval1m
|
||||
case "5min":
|
||||
return types.Interval5m
|
||||
case "15min":
|
||||
return types.Interval15m
|
||||
case "30min":
|
||||
|
|
Loading…
Reference in New Issue
Block a user