Cloud TradingView Indicators Copier
Connect accounts and copy TradingView indicator signals to your trading account automatically.
1. Overview
The workflow is:
- Buy or activate a plan on TV2Broker.
- Open the Copier panel and connect one or more trading accounts.
- Copy your license key from the Connected accounts list.
- Configure TradingView alerts with the key and other fields as described below.
- Use the Logs page to verify that signals are received and trades are sent.
2. Add Account
- Go to the Connect page from the top navigation.
- Choose platform: cTrader, MT4 or MT5.
- For MT4/MT5: fill Login account number, Password and Server exactly as in your broker terminal.
- Click Connect. The account will appear in the Connected accounts list.
- Click Show Key next to the account. This is the
tv2_keyneeded for TradingView alerts.
3. Signal Formatting
Every alert message sent from TradingView must be in Plain Text format and must include the following required fields (one per line):
key=YOUR_LICENSE_KEY action=buy symbol=XAUUSD volume=0.01
Optional Fields
sl: Stop Loss price (e.g. 2315.00)tp: Take Profit price (e.g. 2330.00)magic: Magic number to track trades from specific strategies (e.g. 123456)indicator: Tag your signal with an indicator name or nickname (see Section 4)
4. Indicator Tagging & Dashboard
The cloud copier can store and organize your trades by indicator. Add the indicator field to your signal to tag each trade with the indicator name or a custom nickname. This lets you:
- Compare performance between different indicators in the dashboard.
- Compare different settings of the same indicator by giving each setting a unique nickname.
- Track which indicator/setting is profitable and which is not.
Example 1: Tag with indicator name
key=YOUR_LICENSE_KEY action=buy symbol=XAUUSD volume=0.01 indicator=RSI_Divergence
This trade is tagged with "RSI_Divergence". The dashboard will group all trades with the same indicator name together.
Example 2: Compare different settings of the same indicator
Use different nicknames for each setting to compare them in the dashboard:
key=YOUR_LICENSE_KEY action=buy symbol=XAUUSD volume=0.01 indicator=EMA_Cross_Fast
key=YOUR_LICENSE_KEY action=buy symbol=XAUUSD volume=0.01 indicator=EMA_Cross_Slow
Both signals use the same EMA Cross indicator but with different settings. The dashboard shows them as separate rows so you can compare which setting performs better.
Example 3: Multiple indicators on the same symbol
key=YOUR_LICENSE_KEY action=buy symbol=XAUUSD volume=0.01 indicator=MACD_Default key=YOUR_LICENSE_KEY action=sell symbol=XAUUSD volume=0.01 indicator=Bollinger_Bands_v2
The dashboard will show separate statistics for "MACD_Default" and "Bollinger_Bands_v2", even though both trade XAUUSD. This helps you decide which indicator to keep and which to drop.
Tip: Use clear, consistent naming for your indicators and settings. Avoid spaces — use underscores (_) instead. Examples: "RSI_14", "EMA_9_21", "MACD_Fast".