mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
doc: add example section
This commit is contained in:
parent
e2698efc7e
commit
9faf68d709
|
@ -19,11 +19,17 @@ aims to release v1.0 before 11/14
|
|||
- MAX Exchange (located in Taiwan)
|
||||
- Binance Exchange
|
||||
|
||||
## Synopsis
|
||||
## Examples
|
||||
|
||||
Please check out the example directory: [examples]
|
||||
|
||||
## New Trading Bot API design
|
||||
|
||||
_**still under construction**_
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/c9s/bbgo"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user