Connect Telegram Messenger to Metatrader for Trading, Controlling Robots, Monitoring Platform.
- MarketMakerManager - Delete Pending orders, Close Positions, retrieve account health (pnl,eq,balance) Free
Download the github zip folder to your desktop , extract the contents and prepare moving the files to the appropiate directories from the directions below.
- Open Metatrader Platform and locate the Navigation Bar on the Top of platform
- Click on File
- 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)
- Open Metatrader platform and locate the Navigation Bar on the Top of platform
- Click on Tools
- Click on Options
- Click on Expert Advisors
- Allow automated trading ( checkbox)
- Allow dll imports ( chechbox)
- Allow WebRequests for listed URL (checkbox)
- uncheck the other remaining boxes
- Add new URL :
- Locate the Navigation Bar on the Top of platform
- Click on View
- Click on Navigator and you will see Navigator Window embedded into the Platform
- Double Click on Expert Advisors and this will show all your robots
- 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.
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 |
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.) |