In case of any issues or suggestions please contact TradeAdapter Support Team:
Contact Support Team
TradingView Setup Step by Step
STEP 1. Use Forex Symbols on TradingView
Choose Forex symbol which you want to trade using Metatrader.
STEP 2. Add Trading Strategy to the TradingView
1.1 - Go to "PineEditor" tab page and write new or copy/paste existing trading strategy.
1.2 - Press "Add to chart" trading strategy to your trading panel.
STEP 3. Creat Alert for TradingView Strategy
2.1 - Go to "Strategy Tester" tab page to check that your Trading strategy shows some backtesting results.
2.2 - Press "Add Alert" to create Alert for your Buy/Sell signals.
STEP 4. Configure TradingView Alert using "Message" and connection using "WebHook URL" or "Email Alert"
To Configure Alert, you need set Alert Message and Alert Notification.
5.1 - Please compile meessage based on the temmplate provided below or you can use Message Generator
5.2 - Paste "WebHook URL" or Select "Send plain text" option on Notification Tab. Your personal WebHook URL and Email you can find in your Profile Page
Message:
|
Select Webhook URL or "Send plain text" option (Depends on your TradingView plan) |
TradingView Message format
Please update only fields highlighted by red. The rest of them please keep as is, as they will be filled automatically by TradingView during Alarm execution.
{
"mt_trading_account": "Put here your MT4/5 Trading Account Number",
"platform": "metatrader",
"time": "{{timenow}}",
"ticker": "{{ticker}}",
"order_type": "Market",
"order_contracts": "{{strategy.order.contracts}}",
"order_action": "{{strategy.order.action}}",
"order_price": "{{strategy.order.price}}",
"target_type": "percentage/pips",
"stop_loss": "Put SL value like 0.1 / 0.01 / 0.002",
"take_profit": "Put TP value like 0.1 / 0.01 / 0.002",
"market_position": "{{strategy.market_position}}",
"market_position_size": "{{strategy.market_position_size}}",
"prev_market_position": "{{strategy.prev_market_position}}",
"prev_market_position_size": "{{strategy.prev_market_position_size}}",
"strategy_number" : "1"
}
NOTE#1: Order Size ("order_contracts") you are sending from TradingView should be in LOTS. Please check LOT size for the Symbol you are trading and calulate the position size accordingly.
NOTE#2: You need to recreate TradingView Alert each time you change parameters of your PineScript Strategy.
STEP 6. Monitor your Alert Signals on MyTrades Page
If you have sent the signal but still not see it on Broker side, please check Metatrader MyTrades page
If something not working as you expected, please
Contact Support Team