mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add strategy template links to the readme
This commit is contained in:
parent
2008f179a2
commit
01eb9df860
|
@ -390,7 +390,7 @@ import (
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Write your own strategy
|
## Write your own private strategy
|
||||||
|
|
||||||
Create your go package, and initialize the repository with `go mod` and add bbgo as a dependency:
|
Create your go package, and initialize the repository with `go mod` and add bbgo as a dependency:
|
||||||
|
|
||||||
|
@ -443,6 +443,13 @@ Or you can build your own wrapper binary via:
|
||||||
bbgo build --config config/bbgo.yaml
|
bbgo build --config config/bbgo.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See also:
|
||||||
|
|
||||||
|
- <https://github.com/narumiruna/bbgo-template>
|
||||||
|
- <https://github.com/narumiruna/bbgo-marketcap>
|
||||||
|
- <https://github.com/austin362667/shadow>
|
||||||
|
- <https://github.com/jnlin/bbgo-strategy-infinite-grid>
|
||||||
|
|
||||||
## Command Usages
|
## Command Usages
|
||||||
|
|
||||||
### Submitting Orders to a specific exchagne session
|
### Submitting Orders to a specific exchagne session
|
||||||
|
|
Loading…
Reference in New Issue
Block a user