add strategy template links to the readme

This commit is contained in:
c9s 2022-04-28 14:45:58 +08:00
parent 2008f179a2
commit 01eb9df860
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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