mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-13 02:23:51 +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)
|
- MAX Exchange (located in Taiwan)
|
||||||
- Binance Exchange
|
- Binance Exchange
|
||||||
|
|
||||||
## Synopsis
|
## Examples
|
||||||
|
|
||||||
|
Please check out the example directory: [examples]
|
||||||
|
|
||||||
|
## New Trading Bot API design
|
||||||
|
|
||||||
_**still under construction**_
|
_**still under construction**_
|
||||||
|
|
||||||
```go
|
```go
|
||||||
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/c9s/bbgo"
|
"github.com/c9s/bbgo"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user