diff --git a/config/pricealert-tg.yaml b/config/pricealert-tg.yaml new file mode 100644 index 000000000..0ee50ccad --- /dev/null +++ b/config/pricealert-tg.yaml @@ -0,0 +1,20 @@ +--- +notifications: + # object routing rules + routing: + trade: "$symbol" + order: "$symbol" + submitOrder: "$session" # not supported yet + pnL: "bbgo-pnl" + +sessions: + binance: + exchange: binance + envVarPrefix: binance + +exchangeStrategies: +- on: binance + pricealert: + symbol: "BTCUSDT" + interval: "1m" + minChange: 300 \ No newline at end of file