doc: add ftx credentials to readme

This commit is contained in:
ycdesu 2021-02-05 21:27:29 +08:00
parent 54ef8d3ca6
commit 2e82b33568

View File

@ -51,6 +51,11 @@ BINANCE_API_SECRET=
MAX_API_KEY=
MAX_API_SECRET=
FTX_API_KEY=
FTX_API_SECRET=
# specify it if credentials are for subaccount
FTX_SUBACCOUNT_NAME=
MYSQL_URL=root@tcp(127.0.0.1:3306)/bbgo?parseTime=true
```