Ofir Notify for Telegram Light edition

3

NEW :  integration with Ofir Signals to send personalized alerts

Ofir Notify is a tool which send alerts on trades to Telegram
  1. Alert on any event concerning a position : Opening, Closing, modification (SL, TP)
  2. Send alerts to Chats, Groups and Channel
  3. Alert on Equity change
  4. Display Risk, Reward and progress of profit/lost for each position
  5. Customization of alerts
  6. Sending charts screenshots with alerts
  7. Send signals from your indicators or experts
  8. Multi-lingual
  9. NEW : version 2 brings integration with Ofir Signals to send personalized alerts to your channel subscribers. Position sizes are calculated for each user, taking into account its level of risk. read more

More info in my Blog



Ofir Notify Setup instruction

  1. Open Telegram and search for "BotFather"
  2. Type /start and click/type /newbot to create a new bot
  3. Give your bot a nickname and username (e.g., nickname: MyNameAlerts and username: MyNameAlertsBot <-- username has to be ended by 'bot')
  4. Congratulations! You have created your Telegram bot.
  5. Save your bot API token (e.g. 1324115883:AAH2Z9PlxKX3Fce1e_m_w3AB7vA2EZZ_GAD)
  6. Back in MetaTrader 4, go to Tools > Options > Expert Advisors > tick 'Allowed WebRequest for listed URL' and add https://api.telegram.org.
  7. Attach the utility into your MetaTrader 4 chart and enter the Telegram Bot Token (from step 5)
  8. In Telegram open the Bot (search Bot username and start a chat with it)
  9. Press Start or enter /start
  10. You should get a message that the Chat Id is not correct. This message shows your Chat ID
  11. In Metatrader, open the utility properties and enter the Chat ID with the correct ID. This makes sure you are the only one who can use the Bot
  12. Back to Telegram, type /start . You should get information on your trading account number and equity
  13. Ofir Notify is ready to work for you

Properties

  1. Bot Api Token: The unique token of your bot. Do not share this information.
  2. Chat ID: Your Telegram Chat ID
All other settings are made directly by using the application from Telegram. More info in my Blog

Customization

Ofir Notify enables to customize the alerts sent to Chats or Channel.
This is based on using text files as templates.

Example of customization file:

#rocket#TRADE CLOSED ID=#ticket#
#buy##type#: #symbol#
#ilots#Lots: #lots#
#iprice#Entry price: #price#
-------------------
#closed#Close price: #closedprice#
#gain#WIN: #profit%#
#iprofit# Profit: #profit#
-------------------
#coeur##billet#CONGRATULATION #billet##coeur#
#thanks# [MYIB24703143](https://panthe....)
#telegram#[Support Telegram](https://t.me/....)

List of keywords to be used in template files
Keyword Description Example
#ticket# ticket numer 123456789
#symbol# symbol EURUSD
#flag# symbol flag
....AND MUCH MORE (Blog)


Sending screenshots

This feature enables to send chart screenshots with an alert in order to show Opening or Closing positions in a chart.

Integration with your own indicators and experts

This utility can be used by your own indicators and EA to send signals to Telegram. They just have to create a text file, containing the signal, to the following directory:
<Data Folder>/OfirNotify/<Your trading account Number/Inbox
You can use the following code in your indicator or EA:

string directory="Ofir Notify/"+IntegerToString(AccountInfoInteger(ACCOUNT_LOGIN))+"/Inbox";
string filename="Test.txt";
string signal="BUY EURUSD 1.20202 SL=1.201 TP=1.203";
saveStringFile(signal,directory+"/"+filename);
bool saveStringFile(string s,string fileName)
  {
   int handle=FileOpen(fileName,FILE_WRITE|FILE_TXT);
   if(handle==INVALID_HANDLE)
      return(false);
   FileWriteString(handle,s);
   FileClose(handle);
   return(true);
  }



Recensioni 4
Natthachai Phiphatsart
140
Natthachai Phiphatsart 2022.02.27 10:33 
 

Good Good Good !!!!!!

Prodotti consigliati
You can check out comment #1 how does it work This is a very useful tool, enter the currency charts you need to open, use the symbol "/" to distinguish them, and select the periodicity /TF of the chart, press the button and they will open the charts for you in batches without you having to manually open them each! Because some EA use multiple currency pairs strategy, but do not support one chart to support all currency pairs, so I developed this tool, hope you like it, if you are satisfied with
FREE
Deal multiplier Mt4
Mikhail Mitin
4.42 (12)
The utility opens copies of open trades. It is very convenient if you use the Signals service and want to increase the volume of transactions. Settings: Symbols: all symbols only current symbol Orders: Buy Sell Magic Any Magic Input Magic Lot size Original - lot size from original order; Fix Lot - fix lot size (input); Lot X Mult - lot size X koef; Stop Loss From sender - Stop Loss from original; Without - without Stop Loss; Plus Fix - Stop Loss from original order + fix points; Fix Point - fix
FREE
Shutdown
Abraham Correa
Ever needed to declutter your entire POV of the platform? Have the choice to delete ever chart window! When attaching this script, permission is required to close every chart window, no matter the symbol, timeframe, or amount of indications or EA's, ACTIVE. The autonomy of nullifying every chart and to be on the gray screen, happens with this script, essentially. I could go ahead and tell you, the Market Watch List of Symbols has always remained opportune to the traders of the internet, so car
FREE
VisualTicksEA
Dariusz Grywaczewski
VisualTicks_EA is an Expert Advisor dedicated to the VisualTicks chart. Works ONLY on the VisualTicks chart. Is a tool that lets you open and close transactions directly on the VisualTicks chart. There is only one parameter in EA settings: magic - next EA number. If you use more than one VisualTicks_EA on MT4, you must enter a different magic number. After starting VisualTicks_EA, the following buttons will appear on the chart: Open BUY - opens one BUY transaction of a specified lot size. Cl
FREE
BackTester FX
Mikhail Nazarenko
BackTester FX — симулятор  ручной торговли MetaTrader 4 . Позволяет моделировать рыночные условия на исторических данных в тестере стратегий, вручную открывать и закрывать сделки, анализировать торговые стратегии без рисков потерять. Ключевые возможности Эмуляция ручной торговли в визуальном тестере стратегий Совместимость с любыми инструментами и таймфреймами Быстрое управление ордерами (открытие/закрытие) Настройки объема сделки, Stop Loss, Take Profit Работает как в тестере стратегий так и на
FREE
SG InfoBox
Hleb Smoliar
The "InfoBox" utility is designed to display the presence of open orders, the number of lots, current profit and much more in one window. The version for the MT5 platform   is here . You've probably encountered a situation where you have an advisor that works on a currency pair, but information about its operation: - orders and their number, the size of the spread for the instrument, the volume of lots on the market, drawdown and much more - are scattered in different places of the terminal and
FREE
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
SyncObjects è uno strumento che consente di sincronizzare in tempo reale gli oggetti disegnati su più grafici all'interno di MetaTrader. Oggetti come linee di tendenza, linee orizzontali e etichette di testo possono essere automaticamente riflessi su altri grafici. Ciò consente un'analisi senza interruzioni tra diversi timeframe e coppie di valute, migliorando l'efficienza del tuo ambiente di trading. Inoltre, funziona bene con strumenti di pratica e test di trading come PracticeSimulator , perm
FREE
The script closes all positions for which the profit is more than 5 pips. Works only on an open pair (on an open chart). The terminal must have the "Algo trading" mode enabled. Effective if there are many open positions that need to be closed quickly. The script does not replace trailing stop or advisor.   The script checks all open deals and closes those that meet the condition (profit is more than 5 pips) once at the time of launch. For the subsequent closing of new profitable positions, y
FREE
Alert TIME LINE indicator warns that the price has reached a specified time level. Drag the indicator onto the chart, press the SET TIME LINE button, move the line that appears to the desired time, when the chart reaches the specified time, an alert will be triggered. This indicator is used as an auxiliary tool when trading time zones, using the free TIME LINE Forex System , see the results and screenshots below. You can get the system for free in the technical support chat https://t.me/Cycl
FREE
Left4Trade MT4 Script  A script allows displaying the closure of a trade on the current chart. It helps to see where the trade was opened and closed and how it affects the overall trading result. When using this script, arrows indicating the opening and closing of trades are displayed on the chart. They can be configured with different colors according to your preferences. One of the main advantages of using this script is the ability to quickly analyze trading operations, which allows you to
FREE
This Tool Allow you close all open Orders automatics when Equity reach to specific value:  - When Equity is less than  specific value - When Equity is greater than  specific value - And Allow you close all open orders in manual - It will notification to MT4 Mobile app when it execute close all orders. __________________________________________ It very helpful for you when you trade with prop funds. Avoid reach daily drawdown and automatics close all orders when you get target.
FREE
ZoomIN
Maxim Polishchuk
4.5 (2)
The ZoomIN indicator is designed for quickly viewing the selected bar on the smaller timeframes in a pop-up window. Once launched, the indicator works in the background, does not take up space on the chart and does not consume system resources. When the indicator is activated by the Shift + i combination (can be changed in the settings), a pop-up window with a chart of a smaller timeframe is created. The displayed timeframe can be changed by a left-click on the magnifying glass icon. To hide the
FREE
Alert Relay Helper (EA) – MT5  & MT4 Encrypted bridge that forwards indicator alerts to external messengers *   in real-time. Plug-and-play   utility – simply attach it to   one   chart. Zero trading functions   – does   not   open, modify or close orders. End-to-end AES-256 encryption   – only custom indicators that support the same key can broadcast messages (e.g.  VWAP Ultimate Pro   v1.20+). Multi-platform   – MT5 build 4150+, MT4 build 1380+. Before you turn it on : Open Tools > Options >
FREE
DI Drop Order
Dmitry Iglakov
This is a script for quick and easy placement of orders (Buy Stop, Sell Stop, Buy Limit, Sell Limit) to the user's choice. Simply drop the script on a chart part where you want to place the selected order. You can also set the automatic calculation of the lot size for the position, depending on the risk as a percentage. Also, you can use the script as a supplement to your trading strategy, since it is possible to specify a magic number. Features Fast placing of a required order (Buy Stop, Sell S
FREE
Phone Trade Assistant
Krutik Piyushkumar Parekh
Smart Lot-Size Calculator And Trade Assistant for Mobile Trading Overview: This is the tool every trader in the market must have no matter if you are scalper, swing traders, day trader, or long term trader. This On-The-Go trading tool will help you stay disciplined and also stay free from daily trade management chores, Most traders face common problems like   1. Calculation of proper lot-size of a position to take controlled risk  2. Managing every trade and trailing stop-loss if trades goes in
FREE
Master Order Sender CSV MT4
Joaquin Nicolas Metayer
This Expert Advisor monitors all open trades and saves them to a CSV file whenever a change is detected. It’s a lightweight tool for exporting trade data from MetaTrader 4 in real time. What it does: Monitors all open positions on the terminal Detects changes (order type, volume, price, SL, TP, etc.) Writes updated trade data to a .csv file ( TradeCopy.csv ) Includes order ID, symbol, type, lot size, price, SL, and TP Saves files in the Common Files folder for easy access by other applications H
FREE
Show Pips
Roman Podpora
4.26 (58)
Questo indicatore informativo sarà utile per coloro che vogliono essere sempre informati sulla situazione attuale del conto. L'indicatore mostra dati come profitto in punti, percentuale e valuta, nonché lo spread per la coppia corrente e il tempo fino alla chiusura della barra nell'intervallo di tempo corrente. VERSIONE MT5 -   Indicatori più utili Esistono diverse opzioni per posizionare la linea delle informazioni sulla carta: A destra del prezzo (corre dietro al prezzo); Come commento (nell'
FREE
This script is a part of the Sounder_TopBottomLevels product which is intended to alarm the trader by sound when a Symbol's price goes above or below certain level(s). One of the product's features is a handy operation. You manage the levels by dragging lines on the chart with the mouse. Another feature is an optional Windows application which shows the chart that currently alarms the trader (this script contains this application, when you launch this script in the terminal it unpacks the applic
FREE
This script is a part of the Sounder_TopBottomLevels product which is intended to alarm the trader by sound when a Symbol's price goes above or below certain level(s). One of the product's features is a handy operation. You manage the levels by dragging lines on the chart with the mouse. Another feature is an optional Windows application which shows the chart that currently alarms the trader. And the sounds are customizable which   may be useful for office with a number of the terminals running
FREE
This script is a part of the Sounder_TopBottomLevels product which is intended to alarm the trader by sound when a Symbol's price goes above or below certain level(s). One of the product's features is a handy operation. You manage the levels by dragging lines on the chart with the mouse. Another feature is an optional Windows application which shows the chart that currently alarms the trader. And the sounds are customizable which   may be useful for office with a number of the terminals running
FREE
Account Cash Status
Boguslaw Nejmanowski
Account Cash Status This indicator shows actual account balance and equity. Can be placed in any position on chart even in subwindow. Account Balance is displayed in gray color. When there is no opened position the account equity is displayed in dark gray color. When there is opened position and equity value is lower than balance value the color is changed for red. When there is opened position and equity value outperforms balance value the color is changed for lime. Colors may be set freely by
FREE
Adattandosi alla volatilità, il rischio potenziale per premiare le posizioni di trading viene mostrato in base al Range reale medio. Le caselle Rischio-Rendimento vengono visualizzate quando si fa clic sul pulsante "Acquista o vendi"! Un'utilità del calcolo ATR, gioire con una questione che non fa parte di una decisione difficile per quando chiudere un commercio. Questo problema aiuterebbe la tua decisione di gestione del rischio.  Specifica L'Average True Range è un indicatore comunemente usat
FREE
One Click Close All Script
Joaquin Nicolas Metayer
5 (1)
One Click Close All is a script that when thrown on any chart will automatically close all orders regardless of the asset or what type of orders they are, it will close everything much faster than a human could. You will find paid versions of the same style of this script, but read carefully and you will see that it performs the same function ... here you have it for free, enjoy it.
FREE
This is a demo version of CyberTrader Assistant tool. In demo version you cannot change lots value (it is set to the minimal value for the given symbol) and price rounding function for pending orders is unavailable This tool simplifies routine trading tasks (like opening market orders, setting up pending orders, closing of all orders and orders by parameter), helps to control losses by use of break even stop and trailing stop, and adds a little bit of cyber punk edge to your trading Control Ele
FREE
This indicator help to mark the high and low of the session Asian,London,Newyork , with custom hour setting This indicator is set to count from minute candle so it will move with the current market and stop at the designated hour and create a accurate line for the day. below is the customization that you can adjust : Input Descriptions EnableAsian Enables or disables the display of Asian session high and low levels. EnableLondon Enables or disables the display of London session high and
FREE
This is a free version of our Great tool with limited functions. The ChartChanger is a great utility tool to reduce the number of open charts on your terminal. There is three section to it: Symbols, Time frames and Templates. You need only one chart to be open and still you can scroll up to multiple ones. Symbols: With the push of a button you can change from one symbol to another, and your applied indicators will stay on the next chart. For the symbols there is an auto detection mode, or you ca
FREE
Spread Data
Harry Gunadi Permana
4.5 (2)
Spread Data tool will display current spread and average spread. It will record spread for every hour (from 0 to 23) and can give better data about your broker spread. Run it for 2 days or more to get better spread data . Every spread smaller than MinSpread will be recorded as MinSpread Every spread larger than MaxSpread will be recorded as MaxSpread It help to decide what spread to be used when do backtest, EA spread settings, EA that trade in specific time interval, especially for scalping EA
FREE
One Click MT4
MQL TOOLS SL
5 (3)
One Click Close MT4 is an EA which allows you close orders quickly. EA display on chart two buttons. The first button "Close All Positions" is using to close all opened orders. The second button "Close Profit Positions" is using to close only profitable orders. EA is closing orders for all available symbols, not only for chart symbol. In EA params you can set distance from upper chart frame (Y Offset) and from left chart frame (X Offset). For installation EA it is only need to copy One Click Clo
FREE
This indicator will mirror the assets in use in another metatrader, being able to choose the timeframe and a template. This is the Metatrader 4 Client, it needs the Metatrader 4 or 5 Server versions: Metatrader 4 Mirror Chart Server: https://www.mql5.com/en/market/product/88644 Metatrader 5 Mirror Chart Server:   https://www.mql5.com/en/market/product/88652 Details of how it works in the video.
FREE
Gli utenti di questo prodotto hanno anche acquistato
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (107)
Sperimenta una copia di trading eccezionalmente veloce con il Local Trade Copier EA MT4 . Con la sua facile configurazione in 1 minuto, questo copiatore di trading ti consente di copiare i trades tra diversi terminali di MetaTrader sullo stesso computer Windows o su Windows VPS con velocità di copia ultra veloci inferiori a 0.5 secondi. Che tu sia un trader principiante o professionista, Local Trade Copier EA MT4 offre una vasta gamma di opzioni per personalizzarlo alle tue esigenze specifiche.
Trade Assistant MT4
Evgeniy Kravchenko
4.42 (193)
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. Additional materials and instructions Installation instructions   -   Application instructions   -   Trial version of the application for a demo account 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 characteris
Forex Trade Manager MT4
InvestSoft
4.98 (430)
Benvenuto a Trade Manager EA, lo strumento definitivo per la gestione del rischio , progettato per rendere il trading più intuitivo, preciso ed efficiente. Non è solo uno strumento per l'esecuzione degli ordini, ma una soluzione completa per la pianificazione delle operazioni, la gestione delle posizioni e il controllo del rischio. Che tu sia un principiante, un trader avanzato o uno scalper che necessita di esecuzioni rapide, Trade Manager EA si adatta alle tue esigenze, offrendo flessibilità s
Copy Cat More Trade Copier MT4 (Copia Gatto MT4) non è solo un semplice copiatore locale di operazioni; è un quadro completo di gestione del rischio ed esecuzione, progettato per le sfide del trading moderno. Dai challenge delle prop firm alla gestione dei conti personali, si adatta a ogni situazione grazie a una combinazione di esecuzione robusta, protezione del capitale, configurazione flessibile e gestione avanzata delle operazioni. Il copiatore funziona sia in modalità Master (mittente) che
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
Copiatore commerciale per MetaTrader 4.       Copia le operazioni, le posizioni e gli ordini forex da qualsiasi conto. È uno dei migliori copiatori commerciali       MT4 - MT4, MT5 - MT4       per il       COPYLOT MT4       versione (o       MT4 - MT5 MT5 - MT5       per il       COPYLOT MT5       versione). Versione MT5 Descrizione completa   +DEMO +PDF Come comprare Come installare     Come ottenere i file di registro     Come testare e ottimizzare     Tutti i prodotti di Expforex Versione
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copier è un'utilità professionale progettata per copiare e sincronizzare le transazioni tra conti di trading. La copiatura avviene dal conto/terminale del fornitore al conto/terminale del destinatario, che sono installati sullo stesso computer o vps. Prima di acquistare, puoi testare la versione demo su un account demo. Versione demo qui . Istruzioni complete qui . Funzionalità e vantaggi principali: Supporta la copia degli ordini: MT4> MT4, MT4> MT5, MT5> MT4, inclusi i conti di compensaz
Trade Dashboard MT4
Fatemeh Ameri
4.96 (53)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
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
Il MT4 to Telegram Signal Provider è uno strumento facile da usare e completamente personalizzabile che consente l'invio di segnali a Telegram, trasformando il tuo account in un fornitore di segnali. Il formato dei messaggi è completamente personalizzabile! Tuttavia, per un uso semplice, puoi anche optare per un modello predefinito e abilitare o disabilitare parti specifiche del messaggio. [ Dimostrativo ]  [ Manuale ] [ Versione MT5 ] [ Versione Discord ] [ Canale Telegram ]  New: [ Telegram To
TradePanel MT4
Alfiya Fazylova
4.85 (92)
Trade Panel è un assistente commerciale multifunzionale. L'applicazione contiene più di 50 funzioni di trading per il trading manuale e consente di automatizzare la maggior parte delle operazioni di trading. Attenzione, l'applicazione non funziona nel tester di strategia. Prima dell'acquisto, puoi testare la versione demo su un conto demo. Versione demo qui . Istruzioni complete qui . Commercio. Ti consente di eseguire operazioni di trading con un clic: Apri ordini e posizioni pendenti con calco
PZ Trade Pad Pro MT4
PZ TRADING SLU
5 (2)
Effortlessly calculate lot sizes and manage trades to save time and avoid costly errors The Trade Pad Pro EA is a tool for the Metatrader Platform that aims to help traders manage their trades more efficiently and effectively. It has a user-friendly visual interface that allows users to easily place and manage an unlimited number of trades, helping to avoid human errors and enhance their trading activity. One of the key features of the Trade Pad Pro EA is its focus on risk and position manageme
Il MT4 to Discord Signal Provider è uno strumento facile da usare e completamente personalizzabile, progettato per inviare segnali di trading direttamente a Discord. Questo strumento trasforma il tuo account di trading in un efficiente fornitore di segnali. Personalizza i formati dei messaggi secondo il tuo stile! Per facilitarne l'uso, seleziona tra i modelli pre-progettati e scegli quali elementi del messaggio includere o escludere. [ Demo ] [ Manuale ] [ Versione MT5 ] [ Versione Telegram ] 
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
Smart Channel M4
Vahidreza Heidar Gholami
The trend in the market can be predicted using trend lines but the problem is you don’t know where exactly the price is going to touch the trend line where you can put your pending orders on. Smart Channel Expert Advisor makes it possible to put an advanced channel around the price data, which can be configured to handle placing orders, opening and closing positions, managing risk per trade, spread, slippage, and trailing stop-loss and take-profit automatically. Features Money Management (Calcul
Trade Manager MT4 DaneTrades
Levi Dane Benjamin
4.09 (11)
Trade Manager per aiutarti a entrare e uscire rapidamente dalle operazioni calcolando automaticamente il tuo rischio. Incluse funzionalità che ti aiutano a prevenire l'eccessivo trading, il vendetta trading e il trading emotivo. Le operazioni possono essere gestite automaticamente e i parametri di performance del conto possono essere visualizzati in un grafico. Queste caratteristiche rendono questo pannello ideale per tutti i trader manuali e aiuta a migliorare la piattaforma MetaTrader 4. Suppo
Seconds Chart — uno strumento unico per creare grafici in secondi su MetaTrader 4 . Con Seconds Chart , puoi generare grafici con timeframe definiti in secondi, ottenendo una flessibilità e una precisione d'analisi ideali, non disponibili nei grafici standard in minuti o ore. Ad esempio, il timeframe S15 indica un grafico con candele di 15 secondi. Puoi utilizzare qualsiasi indicatore, expert advisor e script. È facile utilizzarli proprio come nei grafici standard. A differenza degli strumenti s
Equity Protect Pro: Il tuo esperto di protezione del conto completo per un trading senza preoccupazioni Se stai cercando funzionalità come protezione del conto, protezione del capitale proprio, protezione del portafoglio, protezione multi-strategia, protezione dei profitti, raccolta dei profitti, sicurezza del trading, programmi di controllo del rischio, controllo automatico del rischio, liquidazione automatica, liquidazione condizionale, liquidazione programmata, liquidazione dinamica, trailin
Take a Break
Eric Emmrich
5 (31)
One tool to protect all your EAs — news filter, equity protection, time filter and more — free demo available Take a Break has evolved from a basic news filter into a comprehensive account protection solution. It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Typical use cases: One news filter for all your EAs. Pause trading during news or high volatility — and c
KopirMT4 Copy trades for MT4
Alexandr Gavrilin
4.54 (82)
The adviser has been withdrawn from sale  KopirMT4 (CopierMT4) - transaction copier for the MetaTrader 4 terminal, copies (synchronizes, duplicates) transactions from any accounts (copier, copy dealers).  Supports copying: MT4 <-> MT4, MT4 -> MT5 Hedge, MT5 Hedge -> MT4 Support:  https://www.mql5.com/ru/messages/01c3f341a058d901 Why exactly our product? The copier has a high speed and is not dependent on ticks. Copy speed - less than 0.5 sec. Transactions are copied with high accuracy, the sc
Il Risk/Reward Tool è un Expert Advisor di livello professionale progettato per rivoluzionare il modo in cui pianifichi, visualizzi ed esegui le operazioni in MetaTrader 4. Che tu sia un trader discrezionale che apprezza una gestione precisa del rischio o uno sviluppatore di strategie che ha bisogno di testare visivamente le configurazioni di trading, questo strumento fornisce tutto ciò di cui hai bisogno in un'interfaccia elegante e intuitiva. A differenza dei calcolatori di posizione di base,
Exp Averager
Vladislav Andruschenko
4.82 (22)
Exp-Averager   è progettato per calcolare la media delle operazioni che hanno ricevuto un certo prelievo aprendo operazioni di media. Il consulente ha la capacità di aprire nuove posizioni in tendenza o contro la tendenza attuale. Include anche una funzione intelligente di trailing stop che si applica a una serie di posizioni. Il consulente può aumentare o diminuire la dimensione del lotto delle posizioni. Questa è una strategia ampiamente utilizzata per riportare le posizioni in perdita al pre
Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
Descrizione TradeSync Pro è un'utility tecnica progettata per la sincronizzazione locale delle operazioni di trading tra terminali MetaTrader in esecuzione sullo stesso computer. È ottimizzata per la gestione dei conti, il confronto dell'esecuzione tra diversi broker e la replica strategica delle operazioni. Licenze e compatibilità multipiattaforma Il software supporta vari scenari di sincronizzazione in base alle piattaforme utilizzate. Si prega di notare i seguenti requisiti:   Piattaforma sin
Trading History MT4
Siarhei Vashchylka
5 (9)
Trading History - A program for trading and money management on the history of quotes in stratagy tester. It can work with pending and immediate orders, and is equipped with trailing stop, breakeven and take profit functions. Very good for training and testing different strategies. Manual (Be sure to read before purchasing) Advantages 1. Allows you to test any trading strategy in the shortest possible time 2. An excellent simulator for trading training. You can gain months of trading experience
EasyInsight AIO MT4
Alain Verleyen
4 (2)
EASY Insight AIO – La soluzione all-in-one per un trading intelligente e senza sforzo Panoramica Immagina di poter analizzare l’intero mercato — Forex, Oro, Cripto, Indici e persino Azioni — in pochi secondi, senza dover controllare manualmente i grafici, installare indicatori o affrontare configurazioni complicate. EASY Insight AIO è il tuo strumento definitivo di esportazione per il trading alimentato dall’IA, pronto all’uso. Offre una panoramica completa del mercato in un unico file CSV pul
--------------Welcome to use [MQL5 Signal Analyze Master]------------------  Function: Draw order tracks of MQL5 MT4 and MT5 signal on MT4 chart. [Using guide] 1.Use it as Experts. 2.Download history record from MQL5 signal(MT4 signal or MT5 signal).  3.Paste history record file below "MQL4/Files/" 4.Load [Signal Analyze Master] on the symbol chart what you want to analyze. 5.Paste the history record file name to parameter 'FileName' 6.Select  SignalType  match the history you download on MT4
News Filter EA that send you a Push notification to your MT4 phone APP and TURN OFF MT4 Automatically Before News.  This EA doesn't work in backtest From 1.7 version  the EA have  Close all trades before news functions added. You only need to allow that url in MT4 options: To see the url and how to add it to MT4, visit this post: https://www.mql5.com/en/blogs/post/754402 When Metatrader is turned off, it saves the status of all the charts, indicators and Expert Advisors that you have in them
Easy Virtual Trader
Anoop Sivasankaran
4.89 (9)
Setup Easy Virtual Trader > Input your Rules > You are ready to trade from mobile or another EA or anywhere....Let robot manage your Trades !  This powerful EA will help you manage ALL or SPECIFIC trades automatically based on your PRE-SET rules and settings Once it is setup and running on just one chart, you don't need to monitor your orders anymore, the software will keep watching and control your orders with your predefined rules You can trade from your desktop MT4 or from your mobile appli
RSI Divergence Scanner is a multi-timeframe and multi-symbol dashboard and alert that checks all timeframes and symbols to find divergences between price chart and RSI indicator. This divergence scanner is integrated with support and resistance zones so you can check the RSI divergences in the most important areas of the chart to find trend reversals in the price chart. Download demo version   (works on M 1,M5,M30,W1 timeframes) Full description of scanner parameters ->   click here . How to get
EA Hedger
Sergej Chukhista
4 (4)
EA Hedger   è un'utilità di trading professionale con molte impostazioni che ti consente di gestire i rischi utilizzando la copertura. La copertura è una tecnica di trading che prevede l'apertura di posizioni opposte a quelle già aperte. Con l'aiuto della copertura, la posizione può essere completamente o parzialmente bloccata (bloccata). Perché è redditizio acquistare questo prodotto: Affidabilità   : il consulente è accuratamente controllato e testato Utilità -il consulente esperto viene util
Altri dall’autore
This application is now replaced by Ofir Notify Light Edition (Free) or Ofir Notify (paid). Thank all for your positive feedbacks. Telegram Alerts is a tool which send alerts on trades to Telegram Alert on any event concerning a position : Opening, Closing, modification (SL, TP) Alert on Equity change Display Risk, Reward and progress of profit/lost for each position Send signals from your indicators or experts Multi-lingual If you are facing any issue using this utility, please contact me to
FREE
NEW :  integration with Ofir Signals to send personalized alerts 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 Multi-lingual NEW  : version 2 brings integration
FREE
Telegram Alerts
Gad Benisty
4.72 (18)
This application is now replaced by Ofir Notify Light Edition (Free) or Ofir Notify (paid). Thank all for your positive feedbacks. 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 ( only in full edition ) Sending charts screenshots with alerts   
FREE
Ofir Blue exporter is a handy utility to export your orders history to a JSON file . You'll need it if you want to back-test Ofir blue or Ofir Hedging , using your own trading history. How it works: Install the indicator on a chart Press export all or export <current symbol> (for example GBPUSD) The indicator will create the json file in the directory files/ofirblue/export. This directory is in the common file area. The file will be automatically taken in charge by Ofir blue strategy tester
FREE
This free utility is a must to manage your risk. Very easy to calculate a new position size (number of lots), based on: Your equity Your risk per trade (% of equity) Your entry price Your stop loss This utility gives the right information to enter the market. A paid version is also available, Ofir Calculator+, to open the trade by a single click. Telegram Setup instruction Open your Telegram APP and search for "BotFather" Type  /start  and click/type  /newbot  to create a new bot Give your bot
FREE
Ofir blue is the first full trading application for Telegram. It is proposed in 2 versions : OfirBlueLite (without trading) and OfirBluePro (with trading). The Pro version is still in beta (available on request).  To access Ofir Blue Lite, go to Telegram and open the bot @OfirBlueLite. All demos, tutorials and docs are available in Telegram. Join the Telegram group @OfirBlueUserGroup to get updated information and support. Features: Dashboard  ️ Account summary ️» Profit of the day ️» Eq
FREE
NEW :    integration with Ofir Signals to send personalized alerts 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:
Ofir Dashboard is the first level of the Ofir trading solutions. We are building the first full trading application from Telegram. The Dashboard is focused on giving you the best information about your account, positions, risk,... when you are away from keyboard. Everything is accessible from Telegram. More info in my Blog Enjoy! Ofir Notify, our very successful application for sending Notifications to Telegram (chat, channels, groups) is included in Ofir Dashboard.
MQL Tool "Ofir Email to Telegram": Never Miss a Trading Alert Again! Tired of missing important alerts from your indicators and Expert Advisors (EAs)? Ofir Email to Telegram   is the solution you've been waiting for!   This revolutionary MQL tool automatically forwards all email alerts from your indicators and EAs directly to your Telegram account. Never again will you miss a trading opportunity or important notification! Here are just a few of the benefits of Ofir Email to Telegram: Quick and e
NEW :    integration with Ofir Signals to send personalized alerts 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 Multi-lingual  NEW  : version 2 brings integrati
MQL Tool "Ofir Email to Telegram": Never Miss a Trading Alert Again! Tired of missing important alerts from your indicators and Expert Advisors (EAs)? Ofir Email to Telegram is the solution you've been waiting for! This revolutionary MQL tool automatically forwards all email alerts from your indicators and EAs directly to your Telegram account. Never again will you miss a trading opportunity or important notification! Here are just a few of the benefits of Ofir Email to Telegram: Quick and easy
Filtro:
Shawn Saunders
32
Shawn Saunders 2025.11.24 16:14 
 

Demo doesn't work at all. Useless. If demo doesn't work wondering about the validity of reviews.

Gad Benisty
11715
Risposta dello sviluppatore Gad Benisty 2025.11.24 21:05
EA needs connection to Telegram. This is why demo mode can not work. Same issue with any EA who needs an internet connection. Strategy tester can not be used
[Eliminato] 2022.12.07 20:46 
 

L'utente non ha lasciato alcun commento sulla valutazione.

Natthachai Phiphatsart
140
Natthachai Phiphatsart 2022.02.27 10:33 
 

Good Good Good !!!!!!

[Eliminato] 2022.01.26 15:37 
 

L'utente non ha lasciato alcun commento sulla valutazione.

Gad Benisty
11715
Risposta dello sviluppatore Gad Benisty 2022.01.26 21:51
Thanks!
Rispondi alla recensione