Merge branch 'master' into engine

This commit is contained in:
Adrian Gallagher
2019-08-09 15:46:24 +10:00
353 changed files with 4966 additions and 4196 deletions

View File

@@ -10,7 +10,7 @@ writes to an output file while validating the inputting data.
Example usage:
```bash
cd $GOPATH/src/github.com/thrasher-/gocryptotrader/tools/config/
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/config/
go run ./config.go -infile path/of/config.json -outfile path/of/new/config.json -encrypt falseOrTrue -key KEYHERE
```

View File

@@ -13,7 +13,7 @@
+ This will update the entire codebase when a change is made in the documentation templates
```sh
cd $GOPATH/src/github.com/thrasher-/gocryptotrader/tools/documentation/
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/documentation/
go run gocryptotrader.go -r
```

View File

@@ -13,7 +13,7 @@
+ add supporting request protocols by adding either -rest, -ws and or -fix
```sh
cd $GOPATH/src/github.com/thrasher-/gocryptotrader/tools/exchange_template/
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/exchange_template/
go run exchange_template.go -name Bitmex -ws -rest
```

View File

@@ -10,7 +10,7 @@ API Authentication.
Generate Keys:
```bash
cd $GOPATH/src/github.com/thrasher-/gocryptotrader/tools/huobi_auth/
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/huobi_auth/
go run main.go
```

View File

@@ -8,7 +8,7 @@
Example:
```bash
cd $GOPATH/src/github.com/thrasher-/gocryptotrader/tools/portfolio/
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/portfolio/
go run portfolio.go -infile path/to/config.json -key AESDecryptionKey
```

View File

@@ -8,7 +8,7 @@
Example:
```bash
cd $GOPATH/src/github.com/thrasher-/gocryptotrader/tools/websocket_client/
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/websocket_client/
go run main.go
```