EA Setup
Alerts
Message Structure
Expert Advisor
Debugging
Others
Free Scripts Library
Trades Not Triggering
If the expiration date is visible on your MetaTrader terminal but signals are not being received, the issue is most likely related to your TradingView configuration.
1. Incorrect License ID
Ensure that your alert message contains your correct License ID.
2. Incorrect Syntax Format
Accidental Spacing
LicenseID, buy, EURUSD, risk=1 (not acceptable)
LicenseID,buy,EURUSD,risk=1 (acceptable)
Incorrect Order
LicenseID,EURUSD,buy,risk=1 (not acceptable)
LicenseID,buy,EURUSD,risk=1 (acceptable)
Multiple Commands
LicenseID,closelong,EURUSD,buy,GBPUSD,risk=1 (not acceptable)
LicenseID,closelong,EURUSD (acceptable - sent separately)
LicenseID,buy,GBPUSD,risk=1 (acceptable - sent separately)
3. Incorrect Syntax Command
Ensure command used is one of those listed in the Syntax page.
LicenseID,closesome,EURUSD,risk=1 (not acceptable)
LicenseID,closelongpct,EURUSD,risk=1 (acceptable)
4. Misspelling
A command or component is spelled incorrectly β commonly βriskβ and βtrailβ are misspelled.
LicenseID,buy,EURUSD,rsik=1 (not acceptable)
LicenseID,buy,EURUSD,risk=1 (acceptable)
LicenseID,buy,EURUSD,risk=1,trialtrig=10,trialdist=8,trialstep=5 (not acceptable)
LicenseID,buy,EURUSD,risk=1,trailtrig=10,traildist=8,trailstep=5 (acceptable)
5. Accidental Inclusions
Inclusions such as brackets β especially when using dynamic codes or placeholders.
LicenseID,buy,EURUSD,risk=1,sl=5} (not acceptable)
LicenseID,buy,EURUSD,risk=1,sl=5 (acceptable)
6. Incorrect Webhook Address
Misspelling or omission in the webhook address.
http://pineconnector.net/webhook/ (not acceptable)
https://pineconnector.net/webhook/ (acceptable)
Copy the webhook address below, if needed:
https://pineconnector.net/webhook/
7. Improper Alert Configuration
If you see an arrow on your TradingView chart without a corresponding entry in the alerts log (as shown below), it may indicate that your alert trigger is not properly configured.
If an alert is triggered, you should expect to see a new entry as depicted in the following screenshot:
8. PineConnector EA not running
Ensure that you have PineConnector EA running on your MetaTrader terminal.
You should see your license details per the sample screenshot below: