Automating TradingView Strategy Alerts in Binance Using PickMyTrade

4 min read

Introduction #

This guide explains how to automate TradingView strategy alerts in Binance using PickMyTrade.
Follow each step carefully to ensure that strategy signals from TradingView trigger real trades in your Binance account.


1. Choose a TradingView Strategy to Automate in Binance #

If you plan to automate your TradingView setup, choose Strategy in the dropdown menu.


2. Configure Symbol for Strategy Execution in Binance #

In PickMyTrade, select BINANCE as the broker and enter the TradingView symbol you want to trade.

Example:
BNB/USDT → enter BNB/USDT.

Specifying the asset (symbol) to trade in PickMyTrade is optional. However, it becomes required if your stop-loss or take-profit settings depend on tick size or dollar values. If you do not enter a symbol, PickMyTrade will automatically use the symbol from your TradingView chart alert.

If the symbol doesn’t exist or isn’t mapping correctly: You’ll need to set it up first in PickMyTrade. Only after that will trades happen on that symbol.


3. Managing Exit Rules in Automated Binance Strategies #

Determine how exits will be handled in your strategy

Option 1: No SL/TP (Strategy Controlled Exits)

  • Select this if your TradingView strategy fully manages entries and exits
  • PickMyTrade will NOT place any Stop Loss or Take Profit orders
  • All exits will be executed only when TradingView sends exit alerts

Use this when:

Your strategy already includes complete exit logic


Option 2: Attach SL/TP to Orders

  • Select this if your strategy does NOT handle exits
  • PickMyTrade will place Stop Loss (SL) and Take Profit (TP) with each entry

Features:

  • Choose SL/TP type (percentage, price, Total Profit/Loss, etc.)
  • Only one SL and one TP per order is supported

Use this when:

You want simple, fixed risk management handled by PickMyTrade


Option 3: Multiple Exits (TP1, TP2, etc.) #

  • Select this if your TradingView strategy uses multiple take-profit levels
  • PickMyTrade will NOT require SL/TP configuration
  • All exits will be executed based on TradingView alerts

Note:

When using multiple exits, SL/TP cannot be attached to the entry order (Binance limitation: one SL + one TP per order)

Use this when:

Your strategy scales out of positions (partial exits)


4. Assign Binance Accounts for Strategy Execution #

PickMyTrade allows you to automate trades on one or multiple Binance accounts.

When you enable account selection, additional account and risk controls appear.

4.1 Add Binance Account in Current PickMyTrade Login #

FieldExampleExplanation
PickMyTrade Conn. NameBINANCE1Select your Binance connection name.
Qty Multiplier1This multiplies your default order size. If your default order size is 0.01 BTC and you set the multiplier to 1, the order remains 0.01 BTC. If you set it to 2, the order becomes 0.02 BTC (double the size).

4.2 Add Binance Account From Another PickMyTrade Login #

Used when the execution account belongs to a different PickMyTrade login.

FieldExampleExplanation
PickMyTrade Tokenabcd1234xyzToken from the target PickMyTrade account.
Connection NameBINANCE1Must match the connection name in that account.
Binance Account Number123457869Enter the Binance Account number of another account
Qty Multiplier 1 Same usage as above.

Ensure:

  • The token is correct
  • Binance connection is properly configured in the target account

Otherwise, execution will fail.


4.3 Generate Alert Code for Strategy Execution

Once all accounts are added and configured, click Confirm & Generate Alert button.


5.Binance Automation Alert in PickMyTrade #

After completing configuration.

PickMyTrade will display:

  • The JSON message required for TradingView
  • The Webhook URL

5.1 Copy JSON Code #

Click the button labeled “Copy the following code…
Paste this JSON into the TradingView alert message box.


6. Create TradingView Alert for Binance Automation #


6.1 Open Strategy Alert Menu #

On the TradingView chart:

  • Hover over the strategy name
  • Click the three-dot menu
  • Select “Add alert on Strategy”

6.2 Configure Alert Settings #

Symbols: BNBUSDT (or the symbol you want to trade)

Condition: The strategy you are automating

Interval: Select the chart timeframe on which you want automation to run


6.3 Clear TradingView Message Box #

Delete all default text before pasting your automation JSON.


6.4 Paste JSON From PickMyTrade #

Paste the entire JSON code exactly as generated.
This JSON contains:

  • Order direction
  • Quantity
  • Price
  • Token
  • Platform (BINANCE)

6.5 Add Webhook URL #

Paste your PickMyTrade Webhook URL:

Ensure Webhook URL is enabled.


6.6 Create the Alert #

Click Create.
Your automated TradingView → Binance alert is now active.


7. Verify Binance Automation #


7.1 TradingView Alerts Panel #

Your newly created alert will appear under the Alerts tab and show as Active.


7.2 TradingView Logs #

When the alert triggers, TradingView logs will show:

  • Alert name
  • Timestamp
  • JSON payload

7.3 PickMyTrade Alerts Page #

Inside PickMyTrade > Alerts, you will see:

  • Alert trigger time
  • Symbol
  • Buy or Sell direction
  • Order status
  • Order type (Market, Limit, etc.)

More Resources #

Want to automate trades on platforms beyond Rithmic, such as Interactive Brokers, TradeLocker, TradeStation, or ProjectX?
Explore all PickMyTrade setup guides

Using Tradovate instead?
View the Tradovate automation guide

What are your feelings

  • Happy
  • Normal
  • Sad