• 미리보기
  • 리뷰 (10)
  • 코멘트 (39)
  • 새 소식

News Trade EA MT5

4.5
제가 몇 년 동안 사용하고 있는 유용한 로봇을 소개드립니다. 반자동뿐만 아니라 자동 모드로도 사용할 수 있습니다.

본 프로그램에는 경제 캘린더의 뉴스별로 유연한 거래 설정이 포함되어 있습니다. 전략 테스터에서 확인할 수 없습니다. 진짜 작업뿐입니다. 터미널 설정에서 허용된 URL 목록에 뉴스 사이트를 추가해야 합니다. 서비스>설정 > 조언자>를 클릭합니다. "다음 URL에 대해 WebRequest 허용:" 확인란을 선택합니다. 다음을 추가합니다 (공백 삭제): https://  ec.forexprostools.com/

자동 모드 시 기본 설정 관리: https://www.mql5.com/ko/signals/1447007 . 동일한 결과를 얻으려면 임의 기간 (기간이 얼마정도인지 상관 없음)의 GBPUSD 차트에 전문가를 첨부하십시오.

이 전문가를 위해 고유 설정 세트를 만들 때 블로그의 모든 매개변수에 대한 설명을 참조하십시오: https://www.mql5.com/en/blogs/post/748545 .


기본 설정 설명


작업은 한 차트에서 GBP(GBPUSD, EURGBP, GBPJPY, GBPCAD, GBPAUD, GBPCHF)와 쌍으로 이루어집니다. GBP는 가장 변동성이 큰 통화로서 거래 수행 시 거래를 성공적으로 종료할 수 있는 더 많은 기회를 제공합니다.
  • Use_Symbols_from_Line = true;
  • Symbols_Line = GBPUSD, EURGBP, GBPJPY, GBPCAD, GBPAUD, GBPCHF.
대기 중인 오더는 GBP 외에 통화 쌍에 대한 뉴스보다 먼저 열립니다 (여러 오더가 동시에 열리지 않도록). 따라서 GBPUSD 오더는 USD 뉴스 이전에 열리며, EURGBP 오더는 EUR 뉴스 이전에, 열리며 GBPJPY 오더는 JPY 뉴스 이전에 열립니다. 중요한 뉴스가 고려됩니다.
  • News_currency_pairs = true;
  • Excluded_currency_str = GBP;
  • IncludeHigh = true.

더 많은 거래 (더 적극적인 옵션)를 얻으려면 "Excluded_currency_str" 줄을 비워두면 GBP 뉴스에서도 오더가 열립니다. 중간 중요 뉴스 IncludeMedium = true를 추가할 수도 있습니다.

대기 중인 오더는 뉴스가 게시되기 60초 전에 열립니다. 뉴스 게시 후 20초 이내에 미처리된 대기 중인 오더가 삭제됩니다.
  • SecondBeforeHigh = 60;
  • SecondAfterHigh = 20.
다음 시간에 높은 중요 및 중간 중요 정도의 연설이 예정되어 있으면 오더가 열리지 않습니다.
  • IncludeSpeaks = false;
  • SpeaksHigh = true;
  • SpeaksMedium = true.

더 많은 거래 (더 적극적인 옵션)를 얻으려면 SpeaksHigh = false 및 SpeaksMedium = false를 설정하면 연설이 오더 개시를 차단하지 않습니다.

뉴스가 게시되기 전에 사기적인 가격 움직임을 가정하므로 가격에서 2.5포인트 떨어진 위치에서 LIMIT 오더가 사용됩니다. 대기 중인 오더는 양방향 (BUY 및 SELL)으로 열립니다. 오더 중 하나가 실행되면 다른 오더는 삭제됩니다. 지정된 시간 내에 실행된 오더가 없으면 오더가 둘 다 삭제됩니다.

  • Trade_Direction = BUY_and_SELL;
  • Type_Orders = ORDERS_LIMIT;
  • Offset_from_price = 2.5.
뉴스 게시 중 변동성은 매우 다를 수 있으므로 전자동 모드에서 모든 거래에 대해 표준 SL을 사용하는 것은 비효율적입니다. 짧은 SL은 종종 발생하고 큰 SL은 잔액의 대부분을 빼앗아 가므로 큰 의미가 없습니다. SL 세트를 선호하는 경우 각 통화 쌍에 대해 개별적으로 설정을 선택하십시오(Use_Symbols_from_Line = false). 기본 설정에서 24 시간 내에 5포인트와 동일한 TP의 포지션을 마감할 수 있습니다. 하루가 지난 후에도 포지션이 마감되지 않으면 평균 오더가 열립니다 (통화 쌍당 최대 3개 포지션).
  • TakeProfit_Safety = 5;
  • StopLoss_Safety = 0;
  • Total_open_transactions = 3;
  • Min_minuts_pause_between_positions = 1440;
  • Min_pips_between_positions = 35;
  • Multiplier_of_trade_Lot = 1.5.
각 통화 쌍당 계정 잔액의 백분율로 최대 인출액을 설정할 수 있습니다. 예: Close_positions_at_percentage_of_loss = 30).

마지막 블록 "consider other positions"의 매개 변수는 다른 전문가와의 공동 작업을 위한 것입니다 (다른 매직 번호가 있는 열린 포지션에 대한 설명). 따라서 이 전문가를 전문가의 일반 프로필에 추가할 수 있습니다.


리뷰 10
Patrick
51
Patrick 2023.11.08 14:04 
 

Hello Konstantin,

it's a smart tool and was quite easy to install.

I can recommend it to any passionated trader.

Franck Martin
59124
Franck Martin 2023.05.25 17:23 
 

The seller is very available if necessary to solve the problems. I always use it to diversify my investments besides my main EA.

Nail Sharipov
423
Nail Sharipov 2023.03.27 15:43 
 

Купил 8 янв 23г. очень доволен , советник супер , продавец отзывчивый быстро решает и помогает в проблемах с советником, 5+

추천 제품
Feature 적은 변수조작으로 설치 그리고 완전 자동 거래 Break-out 전략과 Trailing을 이용한 거래 2017 - 2023 기간 동안의 실제의 기반한 틱을 이용한 연구 WINNING-RATE 91.5% AND DRAWDOWN Maximal 29% 오직 EURUSD, 1H 상황에서만 동작하고 반드시 Zero-Spread ECN 계좌를 요구합니다. 요구 사항 거래쌍 유로USD만 타임프레임 1시간만 초기 입금 권장 1000 USD 레버리지 1:100 이상 계정 제로 스프레드 ECN 계정 변수 거래 설정 MagicNumber : 고유 번호 입력 AutoLot : if true, 현재 잔고를 토대로 거래량 계산 PerLot : AutoLot true일 때, PerLot을 토대로 거래량을 계산합니다. FixedLot : AutoLot false일 때 fixedLot 거래 ExceedValue : breakout value TakeProfit :  그것은 이익의 집
Robot Manual Order Manager is a tool that allows you to automatically include Stop Loss, Breakeven, Take Profit and partials in open trades. Be it a market order or a limit order. Besides, it automatically conducts your trade, moving your stop or ending trades, according to the parameters you choose. To make your operations more effective, the Manual Orders Manager Robot has several indicators that can be configured to work on your trade. Among the options you can count on the features: Conducti
The Expert Advisor analyzes tick micro-signals and determines the direction to open a position. Micro-signals are identified by predetermined codes, which in the optimization are recorded in the settings of the bot. When a bot sees the corresponding micro-signal, it reacts to it by opening a position and its accompaniment! The bot has good predictability. You can check the work of the bot on the simulation of real history, how to configure the tester will be shown in the screenshot. Also, we sh
Modern bot
Nadiya Mirosh
The Forex trading advisor Modern bot is an automatic scalping system that opens and closes deals using a special tick analysis algorithm programmed in the code without human intervention. The main task of the ego is to instantly make a deal where a person loses time for analysis and decision making. They also automate trading, removing the emotional burden from a person and allowing you to save time. Scalping is one of the varieties of short-term strategies, moreover, the shortest of them. Usin
Introducing our Trailing Stop Tool, a powerful solution designed to enhance your trading strategy by trailing your trades based on a selected number of candles. This tool provides an advanced feature that allows you to dynamically adjust your stop loss level as the market moves in your favor, aiming to lock in profits while minimizing potential losses. With the Trailing Stop Tool, you have the flexibility to choose the number of candles you want the tool to trail. Whether you prefer a conservat
The TELEGRAM BROADCAST utility helps to instantly publish your trading in the Telegram channel. If you have long wanted to create your Telegram channel with FOREX signals, then this is what you need. ATTENTION. This is a DEMO version, it has limitations - sending messages no more than 1 time in 300 seconds PAID version:  https://www.mql5.com/en/market/product/46865 https://t.me/moneystrategy_mql TELEGRAM BROADCAST can send messages: Opening and closing deals; Placing and deleting pending
FREE
Prime Algo Mean Reversion - coded by Prime Capital Vietnam Best with XAUUSD  Strategy:  Mean Reversion   Find your best setting with the backtest before trade with a real account please. Our setting (XAUUSD): - Lot% Equity: 1 with 1000 Equity - Lot max: from 0.01 to 1 - DCA: +50 to +100 - TP: 2000 - SL: 200 - Trailing stop: 0.5 - Trailing start: 2.5 - Mean Buy and Sell: 5 - Timeframe: all timeframe - Best with spread max < 30 Important: contact us before rent/buy ------   ------   ------   -
Kaiju X EA
Michael Prescott Burney
4 (1)
UPDATED AS OF 3.17.2024 WITH NEW QUALITY CONTROL UPDATE FOR PERFORMANCE VALIDATION! Introducing Kaiju X EA, a formidable force in the forex market, meticulously designed for the USDJPY H1 chart. This Expert Advisor harnesses the volatile nature of the Yen to deliver outstanding results, reminiscent of the mythical Kaiju, known for their colossal impact. Kaiju X EA is a strategic blend of precision and power, employing an arsenal of indicators like Bulls Power, Williams' Percent Range, Moving Av
Telegram Broadcast MT5
Vladimir Gribachev
3.67 (3)
TELEGRAM BROADCAST 유틸리티를 사용하면 거래를 Telegram 채널에 즉시 게시할 수 있습니다. FOREX 신호로 자신의 Telegram 채널을 오랫동안 만들고 싶었다면 이것이 필요한 것입니다. TELEGRAM BROADCAST는 다음과 같은 메시지를 보낼 수 있습니다. 거래 개시 및 종료 대기 중인 주문의 배치 및 삭제 손절매 수정 및 준비금(라스트 오더) 손실을 막고 증명을 발동합니다. 보류 중인 주문의 활성화 및 삭제: 거래 보고서 보내기 입금 및 출금에 대한 메시지 보내기 인출 또는 이익이 N 값에 도달하면 메시지를 보냅니다. 계정 모니터링 - N분마다 통계를 보냅니다. 각 메시지에 자신의 텍스트를 추가하고 몇 분 안에 지연을 게시할 수 있습니다. 모든 메시지는 유연합니다. 유틸리티는 하나의 차트에만 설치되지만 모든 기호에서 메시지를 보냅니다. 설정에서 기호를 숨길 수 있습니다. 유틸리티 구성: 서비스 -> 설정 -> 전문가 자문 -> 다음
This EA has been developed, tested and traded live on NASDAQ M15 TF. Everything is ready for immediate use on real account. Very SIMPLE STRATEGY with only FEW PARAMETERS.  Strategy is based on  EXPANSION ON THE DAILY CHART .   It enters if volatility raise after some time of consolidation .  It uses  STOP   pending orders with  ATR STOP LOSS.   To catch the profits is a  TRAILING PROFIT  function in the strategy.  EA has been backtested on more than 10-year long tick data with 99% quality of mo
Statistics Boom and Crash
Marcelo Jose Patino Vargas
SYSTEM DESCRIPTION Our MT5 EA uses an advanced statistical system to determine the optimal time to open sell positions on the BOOM 1000, BOOM 500, and BOOM 300 assets. Based on rigorous market data analysis, the EA identifies the moment when there is a 90% probability of a bearish candle, allowing our users to enter a sell position with maximum confidence in success. This data-driven approach is the key to achieving profitable and consistent trades in BOOM 1000, and our EA is designed to aut
PipCounter PRO MT5
Anthony Etetere Essel
Easily Track every Pip or point alongside Current Profit % on every single open Trade. Also convert Crypto/Non-USD profits to USD while trading live to see your Profits in USD. PipCounter PRO MT5 is an indicator that helps track the Current Profits in Percentages(%) for all open trades allowing you to see which Trades to Close, to lock-in Profits once certain Trades reach your Account Profit Targets. Basically good for scalping and also any other trading strategy that requires you to open multip
Whether you're a seasoned forex trader or just starting, Telegram Signal Sender is a must-have tool for anyone looking to start their telegram channel as a forex signal provider. With its user-friendly interface and advanced features, you can easily set up your signals and watch as your followers start to grow. So, what are you waiting for?  Comprehensive Trading Solution: With Telegram Signal Sender, you get a complete trading solution that generates stop loss and three target levels for y
Introducing Sanctimonious EA For Boom And Crash ! Sanctimonious EA For Boom And Crash is a revolutionary MQL5 expert advisor designed to revolutionize your trading experience in the boom 1000 index market. Developed by a team of seasoned traders boasting over 5 years of collective trading expertise, this bot brings cutting-edge technology to your fingertips. Note: For demo and back testing purpose use the same configuration details provided in the screenshots . When back testing, I recommend yo
GridMartin Conqueror MT5
Konstantin Kulikov
4 (6)
An automated trading system with smart entry/exit algorithms that uses grid and martingale techniques to maximize profits. The expert has monitoring with a long history for many months, since this system, like all my other experts, is focused on long-term growth: https://www.mql5.com/en/signals/author/test-standart The best sets for currency pairs: GBPUSD, GBPCAD, EURJPY (timeframe М1). Download settings (sets):   https://www.mql5.com/en/blogs/post/747929 Description of EA parameters in comment
Good time, colleagues! After the purchase, write to me in private messages so that I add you to a private chat and a telegram channel to communicate on the topic with other participants. I present to you the adviser for the synthetic index Boom 500 Index provided by the broker Deriv. This is a scalping hedge advisor. Actual configs Advisor Features: Works on M1 timeframe, regardless of the timeframe on which you installed the adviser Contains settings that allow you to optimize and select the
Cyber Pulse
Marco Brugali
5 (3)
Cyber Pulse Cyber Pulse 는 GBPUSD, XAUUSD, USDJPY 시장 에서 효율적으로 작동하도록 설계된 혁신적인 자동 거래 봇입니다. 이 봇은 주당 평균 3-5회의 거래 를 실행하며, 기계 학습 알고리즘과 가격 행동 전략의 지능적인 조합을 사용하여 뛰어난 거래 경험을 제공합니다. 성능 및 신뢰성: 시장 다양성: Cyber Pulse는 화폐 및 귀금속 시장을 포함한 다양한 자산에 최적화되어 유연성과 수익 기회를 보장합니다. 제어된 드로다운: 위험 관리에 중점을 두어 Cyber Pulse는 매우 낮은 드로다운을 유지함으로써 자본 보존과 최고 수준의 위험 관리를 보장합니다. 3년 백테스트: 엄격한 3년간의 백테스팅 과정을 통해, 이 봇은 시간이 지남에 따라 인상적이고 지속적인 수익을 달성하면서 우수한 견고성과 신뢰성을 입증했습니다. 수익률: 1.5에서 3 사이의 수익률을 가진 Cyber Pulse는 시장 동향에 효과적으로 적응하며 수익의 효율성과 일관성에서 두각을
FREE
이 응용 프로그램은 당신이 당신의 개인 정보를 보호 할 수 있습니다. 이는 다른 서버에서 거래 전략의 결과를 확인하는 데 유용 할 수 있습니다. 예를 들어,계정 내역 내보내기를 사용하여 계정의 거래 내역을 원하는 형식의 파일로 내보내거나,전문가 내역 내보내기의 프로그램 코드를 전문가에게 연결하여 내역을 내보낼 수 있습니다. 파일의 시작 부분에 이러한 라인이 있어야합니다: 날짜,티켓,유형,기호,볼륨,항목,가격,정지 손실,수익,이익,수수료,수수료,스왑,매직 이 파일의 처음부터 위치하지 않을 수 있습니다,즉,다른 정보는 그 앞에 갈 수 있습니다. 그 후 파일의 끝에 하나의 트랜잭션에 대해 쉼표로 구분 된 필드 값이있는 줄이 있습니다. 행의 필드 값: DATE - date in the format YYYY.MM .DD HH:MM:SS TICKET - transaction ticket (integer) TYPE - transaction type from ENUM
FREE
Stop Loss with Profit Free Version*. Complete Version here. This utility / expert for MetaTrader 5 modifies the stop loss of all your operations dynamically and automatically to ensure the minimum benefits you want, and be able to operate with or without Take Profit. Maximize your benefits, by being able to trade with Unlimited Take Profit. You will ensure the number of minimum points you want to earn in each operation and the stop loss will be adjusted as long as the benefit of the oper
FREE
A problem when indicator call webrequest is "The WebRequest() function is synchronous, which means its breaks the program execution and waits for the response from the requested server. Since the delays in receiving a response can be large, the function is not available for calls from indicators, because indicators run in a common thread shared by all indicators and charts on one symbol. Indicator performance delay on one of the charts of a symbol may stop updating of all charts of the same symb
FREE
Didi Index
Flavio Javier Jarabeck
4.77 (22)
The famous brazilian trader and analyst Didi Aguiar created years ago a study with the crossing of 3 Simple Moving Averages called "Agulhada do Didi", then later was also named Didi Index, as a separate indicator. The period of those SMAs are 3, 8 and 20. As simple as that, this approach and vision bring an easy analysis of market momentum and trend reversal to those traders looking for objective (and visual) information on their charts. Of course, as always, no indicator alone could be used wit
FREE
Algo Scalper EA
Tshepo Michael Motaung
Algo Scalper EA is a confluence day trading robot using market orders and it trades during Trading Sessions. The EA exercise consistency and risk management, it has 2 entry signals produced from  Moving Averages(90 & 120) to harvest the most out of the trending market (on automatic mode). It is capable of allowing you to trade any symbol you want and during the time you want. Profits can only be secured by take profit level. Low spread is highly recommended for this EA, and you will see signific
EUR 4 of 8
Tomas Michalek
Plug & Play portfolio - series of high-quality EURUSD H1 strategies for maximized success. The 4th out of 8 strategies  portfolio set.  Each EA works well as a standalone, works even better as portfolio. Triple tested  - backtest, robustness tests , portfolio correlation. Uses a well-known CCI indicator combined with an ADX indicator. Why to buy Fully automatic EA with really easy set-up. Only risk amount to be set and you are good to go. Developed using genetic algorithms on 'in sample' data
A ticker that shows the average bitcoin price of the selected currency and keeps updating it at regular intervals. PRO version updates more often and displays details about the price change! Make sure you have added the API address http://metakod.com/mk/api in the list of allowed URLs on tab Tools → Options → Expert Advisors. All of the supported currencies and the API address are listed in the screenshots below. Inputs Logging level - Controls the amount of details written to the log (default
FREE
Binance is a world-renowned cryptocurrency exchange! In order to facilitate MT5 users to directly trade Binance Futures, the program provides the following trading functions: 1. Imitate the trading style of Binance Futures and provide a friendly operation panel; 2. Enter api and secret by yourself (you need to open futures trading permission in Binance api) to get leverage, balance and other information; 3. Support limitOrder (limit order), marketOrder (market order), stopLimit (limit sto
Click Trade Manager MT5
Hispraise Chinedum Abraham
클릭 무역 관리자는 지금까지 최고의 제품입니다! 초보 및 전문 소품 회사 거래자 모두를 위한 최고의 솔루션! 인출 한도를 위반하지 않도록 FTMO/MFF 소품 회사 또는 개인 계정을 보호하십시오. EA는 자동으로 모든 거래를 종료하므로 인출 한도에 도달하지 않습니다. 거래가 인출 한도를 초과할 수 있는 경우 경고합니다. 수익 목표에 도달하면 자동으로 거래를 종료합니다. 브로커에서 매직 넘버를 숨기도록 설정할 수 있습니다. 단 한 번의 클릭으로 위험을 계산하고 SL 및 TP로 거래하십시오. 한 번의 클릭으로 정지 및 제한 주문을 넣으십시오. 한 번의 클릭으로 각 거래에 대해 서로 다른 SL 및 TP로 여러 fib 수준 거래를 설정하십시오. 키보드의 키를 한 번만 눌러 부분 가져오기, SL을 BE로 이동, 열려 있는 모든 거래 청산, 보류 중인 모든 주문 삭제 하루 중 사전 설정된 시간에 모든 거래를 마감하십시오. 모든 거래에 대한 알림을 Telegram으로 보냅니다. 고도로 사용자 정
Get Economic Calendar History Script is an economic calendar data downloader. The time of the Economic Calendar is based on your broker's time, so if you are going to use the same calendar history file on different brokers, make sure their times are the same. The economic calendar history is organized as follows: Time: Date and time of the news. Importance: Degree of Possible impact of the news on the market. Currency: Currency. Country: Country. Description: Description of the news.
Hedging Pro Ultimate uses a trend follow strategy coupled with virtual pending orders to maximize profits, virtual close partial to minimize drawdown and close by opposite signals if there is a change in trend to minimize losses. Hedging Pro Ultimate works fully automatically without manual intervention and is equipped with a news filter. MT4 Version  |  Product Guidance | Setfile Suggested pairs: EURUSD,  GBPUSD, XAUUSD Expert parameters: 1. Manage Open Positions + Open Position Mode: Select
Hello, I would like to give an example of this EA. From the picture you can see that the EA can spin around 3,500 lots, when taking into account the rebate, you will get about 35,000$ and a little bit of profit during execution. The EA has actually been run as shown in the picture. **You can optimize to get the best value before actually running it.  Thankyou   Excuseme .I'm sorry that I'm not good at English. Therefore, communication may be somewhat wrong. Facebook page :  facebook.com/ G
GoldTrader
Yashar Seyyedin
Please backtest with the exact balance of your live account before applying to real money. ==> If account balance is too low it may not trade at all! For MT4 version please contact via private message. martingale version is available here . Strategy description - Detect trend based on EMA18-EMA50-SMA200 alignment in three time frames: M15, H1, H4 - Trade in trend direction and exit when above alignment is broken. - The bot is tuned to trade XAUUSD(Gold). - The bot output is break even in rangi
FREE
이 제품의 구매자들이 또한 구매함
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (171)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 주의, 응용 프로그램은 전략 테스터에서 작동하지 않습니다. 설명 페이지에서 데모 버전을 다운로드할 수 있습니다.  Manual, Description, Download demo 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다.
가격이 순식간에 변할 수 있는 시장에서 주문은 가능한 한 간단해야 한다고 생각하십니까? Metatrader에서는 주문을 열 때마다 시작 가격, 손절매 및 이익실현 및 거래 규모를 입력하는 창을 열어야 합니다. 금융 시장 거래에서 자본 관리는 초기 예금을 유지하고 곱하기 위해 필수적입니다. 따라서 주문을 하고 싶을 때 얼마나 큰 거래를 열어야 하는지 궁금할 것입니다. 이 단일 거래에서 위험을 감수해야 하는 예치금의 비율은 얼마입니까? 이 거래에서 얼마나 많은 이익을 얻을 수 있으며 위험 대비 이익 비율은 얼마입니까? 거래 규모를 설정하기 전에 거래 규모가 어떻게 되어야 하는지에 대한 질문에 대한 답을 얻기 위해 필요한 계산을 수행합니다. 이 모든 작업을 자동으로 수행하는 도구가 있다고 상상해 보십시오. 차트를 열고 시장 분석을 하고 진입점, 방어점(손절매) 및 목표(이익 실현)를 수평선으로 표시하고 마지막에 위험 수준을 정의합니다. 이 거래에서 감당할 수 있는 가용 자본의 %로, 이
The product will copy all telegram signal to MT5 ( 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 s
Mentfx Mmanage mt5
Anton Jere Calmes
4.43 (7)
The added video will showcase all functionality, effectiveness, and uses of the 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 calculates al
Adam FTMO MT5
Vyacheslav Izvarin
5 (1)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! 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/94362 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------
-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 w
가입한 모든 채널에서 (개인 및 제한된 채널 포함) 시그널을 바로 MT5로 복사합니다.   이 도구는 사용자를 고려하여 설계되었으며 거래를 관리하고 모니터하는 데 필요한 많은 기능을 제공합니다. 이 제품은 사용하기 쉽고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용할 수 있습니다! 사용자 가이드 + 데모  | MT4 버전 | 디스코드 버전 데모를 시도하려면 사용자 가이드로 이동하십시오. Telegram To MT5 수신기는 전략 테스터에서 작동하지 않습니다! Telegram To MT5 특징 여러 채널에서 동시에 신호를 복사합니다. 개인 및 제한된 채널에서 신호를 복사합니다. Bot 토큰이나 채팅 ID가 필요하지 않습니다.   (원하는 경우에는 사용할 수 있습니다) 위험 % 또는 고정된 로트로 거래합니다. 특정 심볼을 제외합니다. 모든 신호를 복사할지 또는 복사할 신호를 사용자 정의할지 선택할 수 있습니다. 모든 신호
회원인 모든 채널에서 신호를 복사하세요 ( 봇 토큰이나 관리자 권한이 필요하지 않음  MT5로 직접 이동합니다. 사용자를 고려하여 설계되었으며 필요한 많은 기능을 제공합니다 이 제품은 사용하기 쉽고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용을 시작하세요! 사용자 가이드 + 데모  | MT4 버전 | 텔레그램 버전 데모를 시도하려면 사용자 가이드로 이동하십시오. Discord   에서 MT5로는 전략 테스터에서 작동하지 않습니다. Discord   에서 MT5로의 기능 회원인 모든 채널에서 복사합니다. 봇 토큰이나 채팅 ID가 필요하지 않습니다 위험 % 또는 고정 로트를 사용하여 거래하세요 특정 심볼 제외 모든 신호를 복사하거나 복사할 신호를 사용자 정의하세요 모든 신호를 인식하도록 단어 및 구를 구성합니다 (기본 설정은 99%의 신호 제공 업체에 작동해야 함) 원하는 경우 시간 및 날짜 설정을 구성하여 신호를 복사
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 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 mt5 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 extend
Trade Assistant 38 in 1
Makarii Gubaydullin
4.87 (15)
다기능 도구: 로트 계산기, 가격 조치, R/R 비율, 무역 관리자, 공급 및 수요 영역을 포함한 65개 이상의 기능 데모 버전   |   사용자 매뉴얼   |   MT5 버전 이 유틸리티는 전략 테스터에서 작동하지 않습니다.   여기에서 데모   버전을 다운로드하여 제품을 테스트할 수 있습니다. Contact me   질문/개선 아이디어가 있는 경우/버그가 발견된 경우   저에게 연락 하십시오. 거래 프로세스를 간소화, 가속화 및 자동화하십시오. 이 대시보드로 표준 터미널 기능을 확장하십시오. 유틸리티는 외환, 주식, 지수, 암호화폐 등 모든 거래 수단에서 작동합니다. 1. 새로운 거래 열기 : 로트/리스크/RR 계산: 1. Lot 계산기 (리스크 규모에 따른 거래량 계산) 2. 리스크 계산기 (로트 규모에 따른 리스크 금액) 3. 위험/보상 비율(RR) 4. 주문에 대한 활성화 트리거 + StopLimit 구매 / StopLimit 판매 5. 가상 SL / TP 레벨
Bots Builder Pro MT5
Andrey Barinov
4.75 (4)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
Binance Quotes Updater
Andrey Khatimlianskii
5 (1)
This service is designed to stream online cryptocurrency quotes   from the Binance exchange to your MetaTrader 5 terminal. You will find it perfectly suitable if you want to see the quotes of cryptocurrencies in real time — in the Market watch window and on the MetaTrader 5 charts. After running the service, you will have fully featured and automatically updated  cryptocurrency charts in your MetaTrader 5. You can apply templates, color schemes, technical indicators and any non-trading tools to
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.57 (7)
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 (overri
Trade Copier Agent는 여러 MetaTrader(4/5) 계정/터미널 간에 거래를 복사하도록 설계되었습니다. 이 도구를 사용하면 제공자(소스) 또는 수신자(대상) 역할을 할 수 있습니다. 모든 거래 행위는 지연 없이 제공자에서 수신자로 복사됩니다. 이 도구를 사용하면 0.5초 미만의 매우 빠른 복사 속도로 동일한 컴퓨터의 여러 MetaTrader 터미널 간에 거래를 복사할 수 있습니다. 무역 복사기 에이전트 설치 및 입력 가이드 복사를 시작하기 전이나 주문이 없을 때 공급자 계정의 설정을 적용하십시오! 주문이 있는 동안 모든 변경 사항은 수신자 계정에 영향을 미칩니다. 예: 공급자 계정이 구매 주문을 적용한 다음 구매를 비활성화하면 수신자 계정의 모든 구매 주문이 닫힙니다. EA에 대한 알림을 받으려면 URL(   http://autofxhub.com   ) MT4 터미널을 추가하십시오(스크린샷 참조). MT5 버전   https://www.mql5.com/en
Hedge Ninja
Robert Mathias Bernt Larsson
Make sure to join our Discord community over at www.Robertsfx.com , you can also buy the EA at robertsfx.com WIN NO MATTER IN WHICH DIRECTION THE PRICE MOVES This robot wins no matter in which direction the price moves by following changing direction depending on in which direction price moves. This is the most free way of trading to this date. So you win no matter which direction it moves (when price moves to either of the red lines as seen on the screenshot, it wins with the profit target yo
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
The program is use to copy trading from MT5 to MT4 and MT5 on local PC or copy  over the Internet .  Now you can easy copy trades to any where or share to friends. Only run one Flash Server on VPS, also need allow the apps if you turn on Windows Firewall. Can not add more than 20 account copier to server at same time,  include both  MT4 and MT5 Get free Copier EA  for MT4 and MT5 (only  receive signal), download here Instants copy, speed smaller 0.1 seconds, easy to setup How to setup and guide
가격 조치 도구 키트 EA는 주로 스캘퍼를 위해 설계되었지만 모든 시간대에 사용하여 정지 수준에 따라 올바르게 계산된 로트 크기로 시장에 빠르게 진입할 수 있습니다. 주문) 그런 다음 시장이 움직일 때 스탑을 조정하고 이익을 얻습니다. 사용할 모든 기능, 설정 및 모범 사례 전략의 전체 목록을 보려면 여기를 클릭하십시오.   https://www.mql5.com/en/blogs/post/748072 위험 기반 진입 빠른 주문 버튼을 사용하면 계정의 위험 비율을 기반으로 포지션을 잡을 수 있습니다. 선택한 위험과 손절매까지의 거리를 기반으로 로트 크기를 자동으로 계산합니다. 따라서 브로커가 0.01 로트 크기 사용을 허용하는지 확인해야 합니다. 0.10 또는 1.00 로트 증분을 사용해야 하는 경우 작동하지 않습니다. 빠른 거래 실행 버튼 차트에 빠른 거래 실행 버튼을 배치하여 즉시 거래를 자동으로 열거나 닫거나 조정할 수 있습니다. 일반 진입 버튼뿐만 아니라 모든 포지션
This script is designed to download a long history of cryptocurrency quotes from the Binance exchange. You will find it perfectly suitable if you want once to download the history of cryptocurrencies for charts analyzing, collecting statistics or testing trading robots in the MetaTrader 5 strategy tester, or if you need to update the history not very frequently (for example, once a day or once a week). After running the script, you will have fully featured (but not automatically updated) cryptoc
The product will copy all  Discord  signal   to MT5   ( 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 MT5. 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
Unlimited Trade Copier Pro MT5 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 sig
50% off. Original price: $375 Reward Multiplier is a semi-automatic trade manager based on pyramid trading that opens additional orders with the running profit of your trades to maximize return exponentially without increasing the risk. Unlike other similar EAs, this tool shows potential profit/loss and reward to risk ratio before even entering the first trade! Download Demo here  (starting lot is fixed at 0.01) Guide + tips here MT4 version   here You only open the first order. When your trade
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
Active Lines
Yury Kulikov
5 (4)
Attention: Demo version for review and testing can be downloaded here . It does not allow trading and can only be run on one chart. Active Lines - a powerful professional tool for operations with lines on charts. Active Lines provides a wide range of actions for events when the price crosses lines. For example: notify, open/modify/close a position, place/remove pending orders. With Active Lines you can assign several tasks to one line, for each of which you can set individual trigger conditions
이 EA를 사용하면 거래량을 다시 계산할 필요가 없습니다. 그리고 이것은 또한 당신이 할 수 있다는 것을 의미합니다 분석에 더 집중하세요 트레이딩 사고방식에 더 집중하세요 더 나은 결정을 내리다 더욱 안정적이고 지속적인 수익을 얻으세요 또한 사용자가 각 거래를 보다 쉽고 규칙적으로 실행할 수 있도록 자동 이익 가격 계산 및 일일 손실 관리 시스템이라는 두 가지 기능도 추가했습니다. 사용 가능한 통화: 통화쌍 암호화폐 금속 색인 재고 사용하는 방법: MT5를 열고 "알고리즘 트레이딩"을 클릭하세요. 차트를 열고 EA를 차트로 드래그하세요. 창 분야 소개: 선택_보호_유형: 두 가지 옵션이 제공됩니다: DailyBalanceAndEquity 초기화BalanceAndEquity 여기서는 두 가지 보호 방법에 대해 자세히 소개하지 않습니다. 더 자세히 알고 싶다면 FTMO 및 TFT의 일일 손실액 규칙을 확인하세요. InitBalanceAndEquity는 FTMO용이고 DailyBal
Binance Trade Manager
Andrey Khatimlianskii
5 (2)
Binance Trade Manager — is an utility that allows you to transmit trade orders from your MetaTrader 5 to the Binance exchange. It will suite you if you want to use your favorite MetaTrader 5, getting all the benefits of trading cryptocurrencies directly on the exchange (low commission, high liquidity, absolute transparency, etc.) Binance Trade Manager can work in two modes: copying trades from a demo-account , which your MetaTrader 5 is connected to (cryptocurrencies must be available on this ac
Riskless Pyramid Mt5
Snapdragon Systems Ltd
5 (2)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
Would you like to automate your trading using a custom indicator of your choice? This EA trades using almost any custom indicator. It offers fully customizable settings, flexible position management, customizable trading sessions and weekdays, an inverse mode and a martingale mode. All the robot needs from you are two inputs: The filename of the indicator to trade The signal buffer or the buy/sell buffers to call That's it! The signal buffer or the buy/sell buffers should be provided by the dev
Ultimate MT5 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
Click and Go Trade Manager, the ultimate solution for seamless trading execution. With a simple click on the chart, you can effortlessly define your stop loss, entry price, and target levels. No more hassle of inputting values manually - it's made incredibly intuitive and easy. Embedded risk management is a key feature of our Trade Manager. We understand the importance of protecting your investments, which is why the Click and Go Trade Manager incorporates risk management. When placing orders, y
제작자의 제품 더 보기
Breakthrough Strategy
Konstantin Kulikov
4.36 (36)
This system was developed to work with a large number of sets and after a certain time it showed itself well when working at the close of trading on Friday. As a result, this direction of trading became the main one for working with this Expert Advisor. There are 25 actual sets for different currency pairs, as well as a profile for quick setup . You can analyze the statistics of the Expert Advisor for different currency pairs using my signal. Evaluate statistics on a live signal , as the strateg
Breakthrough Strategy MT5
Konstantin Kulikov
4.2 (10)
This system was developed to work with a large number of sets and after a certain time it showed itself well when working at the close of trading on Friday. As a result, this direction of trading became the main one for working with this Expert Advisor. There are 25 actual sets for different currency pairs, as well as   a profile for quick setup . You can analyze the statistics of the Expert Advisor for different currency pairs using my signal.   Evaluate statistics on a live signal , as the str
FrankoScalp MT5
Konstantin Kulikov
4.28 (29)
포렉스 외환시장의 제일 지속적으로 근무하는 시장 전문가의 홈페이지에 와 주셔서 환영합니다. 본 전문가는 세간의 주목을 받으며 사람의 관심을 이끌어온 지 5년이상이나 된다. 외환시장의 어느 포럼이든지 FrankoScalp이란 전문가에 대한 많은 토론을 찾을 수 있다. 하지만 mql5에서만 업데이트 받은 특별 나 아까 도와 주겠습니까의 최신판을 받고 그 제작자에게 연락하고, 친절한 FrankoScalp EA 사용자 커뮤니티 참석자가 될 수 있다. ​구매 세부 내용 엑스퍼트 전문가 서비스는 한번 구매하면 업데이트가 다 공짜이어서 영원히 사용할 수 있고 황설은 10번까지 할 수 있다. 황설은 10번으로 할 수 있다는 것이란 10개의 컴퓨터나 VPS에서 따로 이용할 수 있는 뜻이다. 매매계좌 및 터미널 수는 제한이 없다. 우리 역사 2012년에 우리가 외환시장 세계에 처음으로 들어가고 2015년에 자동 매매 시스템을 중심으로 했고 2016년에는 FrankoScalp 첫째 전문가 저언
News Trade EA MT4
Konstantin Kulikov
4.38 (16)
제가 몇 년 동안 사용하고 있는 유용한 로봇을 소개드립니다. 반자동뿐만 아니라 자동 모드로도 사용할 수 있습니다. 본 프로그램에는 경제 캘린더의 뉴스별로 유연한 거래 설정이 포함되어 있습니다. 전략 테스터에서 확인할 수 없습니다. 진짜 작업뿐입니다. 터미널 설정에서 허용된 URL 목록에 뉴스 사이트를 추가해야 합니다. 서비스>설정 > 조언자>를 클릭합니다. "다음 URL에 대해 WebRequest 허용:" 확인란을 선택합니다. 다음을 추가합니다 (공백 삭제): https://  ec.forexprostools.com/ 자동 모드 시 기본 설정 관리: https://www.mql5.com/ko/signals/1447007 . 동일한 결과를 얻으려면 임의 기간 (기간이 얼마정도인지 상관 없음)의 GBPUSD 차트에 전문가를 첨부하십시오. 이 전문가를 위해 고유 설정 세트를 만들 때 블로그의 모든 매개변수에 대한 설명을 참조하십시오: https://www.mql5.com/en
The utility places trailing stop, breakeven, stop loss and take profit.‌ It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic   - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol   - only chart symbol. If fals
FrankoScalp
Konstantin Kulikov
3.81 (117)
포렉스 외환시장의 제일 지속적으로 근무하는 시장 전문가의 홈페이지에 와 주셔서 환영합니다. 본 전문가는 세간의 주목을 받으며 사람의 관심을 이끌어온 지 5년이상이나 된다. 외환시장의 어느 포럼이든지 FrankoScalp이란 전문가에 대한 많은 토론을 찾을 수 있다. 하지만 mql5에서만 업데이트 받은 특별 나 아까 도와 주겠습니까의 최신판을 받고 그 제작자에게 연락하고, 친절한 FrankoScalp EA 사용자 커뮤니티 참석자가 될 수 있다. ​구매 세부 내용 엑스퍼트 전문가 서비스는 한번 구매하면 업데이트가 다 공짜이어서 영원히 사용할 수 있고 황설은 10번까지 할 수 있다. 황설은 10번으로 할 수 있다는 것이란 10개의 컴퓨터나 VPS에서 따로 이용할 수 있는 뜻이다. 매매계좌 및 터미널 수는 제한이 없다. 우리 역사 2012년에 우리가 외환시장 세계에 처음으로 들어가고 2015년에 자동 매매 시스템을 중심으로 했고 2016년에는 FrankoScalp 첫째 전문가 저언
GridMartin Conqueror
Konstantin Kulikov
4.69 (13)
An automated trading system with smart entry/exit algorithms that uses grid and martingale techniques to maximize profits. The expert has monitoring with a long history for many months, since this system, like all my other experts, is focused on long-term growth: https://www.mql5.com/en/signals/author/test-standart The best sets for currency pairs: GBPUSD, GBPCAD, EURJPY (timeframe М1). Download settings (sets):   https://www.mql5.com/en/blogs/post/747929 Description of EA parameters in comment
The utility places virtual (hidden from your broker) trailing stop, breakeven, stop loss and take profit.‌ It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic   - magic number. If less than 0, positions with any magic number are tracked. only_this_sym
Friday Monday
Konstantin Kulikov
5 (3)
This EA trades a weekly gap, opening trades on the Friday before the market close and closing trades on Monday morning. This strategy do not contain grid and martingale elements. I have been using this strategy for a long time with my "Breakthrough Strategy" EA. I intentionally did not over-optimize the sets for "Breakthrough Strategy", as they have been showing good results for a long time on a real account: https://www.mql5.com/en/signals/395124   . Therefore, as an alternative or addition to
GoldenScalp MT5
Konstantin Kulikov
4.2 (5)
Hello algo traders. This Expert Advisor can be considered the apogee of my activity in Forex. I managed to apply all my knowledge to the development of this trading system. The Expert Advisor trades on gold (XAUUSD), any timeframe (the same on any TF), the initial account balance is from $50. The following presets are available "GS default SL 001for100"   (same as default settings). Each position has several closing logics, including a hidden StopLoss, which is calculated individually for eac
GoldenScalp MT4
Konstantin Kulikov
4.25 (4)
Hello algo traders. This Expert Advisor can be considered the apogee of my activity in Forex. I managed to apply all my knowledge to the development of this trading system. The Expert Advisor trades on gold (XAUUSD), any timeframe (the same on any TF), the initial account balance is from $50. The following presets are available "GS default SL 001for100" (same as default settings). Each position has several closing logics, including a hidden StopLoss, which is calculated individually for each
GridMartin Conqueror MT5
Konstantin Kulikov
4 (6)
An automated trading system with smart entry/exit algorithms that uses grid and martingale techniques to maximize profits. The expert has monitoring with a long history for many months, since this system, like all my other experts, is focused on long-term growth: https://www.mql5.com/en/signals/author/test-standart The best sets for currency pairs: GBPUSD, GBPCAD, EURJPY (timeframe М1). Download settings (sets):   https://www.mql5.com/en/blogs/post/747929 Description of EA parameters in comment
Close by percentage MT5
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 fu
FREE
Good Monday
Konstantin Kulikov
5 (8)
The expert trades at the opening of the market after the weekend, focusing on the price gap (GAP). Already developed sets are in the comments. At the same time, various options are available in the expert settings, allowing you to create your own unique sets yourself.  Download settings (sets):   https://www.mql5.com/en/blogs/post/747929 Currency pairs for which the sets have been developed: GBPUSD, AUDUSD, NZDUSD, USDCAD, EURGBP, EURCHF, GBPCAD, GBPAUD, AUDCHF, AUDJPY, AUDNZD, CHFJPY, CADJPY,
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
Tracking positions using trailing on the Parabolic SAR indicator. It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic  - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol  - only chart symbol. If  false , posi
FREE
Modify Order SL TP
Konstantin Kulikov
5 (2)
The utility places stop loss and take profit for opened orders. It is necessary to allow automated trading in the terminal settings. Parameters magic - magic number. If less than 0, orders with any magic number are processed. only_this_symbol - only chart symbol. If false , orders of any symbols are processed. Take_Profit - take profit (TP). If the value is less than 0, then TP does not change. If the value equal to 0, TP is nullified (removed); Stop_Loss - stop loss (SL). If the value is less t
FREE
Virtual Trailing SL TP
Konstantin Kulikov
5 (3)
The utility places virtual (hidden from your broker) trailing stop, breakeven, stop loss and take profit.‌ It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic   - magic number. If less than 0, positions with any magic number are tracked. only_this_sy
Hello everyone, this is another utility that I wrote specifically for users using my profile with a large number of experts and sets ( https://www.mql5.com/en/blogs/post/750723 ) . This utility is useful for working with a profile using grid strategies (averaging and martingale). As we know, such strategies periodically fall into a large drawdown and you need to be careful when opening averaging positions (do not open too many). In my profile, I use a limit of 3 positions for each EA, if this w
FREE
Spread Record
Konstantin Kulikov
3.75 (4)
This utility allows to record the spread value to the file, which is equal to or greater than the value specified in the settings, at the specified time. The utility also displays useful information on the symbol's chart: current spread value in points, name of account holder, name of trading server, leverage, the size of the swap for buy orders, the size of the swap for sell orders, day of the week for accruing triple swap, the size of a point in the quote currency, the minimum allowed level of
FREE
Trailing by SAR
Konstantin Kulikov
5 (1)
Tracking positions using trailing on the Parabolic SAR indicator. It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic  - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol  - only chart symbol. If  false , posi
FREE
Hello everyone, this is another utility that I wrote specifically for users using my profile with a large number of experts and sets ( https://www.mql5.com/en/blogs/post/750723 ) . This utility is useful for working with a profile using grid strategies (averaging and martingale). As we know, such strategies periodically fall into a large drawdown and you need to be careful when opening averaging positions (do not open too many). In my profile, I use a limit of 3 positions for each EA, if this w
FREE
Trailing and SL TP
Konstantin Kulikov
5 (2)
The utility places trailing stop, breakeven, stop loss and take profit.‌ It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic  - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol  - only chart symbol. If  false
Good Monday MT5
Konstantin Kulikov
3.33 (3)
The expert trades at the opening of the market after the weekend, focusing on the price gap (GAP). Already developed sets are in the comments. At the same time, various options are available in the expert settings, allowing you to create your own unique sets yourself.  Download settings (sets):   https://www.mql5.com/en/blogs/post/747929 Currency pairs for which the sets have been developed: GBPUSD, AUDUSD, NZDUSD, USDCAD, EURGBP, EURCHF, GBPCAD, GBPAUD, AUDCHF, AUDJPY, AUDNZD, CHFJPY, CADJPY,
Friday Monday MT5
Konstantin Kulikov
3.88 (8)
This EA trades a weekly gap, opening trades on the Friday before the market close and closing trades on Monday morning. This strategy do not contain grid and martingale elements. I have been using this strategy for a long time with my "Breakthrough Strategy" EA. I intentionally did not over-optimize the sets for "Breakthrough Strategy", as they have been showing good results for a long time on a real account: https://www.mql5.com/en/signals/395124 . Therefore, as an alternative or addition to t
필터:
Patrick
51
Patrick 2023.11.08 14:04 
 

Hello Konstantin,

it's a smart tool and was quite easy to install.

I can recommend it to any passionated trader.

Konstantin Kulikov
24335
개발자의 답변 Konstantin Kulikov 2023.11.09 14:45
Hello Patrick, thank you very much.
Mctrading123
104
Mctrading123 2023.07.10 15:14 
 

hi, I use the EA as it says I put the currencies as the name comes out I activate the DLL data import and I accept the algorithmic trading, but when the time of the news arrives my entry is not activated, can you help me configure it so I can use it well please

Konstantin Kulikov
24335
개발자의 답변 Konstantin Kulikov 2023.07.11 13:44
Franck Martin
59124
Franck Martin 2023.05.25 17:23 
 

The seller is very available if necessary to solve the problems. I always use it to diversify my investments besides my main EA.

Konstantin Kulikov
24335
개발자의 답변 Konstantin Kulikov 2023.05.25 20:57
Thank you
Nail Sharipov
423
Nail Sharipov 2023.03.27 15:43 
 

Купил 8 янв 23г. очень доволен , советник супер , продавец отзывчивый быстро решает и помогает в проблемах с советником, 5+

Konstantin Kulikov
24335
개발자의 답변 Konstantin Kulikov 2023.05.25 20:58
Спасибо за отзыв
Yasir Ammar Raheem Al Kinani
774
Yasir Ammar Raheem Al Kinani 2022.10.30 17:48 
 

only 1 word about the ea are Excellent .. especially set file on signal with news EA

Konstantin Kulikov
24335
개발자의 답변 Konstantin Kulikov 2023.02.23 19:14
Thank you very much)
mistaeff
159
mistaeff 2022.08.20 02:16 
 

This thing blew 3 of my prop accounts on default settings. The fact it cannot be backtested and the author thinks backtesting isn't useful should be an amber flag. During the middle of the day it opened 2 separate positions that went into major DD and exceeded the 5% daily rule. I contacted him before this happened requesting for a backtesting functionality (which is possible by reading news in a txt file), he declined. I was told to just run it on default settings but found out the hard way that the defaults do not create a SL. It blew my accounts, he offered no explanation on how it happened. I then requested he added backtesting functionality (giving the opportunity for redemption essentially), he refused to bother. So this is purely intended to warn those using this to approach with caution.

Konstantin Kulikov
24335
개발자의 답변 Konstantin Kulikov 2023.02.23 18:27
A set with StopLoss has appeared, you can download it here: https://www.mql5.com/en/blogs/post/747929
dmorin
346
dmorin 2022.07.27 09:34 
 

I must say being impressed by the simplicity and the efficiency of this EA. So far and after 2 weeks of testing, only winning trades are reported on the demo account. positions do not last long, seems hence very efficient. The drawback of the testing is that no SL has been set (as per default settings). I have so far not seen the grid in action. Once I will see the behavior of this EA under a higher level of stress I will update this review and consider using it on real account. Congrats Konstantin !

Konstantin Kulikov
24335
개발자의 답변 Konstantin Kulikov 2022.07.27 18:43
Thanks for sharing your opinion, it's appreciated :) With regards to SL, when using the default settings (as in the signal), it is recommended to use the "Close_positions_at_percentage_of_loss" parameter if you want to limit losses. Close_positions_at_percentage_of_loss - percentage of floating loss from the balance at which all positions are closing (for each currency pair separately); 0 - disabled; (positions of other experts are not taken into account).
A value of around 20-30% seems normal.
Aleksandr Ziazev
354
Aleksandr Ziazev 2022.07.01 00:31 
 

Простой в работе, хороший профит.

Konstantin Kulikov
24335
개발자의 답변 Konstantin Kulikov 2022.07.02 12:05
Спасибо за отзыв
18sieben
125
18sieben 2022.04.22 13:32 
 

Simple but nicely working EA. Using it together with Konstantin other EA's. Support has been always good, products will be updated on occasion.

Konstantin Kulikov
24335
개발자의 답변 Konstantin Kulikov 2022.04.29 20:52
Thank you very much:)
28tradingfx
212
28tradingfx 2022.04.13 02:22 
 

I have used all four of Konstantin's EAs for awhile now, with solid results on both MT4 and MT5. I expect News Trade will compliment the current set very well :) Thank you for your hard work, Konstantin.

Konstantin Kulikov
24335
개발자의 답변 Konstantin Kulikov 2022.04.19 15:30
Thank you very much for your feedback :) I really appreciate it.
리뷰 답변
버전 1.81 2023.12.20
Added parameters that allow you to trade only on Interest Rate Decision.

InterestRateDecision - enable special conditions for Interest Rate Decision.
IncludeRate - if true, then open pending orders before the Interest Rate Decision; if false, then avoid the Interest Rate Decision (i.e., do not open any orders in the time ranges specified below).
SecondBeforeRate - the number of seconds until the Interest Rate Decision is released.
SecondAfterRate - the number of seconds after the Interest Rate Decision is released.
RateRemains - take into account the news of the Interest Rate if, according to the forecast, the interest rate remains the same.
RateChanges - take into account the news of the Interest Rate if, according to the forecast, the interest rate changes.
DirectionalOpening - open orders only in the direction of the forecast of changes in the Interest Rate.

To the archive with the settings ( https://www.mql5.com/en/blogs/post/747929 ) added a basic set of settings with a stop loss, trading only on Interest Rate Decision: "NewsTrade SL Rate".
버전 1.71 2023.06.11
1) Added alternative news site. Details in the comment thread.

2) Fixed a bug. In previous versions, errors could be observed (an extra order was not deleted and TP was not set) if many symbols were used in the line: Symbols_Line.
버전 1.61 2023.03.26
The news site is back up and running.
버전 1.60 2023.02.21
Added breakeven parameters.
Breakeven_Start - necessary amount of points from an position Open price for setting a breakeven. 0 - disabled.
Breakeven_Plus - increase a breakeven by a number of points.

Bug fixed. In previous versions, trailing stop in virtual mode (Trailing_Reall=false) did not work for multiple pairs from the same chart.
버전 1.50 2022.10.31
Improved work stability.
버전 1.40 2022.10.04
Added parameter.
Maximum_Lot_Size - maximum trading lot size.
버전 1.3 2022.08.05
Added the following.

1) Ability to avoid interest rate decision days.
InterestRateDecision_StopOpen - if true, then do not open any orders within the time ranges specified via the "SecondBeforeRate" and "SecondAfterRate" parameters.
SecondBeforeRate - the number of seconds before the release of the interest rate decision.
SecondAfterRate - the number of seconds after the release of the interest rate decision.

2) Ability to use a virtual trailing stop.
Trailing_Reall - if true, then a real trailing stop is used, if false, then a hidden trailing stop.

3) Ability to open orders every day at a specified time.
At_this_time_every_day - if true, then open orders every day at the time specified in "Add_Event" (hours:minutes:seconds).



This update does not affect sets and profiles, the settings remain the same.

How to update in order not to reset the settings of Expert Advisors on open charts.
1) Save your current profile (tab "file" -> "profiles").
2) Switch to another profile (for example, the default profile).
3) Update the experts in the terminal (via the market).
4) Open your profile (saved in step 1).
This can be done even if you have open positions.
버전 1.2 2022.04.29
Fixed a bug in the operation of parameters from the "consider other positions" block.
This update does not affect sets and profiles, the settings remain the same.

How to update in order not to reset the settings of Expert Advisors on open charts.
1) Save your current profile (tab "file" -> "profiles").
2) Switch to another profile (for example, the default profile).
3) Update the experts in the terminal (via the market).
4) Open your profile (saved in step 1).
This can be done even if you have open positions.
버전 1.1 2022.04.16
Fixed a bug in the calculation of "Multiplier_of_Min_minutes_pause" and "Multiplier_of_Min_pips_between_positions" parameters.
This update does not affect sets and profiles, the settings remain the same.

How to update in order not to reset the settings of Expert Advisors on open charts.
1) Save your current profile (tab "file" -> "profiles").
2) Switch to another profile (for example, the default profile).
3) Update the experts in the terminal (via the market).
4) Open your profile (saved in step 1).
This can be done even if you have open positions.