mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
Merge pull request #614 from jessy1092/ftx-support-interval
ftx: Let FTX support 4hr interval
This commit is contained in:
commit
f37e407f99
|
@ -216,6 +216,7 @@ var supportedIntervals = map[types.Interval]int{
|
|||
types.Interval5m: 5,
|
||||
types.Interval15m: 15,
|
||||
types.Interval1h: 60,
|
||||
types.Interval4h: 60 * 4,
|
||||
types.Interval1d: 60 * 24,
|
||||
types.Interval3d: 60 * 24 * 3,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user