Descriptions
This signal/trade copier for TradingView -> MetaTrader consists of three parts:
- Google Chrome browser at your computer
- Copier EA as you purchase from here
- Bridge app running over Windows 64-bit OS (e.g. Windows 10 or 11 or Windows Server)
You could find the user guide & bridge app download link from this post.
The latest version 2.36 of bridge app is updated on June 16, 2022.
That bridge app will seamlessly scan TradingView alert popup at Google Chrome and feedback to this Copier EA for trade process (through secured data interchange).
The reason to use TradingView alert popup is that's available for all users - while other alert approach, e.g. webhook, might be only applicable for paid members.
Limitation - This design is NOT applicable for TradingView Gmail account. In case you're using Gmail for TradingView, please register another free email account for this signal copy purpose.
If any question, you could send me the message. I used to be online during 9am-20pm GMT+0. My contact method is at my profile page.
MT4 version can be found here
EA variables
Lots mode - 3 options: 'fixed lots', 'Lots by equity percentage', 'Lots by loss percentage', each has its own variable to set.
Symbol mapping list - that's for special trade symbol mapping. if that's not set, EA will use the same symbol name from TradingView for trade.
if MT5 has different symbol name, you could set by,
for instance
XAUUSD,GOLD;WTI,USOIL;
TradingView symbol of XAUUSD alert will be mapped to MT5's symbol of GOLD.
each symbol uses ',' comma as seperator. First symbol is TradingView's while the second is MT5's. each pair uses ';' semicolon as separator.
Close trade by opposite signal - default is true; will close trade if opposite signal. you could turn that off if that's not your preference
Reverse trade - default is false; if turned 'true', ea will place SHORT trade if LONG signal
TakeProfit in point - default is 1000 points; if setting zero, no tp price will be set.
StopLoss in point - default is zero, i.e. no sl price will be set
Group take profit in $ - take profit by group of trades in $ amount
Group stop loss in $ - take loss by group of trade in $ amount
Trailing stop switch - default is false, i.e. disabled
Use ATR as SL - default is false; Use ATR value x its multiplier as SL price; Need to set its applied timeframe.
Use SL ratio for TP - default is false; Use SL price distance to order open price multiplied by a ratio to be TP price.
Keywords for LONG or SHORT trade - EA has listed some common keywords to identify an alert message as a LONG or SHORT signal. you could supplement your own.
Excluded keywords from opening trade - NOT to open trade if those keywords are shown at messages.
Enable close trade keywords - enable keyword check to close trade.
Keywords to close LONG or SHORT trade - EA close trades for those keywords.
Taking TP price from TradingView
default is off. If enabled, the copier EA will use the TP prices described at TradingView signal texts.
Taking SL price from TradingView
default is off. If enabled, the copier EA will use the SL prices described at TradingView signal texts.
* For instance, if the TP/SL price text format at TradingView signals is
TP: 1.06218, SL: 1.03218
To parse this content, below variablesshould ld be set as
TP price head stringset as
TP price tail stringset as
SL price head stringset as
SL price tail string
* Please note that SL setting priority is (a) Use TradingView's, (b) ATR SL, (c) SL point.
TP setting priority is (a) Use TradingView's, (b) Use SL ratio for TP, (c) TP point.
Alert and panel setting variables are self explanatory.
* I also provide MetaTrader/TradingView indicator and EA coding services at MetaQuotes Freelance. You could assign me as your preferred developer for this need.