Ofir Notify for Telegram Light edition

5

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);
  }



Comentarios 3
Natthachai Phiphatsart
140
Natthachai Phiphatsart 2022.02.27 10:33 
 

Good Good Good !!!!!!

Productos recomendados
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.36 (11)
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
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
Display rectangles and trendlines list from  Trading box  Technical analysis tool. Objects are ordered in the list by pip distance that is difference between object price and Bid price. With this tool you will know which chart to look for next trading opportunity. No more switching between charts and searching for trades where price is close to rectangle zone or trendline support resistance level. Sorted Rectangles and Trendlines by pip distance -  If you are trading on multiple charts, then th
FREE
BackTester FX
Mikhail Nazarenko
BackTester FX — симулятор  ручной торговли MetaTrader 4 . Позволяет моделировать рыночные условия на исторических данных в тестере стратегий, вручную открывать и закрывать сделки, анализировать торговые стратегии без рисков потерять. Ключевые возможности Эмуляция ручной торговли в визуальном тестере стратегий Совместимость с любыми инструментами и таймфреймами Быстрое управление ордерами (открытие/закрытие) Настройки объема сделки, Stop Loss, Take Profit Работает как в тестере стратегий так и на
FREE
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
Script Cerrar todas las órdenes positivas para MT4       - le permitirá cerrar rápidamente todas las órdenes rentables en la cuenta. El script es   adecuado   para momentos   en los que necesita cerrar rápidamente todas las órdenes rentables   . El script tiene el único parámetro para configurar Profit_in_pips: en él, especifica cuántos puntos de ganancia debe haber en la orden para que cumpla con las condiciones para cerrar la posición. El script es muy fácil de usar   , simplemente arrastre y
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 es una herramienta que permite sincronizar los objetos dibujados en varios gráficos en tiempo real dentro de MetaTrader. Los objetos, como líneas de tendencia, líneas horizontales y etiquetas de texto, se pueden reflejar automáticamente en otros gráficos. Esto permite un análisis fluido entre diferentes marcos de tiempo y pares de divisas, mejorando la eficiencia de su entorno de trading. Además, funciona bien con herramientas de práctica y prueba de trading como PracticeSimulator ,
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
MQLTA Close at Target Line
MQL4 Trading Automation
5 (2)
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
Second Timeframe Eval MT4 The application displays higher timeframe information directly on your active chart without switching between timeframes. It automatically updates the overlay data as new bars form on the higher timeframe.   Please note that the application needs approximately one minute to load initially. Widget Categories Trading Tools Trendline Trading - Draw trigger lines on charts for automatic trade execution. Suitable for breakout and channel strategies with dynamic stops. Trad
FREE
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
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.28 (57)
Este indicador de información será útil para quienes quieran estar siempre al tanto de la situación actual de la cuenta. El indicador muestra datos como ganancias en puntos, porcentaje y moneda, así como el diferencial del par actual y el tiempo hasta que la barra se cierra en el período de tiempo actual. VERSIÓN MT5 -   Indicadores más útiles Hay varias opciones para colocar la línea de información en el gráfico: A la derecha del precio (corre detrás del precio); Como comentario (en la esquina
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
Adaptándose a la volatilidad, las posiciones de negociación de Riesgo potencial a Recompensa se muestran en función del Rango Verdadero Promedio. Las casillas de riesgo-Recompensa se muestran cuando se hace clic en el botón "Comprar o Vender". Una utilidad del cálculo ATR, regocíjese con un asunto que no es parte de una decisión difícil sobre cuándo cerrar una operación. Este asunto ayudaría a su decisión de gestión de riesgos.  Especificación El Rango Verdadero Promedio es un indicador de uso
FREE
One Click Close All es un script que al arrojarlo en cualquier gráfica automáticamente cerrará todas las órdenes sin importar el activo ni de qué tipo de órdenes sean, el se encargará de cerrar todo mucho más rápido de lo que un humano podría. Encontrarás versiones de pago del mismo estilo de este script, pero lee atentamente y verás que realiza la misma función… aquí lo tienes gratis, que lo disfrutes.
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
Los compradores de este producto también adquieren
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (184)
Ayuda a calcular el riesgo por operación, la fácil instalación de una nueva orden, gestión de órdenes con funciones de cierre parcial, trailing stop de 7 tipos y otras funciones útiles. Materiales e instrucciones adicionales. Instrucciones de instalación - Instrucciones para la aplicación - Versión de prueba de la aplicación para una cuenta demo Función de línea -   Muestra en el gráfico la línea de apertura, Stop Loss, Take Profit. Con esta función es fácil establecer una nueva orden y ver su
Bienvenido a Trade Manager EA: la herramienta definitiva de gestión de riesgos diseñada para hacer que el trading sea más intuitivo, preciso y eficiente. No es solo una herramienta para realizar órdenes; es una solución integral para la planificación de operaciones, gestión de posiciones y control del riesgo. Ya seas un principiante, un trader avanzado o un scalper que necesita ejecuciones rápidas, Trade Manager EA se adapta a tus necesidades, ofreciendo flexibilidad en todos los mercados, desde
Local Trade Copier EA MT4
Juvenille Emperor Limited
5 (96)
Experimente una copia de operaciones excepcionalmente rápida con Local Trade Copier EA MT4 . Con su fácil configuración de 1 minuto, este copiador de operaciones le permite copiar operaciones entre múltiples terminales de MetaTrader en la misma computadora con Windows o en Windows VPS con velocidades de copiado ultra rápidas de menos de 0.5 segundos. Ya seas un trader principiante o profesional, el Local Trade Copier EA MT4 ofrece una amplia gama de opciones para personalizarlo según tus necesi
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
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
Grid Manual es un panel de negociación para trabajar con una cuadrícula de órdenes. La utilidad es universal, tiene configuraciones flexibles y una interfaz intuitiva. Funciona con una cuadrícula de pedidos no solo en la dirección de promediar pérdidas, sino también en la dirección de aumentar las ganancias. El usuario no necesita crear y mantener una cuadrícula de pedidos, la utilidad lo hará. Basta con abrir un pedido y el "Grid manual" creará automáticamente una grilla de pedidos para el mism
TradePanel MT4
Alfiya Fazylova
4.84 (88)
Trade Panel es un asistente comercial multifuncional. La aplicación contiene más de 50 funciones comerciales para operaciones manuales y le permite automatizar la mayoría de las acciones comerciales. Atención, la aplicación no funciona en el probador de estrategias. Antes de comprar, puede probar la versión demo en una cuenta de demostración. Versión de demostración aquí . Instrucciones completas aquí . Comercio. Le permite realizar operaciones comerciales con un solo clic: Abra una orden y posi
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
Copiadora comercial para MetaTrader 4. Copia operaciones de forex, posiciones, pedidos de cualquier cuenta. Es una de las mejores copiadoras comerciales   MT4 - MT4, MT5 - MT4 para la versión  COPYLOT MT4  (o MT4 - MT5 MT5 - MT5 para la versión COPYLOT MT5 ). Versión MT 5 Descripción completa +DEMO +PDF Cómo comprar Cómo instalar    Cómo obtener archivos de registro    Cómo probar y optimizar    Todos los productos de Expforex Versión copiadora para  MetaTrader 5 terminal (МТ5 - МТ5, МТ4 - МТ5
Trade copier MT4
Alfiya Fazylova
4.53 (30)
Trade Copier es una utilidad profesional diseñada para copiar y sincronizar operaciones entre cuentas comerciales. La copia ocurre desde la cuenta / terminal del proveedor a la cuenta / terminal del destinatario, instalada en la misma computadora o vps. Antes de comprar, puede probar la versión de demostración en una cuenta de demostración. Versión de demostración aquí . Instrucciones completas aquí . Principales funcionalidades y beneficios: Admite la copia de MT4> MT4, MT4> MT5, MT5> MT4, incl
Telegram to MT4 Coppy
Sergey Batudayev
4.2 (5)
De Telegram a MT4:   La solución definitiva para copiar señales Optimice sus operaciones con   Telegram para MT4   , la herramienta de vanguardia diseñada para copiar señales de trading directamente desde los canales y chats de Telegram a su plataforma MetaTrader 4, sin necesidad de DLL. Esta robusta solución garantiza una ejecución fluida de señales con una precisión y opciones de personalización inigualables, ahorrándole tiempo y mejorando su eficiencia. [Instrucciones   ] [   DEMO   ] Caracte
Trade Manager MT4 DaneTrades
Levi Dane Benjamin
4.09 (11)
Trade Manager para ayudarle a entrar y salir rápidamente de operaciones mientras calcula automáticamente su riesgo. Incluye funciones que le ayudarán a evitar el exceso de operaciones, las operaciones de venganza y las operaciones emocionales. Las operaciones se pueden gestionar automáticamente y las métricas de rendimiento de la cuenta se pueden visualizar en un gráfico. Estas características hacen que este panel sea ideal para todos los operadores manuales y ayuda a mejorar la plataforma MetaT
Exp SafetyLock PRO
Vladislav Andruschenko
4.57 (28)
SAFETYLOCK ofrece a los operadores una solución avanzada para protegerse contra las fuertes reversiones del mercado, colocando de manera automática una orden opuesta para cualquier posición ya abierta. Cuando un operador o un EA abre una posición, SAFETYLOCK crea inmediatamente una orden pendiente opuesta. Si la posición comienza a generar pérdidas, esta orden pendiente se activa, formando un bloqueo (lock) que minimiza el riesgo y protege su capital. Este potente EA ofrece una amplia gama de o
El MT4 to Telegram Signal Provider es una herramienta fácil de usar y completamente personalizable que permite enviar señales a Telegram, transformando su cuenta en un proveedor de señales. El formato de los mensajes es completamente personalizable! Sin embargo, para un uso sencillo, también puede optar por una plantilla predefinida y habilitar o deshabilitar partes específicas del mensaje. [ Demo ]  [ Manual ] [ Versión MT5 ] [ Versión Discord ] [ Canal de Telegram ]  New: [ Telegram To MT5 ]
Telegram To MT4 Receiver
Levi Dane Benjamin
4.2 (5)
Copie señales de cualquier canal del que sea miembro (incluidos los privados y restringidos) directamente en su MT4.  Esta herramienta ha sido diseñada pensando en el usuario y ofrece muchas características que necesita para administrar y monitorear las operaciones. Este producto se presenta en una interfaz gráfica fácil de usar y visualmente atractiva. ¡Personalice su configuración y comience a usar el producto en minutos! Guía del usuario + Demo  | Versión MT5 | Versión Discord Si desea prob
Risk Manager for MT4
Sergey Batudayev
4.6 (10)
Expert Advisor Risk Manager para MT4 es un programa muy importante y, en mi opinión, necesario para todos los comerciantes. Con este Asesor Experto podrá controlar el riesgo en su cuenta de operaciones. El control de riesgos y beneficios puede realizarse tanto en términos monetarios como porcentuales. Para que el Asesor Experto funcione, simplemente adjúntelo al gráfico de pares de divisas y establezca los valores de riesgo aceptables en la divisa de depósito o en % del saldo actual. Funcion
Trade Dashboard MT4
Fatemeh Ameri
4.96 (50)
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
News Filter EA MT4
Rashed Samir
5 (6)
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Seconds Chart — una herramienta única para crear gráficos en segundos en MetaTrader 4 . Con Seconds Chart , puede construir gráficos con marcos temporales definidos en segundos, proporcionando una flexibilidad y precisión de análisis ideales que no están disponibles en gráficos estándar de minutos u horas. Por ejemplo, el marco temporal S15 indica un gráfico con velas de 15 segundos. Puede utilizar cualquier indicador, asesor experto y script, trabajando con ellos tan fácilmente como con gráfico
The News Filter
Leolouiski Gan
5 (26)
Este producto filtra todos los asesores expertos y los gráficos manuales durante el tiempo de noticias, por lo que no tendrás que preocuparte por los repentinos picos de precios que podrían destruir tus configuraciones de negociación manuales o las operaciones realizadas por otros asesores expertos. Este producto también viene con un sistema completo de gestión de órdenes que puede manejar tus posiciones abiertas y órdenes pendientes antes del lanzamiento de cualquier noticia. Una vez que compre
Exp Averager
Vladislav Andruschenko
4.81 (21)
Exp-Averager   está diseñado para promediar sus operaciones que han recibido una cierta reducción al abrir operaciones promedio. El asesor tiene la capacidad de abrir nuevas posiciones en tendencia o en contra de la tendencia actual. También incluye una función de trailing stop inteligente que se aplica a una serie de posiciones. El asesor puede aumentar o disminuir el tamaño del lote de las posiciones. Esta es una estrategia ampliamente utilizada para llevar las posiciones perdedoras al precio
Trend Line Optimizer
Evgenii Aksenov
4.06 (18)
Este es un optimizador de parámetros automático para el indicador Trend Line PRO Fácil y rápidamente, seleccionará los parámetros óptimos para su indicador favorito Trend Line PRO.  La optimización toma solo unos segundos. El optimizador le permite encontrar los mejores parámetros para cada par y período: Amplitude, TP1-TP3, StopLoss, así como los valores para Time Filter y HTF Filter en la sección seleccionada de la historia (Days)  Para optimizar diferentes Marcos de tiempo, necesita un rang
Custom Alerts AIO: Supervisión inteligente de múltiples mercados, lista para usar sin configuración Descripción general Custom Alerts AIO es una herramienta avanzada de escaneo de mercado que funciona "nada más instalarla", sin necesidad de configurar indicadores adicionales. Incluye internamente todos los indicadores clave de Stein Investments (FX Power, FX Volume, FX Dynamic, FX Levels e IX Power), lo que te permite supervisar de forma sencilla todas las clases de activos principales: Forex,
Transform Your Trading with the MT4 to MT4/5 Local Trade Copier. Seamlessly bridge the gap between two trading platforms with a user friendly interface for a easy to use copier. User Guide + Demo  |   MT5 Version Local Trade Clone MT4 does not work in the Strategy Tester. For a   demo   please go to the   User Guide To Copy to MT5 you will need to purchase the MT5 version separately  Features Copy trades across MT4 and MT5 in any combination (MT4>MT4, MT4>MT5, MT5>MT4, MT5>MT5). Easy to use G
Equity Protect Pro: Su Experto Integral en Protección de Cuentas para un Trading Tranquilo Si busca funciones como protección de cuentas, protección de capital, protección de cartera, protección de múltiples estrategias, protección de ganancias, recolección de ganancias, seguridad en el trading, programas de control de riesgos, control automático de riesgos, liquidación automática, liquidación condicional, liquidación programada, liquidación dinámica, trailing stop loss, cierre con un solo clic
Mentfx Mmanage
Anton Jere Calmes
5 (15)
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
Extra Time Bar
Mostafa Saad Saeed Shawara
Barra de tiempo extra / Extra Time Bar MT5 version es una herramienta diseñada para mejorar sus operaciones permitiéndole agregar una barra de tiempo personalizada a sus gráficos. Con esta herramienta, ya no está limitado únicamente a la hora del servidor: puede configurar el gráfico para que muestre cualquier zona horaria de su elección. como su hora local, la hora media de Greenwich o cualquier otra. Características de la barra de tiempo extra: 1. Personalización de zona horaria: Elija la
OrderManager MT4
Lukas Roth
4.72 (25)
Presentamos el OrderManager : Una herramienta revolucionaria para MT4 Gestiona tus operaciones como un profesional con la nueva utilidad Order Manager para MetaTrader 4. Diseñado con la simplicidad y la facilidad de uso en mente, Order Manager te permite definir y visualizar fácilmente el riesgo asociado con cada operación, permitiéndote tomar decisiones informadas y optimizar tu estrategia de trading. Para más información sobre OrderManager, por favor consulta el manual. [ Manual ] [ Versión MT
KT Equity Protector MT4
KEENBASE SOFTWARE SOLUTIONS
3.4 (5)
Protege tu capital de trading sin esfuerzo Proteger tu capital es tan importante como hacerlo crecer. KT Equity Protector es tu gestor de riesgos personal, que supervisa constantemente la equidad de tu cuenta y actúa automáticamente para evitar pérdidas o asegurar ganancias cerrando todas las órdenes activas y pendientes cuando se alcanzan los niveles predefinidos de ganancias o pérdidas. Sin decisiones emocionales, sin adivinanzas—solo protección confiable del capital trabajando incansablemente
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.86 (58)
Panel de comercio para operar en 1 clic.  ¡Trabajando con posiciones y pedidos!  Operar desde el gráfico o desde el teclado. Con nuestro panel de operaciones, puede operar con un clic del gráfico y realizar operaciones comerciales 30 veces más rápido que el control estándar de MetaTrader. Cálculos automáticos de parámetros y funciones que facilitan la vida de un comerciante y lo ayudan a realizar sus actividades comerciales de manera mucho más rápida y conveniente. Consejos gráficos e informació
EasyInsight AIO MT4
Alain Verleyen
3 (1)
EASY Insight AIO – La solución todo en uno para un trading inteligente y sin esfuerzo Resumen Imagina poder analizar todo el mercado — Forex, Oro, Cripto, Índices e incluso Acciones — en segundos, sin tener que revisar gráficos manualmente, instalar indicadores o hacer configuraciones complicadas. EASY Insight AIO es tu herramienta definitiva de exportación para trading impulsado por IA, lista para usar al instante. Ofrece una visión completa del mercado en un único archivo CSV limpio, listo p
EasyInsight MT4
Alain Verleyen
5 (1)
EASY Insight – El trading inteligente empieza aquí Resumen ¿Y si pudieras analizar todo el mercado — Forex, Oro, Criptomonedas, Índices e incluso Acciones — en segundos, sin tener que revisar gráficos manualmente? EASY Insight es tu herramienta de exportación lista para IA que convierte los datos de los indicadores en información accionable para el trading. Diseñada para traders que ya no quieren perder tiempo con suposiciones y sobrecarga visual, te ofrece una visión completa del mercado en u
Otros productos de este autor
Esta aplicación ha sido sustituida por Ofir Notify Light Edition (gratuita) u Ofir Notify (de pago). Gracias a todos por vuestros comentarios positivos. Telegram Alerts es una herramienta que envía alertas sobre operaciones a Telegram Alerta sobre cualquier evento relacionado con una posición : Apertura, Cierre, modificación (SL, TP) Alerta sobre cambios en la equidad Muestra el Riesgo, la Recompensa y el progreso de ganancias/pérdidas de cada posición Envíe señales de sus indicadores o expert
FREE
NUEVO : integración con Ofir Signals para enviar alertas personalizadas Ofir Notify es una herramienta que envía alertas sobre operaciones a Telegram Alerta sobre cualquier evento relativo a una posición : Apertura, Cierre, modificación (SL, TP) Envío de alertas a Chats, Grupos y Canal Alerta sobre el cambio de Equidad Muestra Riesgo, Recompensa y progreso de ganancias/pérdidas para cada posición Personalización de alertas Envío de capturas de pantalla de gráficos con alertas Envío de señales d
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
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
Ofir Blue exporter es una práctica utilidad para exportar su historial de órdenes a un fichero JSON . Lo necesitará si quiere hacer un back-test de Ofir blue o de Ofir Hedging , utilizando su propio historial de operaciones. Cómo funciona: Instale el indicador en un gráfico Pulse exportar todo o exportar <símbolo actual> (por ejemplo GBPUSD) El indicador creará el fichero json en el directorio files/ofirblue/export. Este directorio se encuentra en el área común de archivos. El archivo será autom
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 es la primera aplicación completa de trading para Telegram. Se propone en 2 versiones : OfirBlueLite (sin trading) y OfirBluePro (con trading). La versión Pro está todavía en beta (disponible bajo petición). To access Ofir Blue Lite, go to Telegram and open the bot @OfirBlueLite. All demos, tutorials and docs are available in Telegram. Únete al grupo de Telegram @OfirBlueUserGroup para obtener información actualizada y soporte. Características: Dashboard ️Account resumen ️" Ben
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.
NUEVO : integración con Ofir Signals para enviar alertas personalizadas Ofir Notify es una herramienta que envía alertas sobre operaciones a Telegram Alerta sobre cualquier evento relativo a una posición : Apertura, Cierre, modificación (SL, TP) Envío de alertas a Chats, Grupos y Canal Alerta sobre el cambio de Equidad Muestra Riesgo, Recompensa y progreso de ganancias/pérdidas para cada posición Personalización de alertas Envío de capturas de pantalla de gráficos con alertas Envío de señales d
Herramienta MQL "Ofir Email to Telegram": ¡Nunca más se pierda una alerta de trading! ¿Cansado de perderte alertas importantes de tus indicadores y Asesores Expertos (EAs)? Ofir Email to Telegram es la solución que estabas esperando. Esta revolucionaria herramienta MQL reenvía automáticamente todas las alertas de correo electrónico de sus indicadores y EAs directamente a su cuenta de Telegram. ¡Nunca más te perderás una oportunidad de trading o una notificación importante! Estos son sólo algunos
Filtro:
[Eliminado] 2022.12.07 20:46 
 

El usuario no ha dejado ningún comentario para su valoración

Natthachai Phiphatsart
140
Natthachai Phiphatsart 2022.02.27 10:33 
 

Good Good Good !!!!!!

[Eliminado] 2022.01.26 15:37 
 

El usuario no ha dejado ningún comentario para su valoración

Gad Benisty
11080
Respuesta del desarrollador Gad Benisty 2022.01.26 21:51
Thanks!
Respuesta al comentario