This strategy will send notifications to specified channels when the price change of the specified trading pairs is larger than the threshold.
Setup Telegram/Slack notification before using Price Alert Strategy. See Setting up Telegram Bot Notification and Setting up Slack Notification.
symbol
- The trading pair symbol, e.g.,
BTCUSDT
,ETHUSDT
- The trading pair symbol, e.g.,
interval
- The K-line interval, e.g.,
5m
,1h
- The K-line interval, e.g.,
minChange
- Alert threshold, e.g.,
100
,500
. This is a fixed value of price change. Any price change in a single K-line larger than this value will trigger the alert.
- Alert threshold, e.g.,
See pricealert.yaml and pricealert-tg.yaml