mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add bbgo yaml config file
This commit is contained in:
parent
045a104ef7
commit
978dc4be67
10
config/bbgo.yaml
Normal file
10
config/bbgo.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
notifier:
|
||||||
|
slack:
|
||||||
|
errorChannel: "bbgo-error"
|
||||||
|
|
||||||
|
exchange:
|
||||||
|
binance:
|
||||||
|
target: binance
|
||||||
|
max:
|
||||||
|
target: max
|
2
go.mod
2
go.mod
|
@ -6,7 +6,7 @@ require (
|
||||||
github.com/adshao/go-binance v0.0.0-20200604145522-bf563a35f17f
|
github.com/adshao/go-binance v0.0.0-20200604145522-bf563a35f17f
|
||||||
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
|
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
|
||||||
github.com/fsnotify/fsnotify v1.4.7
|
github.com/fsnotify/fsnotify v1.4.7
|
||||||
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
github.com/go-sql-driver/mysql v1.5.0
|
||||||
github.com/go-test/deep v1.0.6 // indirect
|
github.com/go-test/deep v1.0.6 // indirect
|
||||||
github.com/golang/protobuf v1.3.3 // indirect
|
github.com/golang/protobuf v1.3.3 // indirect
|
||||||
github.com/google/uuid v1.1.2
|
github.com/google/uuid v1.1.2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user