graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
2["`<strong>binance</strong><br>fetch open orders`"]
3["`<strong>binance</strong><br>fetch current price`"]
4{"`<strong>if</strong><br>If has open position`"}
5["`<strong>binance</strong><br>place stop loss order`"]
6["`<strong>telegram</strong><br>send confirmation`"]
Start ---> 1
1 ---> 2
2 ---> 3
3 ---> 4
4 ---> 5
5 ---> 6
Automatically set stop loss and take profit orders for your positions, protecting your capital and securing profits without manual intervention.
This workflow is designed for traders who want to automatically set stop loss and take profit orders to protect their capital and secure profits without manual intervention.
Manually setting stop loss and take profit orders for each position is time-consuming and requires constant monitoring. You might forget to set protective orders or miss opportunities to lock in profits. This workflow automatically sets stop loss and take profit orders based on your specified percentages, helping you protect your capital and secure profits automatically.
Checks for existing open orders
Fetches your current open positions
Gets the current price for the specified symbol
Calculates stop loss and take profit prices based on your percentages
Places stop loss and take profit orders if you have an open position
Sends a Telegram notification confirming the orders have been placed
Set the Symbol in the config node (e.g., "BTCUSDT")
Set the Stop Loss Percentage in the config node (default: 2)
Set the Take Profit Percentage in the config node (default: 5)
Connect your Binance API Keys in the config node
Binance - Get Open Orders: Fetches all open orders for a specific symbol
Binance - Get Positions: Retrieves current positions for a specific symbol
Binance - Get Ticker Price: Fetches current ticker price for a specific symbol from Binance spot or perpetual markets
Binance - Create Order: Creates a new trading order with unified parameters (symbol, side, type, size, price) on Binance spot or perpetual markets
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.