Setup Guide Preview
## Setup Guide
1. **HTTP Request node**: Call CoinGecko API for your coin pair
2. **IF node**: Check if price > your threshold (or < for dip alerts)
3. **Telegram node**: Create a bot via @BotFather, paste token
4. **Schedule trigger**: Set to check every 5 minutes (or hourly)
5. **Message template**: "{coin} is now at {price} — above your {threshold} alert"
> 💡 **Pro tip**: Chain multiple IF nodes to track several coins in one workflow.