mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 08:45:16 +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 {
|
switch a {
|
||||||
case "1min":
|
case "1min":
|
||||||
return types.Interval1m
|
return types.Interval1m
|
||||||
|
case "5min":
|
||||||
|
return types.Interval5m
|
||||||
case "15min":
|
case "15min":
|
||||||
return types.Interval15m
|
return types.Interval15m
|
||||||
case "30min":
|
case "30min":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user