Backtester: Update flag typo (#711)

* Update flag typo

* configPath typo fix

related to adeb748651
This commit is contained in:
snussik
2021-07-14 02:53:09 +03:00
committed by GitHub
parent 62ab2be90b
commit 9527614431
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ Join our slack to discuss all things related to GoCryptoTrader! [GoCryptoTrader
### 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)`
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 .`

View File

@@ -4,7 +4,7 @@
### 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)`
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 .`
@@ -16,4 +16,4 @@ The config builder will ask you all the necessary questions required to create a
### Please click GoDocs chevron above to view current GoDoc information for this package
{{template "contributions"}}
{{template "donations" .}}
{{end}}
{{end}}