• Overview
  • Reviews (1)
  • Comments (4)
  • What's new

MT4 to Telegram

5

If you have any questions, don't hesitate to leave comments

ENTRY PARAMETERS :

Bot Token : token from step 5

Chat Id : channel username/id very important to have a channel

send open positions : if you have any open positions currently, it will send it out as opening positions (set true/false)

send modified orders : if you modify an order, to send it as a modify signal (true/false)

send closing orders : if you want to send closing orders (true/false)

show balance : if you want to show the current balance of the account on the messages (true/false)

web request timeout : if your connection is very slow you can add some seconds

  1. Open your Telegram APP and search for "BotFather".
  2. Type /newbot to create a new bot.
  3. Give your bot a nickname and username (e.g., nickname: TestingABC and username: TestingABCbot <-- username has to be ended by 'bot').
  4. Great, your Bot is now created
  5. Save your bot API token (e.g. 227330911:AAEWHnT9B9bAARDiKhESwXd7hk-G4nxmEpI) and click t.me/TestingABCbot to chat with it.
  6. Go back to Telegram APP and search your bot,  or use the web telegram : web.telegram.org
  7. Click "START"or type /start and that's it for the bot
  8. Now you need to create a public channel
  9. Add your bot on the channel (in the bot options you have a button "add to a group")
  10. Define the bot as Admin so that the bot  send messages (as on the picture), and get the username of the channel (Chat ID) you have setup (e.g. @testchannel1234)
  11. Back in MetaTrader 4, go to Tools > Options > Expert Advisors > tick 'Allowed WebRequest for listed URL' and add 'https://api.telegram.org'.
  12. Attach the utility into your MetaTrader 4 chart and fill up the Bot Token (from step 5) and Chat ID (from step 10).
  13. SendTelegram utility is ready to send out all your orders (open,modify, close as your choice in the options) to your channel
Reviews 1
Ismail Shifau
29
Ismail Shifau 2019.03.08 14:23 
 

This EA does its job. Had an issue with open orders. But the developer fixed it like in 30 minutes when i reached him. Overall support and performance is highly impressive. I would recommend this if you would like to share your signals to a group/channel.

Recommended products
He is a very good tool, if you like him, he can be very effective to help you manage some of the orders, but not so effective every day, this depends on the market, to listen to my words, you need to open it every day, and then set a time to get up every day, he was like an alarm clock, let you every day have spirit, my products will only be released in MQL5, If you see him anywhere else, stay away from him
Save Template
Dominik Kaczorowski
A very fast way to save your chart template. Set the keyboard shortcut to further speed up the operation. The script allows you to save a template with a specific prefix, with the current date or with the chart timeframe. The symbol is saved automatically. Script parameters: Prefix - prefix for the template name. Can be empty. With date - true = template name will containt current date With timeframe - true = template name will containt timeframe of the current chart
FREE
Easy Chart Navigate
Yevhenii Levchenko
This indicator will allow you to quickly go to the chart section that interests you, without unnecessary time costs. pt_shift - step of vertical scrolling; ButtonsHeight - button height; ButtonsWidth - button width; ButtonsColor - color of buttons; ButtonsBordersColor - button border color; Font - font; TextColor - button text color; TextSize - button text size; ButtonsBack - buttons in the background; ButtonsSelection - select buttons for movements; ButtonsHidden
Script to calculate equity and balance at a specific date and time.  This script makes up for a lack of MetaTrader account history, that does not show how the balance and equity changes in time. Balance calculation includes closed orders only. Equity calculation includes orders closed before and orders that are still open at the specified time. Example: date and time set to 2020/07/06 00:00. If I had a Buy 1 lot EURUSD position opened at price 1.12470 on the 2020/07/02, the program woul
FREE
Night Scalper EA Lite
Robots4Forex Ltd
2.33 (3)
The Night Scalper EA Lite is a fully automated Expert Advisor that trades at night and relies on price reversion. The EA trades using market orders and has the option to use time averaging to improve performance. This EA works best on EURUSD using the M5 timeframe, but will also work on AUDUSD, GBPUSD, NZDUSD, USDCAD, USDCHF and likely many more. A VPS is advisable when trading this system and a low spread and commission based broker is best. Check the comments for back test results and optimiz
FREE
VR Money Flow Free
Kenneth Parling
4.5 (2)
Introduction Virtual Money Flow free - Lightweight free trading robot based on Money Flow index. Orders set with ISL and take profit is virtual. Equipped with trailing stop and limited money management. How to? Any account type,leverage and time frame Works only on currency pair   EURUSD, optimizations needed in regualar intervals You can start with as low as   $20-50   based on leverage   500 This is  not  a   scalper and trades can therefore be less frequent, be patient! Limited contract size
FREE
Close by percentage MT4
Konstantin Kulikov
4.86 (7)
Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
FREE
Скрипт используется для сбора статистики по переходам цены между уровнями сетки, размер которой задается в настройках (смотрите индикатор Transitions between levels ). Данные записываются в CSV файл. Есть два режима сбора статистики: SeparateTransition - учитывается каждый отдельный переход (смотрите скриншот 2). Время перехода - время, когда цена коснулась нового уровня. Accumulation - в файл записывается количество однонаправленных переходов  (смотрите скриншот 4). Например, -7 - семь пеерех
This program serves as an effective tool for sending messages through a Telegram bot using the MetaTrader platform. It enables you to send your trading recommendations related to the orders you open on the trading platform directly to your Telegram channel or group. These messages may include details about open trades and can be accompanied by illustrative images of the orders. Alternatively, they can be configured to be without images based on your preferences. This means that if you are the o
FREE
ATTENTION: the utility cannot work in the Strategy Tester, if you want to try the demo version for free for a week, or have any questions, write me an email! You can find my address on my user profile. TrendLine Auto Executor   is a software capable of identifying the trendlines you have drawn on the chart and opening orders as soon as they are touched or exceeded. The software allows you to manage two orders at a time for each chart by tracking two groups of trendlines, one for each order, an
#property copyright "小天" #property link      " https://www.mql5.com " #property version   "2.01" #property strict #property description "test" input int hlength=85; input int vlength=25; input int DX=-340; input int DY=-80; input string InpDirectoryName="Data"; // directory name input double lots_default=1; input int    pc_times_default=2; input double deposit_minimal=1; input double floating_loss_percent=0.1; input double margin_occupied=0.2;   input int    tradingnumber=1;//控制买卖交易数量  in
FREE
"SimSim Expert Assistant" утилита для сопровождению сделок трейдера в терминале МТ4. Утилита бесплатная, пользуйтесь. Кроме того, утилита открывает сделки по сигналам индикаторов SimSim Trading (через глобальные). Параметр индикатора "Signal shaping for SimSim Expert Assistan" указывает на это. Как работать с утилитой. Expert Assistant работает в терминале МТ4 и устанавливается в папку Expert, в утилите нет ни одного параметра при старте. Все параметры находятся в списке глобальных переменных
FREE
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
3.33 (3)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame a
FREE
Plot History Mt4, an indispensable script for the trader that analyzes the trading history of your trading terminal and account performed by expert advisors. The analysis method is based on the symbol diagram on which the script is run as well as the magic number, a specific or a complete analysis of all magic's used by one or more experts. The script analyzes trade data and can plot these on the chart, print out detailed trade information in the expert log and export analyzed data to csv. Meta
Description Bulls CD LTB (Bulls Convergence/Divergence Low Top Bottom) is a universal analytical bulls convergence/divergence indicator between a financial instrument and any of the twenty two standard indicators included in МT4 package. The indicator is the second out of the two possible versions (LBT and LTB) of the bullish convergence/divergence origins. Due to its multiple use feature, the indicator allows you to find convergences/divergences between the price and various standard indicators
Historical and positioning trade volume calculator. Especially designed for trader who trade cryptos and familiar with the rules of Exchange. [IMPORTANT] Be sure load the historical orders in `Account History` tab for this tools to calculate properly.  - Just right click in `Account History` tab -> `Custom Period` -> Select the period you'd like it to calculate with. I've met some friends always want to know how their traded values and want to display them on chart. Here I represent to you
This utility binds each created graphical object to the chart symbol. Binding is performed by adding a symbol prefix to a graphical object name. Later, after you change the symbol on the chart, it provides displaying only the objects binded to the current symbol and all other objects become hidden. Parameters Ignore objects with prefix - the indicator will skip graphical objects with the specified prefix in their names. Note: demo version from the market is limited to strategy tester and canno
FREE
A Utility used for accounts with multiple open positions with Magic numbers added via Expert Advisors or manually. The Utility closes specific Magic number open positions when a certain profit in currency $ has been reached. The Utility also closes specific Magic numbers open positions with a break-even feature when the Expert Advisors or manually a certain amount of open positions has been placed. The Utility also closes all buy stops and sell stops when the "Take profit sum $" has been reache
FREE
Royal GER30
Hossein Davarynejad
5 (4)
Royal Ger30  This Expert Working On High Time Farm H1 , H4  the Expert can Analyze The Daily and weekly Trend of the Market and  Open Trade on H1 or H4  Trade have Not SL but have Recovery Lot size  Minim Deposit  1k  Fix Lot 0.01 For EightCap Broker because you can Trade with 0.01 on Stocks    Best Time = H1 Make sure to  Add Set File  Symbol GER30,GER Cash , DE40, DE30  on Eightcap  Broker  No need Set File  this Expert Have Auto Set File 
FREE
Сервис Бот MONEY CONTROLLER (MN Controller) представляет собой вспомогательную программу, разработанную на языке программирования MQL4, предназначенную для использования в торгово-аналитической платформе Metatrader 4 компании MetaQuotes Ltd. Бот имеет защиту и будет работать только на том торговом счёте, для которого вы приобрели лицензию. Использование на других счетах невозможно. Убедитесь что номер лицензии бота совпадает с номером торгового счёта на которым вы его устанавливаете. Основные фу
Trading panel; “Little Helper” will help you to instantly place Buy or Sell orders for several pairs in a short period of time. The advantage of this panel is that orders are placed immediately with take profit and stop loss limits, which, ultimately, has a good effect on your profit, lot and magik for orders, you can set in the corresponding parameters of the panel when adding it to the chart. Also, there is a large selection of panel colors, a choice of panel anchor angles and setting the fon
FREE
Extremum Reverse Bar
Yurij Izyumov
3.55 (11)
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
PnL Calendar MT4
Keni Chetankumar Gajanan -
Monitoring your trades over time helps you build up your account balance and shows when you miss your goals. Viewing the closed trades of a symbol on the chart can help you adjust your strategy for better results. Maintaining a trade book allows you to record the applied strategy and note the reason for taking each trade. It helps you to evaluate and refine strategies based on its profitability. A possibility to download the Account history as a text file with delimited fields, allows upload to
PZ Penta O MT4
PZ TRADING SLU
2.67 (3)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Vanda FX
Sayan Vandenhout
5 (3)
Vanda FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 4 great strategies The EA can be run on even a $2000
FREE
Dashboard Super MA RSI CCI Demo is the demo version of Dashboard Super MA RSI CCI, which have full functionalities of the paid version, except timeframe of MA1, MA2, RSI, and CCI has been fixed to be TF_MA1=M30, TF_MA2=H1, TF_RSI=M30, TF_CCI=M30 (full version has ability to adjust/select full range timeframe for MA1, MA2, RSI, and CCI). To access the full version, please re-direct to this LINK . Entry Signal Refer to screenshot2 Make sure completing the following action items to make this da
FREE
Modify SELL orders
Hafis Mohamed Yacine
Modify SELL orders v1.0    Managing Orders   During trading, you may need to modify   orders, i.e.   to change stop levels or  take profit. This can be done with one click with  the script Modify SELL orders v1.0 The script modifies all orders (market )  with specified Take Profit and Stop Loss.(pip or price) If the take profit or(and) stop loss is incorrect, then the value is not changed. Parameters script : Take Profit (PIP) Stop Loss (PIP) Take Profit (price) Stop Loss (price)
VolatilityHunter VolatilityHunter is an intelligent expert advisor that records unusually high movement bars to csv file. VolatilityHunter's generated csv file can be found in: Files/VolatilityHunter/{BROKER_NAME}/{PAIR_NAME} [{TIME_FRAME}].csv Afterwards it is possible to compare csv data with economic calendar such as: https://www.investing.com/economic-calendar/ for further analysis. RECOMMENDATIONS: Use history ticks data converted to GMT time zone.
Copy MT4 copier Demo
Andriy Motuzka
1.5 (2)
Demo version of the paid product - Copy MT4 copier , limited to lot size of 0.01 Universal copier of deals from MetaTrader 4 to MetaTrader 4 ( MT5<->MT5 version is available ; with both versions, you can copy MetaTrader 5<->MetaTrader 4, MetaTrader 4<->MetaTrader 5, MetaTrader 5<->MetaTrader 5, MetaTrader 4<->MetaTrader 4). Spread filter. Select the best price (start copying positions with a profit or loss). Configure the lot size, fixed or ratio-based (provider signals can be copied with an inc
FREE
TradeKeeper Lite
Evgeniy Scherbina
5 (3)
The utility TradeKeeper Lite can show your profits for different periods and bip a sound when you reach a profit target value. Click the tachometer to quickly switch to the next profit period. There are 5 of them: This Day, This Week, This Month, Last 90 Days and All I Made. With the utility TradeKeeper Pro , available at this link , you can also open trades with a magic number and volume of your choice, trail any orders with a simple trail or iSAR-based trail, as well as close any open trades a
FREE
Buyers of this product also purchase
Trade Assistant MT4
Evgeniy Kravchenko
4.49 (180)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Attention, the application does not work in the strategy tester. Manual, Description, Download demo Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics before opening.   Risk management  - The risk
Forex Trade Manager MT4
InvestSoft
4.98 (358)
Do you think that in markets where the price can change in a split second, placing orders should be as simple as possible? In Metatrader, each time you want to open an order, you have to open a window where you enter the opening price, stop loss and take profit, as well as the trade size. In trading the financial markets, capital management is essential to maintain your initial deposit and multiply it. So, when you want to place an order, you probably wonder how big a trade you should open? Wha
TradePanel MT4
Alfiya Fazylova
4.91 (85)
Trade Panel is a multifunctional trading assistant. The application contains more than 50 functions for manual trading, and allows you to automate most trading actions. Attention! The application does not work in the strategy tester. You can test the application on a demo account to do this, download the demo version on the page with instructions: instructions + demo version . Main features of the application: Works with any trading instrument (Forex, CFD, Futures and others). Works with all sym
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
Trade Manager to help you quickly enter and exit trades while automatically calculating your risk. Including features to help prevent you from Over Trading, Revenge Trading and Emotional Trading. Trades can be managed automatically and the account performance metrics can be visualised in a graph. These features make this panel ideal for all manual traders and it helps to enhance the MetaTrader 4 platform. Multi Language support. MT5 Version  |   User Guide + Demo The Trade Manager does not work
Mentfx Mmanage
Anton Jere Calmes
5 (16)
The added video will show you the full functionality, effectiveness, and simplicity of this trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool c
MT4 Alert Signal Trader  is an EA that helps you trade MT4 Alert popup. Some indicators can provide signals by showing an alert popup containing signal texts. This EA will read and trade these signal texts. The alert texts should contain at least 2 elements:  (1) a symbol text   (ex: "EURUSD") and  (2) a command type   (ex: "Buy", "Sell", "Close") that trigger EA's trading activities. Some other contents that may have or not are open price, stop loss, take profit values... The EA needs an aweso
Ultimate Trailing Stop EA
BLAKE STEVEN RODGER
4.33 (15)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overr
Copy Signals from any channel that you are a member (including private and restricted) straight to your MT4.  This tool has been designed with the user in mind while offering many features you need to manage and monitor the trades. This product is presented in an easy-to-use and visually attractive graphical interface. Customise your settings and start using the product within minutes! User Guide + Demo  | MT5 Version | Discord Version If you want to try a demo please go to user guide. The Te
The Expert Advisor will help you forward all pop-up alert with screenshot from  MetaTrader 4 to Telegram channel/ group, also forward all notifications to Telegram. Parameters  -  Telegram Bot Token - create bot on Telegram and get token.  -  Telegram Chat ID  - input your Telegram user ID,  group / channel ID  -  Forward Alert - default true, to forward alert.  -  Send message as caption of Screenshot - default false, set true to send message below Screenshot  How to setup and guide  - Telegram
RedFox Copier Pro
Rui Manh Tien
4.75 (12)
FREE SIGNAL CHANEL:  https://t.me/redfox_daily_forex_signals Time saving and fast execution Whether you’re traveling or sleeping, always know that Telegram To Mt4 performs the trades for you. In other words, Our   Telegram MT4 Signal Trader  will analyze the trading signals you receive on your selected Telegram channels and execute them to your Telegram to MT4 account. Reduce The Risk Telegram To Mt4   defines the whole experience of copying signals from   Telegram signal copier to mt4  p
DrawDown Limiter MT4
Haidar, Lionel Haj Ali
5 (9)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt4 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator Video tutorials, manuals, DEMO download   here .  Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extender or
Take a Break
Eric Emmrich
5 (26)
The most advanced news filter and drawdown limiter on MQL market NEW: Take a Break can be backtested against your account history! Check the " What's new " tab for details. Take a Break has evolved from a once simple news filter to a full-fledged account protection tool. It pauses any other EA during potentially unfavorable market conditions and will continue trading when the noise is over. Typical use cases: Stop trading during news/high volatility (+ close my trades before). Stop trading when
Auto Trade Copier
Vu Trung Kien
4.85 (88)
Auto Trade Copier is designed to copy trades between multiple MT4/MT5 accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from the provider to the receiver with no delay. This version can be used on MT4 accounts only. For MT5 accounts, you must use Auto Trade Copier for MT5. Reference: For MT4 receiver, please download "Trade Receiver F
Trade Copier Pro
Vu Trung Kien
4.6 (15)
Trade Copier Pro is a tool to copy trade remotely between multiple MT4/MT5 accounts at different computers/locations over internet. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be able to receive the signal after that
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types   - Set and forget trading
Customized Copy MT4
Kyra Nickaline Watson-gordon
Customized Copy is a Multi-Terminal visual trade copying utility that supports Metatrader4 and Metatrader5 for Trade Copying.  You can activate EA on 10 different PCs/VPS. On each PC/VPS can install on Unlimited Terminals. Specifications :     Real Time, Multi Terminal - Multi Account - MT4/MT5 trade copying (support over 50 accounts at same time)     All settings are input visually.     Visual display and modify of copy map and network     Each copy path can be used with different setti
ADAM for FTMO 40
Vyacheslav Izvarin
ADAM EA Special Version for FTMO  Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------------------------------------------------
Forex Market View Dashboard and CSM
Opengates Success International
5 (2)
FFXMV Dashboard + CSM is a custom indicator combined with Currency Strength Meter . It is created to give the Traders a full view of what is going on in the market. It uses a real time data to access the market and display every bit of information needed to make a successful trading. Before attaching this Indicator to your window chart, go to your MT4's Market Watch panel and HIDE all the Currency pairs you don't need or trade and leave the rest there. The reason is that FFMV Dashboard will DISP
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
News Trade EA MT4
Konstantin Kulikov
4.38 (16)
Present to you the useful robot that I have been using for several years. It can be used in both semi-automatic mode and fully automatic mode. The program contains flexible settings for trading on the news of the economic calendar. It cannot be checked in the strategy tester. Only real work. In the terminal settings, you need to add the news site to the list of allowed URLs. Click Tools > Options > Expert Advisors. Check the option "Allow WebRequests for listed URL:". Add this (delete the spa
Notify To Telegram MT4 Expert Advisor will send notifications via Telegram when orders are opened/modified/closed on your MetaTrader 4 account.  Send message to person, channel or group chat.  Easy to customize message.  Support custom message for all languages. Support full Emoji.  Parameters: Telegram Bot Token - create bot on Telegram and get token. Telegram Chat ID  - input your Telegram user ID, group / channel ID Magic number filter - default all, or input magic number to notify with co
Virtual KillerTrade
Antonis Michos
5 (13)
Telegram Group: Find the link in my profile or contact me Welcome. Virtual Killer Trade is an exceptional EA which : Guides you WHEN to open the FIRST trade. After that an intelligent system starts to manage that trade and you do not have to worry when to close it neither when you must open a second or third etc one !!! Attach the EA, wait for the signal,open the trade and then go to sleep !!! FOR more experienced traders,you do not have to wait for a signal.Open the first tra
Ofir Notify is a tool which send alerts on trades to Telegram Alert on any event concerning a position : Opening, Closing, modification (SL, TP) Send alerts to Chats, Groups and Channel Alert on Equity change Display Risk, Reward and progress of profit/lost for each position Customization of alerts Sending charts screenshots with alerts Send signals from your indicators or experts Daily, weekly and monthly summaries Reply mode: send modification and closing alert as reply of the main alert (open
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
FTMO Protector 7
Vyacheslav Izvarin
PROTECT YOUR FTMO Account in a simplest way Must-Have   Account Protector for any Prop-trading Account and Challenge MT4 / MT5 Expert Advisor that protects your Forex Prop Trading account from an unexpected drawdown! FTMO Protector  is a Tool that lets you manage trades and control your profit and loss across multiple Robots and currency pairs using a simple parameters and settings. Use as many EAs and Instruments you need, the Protector will: 1.   Calculate your midnight (01:00 System time) Bal
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrade
50% off. Original price: $375 Reward Multiplier is a semi-automatic trade manager based on pyramid trading that opens additional orders with the running profit of your trades to maximize return exponentially without increasing the risk. Unlike other similar EAs, this tool shows potential profit/loss and reward to risk ratio before even entering the first trade! Download Demo here  (starting lot is fixed at 0.01) Guide + tips here MT5 version   here You only open the first order. When your t
The most friendly Copier interactive interface, the most abundant easy-to-use functions, and the best Copy solution.     EASY   : Easy to use, load and select the Master or SLAVE to use easily FAST:   Quickly copy orders, algorithmic optimal follow-up mechanism, priority calculation of new signals, priority queue processing received special signals Multiple:   1. Support multiple signals to be sent at the same time, multiple accounts can select multiple accounts to copy at the same time 2. Mul
More from author
Telegram to MT4 bridge DEMO EA is the utility for anyone who wants to COPY TRADES FROM ANY FORMAT TO MT4. This EA is capable of being modified as you want to take any trading signals from any signal provider. Join the Chat to ask questions about my product : link In order to make the EA work correctly, you need a free tool that is at your disposal in the Comment section . This free demo only sends out alerts, and is limited to 50 alerts in a row *MAIN FEATURES: EXECUTION TIME : Compared to
FREE
Telegram to MT4 bridge EA is the utility for anyone who wants to COPY TRADES FROM ANY FORMAT TO MT4. This EA is capable of being modified as you want to take any trading signals from any signal provider. Join the Chat to ask questions about my product : link In order to make the EA work correctly, you need a free tool that is at your disposal in the Comment section . *MAIN FEATURES: EXECUTION TIME : Compared to other products you might find on MQL5 market, this software has a very low exec
Filter:
Ismail Shifau
29
Ismail Shifau 2019.03.08 14:23 
 

This EA does its job. Had an issue with open orders. But the developer fixed it like in 30 minutes when i reached him. Overall support and performance is highly impressive. I would recommend this if you would like to share your signals to a group/channel.

Reply to review
Version 3.0 2018.09.29
Now the demo is working, on the strategy tester every 10 period its going to send out either a modify signal or a open signal or a close signal