bbgo_origin/config/sync.yaml

65 lines
1.3 KiB
YAML
Raw Normal View History

2022-01-27 00:43:44 +00:00
---
sessions:
binance:
exchange: binance
envVarPrefix: binance
binance_margin_dotusdt:
exchange: binance
envVarPrefix: binance
margin: true
isolatedMargin: true
isolatedMarginSymbol: DOTUSDT
2022-01-27 00:43:44 +00:00
max:
exchange: max
envVarPrefix: max
2022-06-08 07:05:44 +00:00
kucoin:
exchange: kucoin
envVarPrefix: kucoin
okex:
exchange: okex
envVarPrefix: okex
2022-01-27 00:43:44 +00:00
sync:
# userDataStream is used to sync the trading data in real-time
# it uses the websocket connection to insert the trades
userDataStream:
2022-01-27 01:34:04 +00:00
trades: true
2022-01-27 00:43:44 +00:00
filledOrders: true
# since is the start date of your trading data
since: 2019-01-01
2022-01-27 00:43:44 +00:00
# sessions is the list of session names you want to sync
# by default, BBGO sync all your available sessions.
sessions:
- binance
- binance_margin_dotusdt
2022-01-27 00:43:44 +00:00
- max
2022-06-08 07:05:44 +00:00
- okex
- kucoin
2022-01-27 00:43:44 +00:00
# symbols is the list of symbols you want to sync
# by default, BBGO try to guess your symbols by your existing account balances.
symbols:
- BTCUSDT
- ETHUSDT
- DOTUSDT
2022-06-14 05:03:37 +00:00
- binance:BNBUSDT
- max:USDTTWD
2022-05-30 16:59:33 +00:00
# marginHistory enables the margin history sync
marginHistory: true
# marginAssets lists the assets that are used in the margin.
# including loan, repay, interest and liquidation
marginAssets:
- USDT
2022-06-08 07:05:44 +00:00
depositHistory: true
rewardHistory: true
withdrawHistory: true