Skip to content

v0.4.0 — notifier: Telegram/Discord signal delivery

Choose a tag to compare

@jpramirez jpramirez released this 27 May 08:26

What's new

notifier — new tool

Delivers trade signals to Telegram and Discord. All scanner bots now call notifier on every signal.

Commands:

notifier send "LUNR gap +8.3% — BUY signal"
notifier send --symbol LUNR --signal BUY --price 35.50 --stop 32.00 --target 43.00 --qty 5 --strategy daytrader
notifier test
notifier status

Setup (notifier/notifier.json):

{
  "telegram_bot_token": "your-bot-token",
  "telegram_chat_id":  "@yourchannel",
  "discord_webhook_url": "https://discord.com/api/webhooks/...",
  "enabled": true
}

Free tier: leave both blank → signals go to stdout only, no crash, no config required.

Paid tier: configure a private Telegram channel token. Subscribers receive signals in real-time.

Bot integration

daytrader-bot, bounce-bot, earnings-bot, and index-trader all call notifier send on signal write and trade execution. The call is non-blocking (goroutine) and silent if notifier is not in PATH.


Full changelog: See CHANGELOG.md