• 미리보기
  • 리뷰 (1)
  • 코멘트 (4)
  • 새 소식

MT4 to Telegram

5

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

ENTRY PARAMETERS :

Bot Token : token from step 5

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

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

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

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

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

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

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

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

추천 제품
He is a very good tool, if you like him, he can be very effective to help you manage some of the orders, but not so effective every day, this depends on the market, to listen to my words, you need to open it every day, and then set a time to get up every day, he was like an alarm clock, let you every day have spirit, my products will only be released in MQL5, If you see him anywhere else, stay away from him
Save Template
Dominik Kaczorowski
A very fast way to save your chart template. Set the keyboard shortcut to further speed up the operation. The script allows you to save a template with a specific prefix, with the current date or with the chart timeframe. The symbol is saved automatically. Script parameters: Prefix - prefix for the template name. Can be empty. With date - true = template name will containt current date With timeframe - true = template name will containt timeframe of the current chart
FREE
This indicator will allow you to quickly go to the chart section that interests you, without unnecessary time costs. pt_shift - step of vertical scrolling; ButtonsHeight - button height; ButtonsWidth - button width; ButtonsColor - color of buttons; ButtonsBordersColor - button border color; Font - font; TextColor - button text color; TextSize - button text size; ButtonsBack - buttons in the background; ButtonsSelection - select buttons for movements; ButtonsHidden
Script to calculate equity and balance at a specific date and time.  This script makes up for a lack of MetaTrader account history, that does not show how the balance and equity changes in time. Balance calculation includes closed orders only. Equity calculation includes orders closed before and orders that are still open at the specified time. Example: date and time set to 2020/07/06 00:00. If I had a Buy 1 lot EURUSD position opened at price 1.12470 on the 2020/07/02, the program woul
FREE
Night Scalper EA Lite
Robots4Forex Ltd
2.33 (3)
The Night Scalper EA Lite is a fully automated Expert Advisor that trades at night and relies on price reversion. The EA trades using market orders and has the option to use time averaging to improve performance. This EA works best on EURUSD using the M5 timeframe, but will also work on AUDUSD, GBPUSD, NZDUSD, USDCAD, USDCHF and likely many more. A VPS is advisable when trading this system and a low spread and commission based broker is best. Check the comments for back test results and optimiz
FREE
VR Money Flow Free
Kenneth Parling
4.5 (2)
Introduction Virtual Money Flow free - Lightweight free trading robot based on Money Flow index. Orders set with ISL and take profit is virtual. Equipped with trailing stop and limited money management. How to? Any account type,leverage and time frame Works only on currency pair   EURUSD, optimizations needed in regualar intervals You can start with as low as   $20-50   based on leverage   500 This is  not  a   scalper and trades can therefore be less frequent, be patient! Limited contract size
FREE
Close by percentage MT4
Konstantin Kulikov
4.86 (7)
Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
FREE
Скрипт используется для сбора статистики по переходам цены между уровнями сетки, размер которой задается в настройках (смотрите индикатор Transitions between levels ). Данные записываются в CSV файл. Есть два режима сбора статистики: SeparateTransition - учитывается каждый отдельный переход (смотрите скриншот 2). Время перехода - время, когда цена коснулась нового уровня. Accumulation - в файл записывается количество однонаправленных переходов  (смотрите скриншот 4). Например, -7 - семь пеерех
This program serves as an effective tool for sending messages through a Telegram bot using the MetaTrader platform. It enables you to send your trading recommendations related to the orders you open on the trading platform directly to your Telegram channel or group. These messages may include details about open trades and can be accompanied by illustrative images of the orders. Alternatively, they can be configured to be without images based on your preferences. This means that if you are the o
FREE
ATTENTION: the utility cannot work in the Strategy Tester, if you want to try the demo version for free for a week, or have any questions, write me an email! You can find my address on my user profile. TrendLine Auto Executor   is a software capable of identifying the trendlines you have drawn on the chart and opening orders as soon as they are touched or exceeded. The software allows you to manage two orders at a time for each chart by tracking two groups of trendlines, one for each order, an
#property copyright "小天" #property link      " https://www.mql5.com " #property version   "2.01" #property strict #property description "test" input int hlength=85; input int vlength=25; input int DX=-340; input int DY=-80; input string InpDirectoryName="Data"; // directory name input double lots_default=1; input int    pc_times_default=2; input double deposit_minimal=1; input double floating_loss_percent=0.1; input double margin_occupied=0.2;   input int    tradingnumber=1;//控制买卖交易数量  in
FREE
"SimSim Expert Assistant" утилита для сопровождению сделок трейдера в терминале МТ4. Утилита бесплатная, пользуйтесь. Кроме того, утилита открывает сделки по сигналам индикаторов SimSim Trading (через глобальные). Параметр индикатора "Signal shaping for SimSim Expert Assistan" указывает на это. Как работать с утилитой. Expert Assistant работает в терминале МТ4 и устанавливается в папку Expert, в утилите нет ни одного параметра при старте. Все параметры находятся в списке глобальных переменных
FREE
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
2.5 (2)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame a
FREE
Plot History Mt4는 전문 고문이 수행하는 거래 터미널 및 계정의 거래 기록을 분석하는 거래자에게 없어서는 안될 스크립트입니다. 분석 방법은 스크립트가 실행되는 기호 다이어그램과 매직 넘버, 한 명 이상의 전문가가 사용하는 모든 매직의 특정 또는 완전한 분석을 기반으로 합니다. 스크립트는 거래 데이터를 분석하고 차트에 플롯하고 전문가 로그에 자세한 거래 정보를 인쇄하고 분석된 데이터를 csv로 내보낼 수 있습니다. 메타 트레이더 5 버전 대신 mt5 버전을 선호하는 경우   https://www.mql5.com/en/market/product/27038 스크립트의 장점 계정에 사용된 하나 또는 모든 마법을 분석하는 기능 모든 거래 데이터를 csv 파일로 내보내기 차트에 모든 거래, 진입 및 퇴장을 표시합니다. 이것은 무엇을 플롯할지 여부와 같이 설정할 수 있습니다. 전문가 로그에 자세한 거래 정보 인쇄 계정 거래 분석을 수행하는 방법 먼저 분석하려는 기호를 선택한 다음
Description Bulls CD LTB (Bulls Convergence/Divergence Low Top Bottom) is a universal analytical bulls convergence/divergence indicator between a financial instrument and any of the twenty two standard indicators included in МT4 package. The indicator is the second out of the two possible versions (LBT and LTB) of the bullish convergence/divergence origins. Due to its multiple use feature, the indicator allows you to find convergences/divergences between the price and various standard indicators
Trend Catcher with Alert
Issam Kassas
4.8 (44)
트렌드 캐쳐: 알림 인디케이터와 함께 하는 트렌드 캐쳐 전략은 시장 트렌드와 잠재적인 진입 및 체크 포인트를 식별하는 데 도움이 되는 다목적 기술 분석 도구입니다. 이는 시장 상황에 적응하여 트렌드 방향을 명확하게 시각적으로 표현하는 동적 트렌드 캐쳐 전략을 제공합니다. 트레이더는 선호도와 위험 허용도에 맞게 매개변수를 사용자 정의할 수 있습니다. 이 인디케이터는 트렌드 식별을 지원하고 잠재적인 반전을 신호로 제공하며 트레일링 스탑 메커니즘으로 작동하며 실시간 경고를 제공하여 신속한 시장 대응을 돕습니다. 특징: - 트렌드 식별: 상승 트렌드와 하락 트렌드를 신호합니다. - 트렌드 반전: 양봉 색상이 상승에서 하락으로 변경되거나 그 반대의 경우 잠재적인 반전을 경고합니다. - 실시간 경고: 새로운 트렌드 식별을 위한 경고를 생성합니다. 추천사항: - 통화 및 페어: EURUSD, AUDUSD, XAUUSD 등... - 시간 프레임: H1. - 계정 유형: 모든 E
FREE
Historical and positioning trade volume calculator. Especially designed for trader who trade cryptos and familiar with the rules of Exchange. [IMPORTANT] Be sure load the historical orders in `Account History` tab for this tools to calculate properly.  - Just right click in `Account History` tab -> `Custom Period` -> Select the period you'd like it to calculate with. I've met some friends always want to know how their traded values and want to display them on chart. Here I represent to you
This utility binds each created graphical object to the chart symbol. Binding is performed by adding a symbol prefix to a graphical object name. Later, after you change the symbol on the chart, it provides displaying only the objects binded to the current symbol and all other objects become hidden. Parameters Ignore objects with prefix - the indicator will skip graphical objects with the specified prefix in their names. Note: demo version from the market is limited to strategy tester and canno
FREE
A Utility used for accounts with multiple open positions with Magic numbers added via Expert Advisors or manually. The Utility closes specific Magic number open positions when a certain profit in currency $ has been reached. The Utility also closes specific Magic numbers open positions with a break-even feature when the Expert Advisors or manually a certain amount of open positions has been placed. The Utility also closes all buy stops and sell stops when the "Take profit sum $" has been reache
FREE
Royal GER30
Hossein Davarynejad
5 (3)
Royal Ger30  This Expert Working On High Time Farm H1 , H4  the Expert can Analyze The Daily and weekly Trend of the Market and  Open Trade on H1 or H4  Trade have Not SL but have Recovery Lot size  Minim Deposit  1k  Fix Lot 0.01 For EightCap Broker because you can Trade with 0.01 on Stocks    Best Time = H1 Make sure to  Add Set File  Symbol GER30,GER Cash , DE40, DE30  on Eightcap  Broker  No need Set File  this Expert Have Auto Set File 
FREE
Сервис Бот MONEY CONTROLLER (MN Controller) представляет собой вспомогательную программу, разработанную на языке программирования MQL4, предназначенную для использования в торгово-аналитической платформе Metatrader 4 компании MetaQuotes Ltd. Бот имеет защиту и будет работать только на том торговом счёте, для которого вы приобрели лицензию. Использование на других счетах невозможно. Убедитесь что номер лицензии бота совпадает с номером торгового счёта на которым вы его устанавливаете. Основные фу
FREE
Extremum Reverse Bar
Yurij Izyumov
3.55 (11)
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
PnL Calendar MT4
Keni Chetankumar Gajanan -
Monitoring your trades over time helps you build up your account balance and shows when you miss your goals. Viewing the closed trades of a symbol on the chart can help you adjust your strategy for better results. Maintaining a trade book allows you to record the applied strategy and note the reason for taking each trade. It helps you to evaluate and refine strategies based on its profitability. A possibility to download the Account history as a text file with delimited fields, allows upload to
PZ Penta O MT4
PZ TRADING SLU
2.25 (4)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Vanda FX
Sayan Vandenhout
5 (2)
Vanda FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 4 great strategies The EA can be run on even a $2000
FREE
Dashboard Super MA RSI CCI Demo is the demo version of Dashboard Super MA RSI CCI, which have full functionalities of the paid version, except timeframe of MA1, MA2, RSI, and CCI has been fixed to be TF_MA1=M30, TF_MA2=H1, TF_RSI=M30, TF_CCI=M30 (full version has ability to adjust/select full range timeframe for MA1, MA2, RSI, and CCI). To access the full version, please re-direct to this LINK . Entry Signal Refer to screenshot2 Make sure completing the following action items to make this da
FREE
Modify SELL orders
Hafis Mohamed Yacine
Modify SELL orders v1.0    Managing Orders   During trading, you may need to modify   orders, i.e.   to change stop levels or  take profit. This can be done with one click with  the script Modify SELL orders v1.0 The script modifies all orders (market )  with specified Take Profit and Stop Loss.(pip or price) If the take profit or(and) stop loss is incorrect, then the value is not changed. Parameters script : Take Profit (PIP) Stop Loss (PIP) Take Profit (price) Stop Loss (price)
VolatilityHunter VolatilityHunter is an intelligent expert advisor that records unusually high movement bars to csv file. VolatilityHunter's generated csv file can be found in: Files/VolatilityHunter/{BROKER_NAME}/{PAIR_NAME} [{TIME_FRAME}].csv Afterwards it is possible to compare csv data with economic calendar such as: https://www.investing.com/economic-calendar/ for further analysis. RECOMMENDATIONS: Use history ticks data converted to GMT time zone.
Copy MT4 copier Demo
Andriy Motuzka
1.5 (2)
Demo version of the paid product - Copy MT4 copier , limited to lot size of 0.01 Universal copier of deals from MetaTrader 4 to MetaTrader 4 ( MT5<->MT5 version is available ; with both versions, you can copy MetaTrader 5<->MetaTrader 4, MetaTrader 4<->MetaTrader 5, MetaTrader 5<->MetaTrader 5, MetaTrader 4<->MetaTrader 4). Spread filter. Select the best price (start copying positions with a profit or loss). Configure the lot size, fixed or ratio-based (provider signals can be copied with an inc
FREE
이 제품의 구매자들이 또한 구매함
Trade Assistant MT4
Evgeniy Kravchenko
4.46 (181)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 주의, 응용 프로그램은 전략 테스터에서 작동하지 않습니다. Manual, Description, Download demo 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용
가격이 순식간에 변할 수 있는 시장에서 주문은 가능한 한 간단해야 한다고 생각하십니까? Metatrader에서는 주문을 열 때마다 시작 가격, 손절매 및 이익실현 및 거래 규모를 입력하는 창을 열어야 합니다. 금융 시장 거래에서 자본 관리는 초기 예금을 유지하고 곱하기 위해 필수적입니다. 따라서 주문을 하고 싶을 때 얼마나 큰 거래를 열어야 하는지 궁금할 것입니다. 이 단일 거래에서 위험을 감수해야 하는 예치금의 비율은 얼마입니까? 이 거래에서 얼마나 많은 이익을 얻을 수 있으며 위험 대비 이익 비율은 얼마입니까? 거래 규모를 설정하기 전에 거래 규모가 어떻게 되어야 하는지에 대한 질문에 대한 답을 얻기 위해 필요한 계산을 수행합니다. 이 모든 작업을 자동으로 수행하는 도구가 있다고 상상해 보십시오. 차트를 열고 시장 분석을 하고 진입점, 방어점(손절매) 및 목표(이익 실현)를 수평선으로 표시하고 마지막에 위험 수준을 정의합니다. 이 거래에서 감당할 수 있는 가용 자본의 %로, 이
TradePanel MT4
Alfiya Fazylova
4.91 (87)
Trade Panel은 다기능 거래 보조원입니다. 이 애플리케이션에는 수동 거래를 위해 설계된 50개 이상의 기능이 포함되어 있어 대부분의 거래 작업을 자동화할 수 있습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 애플리케이션의 주요 기능: 모든 거래 수단(Forex, CFD, 선물 및 기타)과 함께 작동합니다. 무제한 거래 수단(기호)과의 동시 작업 거래당 위험도 자동 계산 및 이익실현 크기에 대한 손절매 비율 설정 "OCO-order"(하나가 다른 하나를 취소함) 작업과 함께 차트에 선을 설정할 수 있습니다(포지션 열기, 보류 중인 주문 열기 또는 그룹별 주문 닫기). 가상의 이익실현 및 손절매를 설정할 수 있습니다. 위치를 뒤집거나 잠글 수 있습니다. 6가지 유형의 후행 정지 손절매를 손익분기점으로 이동시키는 기능이 있습니다. 포지션 부분 청산(손익 일부 청산) 기능이 있습니다. 가격이 지정된 라인에 닿으면 알립니
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
거래 관리자는 위험을 자동으로 계산하는 동시에 거래를 빠르게 시작하고 종료하는 데 도움을 줍니다. 과잉 거래, 복수 거래 및 감정 거래를 방지하는 데 도움이 되는 기능이 포함되어 있습니다. 거래를 자동으로 관리할 수 있으며 계정 성과 지표를 그래프로 시각화할 수 있습니다. 이러한 기능은 이 패널을 모든 수동 거래자에게 이상적으로 만들고 MetaTrader 4 플랫폼을 향상시키는 데 도움이 됩니다. 다중 언어 지원. MT5 버전  |  사용자 가이드 + 데모 트레이드 매니저는 전략 테스터에서 작동하지 않습니다. 데모를 보려면 사용자 가이드로 이동하세요. 위기 관리 % 또는 $를 기준으로 위험 자동 조정 고정 로트 크기 또는 거래량과 핍을 기반으로 한 자동 로트 크기 계산을 사용하는 옵션 RR, Pips 또는 Price를 사용한 손익분기점 손실 설정 추적 중지 손실 설정 목표 달성 시 모든 거래를 자동으로 마감하는 최대 일일 손실률(%)입니다. 과도한 손실로부터 계정을 보호하고 과도한
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.66 (67)
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 고유한 복사 알고리즘은 마스터 계정에서 고객 계정으로 모든 거래를 정확하게 복사합니다. 이 제품은 또한 높은 작동 속도에서 높은 오류 처리로 유명합니다. 강력한 기능 세트. 프로그램
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
-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
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
Trade Assistant GS
Vasiliy Strukov
5 (33)
거래 패널은 주문 관리로 제한됩니다. 버튼을 사용하여 열거나 사용자가 열 수 있습니다. 컬렉션에서 간단하고 편리합니다. 모든 구매자를 보완합니다. Gold Stuff 표시기와 함께 사용하는 것이 좋습니다. 단일 주문으로 거래를 설정하고 거리가 있는 그리드를 구축하십시오. 표준 그리드를 만들려면 10000과 같이 큰 거리를 설정하기만 하면 됩니다. 실시간 결과는 여기에서 볼 수 있습니다. 설정 및 개인 보너스를 받으려면 구매 후 즉시 저에게 연락하십시오!   설정 새 시리즈 열기 - 새 주문 시리즈의 온/오프 시작. Lot miltiplier - 다음 주문에 대한 로트 승수. TP - 핍으로 이익을 얻습니다. SL - 손절매, 첫 주문부터 핍 단위. 트레일 시작 - 트레일링 스톱 활성화. 트레일 스텝 - 트레일링 스톱을 활성화할 때 가격으로부터의 거리. DD 감소 알고리즘 - 수익이 있는 마지막 주문이 손실이 있는 첫 번째 주문 시리즈와 마감될 때 손실 감소 알고리즘입
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrade
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
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
당신이 멤버인 어떤 채널에서든(비공개 및 제한된 채널 포함) 신호를 직접 MT4로 복사하세요.  이 도구는 사용자를 고려하여 설계되었으며 거래를 관리하고 모니터하는 데 필요한 많은 기능을 제공합니다. 이 제품은 사용하기 쉽고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용하십시오! 사용자 가이드 + 데모  | MT5 버전 | Discord 버전 데모를 시도하려면 사용자 가이드로 이동하십시오. Telegram To MT5 수신기는 전략 테스터에서 작동하지 않습니다! Telegram To MT4 특징 한 번에 여러 채널에서 신호를 복사합니다. 비공개 및 제한된 채널에서 신호를 복사합니다. Bot 토큰이나 채팅 ID가 필요하지 않습니다(필요한 경우 계속 사용할 수 있음). 위험 % 또는 고정된 로트를 사용하여 거래합니다. 특정 심볼을 제외합니다. 모든 신호를 복사할지 복사할 신호를 사용자 정의할지 선택합니다. 모든 신호를 인식하
Trade Copier Pro
Vu Trung Kien
4.6 (15)
Trade Copier Pro is a tool to copy trade remotely between multiple MT4/MT5 accounts at different computers/locations over internet. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be able to receive the signal after that
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.88 (60)
한 번의 클릭으로 거래할 수 있는 거래 패널.   위치 및 주문 작업!   차트 또는 키보드에서 거래. 거래 패널을 사용하면 차트에서 클릭 한 번으로 거래하고 표준 MetaTrader 컨트롤보다 30배 빠르게 거래 작업을 수행할 수 있습니다. 거래자의 삶을 더 쉽게 만들고 거래자가 훨씬 빠르고 편리하게 거래 활동을 수행할 수 있도록 도와주는 매개변수 및 기능의 자동 계산. 차트의 무역 거래에 대한 그래픽 팁 및 전체 정보. MT5 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 열기 및 닫기, 반전 및 잠금, 부분 닫기/오토로트. 가상/실제 손절매/이익 실현/후행 정지/손익분기점, 주문 그리드 .... MetaТrader 4   의 주요 요청 거래 제어판   : 구매, 판매, 구매 중지, 구매 제한, 판매 중지, 판매 제한, 닫기, 삭제, 수정, 후행 중지,
The Expert Advisor will help you forward all pop-up alert with screenshot from  MetaTrader 4 to Telegram channel/ group, also forward all notifications to Telegram. Parameters  -  Telegram Bot Token - create bot on Telegram and get token.  -  Telegram Chat ID  - input your Telegram user ID,  group / channel ID  -  Forward Alert - default true, to forward alert.  -  Send message as caption of Screenshot - default false, set true to send message below Screenshot  How to setup and guide  - Telegram
Custom Ultimate Sniper Dashboard
Hispraise Chinedum Abraham
5 (2)
이 맞춤형 Ultimate Sniper 대시보드는 원래 Ultimate Sniper 대시보드 지표에 대한 EA 업그레이드입니다. 최대 98개의 서로 다른 알고리즘과 함께 작동하여 작업하는 자산 클래스에 대한 추세의 진정한 특성을 포착합니다. 이는 몇 달 동안 대부분의 고객으로부터 받은 많은 제안과 조언에 대한 직접적인 응답입니다. 이 사용자 정의 버전은 완전히 사용자 정의할 수 있습니다. 98개의 개별 맞춤형 알고리즘으로 구동됩니다. 매우 멋진 시각적 인터페이스로 모든 쌍 또는 기간에 대한 전체 시장 추세를 쉽고 자신 있게 따를 수 있습니다. 텔레그램에 실시간 알림을 보낼 수 있습니다. 거래 쌍에 따라 자신의 인덱스를 만들 수 있습니다. 휴대폰으로 실시간으로 알림을 보낼 수 있으므로 움직임이 설정되고 있음을 알기 위해 PC에 있을 필요가 없습니다. 입력 설정에서 8개의 인덱스를 설정할 수 있습니다. 알림을 받을 인덱스 및 기간을 설정할 수 있습니다. 인터넷 연결이 감지되지 않으면 경
MT4 to Discord
Trinh Dat
4.29 (7)
The Expert Advisor will send notifications via Discord when orders are opened/modified/closed on your MetaTrader 4 account. - Send message and screenshot to Discord group/channel.  - Easy to customize message.  - Support custom message for all languages - Support full Emoji.  - Send report Daily, Weekly, Monthly ( must show all history of orders ) Parameters - Discord url Webhook - create webhook on your Discord channel. - Magic number filter - default all, or input magic number to notify with
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
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
TakePropips TradePad Pro
Eric John Pajarillaga Aldana
5 (4)
TakePropips TradePad Pro 에는 강력한 거래 관리자, 통화 강도 측정기, 계정 보고 도구, 위험 관리 도구 등이 포함되어 있습니다! 그것은 당신이 만나게 될 가장 진보된 외환 거래 관리자이자 거래 도우미 중 하나입니다! 보다 효율적인 무역 거래 관리 방법을 원하는 트레이더를 위한 완벽한 솔루션입니다. 다음 블로그 게시물에서 사용 설명서를 다운로드할 수 있습니다.   https://www.mql5.com/en/blogs/post/751180 Strategy Tester에서 이 거래 시스템을 테스트할 수 있습니다(비주얼 모드 활성화). 실시간 차트에서 테스트하고 싶다면 저에게 메시지를 보내 7일 평가판을 받을 수도 있습니다. 자세한 내용은 설명 아래에 비디오 자습서도 제공됩니다. 질문이 있거나 도움이 필요한 경우 언제든지 저에게 연락해 주시면 기꺼이 도와드리겠습니다. TradePad Pro는 모든 Forex 쌍, 금속, 상품, 지수 및 암호화폐에서 작동합니다.
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
ADAM for FTMO 40
Vyacheslav Izvarin
ADAM EA Special Version for FTMO  Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------------------------------------------------
Unlimited Trade Copier Pro is a tool to copy trade remotely between multiple MT4/MT5 accounts at different computers/locations over internet. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be able to receive the signal
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
Notify To Telegram MT4 Expert Advisor will send notifications via Telegram when orders are opened/modified/closed on your MetaTrader 4 account.  Send message to person, channel or group chat.  Easy to customize message.  Support custom message for all languages. Support full Emoji.  Parameters: Telegram Bot Token - create bot on Telegram and get token. Telegram Chat ID  - input your Telegram user ID, group / channel ID Magic number filter - default all, or input magic number to notify with co
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt4 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator Video tutorials, manuals, DEMO download   here .  Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extender or
News Trader Pro
Vu Trung Kien
4.41 (17)
News Trader Pro is a unique robot that allows you to trade the news by your predefined strategy. It loads every piece of news from several popular Forex websites. You can choose any news and preset the strategy to trade it, and then News Trader Pro will trade that news by selected strategy automatically when the news comes. News release gives opportunity to have pips since the price usually has big move at that time. Now, with this tool, trading news becomes easier, more flexible and more exciti
[跟单系统] T he most friendly Copier interactive interface, the most abundant easy-to-use functions, and the best Copy solution.    EASY   : Easy to use, load and select the Master or SLAVE to use easily  FAST:   Quickly copy orders, algorithmic optimal follow-up mechanism, priority calculation of new signals, priority queue processing received special signals Multiple:   1. Support multiple signals to be sent at the same time, multiple accounts can select multiple accounts to copy at the same time
제작자의 제품 더 보기
Telegram to MT4 bridge DEMO EA is the utility for anyone who wants to COPY TRADES FROM ANY FORMAT TO MT4. This EA is capable of being modified as you want to take any trading signals from any signal provider. Join the Chat to ask questions about my product : link In order to make the EA work correctly, you need a free tool that is at your disposal in the Comment section . This free demo only sends out alerts, and is limited to 50 alerts in a row *MAIN FEATURES: EXECUTION TIME : Compared to
FREE
Telegram to MT4 bridge EA is the utility for anyone who wants to COPY TRADES FROM ANY FORMAT TO MT4. This EA is capable of being modified as you want to take any trading signals from any signal provider. Join the Chat to ask questions about my product : link In order to make the EA work correctly, you need a free tool that is at your disposal in the Comment section . *MAIN FEATURES: EXECUTION TIME : Compared to other products you might find on MQL5 market, this software has a very low exec
필터:
Ismail Shifau
29
Ismail Shifau 2019.03.08 14:23 
 

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

리뷰 답변
버전 3.0 2018.09.29
Now the demo is working, on the strategy tester every 10 period its going to send out either a modify signal or a open signal or a close signal