Copy Telegram to MT5
- Yardımcı programlar
- Volodymyr Hrybachov
- Sürüm: 1.1
- Güncellendi: 3 Mart 2022
- Etkinleştirmeler: 10
Copying trading signals from the Telegram channel to MetaTrader.
The utility will help you easily and simply copy transactions from your Telegram channel or chat to the MetaTrader trading terminal almost instantly
MT4 version - https://www.mql5.com/en/market/product/62381
Template for signals in the Telegram channel, chat (can be changed in the parameters)
SYMBOL = EURUSD,
TYPE = SELL,
PRICE = 0.00000,
LOT = 0.01,
STOPLOSS = 0.00000,
TAKEPROFIT = 0.00000,
The utility is easy to use, everyone can customize it and at the same time has great functionality:
copying market orders
copying pending orders
copy stop loss and take profit
setting your own stop loss and take profit
replacing a symbol, for example, instead of EURUSD, open it with GBPUSD
reversal of deals, for example, instead of BUY, open SELL
manual confirmation of transactions
changing and setting up a trading lot
Customization
Service -> Settings -> Expert Advisors -> Allow WebRequest for the following URLs: https://api.telegram.org
In Telegram, go to @BotFather and create a bot
Copy the bot's Token and enter it in the parameters of the advisor
Create your channel and make it public
Add the bot you created to your channel and make it an administrator
Follow the link: https://api.telegram.org/bot [TOKEN_BOTA ]/sendMessage?chat_id=@ [USERNAME_KANALA ]&text=TEST. Replace the brackets [] with your own values. In my case https://api.telegram.org/bot1285429093:AAERdfBAsdy5Vq8FotJWQZxLejXR8rRiZJ4/sendMessage?chat_id=@moneystrategy_mql&text=TEST
After clicking on the link, the channel ID will be displayed, it will look something like this: -1001459355041 (13 digits with a "-" sign)
Enter the channel ID in the advisor settings
Ready. Now you can receive signals from the Telegram channel or chat in MetaTrader
Options:
BOT_TOKEN - Bot Token;
CHANNEL_ID - channel ID;
NAME_SYMBOL - variable name symbol
NAME_ORDER_TYPE - name of the variable order type
NAME_OOP - name of the variable open price
NAME_LOT - name of the variable trading lot
NAME_STOP_LOSS - the name of the stop loss variable
NAME_TAKE_PROFIT - the name of the take profit variable
VALUE_SPLIT - separator between values
PARAMETER_SPLIT - separator between parameters
PREFIX_SYMBOL - symbol prefix, if any;
SYMBOL_SUFFIX - character suffix, if any;
CHANGE_SYMBOL_NAME - replace the symbol name, for example GOLD = XAUUSD or EURUSD = GBPUSD, separator is ","
SAME_LOT - use the same lot
LOT_MULTIPLIER - lot multiplier
PLUS_LOT - additional lot
FIXED_LOT - fixed lot
MAXIMUM_LOT - maximum lot
SYNCHRONIZE_SL_TP - sync stop loss and take profit
DEFINED_SL - own stop loss in pips
DEFINED_TP - own take profit in pips
REVERSE_COPY - reversal of orders, reverse of deals
MANUAL_CONFIRMATION - manual confirmation
MAGIC_NUMBER - magic number of deals
ORDERS_COMMENT - comment to orders

