Send a Manual or Test Alert
https://webhook.pineconnector.com
- WebRequest URL: Used only for MT4/MT5 setup to allow MetaTrader to communicate with PineConnector.
- Webhook URL: Used to send alerts from TradingView to PineConnector, and then to your MT4/MT5 terminal.
In Short: Use WebRequest for MT4/MT5 setup and Webhook to send alerts.
This example will guide you through the process of sending a test alert from TradingView to purchase 1 lot of EURUSD on your MetaTrader terminal.
1. Find the Symbol
To find the "EURUSD" symbol, open your Symbol List by pressing CTRL+U. The symbol to be used is located on the left side (as shown in the red boxes in the examples below).
MetaTrader 4:
MetaTrader 5:
2. Create a TradingView Alert
This ticker has been found to be mostly active, even on weekends.
To access alerts, click the second icon in the right column of your TradingView terminal.
To create an alert, click on the clock with the + symbol.
3. Configure the Alert
Modify the alert whereby:
Input your intended message in the Alert Message area.
Ensure that the webhook URL option is activated. You may choose to activate other “Notifications” options if you’d like.
Component | Configuration |
Condition | Greater Than
Value: 0 |
Message | LicenseID ,buy,symbol ,risk=1 |
Alert Actions | PineConnector v2 Webhook URL:
https://pineconnector.net/webhook/
PineConnector v3 Webhook URL:
https://webhook.pineconnector.com |
- Replace
LicenseID
with the License ID obtained from your Licensing Dashboard. - The License ID is a string of numbers starting with 6, such as 60123456789.
- Change
Symbol
according to Step (1) - It should be along the lines of “EURUSD”
- Avoid adding any spaces between commas in the message.
Click “Create” once the above is configured.
- When the alert is enabled, it will trigger only once.
- The alert will be delivered to the PineConnector server.
- The alert will include a message to purchase 1 lot of EURUSD, using the specified License ID.
4. Verify Alert Triggers
After setting up an alert, it's important to verify that it has been triggered. This can be done by checking the Alerts Log, where all fired alerts are recorded.
5. Confirm Signal Receipt
In your members portal, you should see a new entry for the signal you just generated, with a timestamp of when our server received the signal and when the EA opened the message.
6. Confirm Trade Execution
In your MetaTrader terminal, check the "Trade" tab at the bottom to confirm that a buy order for 1 lot of EURUSD has been executed, assuming that the default Volume Type EA setting has been used.
In the "Experts" tab, you can observe the processing of the alert message based on your EA settings.