• Visão global
  • Comentários (3)
  • Discussão (22)
  • O que há de novo

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



Comentários 3
Natthachai Phiphatsart
140
Natthachai Phiphatsart 2022.02.27 10:33 
 

Good Good Good !!!!!!

Produtos recomendados
Auto risk manager Free is a utility for order management. Regardless of whether the orders are opened manually or by Expert Advisors, the utility removes pending orders (if needed) and disables the terminal (not letting the EAs open new trades) when a specified profit or loss percentage is reached. This demo versions allows you to understand the work of the full version of Auto risk manager . The demo works only with AUDNZD orders only. Profit_Percent and Loss_Percent may have either positive or
FREE
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.3 (10)
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 - fi
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 si
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
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 an
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
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 positi
FREE
Current Price MT4
Keni Chetankumar Gajanan -
A simple and functional Current Price Panel, which shows magnified Bid, Ask and spread price and can be moved by using the mouse, to any location of the chart window. The functionality included are: Customize Current Price Panel Width and Height, Row and Column gap. Background color, background transparency and border color. Font, its size and color. Move the panel to any location of chart window. Option to show current spread as pips or points. Highlight spread in different color if it crosses
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/C
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
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.83 (6)
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
Close All Order Just One Click Close All Buy Order, Close All Sell Order Just one click. The use is very simple: When you want to close 1 order, 2 order, or even 100 order, you just need one click on the button and wait, the EA will help you close all the corresponding order. Note: EA activates the entire All BUY or All SELL order with just one mouse click, please try with the Demo account before using officially. I am not responsible for the loss when using this EA
FREE
DI Drop Order
Dmitry Iglakov
3 (1)
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
Show Pips
Roman Podpora
4.31 (70)
This information indicator will be useful for those who always want to be aware of the current situation on the account. The indicator displays data such as profit in points, percentage and currency, as well as the spread for the current pair and the time until the bar closes on the current timeframe. VERSION MT5 - More useful indicators There are several options for placing the information line on the chart: 1. To the right of the price (runs behind the price); 2. As a comment (in the up
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
Adaptando - se à volatilidade, o risco potencial para recompensar as posições de negociação é apresentado com base no intervalo real Médio. Caixas de risco-recompensa são mostradas quando o botão' Comprar ou vender ' é clicado! Uma utilidade do cálculo ATR, regozije-se com uma questão que não faz parte de uma decisão difícil de quando fechar uma negociação. Esta questão ajudaria a sua decisão de gestão de riscos.  Especificacao O intervalo Real médio é um indicador frequentemente utilizado qu
FREE
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 El
FREE
Script Fechar todos os pedidos positivos para MT4       - permitirá que você feche rapidamente todos os pedidos lucrativos em sua conta. O script é   adequado   para momentos   em que você precisa fechar rapidamente todos os pedidos rentáveis   . O script possui o único parâmetro para definir Profit_in_pips - nele você especifica quantos pontos de lucro devem estar no pedido para que ele se enquadre nas condições de fechamento da posição. O script é muito fácil de usar   , basta arrastar e solt
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.67 (3)
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
Marzena Maria Szmit
5 (2)
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
Este indicador irá espelhar os ativos em uso em outro metatrader, podendo escolher o timeframe e um template. Esta é a versão Cliente MT4, e precisa da versão Server do Metatrader 4 ou 5: 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 Detalhes de como funciona no vídeo.
FREE
Group Discuss and Request Feature   :   https://t.me/redfox_community Or Inbox to Mql5 Chat EA send order’s information in MT4 to Telegram channels Alert MT4 to Telegram by RedFox     is an easy to use fully customizable utility that allows sending of specified signals to Telegram’s chat, channel or group, making your account a  signal provider. Key Feature Telegram Channel IDs : Send to many group, channel. Ex.  -100xxxxx Add Footer Content: Add signature for content Send Pips Running: Send p
FREE
Os compradores deste produto também adquirem
Trade Assistant MT4
Evgeniy Kravchenko
4.46 (181)
Ajuda a calcular o risco por comércio, a fácil instalação de uma nova encomenda, gestão de encomendas com funções de fecho parcial, trailing stop de 7 tipos e outras funções úteis. Atenção, o aplicativo não funciona no testador de estratégia. Manual, Description, Download demo Função de linha Mostra no gráfico a linha de Abertura, Stop Loss, Take Profit. Com esta função é fácil definir uma nova ordem e ver as suas características adicionais antes da abertura.   Gestão de risco A função de cá
Você acha que em mercados onde o preço pode mudar em uma fração de segundo, colocar os pedidos deve ser o mais simples possível? No Metatrader, cada vez que você deseja abrir uma ordem, você deve abrir uma janela onde você insere o preço de abertura, stop loss e take profit, bem como o tamanho da negociação. Ao negociar nos mercados financeiros, a gestão de capital é essencial para manter seu depósito inicial e multiplicá-lo. Portanto, quando você deseja fazer um pedido, provavelmente se pergunt
Local Trade Copier EA MT4
Juvenille Emperor Limited
5 (80)
Experimente uma cópia de negociação excepcionalmente rápida com o Local Trade Copier EA MT4 . Com sua fácil configuração de 1 minuto, este copiador de negociações permite que você copie negociações entre vários terminais MetaTrader no mesmo computador Windows ou em um Windows VPS com velocidades de cópia ultra rápidas de menos de 0.5 segundos. Seja você um trader iniciante ou profissional, o Local Trade Copier EA MT4 oferece uma ampla gama de opções para personalizá-lo de acordo com suas necess
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
O MT4 para Telegram Signal Provider é uma ferramenta fácil de usar e totalmente personalizável que permite o envio de sinais para o Telegram, transformando sua conta em um provedor de sinais. O formato das mensagens é totalmente personalizável! No entanto, para uso simples, você também pode optar por um modelo predefinido e habilitar ou desabilitar partes específicas da mensagem. [ Demonstração ]   [ Manual ] [ Versão MT5 ] [ Versão Discord ] [ Canal do Telegram ] Configuração Um guia do usuá
TradePanel MT4
Alfiya Fazylova
4.91 (88)
Trade Panel é um assistente comercial multifuncional. O aplicativo contém mais de 50 funções para negociação manual e permite automatizar a maioria das ações de negociação. Funciona com qualquer instrumento de negociação (Forex, CFD, Futuros e outros). Pode trabalhar com todos os símbolos de uma janela de terminal. Tamanho do painel personalizável (resolução de até 4K). Possui uma interface flexível e intuitiva que permite personalizar o painel, ocultar todas as funções e guias não utilizadas. O
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.66 (68)
Copiadora comercial para MetaTrader 4. Ele copia negociações, posições e pedidos em forex de qualquer conta. É uma das melhores copiadoras comerciais  MT4 - MT4, MT5 - MT4 para a versão COPYLOT MT4  (ou MT4 - MT5 MT5 - MT5 para a versão COPYLOT MT5 ). Versão MT5 Descrição completa +DEMO +PDF Como comprar Como instalar    Como obter arquivos de log    Como testar e otimizar    Todos os produtos da Expforex Versão da copiadora para o terminal MetaTrader 5 ( МТ5 - МТ5, МТ4 - МТ5 ) -  Copylot
Assuma o controle de sua carteira forex. Veja instantaneamente onde você está, o que está funcionando e o que está causando dor! VERSÃO MT5 DISPONÍVEL AQUI: https://www.mql5.com/en/market/product/58658 O Painel do Trade Manager foi projetado para mostrar rapidamente onde está cada posição que você tem no mercado cambial atualmente e tornar o gerenciamento de risco e a exposição a moedas mais fáceis de entender. Para os comerciantes que escalam para o mercado gradualmente com várias posições o
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 Dashboard MT4
Fatemeh Ameri
5 (22)
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
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
Copie sinais de qualquer canal do qual seja membro (incluindo privados e restritos) diretamente para o seu MT4.  Esta ferramenta foi projetada com o usuário em mente, oferecendo muitos recursos que você precisa para gerenciar e monitorar as negociações. Este produto é apresentado em uma interface gráfica fácil de usar e visualmente atraente. Personalize suas configurações e comece a usar o produto em minutos! Guia do Usuário + Demonstração  | Versão MT5 | Versão Discord Se você quiser experim
Trade copier MT4
Alfiya Fazylova
4.67 (30)
Trade Copier é um utilitário profissional projetado para copiar e sincronizar negociações entre contas de negociação. A cópia ocorre da conta / terminal do fornecedor para a conta / terminal do destinatário, instalada no mesmo computador ou vps. Antes de comprar, você pode testar a versão demo em uma conta demo. Versão de demonstração aqui . Instruções completas aqui . Principais funcionalidades e benefícios: Suporta a cópia de MT4> MT4, MT4> MT5, MT5> MT4, incluindo contas "MT5 netting". Os mod
The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow adding more strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA in this market place. You can use as trad
Trade Manager para ajudá-lo a entrar e sair rapidamente de negociações enquanto calcula automaticamente seu risco. Incluindo recursos para ajudar a evitar negociações excessivas, negociações de vingança e negociações emocionais. As negociações podem ser gerenciadas automaticamente e as métricas de desempenho da conta podem ser visualizadas em um gráfico. Esses recursos tornam este painel ideal para todos os traders manuais e ajudam a aprimorar a plataforma MetaTrader 4. Suporte multilíngue. Vers
Grid Manual MT4
Alfiya Fazylova
4.71 (17)
"Grid Manual" é um painel comercial para trabalhar com uma grade de ordens. O utilitário é universal, possui configurações flexíveis e uma interface intuitiva. Ele trabalha com uma grade de pedidos não apenas na direção da média das perdas, mas também na direção do aumento dos lucros. O trader não precisa criar e manter uma grade de pedidos, tudo será feito pelo ""Grid Manual". Basta abrir um pedido e o "Grid manual" criará automaticamente uma grade de pedidos para ele e trabalhará com ele até q
Trade Assistant GS
Vasiliy Strukov
5 (33)
O painel de negociação é limitado ao gerenciamento de ordens - tanto abertas por meio de botões quanto abertas pelo usuário. Simples e conveniente na coleção. Irá complementar qualquer comprador. Eu recomendo usá-lo em conjunto com o indicador Gold Stuff. Configure a negociação como ordens únicas e construa uma grade com uma distância. Para criar uma grade padrão, basta definir uma distância grande, como 10000. Os resultados em tempo real podem ser vistos aqui. Entre em contato comigo imedi
-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
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.89 (61)
Painel de negociação para negociação em 1 clique.  Trabalhando com posições e pedidos!  Negociar a partir do gráfico ou do teclado. Usando nosso painel de negociação, você pode negociar com um clique no gráfico e realizar operações de negociação 30 vezes mais rápido do que o controle MetaTrader padrão. Cálculos automáticos de parâmetros e funções que tornam a vida mais fácil para um trader e ajudam-no a conduzir suas atividades de trading com muito mais rapidez e conveniência. Dicas gráficas e
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
The Best One Scalping Trade Panel functional manual trade panel with risk reward, auto SL by candle ( original solution), lot size calculation, one-click trading, scale in and out of trades (partial close),  Works with all symbols not just currency pairs, perfect works on DAX, NASDAQ, GOLD, ...... I earn every day during live stream on ZakopiecFX - join Me Risk by lot Risk by percent SL by points SL by Candle, Renko, RangeBar ( original solution) TP by point TP by Risk/Reward Auto Trailing b
KT Equity Protector MT4
KEENBASE SOFTWARE SOLUTIONS
3 (2)
KT Equity Protector EA consistently monitors the account equity and closes all the market and pending orders once the account equity reached a fixed equity stop loss or profit target.  After closing all trading positions, the EA can close all open charts to stop other expert advisors from opening more trading positions. Equity Stop-Loss If your current account balance is $5000 and you set an equity stop loss at $500. In this case, the KT Equity Protector will close all the active and pending
Take a Break
Eric Emmrich
5 (27)
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
TPSpro Trade PRO
Roman Podpora
5 (3)
-  Version MT5  (Coming soon) An instrument capable of instantly calculating position size or risk based on a specified stop-loss level is critically important for both professional traders and beginners. Trading utility  TRADE PRO   provides fast and accurate calculations, helping you make decisions in conditions of limited time and increased market volatility. Main functions: Original. Simple. Effective. Original and convenient opening of the main trading panel: Simply hover your mouse over th
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
Trade Copier Pro
Vu Trung Kien
4.6 (15)
Trade Copier Pro é uma ferramenta poderosa para copiar remotamente comércio entre multi-contas em diferentes locais mais internet. Esta é uma solução ideal para provedor de sinais, que querem compartilhar seu comércio com os outros no mundo todo em suas próprias regras. Um provedor pode copiar comércios de multi-receptores e um receptor pode obter comércio de multi-fornecedores também. Provedor e receptor pode gerenciar sua lista de parceiros com potência sistema de gestão de banco de dados buil
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
EA Hedger
Sergej Chukhista
4.67 (3)
Você comprou um consultor de negociação, assinou um sinal ou está negociando manualmente? Não se esqueça da gestão de riscos. EA Hedger   é um utilitário de negociação profissional com muitas configurações que permite gerenciar riscos usando cobertura. Hedging é uma técnica de negociação que envolve a abertura de posições opostas às posições já abertas. Com a ajuda da cobertura, a posição pode ser bloqueada total ou parcialmente (travada). Por que é lucrativo comprar este produto: Confiabilid
FX28 Trader
Tsvetan Tsvetanov
5 (1)
Apresentamos o FX28 Trader Dashboard: Seu Gerenciador de Operações Definitivo Desbloqueie todo o potencial de sua experiência de negociação com o FX28 Trader Dashboard, um gerenciador de operações abrangente e intuitivo projetado para elevar o seu trading de Forex a novos patamares. Seja você um trader experiente ou esteja começando sua jornada financeira, esta poderosa ferramenta foi desenvolvida para simplificar suas atividades comerciais e aprimorar seu processo de tomada de decisões. Recurs
OrderManager MT4
Lukas Roth
4.63 (19)
Apresentando o OrderManager : Uma Ferramenta Revolucionária para MT4 Gerencie suas operações como um profissional com o novo utilitário Order Manager para MetaTrader 4. Projetado com simplicidade e facilidade de uso em mente, o Order Manager permite que você defina e visualize facilmente o risco associado a cada operação, possibilitando tomar decisões informadas e otimizar sua estratégia de trading. Para mais informações sobre o OrderManager, por favor, consulte o manual. [ Manual ] [ Versão MT5
Mais do autor
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:
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 This utility is FREE for a limited time. Please give feedback to make it great. If you are facing any issue using this utility, please contact me to be solved Telegram Setup instruction Open your
FREE
Telegram Alerts
Gad Benisty
4.8 (25)
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
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
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 b
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
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.
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
Filtro:
[Excluído] 2022.12.07 20:46 
 

O usuário não deixou nenhum comentário para sua avaliação

Natthachai Phiphatsart
140
Natthachai Phiphatsart 2022.02.27 10:33 
 

Good Good Good !!!!!!

[Excluído] 2022.01.26 15:37 
 

O usuário não deixou nenhum comentário para sua avaliação

Gad Benisty
8653
Resposta do desenvolvedor Gad Benisty 2022.01.26 21:51
Thanks!
Responder ao comentário
Versão 2.0 2024.04.23
Major upgrade !
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.
Versão 1.381 2023.02.06
Fixed error message "user not registered"
New feature, type: /set nopending true
then pending orders (buy limit, buy stop, sell limit, sell stop) will not trigger any notifications. They will only be notified when becoming real market positions
Versão 1.372 2022.10.11
Several Bugs fixed
Versão 1.370 2022.09.23
Several improvements in full version. Otherwise bug fixed and performance improved
Versão 1.35 2022.04.04
Better performances and minor fixes
Reply mode in modification and closing alerts (only in full version)
Versão 1.34 2022.04.04
Better performances and minor fixes
Versão 1.32 2022.03.23
Several minor bugs have been fixed
Versão 1.31 2022.03.08
Enables to send notifications not only to channels but also to Telegram groups
Versão 1.30 2022.02.16
This is a major upgrade. Now Ofir Notify is 100% based on Telegram to monitor or setup the application.
Versão 1.22 2022.01.31
Bug fixed in alert format sent to channels