Skip to content

An informer for MetaTrader 4/5 terminal that send important events to your Telegram chat @RoboInformerBot

Notifications You must be signed in to change notification settings

spinogrizz/metatrader-informer-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboInformer for MetaTrader 4/5

This is RoboInformer, a tool that keeps you updated about your MetaTrader trading bot. It sends you Telegram messages when specific stuff happens on your trading account. It helps you keep an eye on your trades but can't be at your computer all the time.

What it does?

RoboInformer keeps an eye on your trades and lets you know when:

  1. Your robot has taken a certain number of orders.
  2. Your balance goes up by a certain amount (your bot's made some money!).
  3. Your open profit/loss goes over a certain amount.

When any of this happens, RoboInformer will hit you up on Telegram with a message using @RoboInformerBot (or your own bot if you compile it youself).

Installation

Follow these steps to get RoboInformer running:

  1. Download the RoboInformer.ex4/ex5 file.
  2. Open your MetaTrader terminal, click File > Open Data Folder.
  3. Go to MQL/Expertsand drop the RoboInformer.ex4/ex5 file in the that folder.
  4. Restart your MetaTrader terminal. You should see RoboInformer in the Navigator pane under Expert Advisors. If it's not there, right-click in the Navigator pane and hit Refresh.
  5. Create a new chart in your MetaTrader terminal and attach (drag) the RoboInformer EA to it.
  6. Add https://api.telegram.org to allowed addresses for WebRequest in the settings of your MetaTrader terminal.

Settings

Here are the settings you can tweak:

Setting Description
chat_id The Telegram chat_id where you'll get the notifications
orders_warning The number of orders at which you get a notification
profit_notify The balance increase (in USD) that triggers a notification
balance_down_warning The negative open profit/loss that triggers a notification
is_usd_cent Whether your account is in USD cent or USD
nickname Nickname of your advisor/terminal

How to attach it to your Telegram

If you want to use my Telegram bot to get informed:

  1. Send /start to @RoboInformerBot.
  2. Get your chat_id from @myidbot.
  3. Enter your chat_id to the settings pane of the informer/expert.

About

An informer for MetaTrader 4/5 terminal that send important events to your Telegram chat @RoboInformerBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages