bbgo_origin/doc/commands/bbgo_hoptimize.md

50 lines
2.0 KiB
Markdown
Raw Normal View History

2022-08-17 10:59:26 +00:00
## bbgo hoptimize
run hyperparameter optimizer (experimental)
```
bbgo hoptimize [flags]
```
### Options
```
-h, --help help for hoptimize
--json print optimizer metrics in json format
--json-keep-all keep all results of trials
--name string assign an optimization session name
--optimizer-config string config file (default "optimizer.yaml")
--output string backtest report output directory (default "output")
--tsv print optimizer metrics in csv format
```
### 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")
--cpu-profile string cpu profile
--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
--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
2022-10-12 08:35:43 +00:00
###### Auto generated by spf13/cobra on 12-Oct-2022