All Projects → dennislwm → MT4-Telegram-Bot-Recon

dennislwm / MT4-Telegram-Bot-Recon

Licence: GPL-3.0 License
Building a Telegram Chat with a MT4 Forex Trading Expert Advisor

Programming Languages

MQL5
34 projects
MQL4
33 projects

Projects that are alternatives of or similar to MT4-Telegram-Bot-Recon

telegram-bot-api-worker
Take an alternate route to Telegram Bot API :)
Stars: ✭ 75 (+5.63%)
Mutual labels:  telegram-bot, telegram-bot-api
telegram client
library for help you make userbot or bot telegram and support tdlib telegram database and only support nodejs dart and google-apps-script
Stars: ✭ 38 (-46.48%)
Mutual labels:  telegram-bot, telegram-bot-api
TelegramBot
A genuine Perl 6 client for Telegram Bot API
Stars: ✭ 24 (-66.2%)
Mutual labels:  telegram-bot, telegram-bot-api
fp-telegram
Wrapper classes library for telegram bots API (FreePascal)
Stars: ✭ 59 (-16.9%)
Mutual labels:  telegram-bot, telegram-bot-api
LilSholex
A project containing web apps and Telegram API bots.
Stars: ✭ 32 (-54.93%)
Mutual labels:  telegram-bot, telegram-bot-api
grouphelperbot
A Telegram Bot made to help group admins, with Italian/English support.
Stars: ✭ 26 (-63.38%)
Mutual labels:  telegram-bot, telegram-bot-api
Telegram.Bot.Extensions.Polling
Provides ITelegramBotClient extensions for polling updates
Stars: ✭ 35 (-50.7%)
Mutual labels:  telegram-bot, telegram-bot-api
tmdb bot
IMDB Telegram bot clone using TMDB to get info about movies and TV shows.
Stars: ✭ 22 (-69.01%)
Mutual labels:  telegram-bot, telegram-bot-api
echotron
An elegant and concurrent library for Telegram bots in Go.
Stars: ✭ 95 (+33.8%)
Mutual labels:  telegram-bot, telegram-bot-api
tinjecttelegram delphi
LMCODE
Stars: ✭ 37 (-47.89%)
Mutual labels:  telegram-bot, telegram-bot-api
Truecaller-Smsbomber telegram bot
Telegram bot which has truecaller and smsbomber features
Stars: ✭ 30 (-57.75%)
Mutual labels:  telegram-bot, telegram-bot-api
TelegramBots-Python
TelegramBots written in Python
Stars: ✭ 15 (-78.87%)
Mutual labels:  telegram-bot, telegram-bot-api
tdlight-telegram-bot-api
The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
Stars: ✭ 71 (+0%)
Mutual labels:  telegram-bot, telegram-bot-api
telegram
📚 Golang bindings for Telegram API
Stars: ✭ 15 (-78.87%)
Mutual labels:  telegram-bot, telegram-bot-api
File-Sharing-Bot
Telegram Bot to store Posts and Documents and it can Access by Special Links.
Stars: ✭ 867 (+1121.13%)
Mutual labels:  telegram-bot, telegram-bot-api
telegram-stepfunctions-bot
Serverless Telegram bot made on 4 AWS Lambda chained by AWS Step Functions. All of this written on Serverless Framework using plugins.
Stars: ✭ 26 (-63.38%)
Mutual labels:  telegram-bot, telegram-bot-api
pong
Basic uptime monitoring system, with email alerts and/or push notifications
Stars: ✭ 94 (+32.39%)
Mutual labels:  telegram-bot, telegram-bot-api
Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook
Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance
Stars: ✭ 235 (+230.99%)
Mutual labels:  telegram-bot, telegram-bot-api
Bot-Telegram-BeMEAN
💣 Bot para o Telegram do grupo do Be MEAN
Stars: ✭ 76 (+7.04%)
Mutual labels:  telegram-bot, telegram-bot-api
TgTranslator
Telegram bot that removes language barrier between people in groups
Stars: ✭ 32 (-54.93%)
Mutual labels:  telegram-bot, telegram-bot-api

GitHub repo size GitHub language count GitHub top language GitHub last commit GitHub stars GitHub forks GitHub watchers GitHub followers Buy Me A Coffee donate button Patreon donate button

Table of Contents

About MT4-Telegram-Bot-Recon

Telegram isn't just for sending and receiving chat messages. It's also for automating your dialog flow, including work flow. Using a Telegram Bot gives you the ability to check prices, query status, manage trades, and even have a fun conversation. And if you're a serious crypto or forex trader, you can create your own Telegram Bot to manage your order flow.

MT4-Telegram-Bot-Recon is an Expert Advisor that communicates with a Telegram Bot. You can use the Bot to query your orders from a Metatrader 4 ["MT4"] client. You can use this approach to manage your order flow, view account details, open and close orders, or even broadcast trade signals to a Telegram group or channel.

How to Create a New Telegram Bot

  • Search for a bot on telegram with name "@BotFather". We will find it through the search engine. After adding it to the list of contacts, we will start communicating with it using the /start command. As a response it will send you a list of all available commands, As shown in the image below pic1

  • With the /newbot command we begin the registration of a new bot. We need to come up with two names. The first one is a name of a bot that can be set in your native language. The second one is a username of a bot in Latin that ends with a “bot” prefix. As a result, we obtain a token or API Key – the access key for operating with a bot through API as shown below

pic2

Operation mode for bots

With regard to bots, you can let them join groups by using the /setjoingroups command. If a bot is added to a group, then by using the /setprivacy command you can set the option to either receive all messages, or only those that start with a sign of the symbol team “/”.

pic4

The other mode focuses on operation on a channel. Telegram channels are accounts for transmitting messages for a wide audience that support an unlimited number of subscribers. The important feature of channels is that users can't leave comments and likes on the news feed (one-way connection). Only channel administrators can create messages there

pic5__2

Configuration of MT4 Client

  • Export and copy all files from include to the MT4 include folder, input the api key from the bot to the Expert Advisor's token, add the bot as an administrator of your signal channel or Group, any event that happens on your trade terminal will be notify to instantly on your channel

mt4-telegram-signal-provider-screen-8054

Example Bot Screenshot

test1

Example Usage

In the following example, the default application will be created in the folder myproject/.

$ git clone https://github.com/dennislwm/MT4-Telegram-Bot-Recon.git myproject

Copy all files in both Experts/ and Include/ to their respective MT4 folders.

Reach Out!

Please consider giving this repository a star on GitHub.

Alternatively, leave a comment on the tutorial Building a Telegram Chat with a MT4 Forex Trading Expert Advisor.

References

MT5-MT4-Telegram-API-Bot

How to Create Bots for Telegram in MQL5

Online JSON Stringify Text

Postman - The Collaboration Platform for API Development

How to Build Telegram Chats with a Crypto-trading Bot

Xypherian tutorial: Learn to use our crypto Telegram bot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].