mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-13 02:23:51 +00:00
add support section
This commit is contained in:
parent
04b377258d
commit
dde3e0f3c9
17
README.md
17
README.md
|
@ -14,6 +14,11 @@ aims to release v1.0 before 11/14
|
||||||
- Stream integration (user data websocket)
|
- Stream integration (user data websocket)
|
||||||
- PnL calculation.
|
- PnL calculation.
|
||||||
|
|
||||||
|
## Supported Exchanges
|
||||||
|
|
||||||
|
- MAX Exchange (located in Taiwan)
|
||||||
|
- Binance Exchange
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
_**still under construction**_
|
_**still under construction**_
|
||||||
|
@ -49,6 +54,18 @@ t.AddExchange("max", max.New(viper.Getenv("max-key"), viper.Getenv("max-secret")
|
||||||
t.AddCrossExchangeStrategy(hedgemaker.New(...))
|
t.AddCrossExchangeStrategy(hedgemaker.New(...))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
You may register your exchange account with my referral ID to support this project.
|
||||||
|
|
||||||
|
- For MAX Exchange: <https://max.maicoin.com/signup?r=c7982718> (default commission rate to your account)
|
||||||
|
- For Binance Exchange: <https://www.binancezh.com/en/register?ref=VGDGLT80> (5% commission back to your account)
|
||||||
|
|
||||||
|
Or support this project by cryptocurrency:
|
||||||
|
|
||||||
|
- BTC omni `3J6XQJNWT56amqz9Hz2BEVQ7W4aNmb5kiU`
|
||||||
|
- USDT erc20 `0x63E5805e027548A384c57E20141f6778591Bac6F`
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
Loading…
Reference in New Issue
Block a user