2022-02-22 08:52:14 +00:00
|
|
|
## bbgo run
|
|
|
|
|
|
|
|
run strategies from config file
|
|
|
|
|
|
|
|
```
|
|
|
|
bbgo run [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
2022-04-11 07:57:40 +00:00
|
|
|
--enable-grpc enable grpc server
|
2022-02-22 08:52:14 +00:00
|
|
|
--enable-web-server legacy option, this is renamed to --enable-webserver
|
|
|
|
--enable-webserver enable webserver
|
2022-04-15 03:43:27 +00:00
|
|
|
--grpc-bind string grpc server binding (default ":50051")
|
2022-02-22 08:52:14 +00:00
|
|
|
-h, --help help for run
|
2022-09-20 07:34:43 +00:00
|
|
|
--lightweight lightweight mode
|
2022-02-22 08:52:14 +00:00
|
|
|
--no-compile do not compile wrapper binary
|
|
|
|
--no-sync do not sync on startup
|
|
|
|
--setup use setup mode
|
|
|
|
--totp-account-name string
|
|
|
|
--totp-issuer string
|
|
|
|
--totp-key-url string time-based one-time password key URL, if defined, it will be used for restoring the otp key
|
|
|
|
--webserver-bind string webserver binding (default ":8080")
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
|
|
|
--binance-api-key string binance api key
|
|
|
|
--binance-api-secret string binance api secret
|
|
|
|
--config string config file (default "bbgo.yaml")
|
2022-06-09 18:52:54 +00:00
|
|
|
--cpu-profile string cpu profile
|
2022-02-22 08:52:14 +00:00
|
|
|
--debug debug mode
|
|
|
|
--dotenv string the dotenv file you want to load (default ".env.local")
|
|
|
|
--ftx-api-key string ftx api key
|
|
|
|
--ftx-api-secret string ftx api secret
|
|
|
|
--ftx-subaccount string subaccount name. Specify it if the credential is for subaccount.
|
|
|
|
--max-api-key string max api key
|
|
|
|
--max-api-secret string max api secret
|
|
|
|
--metrics enable prometheus metrics
|
|
|
|
--metrics-port string prometheus http server port (default "9090")
|
|
|
|
--no-dotenv disable built-in dotenv
|
2022-12-23 05:08:05 +00:00
|
|
|
--rollbar-token string rollbar token
|
2022-02-22 08:52:14 +00:00
|
|
|
--slack-channel string slack trading channel (default "dev-bbgo")
|
|
|
|
--slack-error-channel string slack error channel (default "bbgo-error")
|
|
|
|
--slack-token string slack token
|
|
|
|
--telegram-bot-auth-token string telegram auth token
|
|
|
|
--telegram-bot-token string telegram bot token from bot father
|
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
|
|
|
* [bbgo](bbgo.md) - bbgo is a crypto trading bot
|
|
|
|
|
2023-06-19 06:57:46 +00:00
|
|
|
###### Auto generated by spf13/cobra on 19-Jun-2023
|