MT4 to Telegram notify
- Utilità
- Tran Manh Tuan
- Versione: 1.3
- Attivazioni: 5
The utility is designed to send signals from MT4 to Telegram. It has several unique features, allowing not only the sending of trade signals but also the following functionalities:
- Send messages directly from the terminal to Telegram
All of these features enable users to manage a signal channel while focusing on trading and finding quality signals.
User-Friendly Interface
Installation
Telegram bot
Create a Telegram bot that sends messages from the MT4 to the chat, channel or group.
Set Up Telegram Bot
- Go to telegram and search for @BotFather
- Send /newbot and follow the instructions wich are given by the BothFather
- Chose a name and username for your bot
- You'll get the token for your bot (Use this token to access the HTTP API)
- Refer to the image below
- Load MT4 to Telegram Signal Provider EA on a chart in your MT4 terminal
- On the inputs, paste the token you got from BotFather
- DO NOT press “OK” yet as you need to insert the Chat ID first
-
Chat / Group ID
- Create the telegram group or channel where you want the EA to send messages.
- Add your newly created bot to the group/channel and make it an admin.
Group Info --> Manage Group --> Administrations --> ADD ADMINISTRATOR --> Your Bot --> Save - Write any message in the group/channel (like "Test"). This message is needed to get the group/channel ID.
- Replace the <Token> part in the following URL with the Token you got from BotFather.
https://api.telegram.org/bot<token>/getUpdates - Open the URL in your browser. If on the new page is only: {"ok":true, "result":[]} Send a new message to the group/channel and update your browser tab.
- Search for the part "chat":{id": and copy the ID. The ID should look something like this: -100133131xxx or this: 505931706.
⚠️ Make sure to include the minus sign ( - ) if it is present! It is part of the ID.
- Let's test the new inputs. In the following URL Replace <token> with yout token and replace <ChatID> with your group/chat ID.
Open the URL in your browser
https://api.telegram.org/bot<token>/sendMessage?chat_id=<ChatID>&text=Installation%20was%20successfull!
You should now get the following message: - Insert the Chat ID in the EA inputs. It's highly recommended to save a template with the "Save" button.
Allow WebRequest
Open your MT4 Terminal and go to "Tools" --> "Options" --> "Expert Advisors"
Turn on the "Allow WebRequest for listed URL:" bracket and add the following URL:
https://api.telegram.org
Your MT4 to Telegram Signal Provider is now ready to use!
