Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 856 Bytes

pricealert.md

File metadata and controls

25 lines (16 loc) · 856 Bytes

Price Alert Strategy

This strategy will send notifications to specified channels when the price change of the specified trading pairs is larger than the threshold.

Prerequisite

Setup Telegram/Slack notification before using Price Alert Strategy. See Setting up Telegram Bot Notification and Setting up Slack Notification.

Parameters

  • symbol
    • The trading pair symbol, e.g., BTCUSDT, ETHUSDT
  • interval
    • The K-line interval, e.g., 5m, 1h
  • 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.

Examples

See pricealert.yaml and pricealert-tg.yaml