CTrader Copier MT5
- Утилиты
- Tsung Che Kuo
- Версия: 1.34
- Обновлено: 22 февраля 2023
- Активации: 20
Two quick answers for frequently asked questions:
1. If it's your first time to buy at MetaQuotes Market and don't know how/where to install your purchased EA, please follow MetaQuotes official guide here.
If MT5 trade symbol name is different with cTrader's, please set 'Symbol Map List' variable at MT5 signal EA as explained at below instructions.
2. If you're looking for evaluation, please find the demo copy and cTrader cBot copier user guide and download link from this blog.
Introduction
This trade copier for 'MT4/MT5 -> cTrader' consists of two parts:
- Trade signal transmit utility EA as you purchased here.
- Trade cBot copier at cTrader
Instructions
> For cTrader, please follow the above mentioned blog link to install.
> For MT5 side, open any chart and attach this MT5 trade signal transmit utility EA. It will start scanning any new order entry/exit. Please ONLY open ONE chart to attach.
Below are the variable explanations:
1. Symbol map list - if cTrader's instrument name is different with MetaTrader's, please input as below format (MT5's symbol name first, comma, then cTrader's)
BTCUSD,BITCOIN;
if two pairs,
BTCUSD,BITCOIN;XAUUSD,GOLD;
2. Lot multiplier list - if you want to multiply the lot value to cTrader, for instance, input
EURUSD,10;XAUUSD,2;
If simply input
5
All trade lots at MT5 will be multiplied by 5.
3. Order magic number list - you could assign specific magic number for trade signalling.
For multiple magic, separate each with comma.
For instance, 3413434,1343292
Default is a blank string, i.e. applying on all trades.
4. Applicable symbol list - you could restrict to specific symbol/instruments. Separate each with comma, e.g. EURUSD,XAUUSD,USOIL
Default is a blank string, i.e. applying on all symbols.
5. Applicable comment list - you could restrict to specific order comment. Separate each with comma.
6. Reverse trade - if setting true, it will reverse the trade signal to cTrader.
For instance, a LONG trade will be signalled as a SHORT trade.
7. Session time - default is from 00:00-24:00
8. Alert and panel settings - that should be self explanatory.
MT4 version can be found here.
Great product and excellent technical support from the developer. I recommend it! As a suggestion for improvement, I propose that in the Trade cBot copier/EA of cTrader be added as an option for defining the lot size a MULTIPLICATION FACTOR, among the lot options.