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



리뷰 4
Natthachai Phiphatsart
140
Natthachai Phiphatsart 2022.02.27 10:33 
 

Good Good Good !!!!!!

추천 제품
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
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는 MetaTrader 내에서 여러 차트에 그려진 객체를 실시간으로 동기화할 수 있는 도구입니다. 추세선, 수평선 및 텍스트 레이블과 같은 객체는 다른 차트에서도 자동으로 반영될 수 있습니다. 이를 통해 다양한 시간 프레임과 통화쌍에 걸친 원활한 분석이 가능하며, 거래 환경의 효율성을 높일 수 있습니다. 또한, PracticeSimulator 와 같은 거래 연습 및 테스트 도구와도 잘 작동하여 시뮬레이션 중 차트 분석 및 테스트를 보다 효율적으로 수행할 수 있습니다. 주요 기능 실시간 동기화: 한 차트에 그린 객체가 동일한 플랫폼 내의 다른 차트에도 자동으로 동기화됩니다. 다양한 시간 프레임과 통화쌍에 걸쳐 분석을 공유할 수 있습니다. 다양한 객체 유형 지원: 추세선, 수평선, 화살표, 텍스트 레이블 등 다양한 객체를 동기화합니다. 전략 테스트 지원: MetaTrader의 전략 테스트기와 함께 작동하여 백테스트와 분석을 용이하게 합니다. 오프라인 차트 지원: 오
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
Sergey Bocharov
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
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.26 (58)
이 정보 표시기는 계정의 현재 상황을 항상 알고 싶어하는 사람들에게 유용합니다. 표시기는 포인트, 백분율, 통화 단위의 이익뿐만 아니라 현재 쌍의 스프레드와 현재 기간에서 막대가 마감될 때까지의 시간과 같은 데이터를 표시합니다. 버전 MT5 -   더욱 유용한 지표 차트에 정보선을 배치하는 데는 여러 가지 옵션이 있습니다. 가격 오른쪽(가격보다 뒤에 있음) 코멘트로(차트의 왼쪽 상단에 있음) 화면의 선택된 모서리에 있습니다. 정보 구분 기호를 선택할 수도 있습니다. | / . \ # 표시기에는 다음과 같은 단축키가 내장되어 있습니다. 키 1 - 정보 표시 유형으로 뒤로 이동(가격, 설명 또는 코너 오른쪽) 키 2 - 정보 표시 유형에서 앞으로 나아갑니다. 키 3 - 정보 라인 표시 위치 변경 단축키는 설정에서 다시 할당할 수 있습니다. 이 표시기는 사용하기 쉽고 매우 유익합니다. 설정에서 불필요한 정보 항목을 비활성화할 수 있습니다. 설정 표시된 정보를 교체하기 위한 단축키(뒤로
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
변동성에 적응,거래 위치를 보상 할 수있는 잠재적 인 위험은 평균 실제 범위에 따라 표시됩니다. 위험 보상-'구매 또는 판매'버튼을 클릭하면 상자가 표시됩니다! 아트리움 계산의 유틸리티,거래를 종료 할 때 어려운 결정의 일부가 아닌 문제로 기뻐. 이 문제는 위험 관리 결정에 도움이 될 것입니다.  사양: 평균 진정한 범위는 핍 또는 가격에 시장의 변동성을 측정하는 일반적으로 사용되는 지표입니다. 진정한 범위는 가장 낮은 거래 가격과 촛대의 가장 높은 거래 가격의 차이입니다,주어진 기간에. 평균 실제 범위는 모두"이전"기간의 이러한 최고치와 최저치를 평균화합니다. 예를 들어,기본 설정은 우리에게 14 일 기간을 제공합니다. 14 일로 나눈 핍 값에서 최고치와 최저치를 수집합니다. 그러나 물론 이것은 일반적인 지표를 넘어서는 것입니다. 문제 사실,세 가지 완전히 다른 주가는 전적으로 다른 핍 소비를 위해 자신의 시간대에 의존합니다. 촛대의 규칙은 각 기간에 기술적으로 다르다. 그래
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
Session High Low
Jerome Asiusin
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
이 제품의 구매자들이 또한 구매함
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (108)
Local Trade Copier EA MT4 를 사용하여 매우 빠른 거래 복사 경험을 해보세요. 1분 안에 간편하게 설정할 수 있으며, 이 거래 복사기를 사용하면 Windows 컴퓨터 또는 Windows VPS에서 여러 개의 MetaTrader 터미널 간에 거래를 0.5초 미만의 초고속 복사 속도로 복사할 수 있습니다. 초보자든 전문가든 Local Trade Copier EA MT4 는 다양한 옵션을 제공하여 사용자의 특정 요구에 맞게 맞춤 설정할 수 있습니다. 이는 수익 잠재력을 높이려는 모든 사람을 위한 최고의 솔루션입니다. 지금 사용해보시고 이것이 왜 시장에서 가장 빠르고 쉬운 무역용 복사기인지 알아보세요! 팁: 여기 에서 데모 계정에서 Local Trade Copier EA MT4 데모 버전을 다운로드하여 사용해 볼 수 있습니다. 다운로드한 무료 데모 파일을 MT4 >> File >> Open Data Folder >> MQL4 >> Experts 폴더에 붙여넣고 터미널
Trade Assistant MT4
Evgeniy Kravchenko
4.42 (193)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 추가 자료 및 지침 설치 지침 - 애플리케이션 지침 - 데모 계정용 애플리케이션 평가판 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용자 정의, % AB 이전 일, % AB
Trade Manager EA에 오신 것을 환영합니다. 이 도구는 거래를 보다 직관적이고 정확하며 효율적으로 만들기 위해 설계된 궁극적인 리스크 관리 도구 입니다. 단순한 주문 실행 도구가 아닌, 원활한 거래 계획, 포지션 관리 및 리스크 제어를 위한 종합 솔루션입니다. 초보자부터 고급 트레이더, 빠른 실행이 필요한 스캘퍼에 이르기까지 Trade Manager EA는 외환, 지수, 상품, 암호화폐 등 다양한 시장에서 유연성을 제공합니다. Trade Manager EA를 사용하면 복잡한 계산은 이제 과거의 일이 됩니다. 시장을 분석하고 진입, 손절 및 익절 수준을 차트의 수평선으로 표시한 후 리스크를 설정하면, Trade Manager가 이상적인 포지션 크기를 즉시 계산하고 SL 및 TP 값을 실시간으로 표시합니다. 모든 거래가 간편하게 관리됩니다. 주요 기능: 포지션 크기 계산기 : 정의된 리스크에 따라 거래 크기를 즉시 결정합니다. 간단한 거래 계획 : 진입, 손절, 익절을 위한
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
Copy Cat More Trade Copier MT4 (복사 고양이 MT4) 는 단순한 로컬 트레이드 카피어가 아니라, 오늘날의 거래 환경을 위해 설계된 완전한 리스크 관리 및 실행 프레임워크입니다. Prop Firm 챌린지부터 개인 계좌 관리까지, 강력한 실행력, 자본 보호, 유연한 설정, 고급 거래 처리 기능을 통해 모든 상황에 적응합니다. 이 카피어는 Master(송신자) 와 Slave(수신자) 모드 모두에서 작동하며, 실시간으로 시장가/지정가 주문, 거래 수정, 부분 청산, Close By 작업을 동기화합니다. 데모 및 실계좌 모두 호환되며, 거래용 비밀번호 또는 투자자 비밀번호로도 사용할 수 있습니다. Persistent Trade Memory 기술을 통해 EA, 터미널, VPS가 재시작되더라도 거래가 복원됩니다. 여러 Master와 Slave를 동시에 관리할 수 있으며, 브로커 간 차이는 접두사/접미사 자동 감지 또는 심볼 매핑으로 처리됩니다. 매뉴얼/설정: Copy C
Crystal Trade Manager PRO – MT4 고급 리스크 및 트레이드 관리 시스템 무료 버전: https://www.mql5.com/en/market/product/150632 개요 Crystal Trade Manager PRO(CTM)는 MetaTrader 4를 위한 전문급 거래 실행 및 리스크 관리 유틸리티입니다. 엄격한 실행, 견고한 자본 보호, 그리고 똑똑한 자동화를 필요로 하는 트레이더를 위해 설계되었습니다. 본 시스템은 계좌 리스크를 관리하고, 자본(EQ)을 보호하며, 일일 제한을 적용하고, SL/TP를 자동으로 설정하며, 전문급 기능을 갖춘 초고속 원클릭 트레이딩 패널을 제공합니다. Prop Firm 챌린지, 데이트레이딩, 스캘핑, 포트폴리오 매니저에게 최적화되어 있습니다. MT5 버전도 제공됩니다. 주요 기능 1. 고급 리스크 및 드로우다운 보호 기능 하루 드로우다운을 1%~70% 범위에서 설정 가능 설정한 한도를 초과할 경우 모든 포지션 즉시 종료 조건
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.65 (66)
MetaTrader 4용 트레이드 복사기.       모든 계정의 외환 거래, 포지션, 주문을 복사합니다. 그것은 최고의 무역 복사기 중 하나입니다       MT4 - MT4, MT5 - MT4       위해       카피롯 MT4       버전(또는       MT4 -  MT5   MT5 - MT5       위해       카피롯 MT5       버전). MT5 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 복사기   버전         MetaTrader 5   터미널 (   МТ5 - МТ5, МТ4 - МТ5   ) -   Copylot Client MT5 고유한 복사 알고리즘은 마스터 계정에서 고객 계정으로 모든 거래를 정확하게 복사합니다. 이 제품은 또한 높은 작동 속도에서 높은 오류 처리로 유명합니다. 강력한 기능 세트. 프로그램은 여러 터
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copier는 거래 계정 간의 거래를 복사하고 동기화하도록 설계된 전문 유틸리티입니다. 복사는 공급자의 계정/단말기에서 동일한 컴퓨터 또는 vps에 설치된 수신자의 계정/단말기로 발생합니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 주요 기능 및 이점: 복사기는 "МТ4> МТ4", "МТ4> МТ5", "МТ5> МТ4" 복사를 지원합니다. 복사기는 데모 계정 > 실 계정, 실 계정 > 데모 계정, 데모 계정 > 데모 계정 및 실제 계정 > 실 계정 복사를 지원합니다. 복사기는 읽기 전용 암호가 적용된 투자자 계정에서 복사를 지원합니다. 하나의 공급자 터미널은 여러 수신 터미널로 트랜잭션을 보낼 수 있고 하나의 수신 터미널은 여러 공급자 터미널에서 트랜잭션을 수신할 수 있습니다. 복사기는 귀하 또는 귀하의 고문이 거래하는 동일한 터미널에서 작동할 수 있습니다. 높은 복사 속도(0.5초 미만). 복사기에는 간편
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
TradePanel MT4
Alfiya Fazylova
4.85 (92)
Trade Panel은 다기능 거래 보조원입니다. 이 애플리케이션에는 수동 거래를 위한 50개 이상의 거래 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 전략 테스터에서는 애플리케이션이 작동하지 않습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 거래. 한 번의 클릭으로 거래 작업을 수행할 수 있습니다: 자동 위험 계산을 통해 지정가 주문 및 포지션을 엽니다. 한 번의 클릭으로 여러 주문과 포지션을 열 수 있습니다. 주문 그리드를 엽니다. 그룹별 대기 주문 및 포지션을 마감합니다. 포지션 반전(매수 청산 후 매도 개시 또는 매도 청산 후 매수 개시). 포지션 고정(매수 포지션과 매도 포지션의 양을 동일하게 하는 추가 포지션 개설). 한 번의 클릭으로 모든 포지션을 부분 청산합니다. 모든 포지션의 이익실현과 손절매를 동일한 가격 수준으로 설정합니다. 모든 포지션에 대한 손절매를 해당 포지션의 손익 분기
Equity Protect Pro: 안심 거래를 위한 종합 계좌 보호 전문가 계좌 보호, 자산 보호, 포트폴리오 보호, 다중 전략 보호, 수익 보호, 수익 확보, 거래 보안, 위험 관리 프로그램, 자동 위험 관리, 자동 청산, 조건부 청산, 예약 청산, 동적 청산, 추적 손절매, 원클릭 종료, 원클릭 청산, 원클릭 복원 등의 기능을 찾고 있다면 Equity Protect Pro가 바로 필요한 프로그램입니다. 설정이 간편하고 사전 설정된 조건이 충족되면 모든 차트를 닫을 수 있으며 신호 구독 취소도 지원합니다(이는 모든 거래 프로그램도 중지됨을 의미합니다). 이 시점에서 새로운 주문이 생성되지 않으며 최종적으로 모든 주문이 종료되어 예상치 못한 손실을 효과적으로 방지하고 안심하고 거래할 수 있습니다. Equity Protect Pro Demo Version for yo u to test   Equity Protect Pro MT4 Demo.ex4 Equity Protect Pro M
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
일별 및 주별 마감 거래 내역, 현재 진행 중인 거래, 외환 노출을 한 차트에서 즉시 확인하세요! 히트맵을 사용하여 수익성 있는 거래와 거래 포트폴리오 내에서 현재 하락이 있는 위치를 파악하세요. 빠른 마감 버튼 빠른 마감 버튼을 사용하여 단일 심볼에 대한 모든 거래를 마감하거나, 개별 거래를 전체적으로 마감하거나, 버튼을 클릭하여 일부 수익 또는 손실을 실현하세요. 더 이상 목록에서 거래를 찾아 거래의 일부를 마감하는 방법을 알아낼 필요가 없습니다. 대시보드는 외환 쌍을 거래하는 동안 각 통화 심볼에 대한 현재 노출도 표시하므로 주요 뉴스 이벤트에 앞서 과도하게 노출될 수 있는 영역을 파악하는 데 도움이 됩니다. 버튼을 사용하여 뉴스가 나오기 전에 노출을 즉시 빠르게 줄이거나, 이미 뉴스가 발생하여 수익을 창출한 경우 클릭 한 번으로 빠르게 수익을 확보할 수 있습니다! 진행 중인 거래 히트맵 거래 히트맵은 달러 비용 평균화를 사용하여 거래의 확장 및 축소를 수행하는 포지션 거
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
Ultimate MT4 to Telegram (UMT) sends controlled trades (via symbol, magic, comment) to your telegram channel. It sends open and closed trades, including pending orders and TP/SL modifications, along with chart screenshots, to any telegram channel. Additionally, you can send trade reports of open trades and summary profit/pip reports for day, week, or month. You can customize the design of the trade actions or reports with variables and emoticons.  A beautiful panel allows you to visualize all t
Risk/Reward Tool은 MetaTrader 4에서 거래를 계획, 시각화 및 실행하는 방식을 혁신하도록 설계된 전문가급 Expert Advisor입니다. 정밀한 리스크 관리를 중시하는 재량 트레이더이든, 거래 설정을 시각적으로 테스트해야 하는 전략 개발자이든, 이 도구는 우아하고 직관적인 인터페이스에서 필요한 모든 것을 제공합니다. 기본적인 포지션 계산기와 달리, Risk/Reward Tool은 시각적 거래 계획을 즉각적인 실행 기능, 실시간 손익 모니터링 및 포괄적인 거래 관리 기능과 결합합니다. 이 도구는 MT4 전략 테스터와 완전히 호환되어 실제 자본을 위험에 빠뜨리지 않고 거래 전략을 연습하고 접근 방식을 개선할 수 있습니다. 도구의 전체 매뉴얼은 여기에서 확인할 수 있습니다: https://www.mql5.com/en/blogs/post/766244 MT5 version:  https://www.mql5.com/en/market/product/158601 주요 기능
MT4 to Telegram Signal Provider 는 사용하기 쉽고 완전히 사용자 정의가 가능한 도구로, 텔레그램으로 신호를 보내어 계정을 신호 제공자로 변환할 수 있습니다. 메시지 형식은 완전히 사용자 정의가 가능합니다! 그러나 간단한 사용을 위해 미리 정의된 템플릿을 선택하고 메시지의 특정 부분을 활성화하거나 비활성화할 수도 있습니다. [ 데모 ]  [ 매뉴얼 ] [ MT5 버전 ] [ 디스코드 버전 ] [ 텔레그램 채널 ]  New: [ Telegram To MT5 ] 설정 단계별 사용자 가이드 가 제공됩니다. 텔레그램 API에 대한 지식이 필요 없으며, 개발자가 필요한 모든 것을 제공합니다. 주요 기능 구독자에게 보낸 주문 세부 정보를 사용자 정의할 수 있는 기능 예를 들어 브론즈, 실버, 골드와 같은 계층 구독 모델을 만들 수 있습니다. 골드 구독은 모든 신호 등을 받게 됩니다. ID, 심볼 또는 코멘트별 주문 필터링 주문이 실행된 차트의 스크린샷을 포함 보낸
OrderManager MT4
Lukas Roth
4.73 (26)
OrderManager 소개: MT4용 혁신적인 유틸리티 MetaTrader 4용 새로운 Order Manager 유틸리티를 통해 전문가처럼 거래를 관리하세요. 단순성과 사용 편의성을 염두에 두고 설계된 Order Manager는 각 거래와 관련된 위험을 쉽게 정의하고 시각화할 수 있습니다. 이를 통해 보다 효과적인 결정을 내리고 거래 전략을 최적화할 수 있습니다. OrderManager에 대한 자세한 정보는 매뉴얼을 참조하십시오. [ 매뉴얼 ] [ MT5 버전 ] [ 텔레그램 채널 ]  New: [ Telegram To MT5 ] 주요 특징: 위험 관리: 거래의 위험을 빠르고 쉽게 정의하여 더 나은 결정을 내리고 거래 성능을 향상시킵니다. 시각적 표현: 열린 포지션을 명확하고 간결하게 이해하기 위해 거래와 관련된 위험을 그래픽으로 볼 수 있습니다. 주문 수정: 몇 번의 클릭만으로 주문을 쉽게 수정하거나 닫아, 거래 과정을 간소화하고 소중한 시간을 절약합니다. 손끝의 뉴스: 한 번
Telegram Signal pro
Sara Sabaghi
4.86 (7)
What is it? Think about it, you can send all the orders/positions info to your telegram channel or group to create your community or VIP signals on telegram. Position info means this EA forward all of your new positions open details (Open price, Open time, Position Type, position Symbol and volume), positions changes ( SL or TP modifying or pending price changes) and position close (Close price, profit or loss, position duration time) and also EA Send NEWS alert (Economic calendar event) on you
Rocket FX Trading Manager PRO Note: Once you download the manager, message me for the background files The Ultimate All-in-One Trade Management Solution for MetaTrader 4 Version:   4.5 |   Platform:   MetaTrader 4 |   Category:   Utility / Trade Manager   Overview Rocket Fx Trading Manager v4.5 is a comprehensive, all-in-one trade management system designed to transform your trading experience. This powerful utility combines   intelligent position sizing ,   multi-target order placement
This EA is fully automated , it is built based on  the method of catching the pop-up Alert event and forwarding them to Telegram Channel/Group. Parameters of the EA: -------- <EA Settings> -------- Magic Number:   The identifying (magic) number of the currently selected order. Bot name:   Name of the Expert Advisor. Allow forward Alert: Enable/ Disable Forward Alert. Do not send messages after the current time (seconds) . Number of rows to read from list (>= 4...| affect processing speed). --
Trend Line Optimizer
Evgenii Aksenov
4.11 (19)
이 추세선 프로 표시기에 대한 자동 매개 변수 최적화 프로그램입니다 쉽고 빠르게 당신은 당신의 마음에 드는 추세선 프로 표시기에 대한 최적의 매개 변수를 선택합니다. 최적화에는 몇 초 밖에 걸리지 않습니다. 최적화할 수 있는 최고의 매개변수에 대한 각 쌍고기간:진폭,TP1-TP3,stoploss 에뿐만 아니라,값은 시간을 필터 및 카테고에 필터가 역사를 선택 섹션(일) 다른 시간대를 최적화하려면 다른 범위의 히스토리가 필요합니다: M5-M15 계산 범위 매개 변수 설정(일)=60(3 개월) M30-H1 계산 범위 매개 변수 설정(일)=120(6 개월) H4 매개 변수 계산 범위 설정(일)=240(1 년) D1-W1 매개 변수 계산 범위 설정(일)=720(3 년) Mn1 매개 변수 계산 범위 설정(일)=1200(5 년) 최적화 후 매개 변수는 폴더의 기성품 세트 파일에 자동으로 저장됩니다.MQL4>Files>trendlineoptimizedsettings 최적화 유틸리티 사용
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
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
Copier4Fee Advanced
Vladimir Tkach
4.75 (16)
The utility copies trades from the signal provider accounts (master accounts, one or multiple providers) to unlimited number of receiver accounts (slave accounts).  Attention! Y ou need to use identifiers (Provider number) of the same length if you use several master copiers. For example. 1, 2, 3 or 11, 13, 22. The copying can be set in the opposite direction. The comments with all the recently performed actions are displayed on the screen to monitor the utility actions in slave mode. To avoid p
AW Grids Maker
AW Trading Software Limited
4.33 (3)
"AW_Grids_Maker"는 보류 중인 주문으로부터 그리드를 구축하는 데 사용됩니다. 이 유틸리티는 범용적이며, 유연한 설정과 직관적인 패널 인터페이스를 제공합니다. 이 프로그램은 필요한 단계를 거쳐 STOP 및 LIMIT 주문으로부터 네트워크를 구축하며, 포지션 볼륨 배수를 사용합니다. MT5 버전 -> 여기 / 문제 해결 -> 여기 장점: 모든 유형의 보류 주문을 사용합니다. 간단하고 유연한 구성. 잘 디자인되고 다기능적인 유틸리티 패널입니다. 잘 고안된 정보 모듈 작업의 특징: 피라미딩, 클래식 평균 또는 마팅게일에 적합합니다. 그리드 개설, 주문 추적 및 마감을 자동화합니다. 이는 거래 시스템의 필수적인 부분이 될 수도 있고 독립적인 전략이 될 수도 있습니다. 조정 가능한 거리와 거래량을 통해 모든 유형의 주문 네트워크를 구축하면 계수가 증가합니다. 패널에 대한 자세한 설명: 트레이더는 "Open_Buy" 버튼을 사용하여 보류 중인 매수 지정가 주문과 매수 정지 주문을
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
Exp4 Duplicator
Vladislav Andruschenko
4.5 (22)
Expert Advisor   는   귀하의 계정 MetaTrader 4   에서 사전 설정된 횟수만큼 거래 및 포지션을 반복하거나 신호를 보냅니다. 수동으로 또는 다른 Expert Advisor에 의해 열린 모든 거래를 복사합니다. 신호를 복사하고 신호에서 로트를 늘립니다   ! 다른 EA의 수를 늘립니다. 다음 기능이 지원됩니다: 복사된 거래에 대한 사용자 지정 로트, 손절매 복사, 이익 실현, 후행 정지 사용. MT5 버전 전체 설명 +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 연결 MetaTrader용 무역 복사기는 여기에서 사용할 수 있습니다:   COPYLOT 주목 참고: 터미널 간 거래를 위한 복사기가 아닙니다. 전략 테스터에서 Expert Advisor를 테스트하고 비주얼 모드에서 EAPADPRO 도구 모음과 거래할 수 있습니다! 1개의 통화 쌍에 EA를 설치하는 것
Custom Alerts: 여러 시장을 동시에 모니터링하고 중요한 기회를 놓치지 마세요 개요 Custom Alerts 는 여러 종목에 걸쳐 잠재적 트레이딩 기회를 한눈에 파악하고자 하는 트레이더를 위한 동적인 솔루션입니다. FX Power, FX Volume, FX Dynamic, FX Levels, IX Power와 같은 Stein Investments의 주요 도구들과 통합되어, 여러 차트를 오가거나 기회를 놓치는 일 없이 중요한 시장 변화를 자동으로 알림으로 제공합니다. 이제 브로커가 제공하는 모든 자산군을 지원하며, 기호를 입력할 필요 없이 자산 유형만 선택하면 설정이 완료됩니다. 1. Custom Alerts가 트레이더에게 매우 유용한 이유 올인원 시장 모니터링 • Custom Alerts 는 외환, 금속, 암호화폐, 지수, 주식(브로커가 지원하는 경우)까지 다양한 자산군의 신호를 수집하고 통합합니다. • 여러 차트를 전환할 필요 없이 하나의 창에서 명확한 알림을 받아보
특별 할인 – 40% 할인 고급 거래 관리자 – 더 빠르고, 더 스마트하고, 더 안전한 수동 거래를 위한 최고의 올인원 솔루션 차트엔드 거래 관리자 AI로 수동 거래를 혁신하세요. 즉각적인 주문 실행, 시각적인 거래 계획, 강력한 위험 관리 기능을 하나의 직관적인 도구에 통합한 전문가급 차트 패널입니다. 차트를 벗어나지 않고도 그 어느 때보다 빠르게 주문을 실행하고, 위험을 관리하고, 수익을 보호할 수 있습니다. 정확성과 효율성을 높이고자 하는 모든 트레이더에게 적합합니다. MT4 전략 테스터에서 위험 부담 없이 테스트해 보세요 데모 버전을 다운로드하여 모의 거래 기능을 사용해 보세요. 실제 거래에 들어가기 전에 안전한 시뮬레이션 환경에서 주문 실행 연습, 위험 관리 규칙 테스트, 전략 개선을 할 수 있습니다. 자세한 사용자 설명서 및 단계별 가이드는 다음 링크를 참조하세요. https://www.mql5.com/en/blogs/post/764217 주요 장점: 빠른 거래
KT Renko Live Chart MT4
KEENBASE SOFTWARE SOLUTIONS
KT Renko Live Chart 유틸리티는 MT5에서 Renko 차트를 생성하는 도구로, 이를 활용해 실시간 거래 또는 트레이딩 전략 분석이 가능합니다. 이 유틸리티로 생성된 Renko 차트는 대부분의 사용자 정의 인디케이터와 자동매매 EA(전문가 어드바이저)를 지원합니다. 당사의 Renko Patterns 인디케이터 및 Renko Patterns EA와 완벽하게 호환됩니다. 기능 복잡한 설정 없이 간단하고 직관적으로 MT5에서 Renko 차트를 생성할 수 있는 유틸리티입니다. 대부분의 커스텀 인디케이터 및 EA와 호환되어 100% 자동화된 트레이딩이 가능합니다. 전략 테스터를 통해 Renko 차트에서 백테스트를 수행할 수 있습니다.  Renko 캔들의 윅(꼬리)은 표시 여부를 설정할 수 있습니다. 입력 파라미터 Renko 박스 크기 (핍): Renko 차트를 생성할 때 사용할 박스 또는 블록 크기를 핍 단위로 입력합니다. 윅 표시: Renko 캔들의 윅을 켜거나 끌 수 있습
제작자의 제품 더 보기
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 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
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
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
필터:
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
11758
개발자의 답변 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
[삭제] 2022.12.07 20:46 
 

사용자가 평가에 대한 코멘트를 남기지 않았습니다

Natthachai Phiphatsart
140
Natthachai Phiphatsart 2022.02.27 10:33 
 

Good Good Good !!!!!!

[삭제] 2022.01.26 15:37 
 

사용자가 평가에 대한 코멘트를 남기지 않았습니다

Gad Benisty
11758
개발자의 답변 Gad Benisty 2022.01.26 21:51
Thanks!
리뷰 답변