• 미리보기
  • 리뷰 (11)
  • 코멘트 (45)
  • 새 소식

News Trade EA MT5

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

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

자동 모드 시 기본 설정 관리: 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"의 매개 변수는 다른 전문가와의 공동 작업을 위한 것입니다 (다른 매직 번호가 있는 열린 포지션에 대한 설명). 따라서 이 전문가를 전문가의 일반 프로필에 추가할 수 있습니다.


리뷰 11
Nice Trader OÜ
2232
Aller Uja 2024.04.29 13:41 
 

I see that no one has left a review for this EA for a long time. I'll correct this oversight on my part and confirm that the EA is reliable and the developer trustworthy. It doesn't make transactions very frequently, but it suits well as a background worker for a more active EA.

Patman
78
Patman 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
113825
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.

추천 제품
Forget coding! You no longer need EAs! Any indicators (and not only) can now trade themselves anything anywhere! GRat_IndiTrade is a strategy builder for automatic trading by the signals of  ANY available indicators without limits (both standard and custom), ANY  candlestick patterns ,  as well as  ANY of their combinations, without the need to write, generate or compile any code . You no longer need to be or hire a programmer to test and automate ALL your trading ideas. Just place the indica
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
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
Trade on Bybit with  MT5/MT4 EAs and indicators! GRat_BybitImport   is a tool for manual and automated trading , including ANY available EA, ANY  cryptocurrency on one the most popular crypto exchanges   Bybit  24/7. Features 1. ALL Bybit instruments are available. 2. Import(automatic copying) to the specified Bybit  currency all trades (made manually or by an EA) from an MT5 account (including demo) by the specified symbol and/or magic number. 3. Import(automatic copying)   to the specified By
Boom Slayer
Ignacio Agustin Mene Franco
Boom 500 Slayer. It is an algorithmic bot programmed %100 for the boom 500 index of synthetic indices. The bot is very effective, it starts with a balance of 1000usd It is used in a time frame of 1 Minute, to have greater results. It can be used at any time but the recommended is in M1 and with a balance of 1000usd since in a matter of time it will double your bill, with passive entries. use the bollinger bands indicator configure parameters just like in the image Good Profit!
Joni Lee Second Forex Robot in the Market CAN RUN WITH ONLY $300 (recomended minimum deposit) LOT size 0.01 if <$2000 else 0.02 Introducing the “Joni Lee First Forex Robot,” a trailblazing innovation in automated forex trading. Developed by the renowned Joni Lee, this robot is the first of its kind, setting new standards in the forex market. Key Features: Can take profit (TP) and cut loss (CL) State-of-the-Art Algorithms:   Employs sophisticated algorithms to analyze market data and execute tra
Parallax FX
Michael Prescott Burney
Parallax EA for AUDUSD H1 Chart Experience the next level of automated trading with Parallax EA , meticulously crafted for the AUDUSD H1 chart. This expert advisor leverages the power of 300 finely-tuned strategies , each contributing to an exceptionally high win rate over the past five years . Designed for traders who demand perfection, Parallax EA is the culmination of extensive research, optimization, and real-world testing. Key Features: Unparalleled Strategy Integration: Harness the collec
Trade Utility Pro
Sovannara Voan
5 (12)
Trade Utility Pro is a bot utility designed to help you manage trades more easily, quickly, and accurately. This utility features a control panel interface and supports MetaTrader 5 exclusively. This utility does not link to any account information or external sources, ensuring safety. Main Features: Open Trade Support: Lot size calculation Fixed Lot: Custom input lot required Money Risk Lot: Automatically calculated based on stop loss and money risk Account % Risk Lot: Automatically calculated
FREE
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
Introducing the  Precision Data Extractor: ATR , an MQL5 utility crafted for traders, analysts and quants who need accurate historical data to build robust datasets. This tool lets you selectively pull historical price and indicator data—  Average True Range  ( ATR )—from  multiple timeframes  and  periods , then stores it in a  CSV  format, making it easy to feed into  machine learning models ,  trading algorithms , or  in-depth market analyses . Compatible with  Forex ,  Stocks , and  Commodit
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 Knowledge & Setfile Suggested pairs: EURUSD,  GBPUSD, XAUUSD Expert parameters: 1. Manage Open Positions + Open Position Mode: Selec
AO Trade
Ka Lok Louis Wong
AO Trade 시스템은 경매 또는 뉴스 시간을 기준으로 하여 다른 특정 주문 시간과 비교하여 시장 트렌드를 예측하기 위해 특별히 설계되었습니다. **EA에서 사용하는 모든 시간 매개 변수는 귀하의 터미널 시간을 기반으로 합니다. 다양한 브로커들은 서로 다른 GMT 시간대에서 작동할 수 있으며, 여름 시간 조정으로 인해 더욱 다양할 수 있습니다.** **구현하기 전에 귀하의 터미널에 맞는 시간 설정을 주의 깊게 확인하십시오.** 권장 설정: M1 시간대에서 사용 HK50 / DE40 / ustec / UK100 시간 체크 중에는 특정 체크 시간 분(1.2 체크 시간 분) 후에 가격 확인이 발생한다는 것을 알 수 있습니다. 이 설계는 의도적으로 이루어졌으며, 참조중인 바(bar)가 완료되도록하고, 주문 시간과의 정확한 비교를 위해 개방, 고점, 저점 및 종가 값을 활용할 수 있도록 합니다. 설정 -----------------1 타이머-------------------
The Market Destroyer
Victor Cosme Cuenca
TheMarketDestroyer를 소개합니다, MQL5에서 전문가 트레이더를 위한 궁극의 반자동 EA! 주요 특징: 반자동 제어: TheMarketDestroyer는 구매 또는 판매 위치에서 진입점을 정의할 수 있는 유연성을 제공합니다. 시장이 설정된 테이크 프로핏(TP)에 도달하면 거래가 자동으로 종료됩니다. 그런 다음 다음 거래를 위해 진입점을 다시 설정하기만 하면 됩니다. 사용자 지정 로트 배수: 로트 배수 시스템으로 전략을 조정하십시오. 시장이 스톱 로스(SL)에 도달할 때마다 로트 크기를 조정하여 회복 기회를 최적화할 수 있습니다. 중복 설정: EA가 로트 배수를 적용하기 전에 SL을 몇 번 터치해야 하는지 설정하십시오. 이러한 유연성은 위험을 보다 효과적이고 사용자 스타일에 맞게 관리할 수 있게 합니다. 입증된 전략: 우리가 보여주는 이미지와 비디오는 MQL5 전략 테스터에서 봇의 자동 테스트를 기반으로 합니다. 이러한 테스트는 EA의 잠재력을 입증하기 위해 무한 루프
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
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 ------   ------   ------   -
FX EurUsd Robot MT5
Marzena Maria Szmit
4.38 (16)
The EUR/USD Multi-Strategy Trading Robot MT5 is an advanced tool designed to optimize trading by combining 3 key systems: daily trading, volume analysis, and Fibonacci retracement levels. This robot works by integrating these different approaches to create a more dynamic and adaptable strategy for trading the EUR/USD pair . EA adapts to different market conditions, this makes it an ideal solution for traders looking to enhance their trading strategy with a powerful, multi-faceted approach. By co
Trade like a time traveler thanks to latency arbitrage Everyone knows that the best way to make money in the markets is by knowing the future. Have you ever wished to know the future price of something in advance? Even if it were just a few days, hours, or minutes ahead? What if it were possible to know it but with less than a second of advance notice? That's precisely what the PZ Latency Arbitrage EA robot does. PZ Latency Arbitrage EA is your personal time machine: but it can only travel into
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
Remstone은 평범한 전문가 자문가가 아닙니다.   수년간의 연구와 자산 관리를 결합했습니다. Real-time signal with cryptos Real-time signal on FCA-regulated broker 2018년부터 제가 다녔던 마지막 회사인 Armonia Capital은 FCA 규제를 받는 자산 관리자인 Darwinex에 ARF 신호를 제공하여 75만 달러를 모금했습니다. 한 명의 조언자와 함께 6가지 자산 클래스를 마스터하세요! 연간 구독으로 비용을 절감하고 수입을 바탕으로 갱신하세요! 우리는 함께 성장합니다.  무제한 버전 구매자는 평생 무료 업데이트와 다른 구독자에 비해 비밀스러운 이점을 누릴 수 있습니다.  Remstone을 구입할 여유가 없으나 그 철학에 푹 빠졌다면 저희에게 연락하여 함께 해결책을 찾아보세요. Remstone의 힘을 활용하는 성공적인 트레이더들의 커뮤니티에 참여하세요! Remstone은 시장 성과를 최적화하도록 설계된 완전 자동
Buffalo Trader BOT
Douglas Serra Braga Junior
The Buffalo Trader BOT is the most complete QUANT solution on the market. With it you'll be able to create any strategy you want, and better, without tying yourself to specialist models that only perform specific tasks. With Buffalo, you will have a true ally for your operations, as you will have the freedom to define, test and train the best Quantitative Trading models using a single and powerful tool. See what you can do with your Buffalo Robot BASIC DEFINITIONS OF STRATEGY Define names f
Binance Grid Pro offers an alternative to the built in Grid systems Binance Platform offers. This utility let you define a grid parameters for interact with your Binance account using an Isolated Margin account. This is, similar to Spot Grid in Binance. This is not for handle with derivatives contracts, is for handle with Spot through Isolated Margin Account. But obviosly this utility offers a different approach than built in Binance Grid to handle the Grid, which I have found useful based o
이 응용 프로그램은 당신이 당신의 개인 정보를 보호 할 수 있습니다. 이는 다른 서버에서 거래 전략의 결과를 확인하는 데 유용 할 수 있습니다. 예를 들어,계정 내역 내보내기를 사용하여 계정의 거래 내역을 원하는 형식의 파일로 내보내거나,전문가 내역 내보내기의 프로그램 코드를 전문가에게 연결하여 내역을 내보낼 수 있습니다. 파일의 시작 부분에 이러한 라인이 있어야합니다: 날짜,티켓,유형,기호,볼륨,항목,가격,정지 손실,수익,이익,수수료,수수료,스왑,매직 이 파일의 처음부터 위치하지 않을 수 있습니다,즉,다른 정보는 그 앞에 갈 수 있습니다. 그 후 파일의 끝에 하나의 트랜잭션에 대해 쉼표로 구분 된 필드 값이있는 줄이 있습니다. 행의 필드 값: DATE - date in the format YYYY.MM .DD HH:MM:SS TICKET - transaction ticket (integer) TYPE - transaction type from ENUM
FREE
Tyr AI
Nestor Alejandro Chiariello
안녕하세요 트레이더 여러분, 저는 이 도구를 엄밀하게 설계하여 실제 결과를 얻었습니다. 이 도구는 저의 이전 전략 중 몇 가지를 기반으로 하고 외환 시장에 적용했습니다. Tyr AI는 질서의 신의 힘을 가지고 있으며, 스캘핑 시장을 심층 분석하기 위한 기계 학습 기반 AI의 신경 시스템입니다. 공식 EURUSD 시장을 잘 처리하고, 시장을 분석하여 전문가 수준에서 진입할 수 있는 견고한 EA입니다. 헤지나 마틴이 없습니다. 새로운 기술을 사용한 전문 AI 스캘핑 따라서 기계 학습의 인공 지능에 맞게 조정되었습니다. 즉, AI가 매개변수를 읽고 내 전략에 참조한 다음 학습하여 진입이 더 나은 품질이 되도록 합니다. 또한 포지션을 회복할 수 있는 노드가 있습니다. 발견하게 될 또 다른 혁신적인 점은 모든 것이 가상 방식으로 캡슐화된다는 것입니다. 즉, 손절매 및 이익 실현 등의 서버로 전송되는 데이터가 없으며 매우 인도적인 방식으로 진행됩니다. 두 가지 주요 사항은 extrac
Cyber Pulse
Marco Brugali
4.38 (8)
Cyber Pulse Cyber Pulse는 GBPUSD, XAUUSD, USDJPY 시장에서 효율적으로 작동하도록 설계된 혁신적인 자동 거래 봇입니다. 이 봇은 주당 평균 3-5회의 거래를 실행하며, 기계 학습 알고리즘과 가격 행동 전략의 지능적인 조합을 사용하여 뛰어난 거래 경험을 제공합니다. 성능 및 신뢰성: 시장 다양성: Cyber Pulse는 화폐 및 귀금속 시장을 포함한 다양한 자산에 최적화되어 유연성과 수익 기회를 보장합니다. 제어된 드로다운: 위험 관리에 중점을 두어 Cyber Pulse는 매우 낮은 드로다운을 유지함으로써 자본 보존과 최고 수준의 위험 관리를 보장합니다. 3년 백테스트: 엄격한 3년간의 백테스팅 과정을 통해, 이 봇은 시간이 지남에 따라 인상적이고 지속적인 수익을 달성하면서 우수한 견고성과 신뢰성을 입증했습니다. 수익률: 1.5에서 3 사이의 수익률을 가진 Cyber Pulse는 시장 동향에 효과적으로 적응하며 수익의 효율성과 일관성에서 두각을 나타냅
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
Bullish Harami GA
Osama Echchakery
The   Bullish Harami candlestick pattern   is formed by two candles. Here’s how to identify the Bullish Harami candlestick pattern: The first candle must be bearish and have a big body The second candle must be small and bullish The second candle is inside the body of the first candle This 2-candle bullish candlestick pattern is a reversal pattern, meaning that it’s used to find bottoms. For this reason, we want to see this pattern after a move to the downside, showing that bulls are starting to
혁신적인 Trades Time Manager로 손쉽게 거래 루틴을 관리하세요. 이 강력한 도구는 지정된 시간에 주문 실행을 자동화하여 거래 방식을 변화시킵니다. 수동 개입 없이 구매에서 주문 설정에 이르기까지 다양한 거래 작업을 위한 개인화된 작업 목록을 만드십시오. 거래 시간 관리자 설치 및 입력 가이드 EA에 대한 알림을 받으려면 MT4/MT5 터미널에 URL을 추가하십시오(스크린샷 참조). MT4 버전       https://www.mql5.com/en/market/product/103716 MT5 버전       https://www.mql5.com/en/market/product/103715 수동 모니터링에 작별을 고하고 간소화된 효율성을 수용하십시오. 직관적인 인터페이스를 통해 기호, 실행 시간, 가격, 손절매(SL), 이익실현(TP) 포인트 및 로트 크기를 포함한 정확한 매개변수를 설정할 수 있습니다. 도구의 유연성은 시장 행동과 일치하는 적응형 반복 옵션으로 강조됩니
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
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
이 제품의 구매자들이 또한 구매함
B e sure to watch this video before using A community for users, product discussion, update news, and first line of support  Use Webmoney For payments in cryptocurrencies. How I use this algo tool   Lazy Trader is NOT SUITABLE FOR SCALPING EVERY MINUTE MOVEMENT, ESPECIALLY IN CRYPTO. WITHOUT UNDERSTANDING WHAT IS HAPPENING ON THE CHART, THERE IS NO POINT IN BLINDLY HOPING FOR PROFITS! Lazy Trader does NOT USE openAI chat-gpt-4 technologies, which are added to descriptions for product promoti
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
The  Easy Strategy Builder (ESB)  is a " Do It Yourself " solution that allows you to create a wide range of the automated trading strategies without any line of codes. This is the world’s easiest method to automate your strategies that can be used in STP, ECN and FIFO brokers. No drag and drop is needed. Just by set conditions of your trading strategy and change settings on desired values and let it work in your account. ESB has hundreds of modules to define unlimited possibilities of strategi
RiskGuard Management
MONTORIO MICHELE
5 (17)
ATTENTION the expert does not work in strategy tester, for a trial version visit my profile. Manual RiskGuard Management   RiskGuard management was born with the idea of ​​helping traders from their initial journey to becoming expert and aware traders. Compatible with any operating system whether Mac or Windows. The operations panel is integrated into the graph giving the possibility to choose size and position between right and left, while the various buttons light up when they can be used,
Adam FTMO MT5
Vyacheslav Izvarin
5 (2)
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 -------------------------------------------------------------------------------
YuClusters
Yury Kulikov
4.93 (41)
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
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-u
-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
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
Mentfx Mmanage mt5
Anton Jere Calmes
4.25 (8)
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
Designed for automated trading on the Nasdaq (US100, USTEC, NAS100, NDX100, etc.). It will not work on other assets! To correctly   test, it is necessary to configure the TesterTimeShift parameter.  TesterTimeShift   is the time difference in hours between the terminal time and the time in the visual mode of the strategy tester. This is based on research by BIASMACHINE And the related Telegram notification service . It uses statistical patterns identified in the research to find and plac
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your 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 n
HYT utility
Sergey Batudayev
5 (1)
HYT (Help Your Trading) is a tool designed to help you average down your losing positions using two main techniques: Standard averaging . Hedging with subsequent opening of positions in the direction of the trend . Buy 1 and 1 get FREE This tool allows you to manage multiple positions opened in different directions, both for buying and selling. HYT automatically calculates the size of the next position , order price, direction for averaging, and closing the position with a specified take-profit
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
Trading Chaos Expert
Gennadiy Stanilevych
5 (10)
This software has no equals in the world and represents a universal trade "console" covering trading signals, automated market entry, setting of Stop Loss and Take Profit, as well as Trailing Profit for multiple trades at the same time in a single open window. Intuitive control of the Expert Advisor in "three clicks" ensures a comprehensive use of all its functions on different computers, including tablets PCs. Interacting with additional signal indicators that mark the chart to give a real mark
도비포렉스 AI 서비스 도비포렉스 AI 서비스는 외환 거래자를 위한 스마트 거래 지원을 제공하는 전문 플랫폼입니다. 이 어시스턴트는 고급 실시간 시장 분석을 활용하여 거래자가 거래 전략에서 보다 정보에 입각한 결정을 내릴 수 있도록 돕습니다. 도비포렉스 웹사이트에 가입하고 전용 패널에 접근하면 사용자는 이 지능형 서비스를 자신의 거래 플랫폼에 통합할 수 있습니다. 도비포렉스는 고급 알고리즘과 머신 러닝을 활용하여 실시간으로 시장 데이터를 처리하고 정확하고 신뢰할 수 있는 거래 신호를 제공합니다. 이 강력한 도구는 거래자가 시장 변동을 스마트하게 활용하고 거래 위험을 최적화할 수 있도록 합니다. AWS 아마존 기반 아마존의 AWS 클라우드 서비스로 구동되는 이 거래 어시스턴트는 거래 데이터를 실시간으로 처리하고 분석하기 위해 고급 컴퓨팅 인프라를 활용합니다. AWS를 활용함으로써 이 도구는 대규모 금융 시장 데이터를 높은 정확도와 속도로 처리할 수 있습니다. 이 거래 어시스턴트의 가장
Time saving and fast execution Whether you’re traveling or sleeping, always know that Telegram To MT5 performs the trades for you. In other words, Our   Telegram MT5 Signal Trader  will analyze the trading signals you receive on your selected Telegram channels and execute them to your Telegram to MT5 account. Reduce The Risk Telegram To Mt5   defines the whole experience of copying signals from   Telegram signal copier to MT5 platforms. Users not only can follow all instructions from the signa
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
Hedge Ninja
Robert Mathias Bernt Larsson
3 (2)
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
Attention: this is a multicurrency EA, which trades by several pairs from one chart!  Therefore, in order to avoid duplicate trades, it is necessary to attach EA only to one chart, ---> all trading in all pairs is conducted only from one chart! we can trade simultaneously in three different pairs, as by default (EURUSD + GBPUSD + AUDUSD), which take into account the correlation when entering the market for all three; we can trade only EURUSD (or any currency pair) and at the same time take into
Market Screener
Andrey Khatimlianskii
5 (1)
Professional tool for professional traders It allows you to browse all available financial instruments and select best ones to trade with lightning speed. Fastest market screening ever Move your mouse over the instruments and instantly see 3 charts with selected timeframes and predefined indicators! Click on the symbol name to hold it. Use UP and DOWN keys to select previous /  next instrument. Ultimate charting Smooth scale, automatic indicator lines width, smart grid and much more. You'll
Binance Future용 Mt5 봇(전문가) 시스템은 Binance Future 시장에서 실행됩니다. 이를 자신의 코드에 쉽게 통합하여 작업을 자동화할 수 있습니다. 수동 조작 패널을 사용할 수 있습니다. 헤지 모드 호환. 모든 작업은 화면에서 수동으로 수행할 수 있습니다. 많은 암호화폐를 동시에 제어하는 가장 효과적인 방법입니다. 화면은 바이낸스 화면이 있는 템플릿 형식입니다. 링크에서 템플릿 파일을 다운로드할 수 있습니다. https://drive.google.com/file/d/1WHqGhym0QIK31l7kwfit9_tXb7YbqSuT/view?usp=sharing 이 프로그램은 설치가 필요합니다. https://www.mql5.com/tr/market/product/68694 https://www.mql5.com/tr/market/product/73887 매개변수 API 키 = 바이낸스 API 키 비밀 키 =
Mt5 To InterativeBrokers Copier allows you to copy deals from MT5 account to Interactive Brokers. With this, you can run your EA strategy on a MT5 Demo/Real Account, then copy all the deals to Interactive Brokers account real time. Features: 1. Copy or Invert-Copy deals Realtime from MT5 to IB Account. 2. Synchronizing positions of both accounts periodicaly, in case any missing copying. 3. You can choose only Buy position or Sell position. Symbols Setup: General Format:  {MT Symbol} -> {
Trade Copier Pro MT5
Vu Trung Kien
3.67 (3)
Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTradfer accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your 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 abl
Online Accounts Manager MT5
Kyra Nickaline Watson-gordon
5 (1)
OneClick Online Account Manager is a powerful utility that helps you to manage all your accounts from a centralized panel. It is suitable for all single account traders and specially for multiple accounts traders. The utility help you to : Monitor status of all accounts on a private web page. Some information such as account connection status, account profit, DD, Balance, Equity, Margin Level, Number of positions and orders, Daily and Weekly profit/loss and also overall summation of all these
ClusterSecond
Rafil Nurmukhametov
4.78 (32)
The utility allows you to build different types of graphs: Seconds chart from 1 second to 86400 seconds Tick chart from 1 tick and above The volume chart Delta chart Renko chart Range chart Demo version of the utility https://www.mql5.com/ru/channels/clustersecond Built-in indicators for volumetric analysis: daily market profile and market profile of the selected timeframe, Cluster Search Imbalance VWAP Dynamic POC, VAH, VAL the profile depth of the market vertical volume with various display op
Partial Close Expert는   많은 기능을 하나의 자동화 시스템으로 결합한 도구입니다. 이 EA는 위험을 관리하고 잠재적 이익을 극대화하기 위한 여러 옵션을 제공함으로써 트레이더가 자신의 포지션을 보다 효과적으로 관리하도록 도울 수 있습니다. 부분 마감 전문가를 통해 트레이더는       부분 마감       이익을 고정하는 수준,       후행 중지       이익을 보호하고 손실을 제한하는 수준,       손익분기점       가격이 반대 방향으로 움직이더라도 거래가 중단되도록 하는 수준 및 기타 여러 기능. 이 올인원 Expert Advisor를 사용하면 트레이더는 거래를 지속적으로 모니터링할 필요가 없으므로 시간과 노력을 절약할 수 있습니다. 대신 EA는 시장 상황에 따라 미리 설정된 지침을 실행하여 거래자에게 거래에 대한 더 많은 유연성과 통제권을 제공합니다. 부분 닫기 전문가 첨부,       키보드에서 "p"를 누르고   설정을 변경하면 바로 사용할 수
The best trend line auto trading expert advisor/utility. One or more trend lines of different timeframes in the same direction are easily placed on a chart to auto trade within a strong trading opportunity.   1.    AUTO TRADING / MANUAL TRADING Trendscout can place orders for you automatically. You have to enable “Auto trading” and also check the “Enable live trading” box at the parameter window. When price crosses the trend lines for the first time two massages are sent to your mobile phone or
MQLplus Charting
Dominik Egert
3.67 (3)
MQLplus Charting  Inspired by good charting solutions available on the web, this utility finally brings some neat features to MT5 to make charting fun again. Current version supports following features: Free floating charts , similar to Tradingview A sophisticated Cross-Hair , with detailed data display Multi-Chart Cross-Hair  sync function Measurement tool , showing account currency, points and period count as results Speed-Scrolling  to move fast through markets history Snail-Scrolling  to
Dear traders and investors! We present to you the MT5 Optimization Booster – an innovative product that will revolutionize your optimization experience on MetaTrader 5! The MT5 Optimization Booster is based on the innovative Quantum Swap Protocol (QSP) algorithm – a unique proprietary optimization strategy that forms the core of the product and elevates the process of finding optimal solutions to a new level. After the purchase , be sure to contact me . The product is designed to enhance the
제작자의 제품 더 보기
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
Friday Monday
Konstantin Kulikov
5 (2)
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
Breakthrough Strategy MT5
Konstantin Kulikov
4.11 (9)
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 첫째 전문가 저언
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
Friday Monday MT5
Konstantin Kulikov
3.71 (7)
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
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
FrankoScalp
Konstantin Kulikov
3.79 (115)
포렉스 외환시장의 제일 지속적으로 근무하는 시장 전문가의 홈페이지에 와 주셔서 환영합니다. 본 전문가는 세간의 주목을 받으며 사람의 관심을 이끌어온 지 5년이상이나 된다. 외환시장의 어느 포럼이든지 FrankoScalp이란 전문가에 대한 많은 토론을 찾을 수 있다. 하지만 mql5에서만 업데이트 받은 특별 나 아까 도와 주겠습니까의 최신판을 받고 그 제작자에게 연락하고, 친절한 FrankoScalp EA 사용자 커뮤니티 참석자가 될 수 있다. ​구매 세부 내용 엑스퍼트 전문가 서비스는 한번 구매하면 업데이트가 다 공짜이어서 영원히 사용할 수 있고 황설은 10번까지 할 수 있다. 황설은 10번으로 할 수 있다는 것이란 10개의 컴퓨터나 VPS에서 따로 이용할 수 있는 뜻이다. 매매계좌 및 터미널 수는 제한이 없다. 우리 역사 2012년에 우리가 외환시장 세계에 처음으로 들어가고 2015년에 자동 매매 시스템을 중심으로 했고 2016년에는 FrankoScalp 첫째 전문가 저언
Good Monday MT5
Konstantin Kulikov
4.5 (2)
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,
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
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
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
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 (1)
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
Spread Record
Konstantin Kulikov
4 (2)
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
Breakthrough Strategy
Konstantin Kulikov
4.46 (35)
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
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
Trailing and SL TP
Konstantin Kulikov
5 (1)
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
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,
News Trade EA MT4
Konstantin Kulikov
4.33 (15)
제가 몇 년 동안 사용하고 있는 유용한 로봇을 소개드립니다. 반자동뿐만 아니라 자동 모드로도 사용할 수 있습니다. 본 프로그램에는 경제 캘린더의 뉴스별로 유연한 거래 설정이 포함되어 있습니다. 전략 테스터에서 확인할 수 없습니다. 진짜 작업뿐입니다. 터미널 설정에서 허용된 URL 목록에 뉴스 사이트를 추가해야 합니다. 서비스>설정 > 조언자>를 클릭합니다. "다음 URL에 대해 WebRequest 허용:" 확인란을 선택합니다. 다음을 추가합니다 (공백 삭제): https://  nfs.faireconomy.media 자동 모드 시 기본 설정 관리: https://www.mql5.com/ko/signals/1447007 . 동일한 결과를 얻으려면 임의 기간 (기간이 얼마정도인지 상관 없음)의 GBPUSD 차트에 전문가를 첨부하십시오. 이 전문가를 위해 고유 설정 세트를 만들 때 블로그의 모든 매개변수에 대한 설명을 참조하십시오: https://www.mql5.com/en/
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
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
필터:
Nice Trader OÜ
2232
Aller Uja 2024.04.29 13:41 
 

I see that no one has left a review for this EA for a long time. I'll correct this oversight on my part and confirm that the EA is reliable and the developer trustworthy. It doesn't make transactions very frequently, but it suits well as a background worker for a more active EA.

Konstantin Kulikov
25162
개발자의 답변 Konstantin Kulikov 2024.04.30 14:05
Thank you for your support, it is very valuable to me.
Patman
78
Patman 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
25162
개발자의 답변 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
25162
개발자의 답변 Konstantin Kulikov 2023.07.11 13:44
Franck Martin
113825
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
25162
개발자의 답변 Konstantin Kulikov 2023.05.25 20:57
Thank you
Nail Sharipov
422
Nail Sharipov 2023.03.27 15:43 
 

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

Konstantin Kulikov
25162
개발자의 답변 Konstantin Kulikov 2023.05.25 20:58
Спасибо за отзыв
Yasir Ammar Raheem Al Kinani
784
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
25162
개발자의 답변 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
25162
개발자의 답변 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
386
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
25162
개발자의 답변 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
25162
개발자의 답변 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
25162
개발자의 답변 Konstantin Kulikov 2022.04.29 20:52
Thank you very much:)
28tradingfx
227
28tradingfx 2022.04.13 02:22 
 

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

Konstantin Kulikov
25162
개발자의 답변 Konstantin Kulikov 2022.04.19 15:30
Thank you very much for your feedback :) I really appreciate it.
리뷰 답변
버전 2.30 2024.10.14
Conferences are equivalent to speeches.
The Strictly_for_line_Only_News parameter has been added. If true, it is necessary to specify the most accurate news titles in the Only_this_News line.
버전 2.20 2024.09.03
The news filter has become more stable (please note that the MQL5 calendar is the most stable, there are no failures).
버전 2.10 2024.08.25
1) News sites have become more stable.
2) Added the Only_News_from_string, Only_this_News parameters.
3) The 3rd news source has been added, namely, MQL5 (it is the most stable, no failures).
버전 2.0 2024.06.18
Fixed the definition of news of the "Interest Rate Decision" type for the FF website.
버전 1.91 2024.05.31
The site for the news filter has been changed. Find the new site in the product description and add it to the terminal settings.
The default settings have also been slightly changed.
버전 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.