From 0d570dd4c829d272cf6fca52221827fdedd15a6b Mon Sep 17 00:00:00 2001 From: c9s Date: Sat, 24 Oct 2020 20:08:08 +0800 Subject: [PATCH] Add sample config for xpuremaker --- config/xpuremaker.yaml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 config/xpuremaker.yaml diff --git a/config/xpuremaker.yaml b/config/xpuremaker.yaml new file mode 100644 index 000000000..cd8072f63 --- /dev/null +++ b/config/xpuremaker.yaml @@ -0,0 +1,41 @@ +--- +notifications: + slack: + defaultChannel: "bbgo" + errorChannel: "bbgo-error" + +reportTrades: + channelBySymbol: + "btcusdt": "bbgo-btcusdt" + "ethusdt": "bbgo-ethusdt" + "bnbusdt": "bbgo-bnbusdt" + "sxpusdt": "bbgo-sxpusdt" + +reportPnL: +- averageCostBySymbols: + - "BTCUSDT" + - "BNBUSDT" + of: binance + when: + - "@daily" + - "@hourly" + +sessions: + max: + exchange: max + keyVar: MAX_API_KEY + secretVar: MAX_API_SECRET + binance: + exchange: binance + keyVar: BINANCE_API_KEY + secretVar: BINANCE_API_SECRET + +exchangeStrategies: +- on: max + xpuremaker: + symbol: MAXUSDT + numOrders: 2 + side: both + behindVolume: 1000.0 + priceTick: 0.01 + baseQuantity: 100.0