Skip to content

Connect Telegram Messenger to Metatrader for Live Quotes, Charts, Trading, and Managing Robots(Expert Advisors)

Notifications You must be signed in to change notification settings

kyapp69/TelegramTrader-MT4-MT5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

TelegramTrader-MT4-MT5

Connect Telegram Messenger to Metatrader for Trading, Controlling Robots, Monitoring Platform.

Available Robots(EA)

  1. MarketMakerManager - Delete Pending orders, Close Positions, retrieve account health (pnl,eq,balance) Free

Adding the files to your MetaTrader Platform

Download the github zip folder to your desktop , extract the contents and prepare moving the files to the appropiate directories from the directions below.

  1. Open Metatrader Platform and locate the Navigation Bar on the Top of platform
  2. Click on File
  3. Click on Open Data Folder and this will open the file directory where you place the following files
  • Open the MQL4/MQL5 folder
  • Open the Include folder and place the files from the github zip folder include , Overwrite the files if present.
  • Open the Experts folder and place the files from the github zip folder Telegram_Trader.ex4/ex5
  • restart the platform ( close application and reopen)

Platform Setup Guide

  1. Open Metatrader platform and locate the Navigation Bar on the Top of platform
  2. Click on Tools
  3. Click on Options
  4. Click on Expert Advisors
  • Allow automated trading ( checkbox)
  • Allow dll imports ( chechbox)
  • Allow WebRequests for listed URL (checkbox)
  • uncheck the other remaining boxes
  1. Add new URL :
  1. Locate the Navigation Bar on the Top of platform
  2. Click on View
  3. Click on Navigator and you will see Navigator Window embedded into the Platform
  4. Double Click on Expert Advisors and this will show all your robots
  5. Drag and Drop Telegram_Trader on to any Open Chart ( anytime Time-Frame, any Market is ok)
  • Alternatively you can simply double-click the Telegram_Trader to attach the robot to the most recently selected chart that you have open.

Telegram_Trader Robot Guide

Input Variable Value Description
TELEGRAM_TOKEN Insert your Telegram_Token
PM @botfather within the telegarm application (search box) Type in /newbot, give a name, give the @handle_name_bot that you want your bot to have , and copy paste the Telegram Token into the TELEGRAM_TOKEN. If you are stuck on this step, google "How to make a Telegam bot"
WHITE_LIST_USERS Insert your telegram username here, unless you want to share the bot and your trading account with every Telegram User like I do ( So that users can demo the application and share the charts with a trading group.)
TEMPLATE_MAX This is the number of custom templates you plan to navigate through, aka your visual elements(indicators)
TEMPLATES list your template names with ; seperating the names. Such as MACD;ADX;BOLLINGERBANDS;ELLIOTWAVE;ETC;DEFAULT
BOT_TEMPLATE_MAX This is the number of custom templates you plan to navigate through to control your robots
BOT_TEMPLATES list your template names with ; seperating the names. Such as BREAKOUT;MARKETMAKER;PUMPBOT
TRADE_ID The Order Id of your manual trades ( aka MAGIC_NUMBER: This is what MetaTrader calls the order# within the documents )
ALLOW_TRADING You can turn off the trading functions so that other telegram users can't trade your account if you share it within a trading group
CHART_WIDTH pixles of the screenshot size
CHART_HEIGHT pixles of the screenshot size

MarketMakerManager Robot Guide

Input Variable Value Description
TELEGRAM_TOKEN Insert your Telegram_Token
PM @botfather within the telegarm application (search box) Type in /newbot, give a name, give the @handle_name_bot that you want your bot to have , and copy paste the Telegram Token into the TELEGRAM_TOKEN. If you are stuck on this step, google "How to make a Telegam bot"
WHITE_LIST_USERS Insert your telegram username here, unless you want to share the bot and your trading account with every Telegram User like I do ( So that users can demo the application and share the charts with a trading group.)

About

Connect Telegram Messenger to Metatrader for Live Quotes, Charts, Trading, and Managing Robots(Expert Advisors)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages