Files
gocryptotrader/cmd/documentation/backtester_templates/backtester_config_configbuilder_readme.tmpl
snussik 9527614431 Backtester: Update flag typo (#711)
* Update flag typo

* configPath typo fix

related to adeb748651
2021-07-14 09:53:09 +10:00

20 lines
845 B
Cheetah

{{define "backtester config configbuilder" -}}
{{template "backtester-header" .}}
## {{.CapitalName}} package overview
### What does the config builder do?
The config builder runs you through the process of creating a strategy config (`.strat`) file. Configs can also be generated via test code under `config_test.go`.
Once the config is created, when running the backtester, you can reference it via `go run . -configpath=(path-to-strat-file)`
### How do I run it?
`go run .`
### Anything else?
The config builder will ask you all the necessary questions required to create a config file. If there is anything confusing, feel free to ask a question in our Slack group or open an issue!
### Please click GoDocs chevron above to view current GoDoc information for this package
{{template "contributions"}}
{{template "donations" .}}
{{end}}