In case of any issues or suggestions please contact TradeAdapter Support Team:
Contact Support Team
BitGet Setup Step by Step
[NEW] Now to send Alerts from TradingView to TradeAdapter you can use two options:
WebHook URL (if you have TradingView PRO/PRO+ account)
"Email Alert" integration if you are using TradingView Basic plan.
How to setup "Email Alert" integration
STEP 1. Use Bitget Symbol on TradingView
Double check that you using Bitget Symbol on your Trading panel.
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 using 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 "Email-to-SMS" option (Depends on your TradingView plan) |
"Message":
Update fields highlighted by red. The rest keep as is, as they will be filled automatically by TradingView during Alarm execution. You can use Message Generator to Generate the TradingView message based on your parameters.
{
"bitget_api_key": "PUT YOUR BITGET API KEY HERE",
"bitget_secret": "PUT YOUR BITGET SECRER HERE",
"bitget_passphrase": "PUT YOUR PASSPHRASE SECRER HERE",
"real_order": "Yes / No",
"order_market": "Spot / Futures",
"order_type": "Market / Limit",
"margin_mode": "isolated / crossed",
"exchange": "bitget",
"ticker": "{{ticker}}",
"time": "{{timenow}}",
"order_contracts": "{{strategy.order.contracts}}",
"order_action": "{{strategy.order.action}}",
"order_price": "{{strategy.order.price}}",
"market_position": "{{strategy.market_position}}",
"prev_market_position": "{{strategy.prev_market_position}}"
}
IMPORTANT: 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 MyTrades page
If something not working as you expected, please
Contact Support Team