mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Backtester: Update flag typo (#711)
* Update flag typo
* configPath typo fix
related to adeb748651
This commit is contained in:
@@ -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 .`
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user