graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
2["`<strong>binance</strong><br>fetch kline`"]
4{"`<strong>if</strong><br>check close price`"}
3["`<strong>taIndicators</strong><br>calculate sma value`"]
5["`<strong>telegram</strong><br>send msg to telegram`"]
Start ---> 1
1 ---> 2
2 ---> 3
4 ---> 5
3 ---> 4
Get Telegram alerts when prices move significantly above the average price, helping you spot potential trading opportunities.
This workflow is designed for traders who want to monitor price movements relative to the Simple Moving Average (SMA) and receive alerts when prices move significantly above the average.
Manually calculating moving averages and monitoring price movements relative to these averages requires constant attention and technical analysis. You might miss opportunities when prices break through moving average levels, which often signal potential trend changes or trading opportunities. This workflow automatically calculates SMA and sends alerts when prices exceed the average.
Fetches OHLCV data for the specified symbol and interval
Calculates the Simple Moving Average (SMA) over the specified period
Compares the current price with the SMA
Triggers an alert when the current price exceeds the SMA
Sends a Telegram notification with price and SMA information
Set the Symbol in the config node (e.g., "btc" or "BTCUSDT")
Set the Interval in the config node (e.g., "1h")
Set the SMA Period in the config node
Optionally set the Telegram Chat ID in the config node if you want notifications
Binance - Get OHLCV Data: Fetches historical OHLCV (Open, High, Low, Close, Volume) data for technical analysis
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.