Signal bot and TradingView Tutorial

Last reviewed: August 4, 2026.

Pionex Signal Bot connects TradingView strategy alerts to Pionex Futures through a webhook. The setup is to create the signal, connect one tested TradingView strategy, confirm delivery in both logs, and start with risk limits you can afford.

Official reference: Pionex Signal Bot Help Center guide.

Before you connect TradingView

  • A Pionex account with access to Futures and Signal Bot.
  • A TradingView Essential plan or higher so webhook alerts are available.
  • A TradingView indicator that includes a functioning strategy and can be checked in Strategy Tester.
  • A defined pair, position size, leverage limit, take-profit rule, stop-loss rule, and maximum loss.

Signal Bot executes futures orders. Automation does not remove market, leverage, liquidation, webhook, or strategy risk. Test the alert flow before increasing position size.

Getting Started with Pionex Signal Bot

  1. You will need a Pionex account to execute the trades. Create Your Free Pionex Account Today!
  2. You will need a TradingView account with at least an Essential subscription for Alert and Webhook URL access. Register a TradingView account now
  3. Desktop browser to access the TradingView Pinescript Editor and Signal bot configuration page.

Step 1. Configuring the “Signal” in Pionex

  1. Log in to your Pionex account (http://www.pionex.com)
  2. Navigate to Futures → Futures Bot → Signal Bot
    Pionex Signal Bot and TradingView setup: Step 1. Configuring the “Signal” in Pionex screenshot 1
  3. Click on the “Add signal” button and set the name and description for this signal and then click “Confirm”
    Pionex Signal Bot and TradingView setup: Step 1. Configuring the “Signal” in Pionex screenshot 2
  4. Once the signal has been created, directly click on the “I have completed the configuration” and “I have created the alert”
    Pionex Signal Bot and TradingView setup: Step 1. Configuring the “Signal” in Pionex screenshot 3
  5. Signal setup on Pionex has been completed. 

Step 2. Add a strategy script to the TradingView chart

  1. Log in to your TradingView account (http://www.tradingview.com/chart)
  2. Choose the desired trading pair under Pionex, and click the “Launch chart“ button
    Pionex Signal Bot and TradingView setup: Step 2. Add a strategy script to the TradingView chart screenshot 4
  3. Click “Indicators”, select the Signal bot script you want to use
    Pionex Signal Bot and TradingView setup: Step 2. Add a strategy script to the TradingView chart screenshot 5
  4. Click the “Gear” icon to open the strategy settings, on the “Input” tab, copy the “Message” from Pionex into the “Pionex Message” textbox
    Pionex Signal Bot and TradingView setup: Step 2. Add a strategy script to the TradingView chart screenshot 6
  5. On the “Properties” settings, refer to the recommended settings as follows:
    • Initial capital: Keep this value at “100”
    • Base currency: Keep this value at “Default”
    • Order size: 1 ~ 100 USDT. Keep the value within 1 to 100 USDT.
      “50” USDT will be translated as 50% fund utilization of the Signal bot
    • Pyramiding: 1 ~ any value. This value is for multi-position entry settings
    • Margin for long positions: Keep this value at “0”
    • Margin for short positions: Keep this value at “0”
    • Other parameters can be ignored as it doesn’t impact the configuration.
Pionex Signal Bot and TradingView setup: Step 2. Add a strategy script to the TradingView chart screenshot 7
  1. Strategy configuration in the TradingView chart has been completed. 

Step 3. Configuring the strategy alert on TradingView to connect with Pionex “Signal”

  1. Log in to your TradingView account (http://www.tradingview.com/chart)
  2. Click on the “Alarm” icon on the upper right corner, and click the “+” icon to create a new alert
    Pionex Signal Bot and TradingView setup: Step 3. Configuring the strategy alert on TradingView to connect with Pionex “Signal” screenshot 8
  3. In the “Settings” tab, choose the desired strategy from the list.
    Note: the latest configuration will be at the bottom of the list and needs to be updated every time there are changes to the strategy “Input” configuration.
    Pionex Signal Bot and TradingView setup: Step 3. Configuring the strategy alert on TradingView to connect with Pionex “Signal” screenshot 9
  1. In the “Message” tab, keep the value unchanged as the default content.
    Note: the content will produce the “Message” as a JSON code for the trading instruction.
    Pionex Signal Bot and TradingView setup: Step 3. Configuring the strategy alert on TradingView to connect with Pionex “Signal” screenshot 10
  2. In the “Notification” tab, enable the “Webhook URL” and paste the “Webhook URL” from Pionex into the “Webhook URL” in TradingView
    Pionex Signal Bot and TradingView setup: Step 3. Configuring the strategy alert on TradingView to connect with Pionex “Signal” screenshot 11
  3. Click the “Create” button to complete the setup, and the alert will appear in the “Alert” list
    Pionex Signal Bot and TradingView setup: Step 3. Configuring the strategy alert on TradingView to connect with Pionex “Signal” screenshot 12
  4. Strategy Alert configuration in the TradingView chart has been completed. 

Step 4. Creating the Signal bot in Pionex with the linked signal from TradingView

  1. Log in to your Pionex account (http://www.pionex.com)
  2. Navigate to Futures → Futures Bot → Signal Bot
    Pionex Signal Bot and TradingView setup: Step 4. Creating the Signal bot in Pionex with the linked signal from TradingView screenshot 13
  1. On the “Signal Bot” page, click the “Automate signal” to configure the bot settings, and then click the “Create the bot”
    Pionex Signal Bot and TradingView setup: Step 4. Creating the Signal bot in Pionex with the linked signal from TradingView screenshot 14
  2. Creating the Signal bot in Pionex has been completed. 

Step 5. Checking if the TradingView signal is sent properly in Pionex

  1. Log in to your TradingView account (http://www.tradingview.com/chart)
  2. Click on the “Alarm” icon in the upper right corner, and click the “Log” tab to check the list
    Pionex Signal Bot and TradingView setup: Step 5. Checking if the TradingView signal is sent properly in Pionex screenshot 15
  1. Log in to your Pionex account (http://www.pionex.com)
  2. Click on “Details” and then navigate to the “Signal Log” tab
    Pionex Signal Bot and TradingView setup: Step 5. Checking if the TradingView signal is sent properly in Pionex screenshot 16
  1. Compare the TradingView Alert log with the Pionex Signal Log to ensure the signals are received properly
    Pionex Signal Bot and TradingView setup: Step 5. Checking if the TradingView signal is sent properly in Pionex screenshot 17
  2. Use the “Signal Message Calculator” to translate the Message content into an easier-to-understand format. 

Step 6. How to add a custom indicator into the strategy script for the Signal bot

  1. Log in to your TradingView account (http://www.tradingview.com/chart)
  2. Obtain the open-source indicator, such as “RSI”, into the TradingView chart, and copy the source code
    Pionex Signal Bot and TradingView setup: Step 6. How to add a custom indicator into the strategy script for the Signal bot screenshot 18
  3. Open the Pionex Signal bot strategy script, which has been optimized specifically for Pionex
    Pionex Signal Bot and TradingView setup: Step 6. How to add a custom indicator into the strategy script for the Signal bot screenshot 19
  1. Paste the custom indicator source code into the specific section for the indicator in the Pionex Signal bot strategy script
    Pionex Signal Bot and TradingView setup: Step 6. How to add a custom indicator into the strategy script for the Signal bot screenshot 20
  2. Define the conditions for “Long” and “Short” from the custom indicator into the “longCondition” and “shortCondition” variables
    Pionex Signal Bot and TradingView setup: Step 6. How to add a custom indicator into the strategy script for the Signal bot screenshot 21
  3. Click the “Add to chart” or “Update on chart” button to complete the script configuration
    Pionex Signal Bot and TradingView setup: Step 6. How to add a custom indicator into the strategy script for the Signal bot screenshot 22
  4. Integrating a custom indicator into the Pionex strategy script has been completed. 

Join Pionex Signal Bot community: t.me/pionexapi

Signal Bot troubleshooting

What you seeWhat to check
No alert in the TradingView logConfirm the alert is active, the selected strategy is correct, and the alert was recreated after changing strategy inputs.
TradingView logged an alert, but Pionex did not receive itCheck that Webhook URL is enabled and that the latest Pionex webhook was pasted without extra characters.
Pionex received the signal, but no trade openedOpen the Pionex Signal Log and review the error. Confirm the bot is active, the pair and position mode match, and available margin is sufficient.
Order size is different from expectedReview investment, leverage, position-size percentage, current price, and the strategy values sent in the message.

Signal Bot FAQ

Does Signal Bot work with spot trading?

No. The current Pionex Signal Bot is a Futures product. Using 1x leverage can reduce leverage exposure, but it does not turn a futures contract into spot ownership.

Why did TradingView send an alert but Pionex did not trade?

Compare the TradingView alert log with the Pionex Signal Log. If the signal was not received, check the webhook. If it was received, review the error, bot status, pair, position mode, margin, and order rules.

Should I recreate an alert after changing strategy inputs?

Yes. TradingView alerts use the strategy configuration saved when the alert was created. Recreate the alert after changing important strategy inputs.

Does an automated signal guarantee execution or profit?

No. Signals can arrive late, fail validation, encounter insufficient margin, or perform poorly in live markets. Monitor logs and positions and use strict risk limits.

get free trading bots now