⚙️

How Does It Work?

Every step of sending automatic orders from TradingView to Binance or MEXC — with visuals.

Overview — Automation in 5 Steps

Your TradingView Strategy
Create Alert
Webhook Triggered
AlgoCripto Processes
Order Sent to Exchange
1

Set Up Your Strategy on TradingView

TradingView — Strategy & Alert

You use a Pine Script strategy or a ready-made indicator on TradingView. When the strategy generates a buy/sell signal, TradingView captures it as an Alert.

In the TradingView alert "Message" field, paste the JSON format expected by AlgoCripto.

💡 İpucu

Use AlgoCripto's Alert Creator tool to automatically generate your JSON message.

TradingView screenshot will appear here Strategy alert screen, "Message" field and webhook URL input
2

Prepare the Alert Message

JSON Alert Format
AlgoCripto Alert Creator screen

On AlgoCripto's Alert Creator page, select exchange, symbol, direction, leverage and stop/take-profit parameters. The tool generates ready-to-use JSON for you.

https://www.algocripto.com/api/webhook/tradingview/SIZIN-GUID-BURAYA
{
  "borsa": "Binance",
  "piyasa": "Futures",
  "sembol": "{{"{{"}}ticker{{"}}"}}",
  "yon": "{{"{{"}}strategy.order.action{{"}}"}}",
  "oran": 10,
  "kaldirac": 10
}
💡 İpucu

The GUID at the end of the Webhook URL is your unique identifier. Copy it from your Profile page. No extra user field is needed inside the JSON.

3

Add Webhook URL to TradingView

TradingView — Webhook Setting

When creating a TradingView alert, paste AlgoCripto's webhook address into the "Webhook URL" field.

https://www.algocripto.com/api/webhook/tradingview/SIZIN-GUID-BURAYA

Note: TradingView's webhook feature requires a Pro or higher subscription.

Each time the alert fires, TradingView sends the JSON message to this URL as an HTTP POST.

TradingView Alert settings
4

AlgoCripto Processes the Webhook

AlgoCripto — Background Engine
AlgoCripto server architecture diagram

When the webhook request is received, AlgoCripto performs these steps:

  1. API key is verified — user is identified
  2. Binance or MEXC is selected based on the "borsa" parameter
  3. Symbol, direction and leverage parameters are parsed
  4. Collateral amount is calculated based on the percentage
  5. Stop-loss and take-profit levels are calculated
  6. Market order is sent to the exchange
  7. Transaction result is saved to Webhook Log
7/24

The server runs 24/7. Your alerts work even while you sleep.

5

Order Opens on the Exchange

Binance / MEXC — Automatic Order

AlgoCripto connects to the Binance or MEXC API and opens a position with the specified parameters. No manual action is needed on your account.

📈
LONG Order
when buy signal fires
📉
SHORT Order
when sell signal fires

Stop-Loss & Take-Profit orders are also sent simultaneously and automatically.

Binance / MEXC order screen
6

Track Your Transaction Log

Journal & Webhook Logs
AlgoCripto Journal / Log screen

All webhook requests and order results are recorded in the system. You can review every transaction from the Journal page.

  • Successful order openings
  • Failed requests and reasons
  • Incoming JSON parameters
  • Exchange response codes
Start for Free
🚀

Ready to Get Started?

Set up in minutes and automate your strategy.