graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
2["`<strong>binance</strong><br>fetch kline`"]
3["`<strong>taIndicators</strong><br>calculate highest`"]
4{"`<strong>if</strong><br>If price above resistance`"}
5["`<strong>telegram</strong><br>send breakout up alert`"]
Start ---> 1
1 ---> 2
2 ---> 3
3 ---> 4
4 ---> 5
Get alerted when prices break through important support or resistance levels, signaling potential big moves or trading opportunities.
This workflow is designed for traders who want to be alerted when prices break through important support or resistance levels, signaling potential significant market movements.
Manually monitoring price breakouts requires constant attention and you might miss critical moments when prices break through key support or resistance levels. These breakouts often signal significant price movements and trading opportunities. This workflow automatically monitors price levels and sends alerts when breakouts occur, helping you capitalize on these opportunities.
Fetches OHLCV data for the specified symbol and interval
Gets the current price to compare with support and resistance levels
Checks if the price has broken above the resistance level (upward breakout)
Checks if the price has broken below the support level (downward breakout)
Sends a Telegram notification when either breakout condition is met
Set the Symbol in the config node (e.g., "BTCUSDT")
Set the Interval in the config node (e.g., "1h", default: "1h")
Set the Resistance Level in the config node (price ceiling)
Set the Support Level in the config node (price floor)
Binance - Get OHLCV Data: Fetches historical OHLCV (Open, High, Low, Close, Volume) data for technical analysis
Binance - Get Ticker Price: Fetches current ticker price for a specific symbol from Binance spot or perpetual markets
TaIndicators - Call Technical Indicator: Generic function to call any technical indicator by name with parameters
Telegram - Send Telegram Message: Sends text messages through Telegram's bot API using _chatId, message, and optional parameters
_
Tip: This executable workflow was automatically generated by SeamFlux Bot. To use it, create an execution and test it with your data to ensure it meets your needs.
Ready to get started?
to run this template or create a scheduled task, and ask AI about detailed node execution steps.
Run Locally — download this workflow as a ZIP or run it via Seamflux CLI in your terminal; use the "Run Locally" button above to choose.
Build a workflow from scratch using AI chat. No complex parameter configuration or flowchart dragging needed.