• 미리보기
  • 리뷰 (17)
  • 코멘트 (113)
  • 새 소식

News Trade EA MT4

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

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

최신 설정 아카이브 다운로드: https://www.mql5.com/en/blogs/post/747929

이 전문가를 위해 고유 설정 세트를 만들 때 블로그의 모든 매개변수에 대한 설명을 참조하십시오: 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"의 매개 변수는 다른 전문가와의 공동 작업을 위한 것입니다 (다른 매직 번호가 있는 열린 포지션에 대한 설명). 따라서 이 전문가를 전문가의 일반 프로필에 추가할 수 있습니다.



리뷰 17
Nail Sharipov
423
Nail Sharipov 2023.06.08 14:46 
 

Отличный бот, брал мт5 сейчас для мт4 советую , 5+ от меня.

Franck Martin
137336
Franck Martin 2023.05.25 17:24 
 

The seller is very available if there is a need to solve problems. I always use it to diversify my investments in addition to my main EA.

Iurii Semenov
250
Iurii Semenov 2022.09.23 18:38 
 

Отличный советник, использую его уже почти пол года, много настроек, есть все что может понадобится. За 4 месяца на счете с моими настройками +75% от вложенного. Торгую с ним в полуавтоматическом режиме, но и в автоматическом он справляется. Рекомендую! (настройки не стандартные,свои)

추천 제품
KFX Trade Manager
Joe Christopher Ramirez
Introducing the "KFX Trade Manager" expert advisor for MetaTrader 4 (MT4), a comprehensive solution for advanced trade management and risk control. This powerful tool is designed to enhance your trading experience by automating various aspects of order handling, profit optimization, and alert notifications. With the "KFX Trade Manager," you can take your trading to the next level and streamline your operations for improved efficiency and better risk management. Key Features: Trade Management Set
Effective Decision
Tatiana Savkevych
The Effective Decision bot (for EURUSD) works on the Metatrader trading platform, which is widespread on the Forex market. The basis of the bot is a complex algorithm for controlling transactions. Many indicators are used as the main entry signal (Envelopes, ADX, Bands, MA, RSI, AD, Alligator, BearsPower, Fractals, Momentum). Bot environment: Currency pair - EURUSD. TimeFrame - H1. The maximum spread is 20 pips. Required deposit - $10,000 (or equivalent). The maximum drawdown is 12%. Peculiari
This Robot Ea with indicators ADX. ONLY 1 COPIES OUT OF 5 LEFT AT $ 99! After that, the price will be raised to $ 199. LIVE SIGNAL and EA STRATEGY ⤵⤵⤵ https://www.mql5.com/en/users/supomo/seller#products    PARAMETER SETTING EA ⤵⤵⤵ https://www.mql5.com/en/blogs/post/744860 SETTING EA ADX VERSION: ++>, Setting_ADX VERSION= "------- ( Setting Strategy ADX ) -------";         >>period_ADX=28; ++>, EA_Indicators=1. ADX VERSION ++>,  Setting Martingale="------- ( MARTINGALE [open 1=disable] ) --
This EA will automatically close all open and pending order when profit or loss is reached according to users setting. Profit or loss can be set by percentage or by amount. When inputting amount for loss make sure to put " - " (minus) sign before the amount. The color of text displayed on the chart can be change in the user input. The text position can also be changed: - left top corner - right top corner - left bottom corner - right bottom corner
EUR 4 of 8 MT4
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 sampl
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. You can search for current signals on this page, or write me a personal message:  https://www.mql5.com/en/signals/author/test-standart The default settings ( timeframe M1 ) show the most stable results for: GBPUSD, GBPCAD, GBPAUD, EURUSD, AUDUSD, NZDCAD, NZDCHF All new sets appear here:  https://www.mql5.com/en/blogs/post/747929 A description of the Expert's parameters can
Algo v3 ea robot
Sharif Khatib Said
1 (1)
ALGO V3 EA is developed with over a year of intense research and testing. This expert advisor employs multi-timeframe volatility measurements, analyses intentions of market participants and anticipate price movements before they occur with help candlestick patterns, and supply & demand analysis for accurate entries that are highly reactive to market price movements of Gold, breaking out at critical price levels. Gold Mana is proven to be resilient for more than 3 years with stable trading throug
The professional utilities "Ichimoku Waves Meter" to analyse graphs using the correct interpretation of Ichimoku kinkōhyō! Is a graphic program that allows traders to quickly and easily measure the proportions between the indicated points on the price graph. This time and price indicator is a basic tool for analysing the chart according to the Ichimoku strategy on the MT4 platform. Using this tool allows an insightful and complete analysis of time waves as well as price waves in a very short ti
Designed with advanced algorithms and utilizing deep learning technology, our Haiau Capital MT4 (EA) is crafted to assist you in the intricate world of forex trading. The system analyzes market behaviors and conducts transactions based on specific criteria, empowering you to engage with market trends more effectively. With the backing of nearly a decade of data, the EA employs deep learning to examine past market conditions, aiming to provide enhanced decision-making. Recommendations: Curren
The professional utilities "Ichimoku Waves Meter" to analyse graphs using the correct interpretation of Ichimoku kinkōhyō! Is a graphic program that allows traders to quickly and easily measure the proportions between the indicated points on the price graph. This time and price indicator is a basic tool for analysing the chart according to the Ichimoku strategy on the MT4 platform. Using this tool allows an insightful and complete analysis of time waves as well as price waves in a very short ti
FREE
New version 1.22. Partagas    The AG algorithm is an element of a comprehensive trading system for trading a basket of currencies across 8 major currencies across all 28 currency pairs. The algorithm serves as a signal block for determining entry/exit from a position. To collect initial values, AG uses data from the CSS Currency Slope Strength cluster indicator. This indicator was not chosen by chance - it performed very well during testing of the algorithm. A. AG determines the width of the e
FREE
I will support only my client. สำหรับลูกค้า Parameters General Trade Settings Money Management  Lot : Fixed (can change) Strategies  - H4 Strategies you can using both it is fixed with MA, Bollinger band, Candlestick Levels Close Functions  - H1, H4 and D1 Strategies you can using both MagicNumber  - individual magic number. The EA will only manage position of the chart symbol with this magic number. NextOpenTradeAfterMinutes  - 8 minutes is default, can change it MaxSpread  - upto currency pa
Corti Unity EA
Mr Nattawut Poochomchuen
Corti Unity EA is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs:   NZDUSD,USDCAD,AUDNZD,AUDCAD,NZDCAD,GBPCHF (Work on any currency pair)  Recommended timeframe:   M15 Features: One Chart Setup:   you only need one chart to trade all symbols Multip
GridProfit
Hafis Mohamed Yacine
Grid Profit  Grid Profit EA Working with all pairs. TimeFrame - 5-15-30-1H Minimum Deposit Recommended : $1000 USD lot 0.01  Grid Profit EA  V 1.00  would probably come about in the event the volatility to your commodity begins to diminish. In the case some sort of examine benefits are generally in the beginning to travel sideways, that ATR profit would probably figure out how to drop off of. This can trigger that trailing terminate to travel in excess since examine benefits began to be way
I will support only my client. สำหรับลูกค้า Parameters General Trade Settings Money Management  Lot : Fixed (can change) Strategies  - H1 and H4 Strategies you can using both it is fixed with MA, Bollinger band, Candlestick Levels Close Functions  - H1 and H4 Strategies you can using both MagicNumber  - individual magic number. The EA will only manage position of the chart symbol with this magic number. NextOpenTradeAfterMinutes  - 20 minutes is default, can change it MaxSpread  - upto currenc
Quantum Pro Deluxe
Luis Mariano Vazquez Marcos
Experimente el poder del Asesor Experto "QUANTUM", un algoritmo meticulosamente diseñado para operar en el mercado del oro. Este asesor experto ha demostrado consistentemente excelentes resultados en rigurosas pruebas retrospectivas (backtesting), destacándose por su capacidad para capitalizar las tendencias del oro con precisión y eficacia. Parámetros Recomendados: TODAS LAS DIVISAS Periodo M5, M15 , M30 Y H1 AUTOAJUSTABLE EL LOTAJE POR FACTOR DE RIESGO Disclaimer de Riesgo:   El uso de este As
LENA Scalp
Cence Jk Oizeijoozzisa
4.4 (5)
LENA Scalp Lena Scalp 신호 라이브 버전 =   https://www.mql5.com/en/signals/2295107 최첨단 스톱로스 기술과 인공지능을 활용한 Lena Expert Advisor는 혁신적인 거래 경험을 제공합니다. Lena의 로봇은 큰 스톱로스, 마틴게일 또는 그리드 거래를 사용하지 않습니다. 대신 시장 조건에 맞게 조정되는 동적 스톱로스 시스템을 사용합니다. 인공지능 기반 분석은 신중하게 설계된 전략에 따라 시장의 중요한 기회를 식별하는 데 도움을 줍니다. 이 자동화된 거래 솔루션은 경험이 풍부한 트레이더들이 개발한 견고하고 입증된 접근 방식을 바탕으로 신뢰성과 효율성을 제공합니다. 큰 손실 한도를 사용하지 않고 활성화가 유효하지 않다는 것을 감지할 때마다 가능한 가장 낮은 손실로 종료하고 라이브 계정에서 거래를 종료(인공 지능 감지)합니다. 전체 버전을 구매하면   Hijack   무료 버전이 제공됩니다.     HiJack: https://
AlwaysWin MT4
Ismail Hakki Delibas
EA Description : The EA is designed based on specific trend detection algorithms and strong filters.Most of the algorithms are smart and automatic. You need to adjust some limited parameters to optimize the signal engine of the EA. Thus optimizing and using EA is very simple and easy. Supported Symbols and Timeframes : All timeframes and pairs are supported by EA. The best operation of EA is on all 28 Major and Cross Pairs of Forex. The best timeframes are M15,M30,H1 EA Inputs General Options
혁신적인 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) 포인트 및 로트 크기를 포함한 정확한 매개변수를 설정할 수 있습니다. 도구의 유연성은 시장 행동과 일치하는 적응형 반복 옵션으로 강조됩니
Close at time
Yaotang Liu
5 (1)
Close at time is a very useful EA to close specific positions at specific time. It also provides additional condition to setup. Close specific positions at time. Close specific positions which currently profits. Close specific long positions only. Close specific short positions only. Close specific pending orders. It is useful to support your trading strategies. Parameters description magic : Target magic number to close. close_time_hr: Hour to close. (MetaTrader 4 terminal time) close_time_min
FREE
AITrendBooster MT4
Yu Mei Cheng
5 (3)
Overview AITrendBooster   is our latest intelligent trading system, designed to utilize trend-following strategies with scaling positions to significantly enhance profitability while effectively reducing drawdowns during unfavorable market conditions. This system incorporates cutting-edge deep learning technology to significantly improve trend recognition accuracy. The core design goal of the system is to maintain break-even performance during range-bound markets while achieving higher profits
EA Quantum Lab
Vitali Vasilenka
4.67 (69)
EA Quantum La – Trading advisor based on the RSI and Bollinger Bands indicators, using pending orders and virtual orders, supported by a neural network. ️ Join our Telegram channel and get a powerful package of gifts that will make your trading even more successful: ️Our Telegram channel   ️     t.me/EAQuantumLab   3 unique indicators   - accurate market analysis in your hands.   Trading panel   - convenient management of all trades.   Expert Advisor   - your reliable assistant in
중요 공지: Fire Wave Expert Advisor는 GBP/USD 통화쌍에서 5분 차트로 작동하도록 설계되었습니다. 더 높은 시간대(예: H1 이상)에서 EA를 사용할 경우 위험이 크게 증가하며 예상보다 높은 손실을 초래할 수 있습니다. 이는 5분 차트에 최적화된 전략의 고유한 계산 방식 때문입니다. 그러나 낮은 수익률로 낮은 위험을 선호하는 경우, EA를 EUR/USD 통화쌍에서도 사용할 수 있지만 수익 기대치는 낮아집니다. Fire Wave 전략 설명 Fire Wave Expert Advisor(EA)는 GBP/USD 통화쌍에서 안정적인 결과를 달성하기 위해 고도로 최적화된 거래 알고리즘입니다. 대부분의 전통적인 Expert Advisor가 기술 지표에 의존하는 것과 달리, Fire Wave는 신중하게 계산된 가격 수준을 기반으로 한 정확한 냉각 전략을 사용하여 시장 움직임을 효율적으로 활용합니다. 이 전략은 Expert Advisor의 단순한 설정을 통해 제어할 수 있는
1.Determine the trend size based on the chart cycle.   An uptrend near the highest price in a period of time.   A trend down near the lowest price in a period of time. 2.   short-term trends.   Oversold and long;   Overbought, short. 3. Unwind positions based on overbought and oversold and profit points. real-time signal: https://www.mql5.com/zh/signals/1538661?source=Site+Signals+My EA Settings: You need to load EA into the currency pair to trade (M15 time range). The best performing symbol : E
The advantages of EA TWO CANDLE SMART are: It is equipped with various filters, including: maxspread, maxlot, takeprofit (4 step), stop loss (3 step), profit target per day, and many more. Open order BUY = If iClose[2] > iOpen[2] && iClose[1] > iOpen[1]. Open order SELL = If iClose[2] < iOpen[2] && iClose[1] < iOpen[1]. Target_profit_perday=50; ==> can work on forward test. lockprofit=2;//Minimal Profit in money Step_LockProfit_in_Money=25; Stoploss_in_Money=1000; Stoploss_in %=50;==> Stoploss
I will support only my client. สำหรับลูกค้า Parameters General Trade Settings Money Management  Lot : Fixed (can change) Strategies  - M30 Strategies you can using both it is fixed with MA, Bollinger band, Candlestick Levels Close Functions  - M30 Strategies MagicNumber  - individual magic number. The EA will only manage position of the chart symbol with this magic number. NextOpenTradeAfterMinutes  - 8 minutes is default, can change it MaxSpread  - upto currency pairs, MaxSlippage  - upto cur
전문가 고문은 추세 시작의 높은 확률로 시장에 진입합니다. 매장물의 배수로 이어지는 독성 방법은 없습니다.그리드와 마팅게일은 없습니다. 예금의 백분율로 정지 손실 손실은 각 위치(추천 -2%)및 정지 손실에 5-10 의 테이크 이익에 대해 설정됩니다. 각 위치에는 후속 정류장이 있습니다. 거래 당$20 의 고정 위험($1,000 의 2%에 해당)으로 2010 년부터 테스트. 고정 위험 테스트를 통해 고문의 올바른 작동을 볼 수 있습니다. $20 의 위험에서 권장 및 테스트 통화 쌍에 대한 예상 동시 작업으로 평균 수익률은 한 달에$310(2%의 위험에서 31%)를 가정합니다. 한 쌍의 포지션을 동시에 한 통화 쌍의 최대 2 포지션으로 제한하는 것이 좋습니다. 시작 및 종료 시간에 의해 필터가 있습니다. 이것은 보통 유럽 회의이며 미국 회의의 시작입니다. 구매 또는 판매를위한 필터가 있습니다. 일 및 월별로 필터도 있습니다. 벽돌 토론에서,나는 업로드.파일을 설정합니다.
Fast Lane
Panganani Sithole
Fast Lane Expert Advisor The Fast Lane expert advisor is a sophisticated trading algorithm designed to capitalize on market trends and momentum. This powerful EA utilizes the Moving Average indicator to identify optimal entry points, while also incorporating advanced features to maximize trading potential. Key Features: Moving Average Indicator: The EA uses the Moving Average indicator to gauge market momentum and identify trends. Swing Highs and Lows: The EA checks for swing highs and lows
**Multi-Strategy EA with Advanced Statistical Analysis (ANOVA & R-squared)** **Core Statistical Framework:** 1. **ANOVA Analysis:**    - One-way ANOVA: For trend direction significance    - Two-way ANOVA: For market variable interactions    - P-value thresholds < 0.15 for trade validation 2. **R-squared Analysis:**    - ATR R² (Strong correlation ≥ 0.75)    - Standard Deviation R² (Moderate: 0.50-0.74)    - EMA R² (Weak: 0.25-0.49)    - Combined R² for overall market state    - Determines sid
EMA Dashboard
Chantal Sala
1 (1)
Ema Dashboard is an innovative dashboard that allows you to monitor Moving Average on multiples symbols and different timeframes. This dashboard allows you to analyze information on 28 pairs on an unique chart. Its functionality includes analysis of All Time Frames. This configuration allows you to identify the Long Term Trend with extreme ease. This panel allows you to take very important directional movements. A click on button opens a new chart (symbol and timeframe). Graphic Object Symbol l
이 제품의 구매자들이 또한 구매함
HFT Fast Scalping EA
Sami George Saba Zeidan
HFT FAST SCALPING EA the High Frequency Trading which use stop orders to enter the trades when market is trending. Limited price $350 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for  HFT FAST SCALPING EA    $1200 STARTING FROM 1 JANUARY 2025. best use for 1- Low slippage brokers for us30 and DE40 . 2- LOW OR ZERO COMMISSION BROKERS FOR EUR AND GOLD. 3-Prop firms like ftmo ,tff,.......etc This EA UNLIKE Other HFT EAs , You can see that in the parame
Forex copier
Alexandr Bryzgalov
We offer simple and reliable software that can  copy trades  between any MT4 accounts. Easy to use MetaTrader copier which saves valuable time Reliable, so you are protected from technical issues Powerful, with a lot of features available Who can use this MT4 copier? Forex Copier is a solution for individual traders or account managers who need to execute trade signals from external sources or who need to  manage several MetaTrader 4 accounts  at the same time. We do not offer you “yet another
삼각 차익 거래 전략은 세 가지 관련 통화 쌍 간의 비효율성을 이용하여 비효율성이 해결될 때 순이익을 위해 서로를 취소하는 상쇄 거래를 배치합니다. 거래에는 3번의 거래가 포함되며, 초기 통화를 초로, 두 번째 통화를 세 번째 통화, 세 번째 통화를 초기 통화로 교환합니다. 세 번째 거래에서 차익 거래자는 시장 교차 환율이 암시적 교차 환율과 일치하지 않을 때 존재하는 불일치로 인한 위험이 없는 이익을 확보합니다. [ 설치 가이드 | 업데이트 가이드 | 문제 해결 | 자주하는 질문 | 모든 제품 ] 삼각 차익 거래 링의 예는 USD, GBP 및 EUR입니다. 이러한 차익 거래 기회와 관련된 통화 쌍은 EUR/USD, GBP/USD 및 EUR/GBP입니다. 이 쌍은 분자와 분모가 있는 대수 공식으로 생각할 수 있습니다. EUR/USD의 분자는 EUR이고 해당 쌍의 분모는 USD입니다. 이 방정식은 EUR를 USD로 나눈 값입니다. 이 세 가지 통화 쌍은 다음과 같이 표현될 수 있는
Engulfing Dashboard is a forex system that can help you generate forex profits easily without having to work hard to learn forex knowledge because this Dashboard is complete with all the facilities and functions that are sophisticated and effective. This system is made based on Supply and Demand techniques to measure Market Direction (trend) more accurately than using indicators such as Moving Average, MACD, trendline and so on. It is made using a certain formula so that the accuracy of the mar
News Trader Pro
Vu Trung Kien
4.41 (17)
News Trader Pro is a unique robot that allows you to trade the news by your predefined strategy. It loads every piece of news from several popular Forex websites. You can choose any news and preset the strategy to trade it, and then News Trader Pro will trade that news by selected strategy automatically when the news comes. News release gives opportunity to have pips since the price usually has big move at that time. Now, with this tool, trading news becomes easier, more flexible and more exciti
News Trapper EA
Noha Mohamed Fathy Younes Badr
4.85 (13)
Hi, all.  News trapper EA It is an expert for trading news very safe expert  Automated Trading on the news of the economic calendar. It shows stable trading during last 10  years. EA doesn't use dangerous technologies like martingale, grid. The Expert is very simple to use.      sale will end after 48 h how to install it     and set files     read the blog         after purchase contact me to add you to   VIP   channel  The program contains flexible settings for trading on the news of the econo
Unlimited Trade Copier Pro 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 not b
ADAM for FTMO 40
Vyacheslav Izvarin
5 (1)
ADAM EA Special Version for FTMO  Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 ----------------------------------------------------------------------------------------------------------------------------
FiboPlusWaves
Sergey Malysh
5 (1)
FiboPlusWave Series products Ready-made trading system based on Elliott waves and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    Features: without delving into the Elliott wave theory, you can immediately open one of
If you wish to draw Support and Resistance lines, view: daily market opening, classical pivot levels, Fibonacci pivot levels, trend lines, Fibonacci levels, the remaining time to candle closing, and current spread. If you seek to place your orders with the exact lot that meets your desired stop loss risk. If you wish to do all this and more with just one click, then this is the perfect tool to use. This tool will allow you to feel more relaxed when deciding to open orders, as well as predicting
Unlimited Binary Options Copier Remote is a powerful tool to copy binary options trades remotely between multiple accounts at different locations over internet. This is an ideal solution for signal provider, who want to share his binary options trades with the others globally on his own rules. One provider can copy trades to unlimited receivers and one receiver can get trade from unlimited providers as well. The provider can set the subscription expiry for each receiver, so that receiver will no
Pairs Trade
Oleg Pechenezhskiy
The Pairs Trade indicator is a utility for semi-automatic pair trading. It allows combining the charts of two arbitrary instruments, even if the schedules of their trading sessions are different. It displays a spread chart in the form of a histogram with an overlaying moving average. It calculates the swap that will be charged for the synthetic position (in the deposit currency). It is possible to set a level for automatic opening of a synthetic position on the spread chart (analogous to the 'se
This Stacker EA will: Automatically set Stop loss on a new order Automatically set Take profit on a new order Stack (or open up to 4 additional orders at the same time) when a new order is placed, the SL/TP can be preset individually for each order. Provides a transparent replacement for the standard 1-click trading buttons in MetaTrader 4 (1 click still works and SL/TP will automatically be set as well as Stacking). Automatically calculate lot order size according to preset risk management perc
FXFledgling Exit Tool is a complete risk management tool that analyzes both the open trades and the direction of the pair of open trades. As long as the suggested entry and lotsizing management presented here is followed strictly, you will have a high chance (but no guarantee) of surviving the trade. What It Does It is used as an exit tool. It helps the trader to manage any manual trade that he transacted. It does the following: Trail Stop Dynamic Stop Loss - a calculated stop-loss that changes
Crypto Market Pro
Daniil Kurmyshev
5 (1)
New opportunities for analyzing cryptocurrency in the usual MetaTrader 4. For example : We select the symbol of the cryptocurrency and attach any indicators, Expert Advisors or scripts. Startup Mode View cryptocurrency; Data collection. Capabilities Work as with a standard currency chart; Automatic update of open charts; Selection of individual cryptocurrency for updating; Selection of individual timeframes for updating; Work on the desired timeframes; Open charts do not affect the work of Cry
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
Fibonacci Expansion and Retracement Analysis Fibonacci retracing and extended line tools for the MT4 platform, ideal for traders who use the DiNapoli point trading method and the Golden Section trading The main function: 1. You can draw multiple sets of Fibonacci retracements directly, and the relationship between important return points is clear at a glance. 2. Can draw Fibonacci extensions 3. The Fibonacci foldback and extension of the line can be moved left and right for easy observation
Советник риск-менеджер с огромным арсеналом возможностей защиты вашего депозита. Для инвесторов, которые решили передать капитал в доверительное управление. Когда у трейдера нет доступа к настройкам - нивелирует торговые риски. А также для трейдеров, которые осознали необходимость стороннего контроля за их торговлей для улучшения торговых результатов.  Для максимальных результатов - должен стоять на отдельном VPS сервере и у трейдера не должно быть возможности менять настройки в торговый период.
Grid Hero War Pad
Chock Hwee Ng
3.4 (5)
Grid Hero War Pad is a  GRAPHICAL MANUAL TRADER version of the original Grid Hero EA, designed and created for ADVANCED TRADERS who are experienced in plotting their own market entries. It is coded using ADVANCED GRAPHICAL INTERFACE programming, that combines the power of discretionary trading with Grid Hero algorithm in the form of a graphical console with button-click easy execution. It allows you to execute trades manually using Market Orders and Pending Orders, and then automatically uses th
MirrorEA
Eugenio Bravetti
The new version of  MirrorSoftware 2021  has been completely rewriten and optimized.  This version requires to be loaded only on a single chart because  it can detect all actions on every symbol and not only the actions of symbol where it is loaded. Even the  graphics and the configuration mode  have been completely redesigned. The MirrorSoftware is composed of two components (all components are required to work):  MirrorController  (free indicator): This component must be loaded into the MASTER
Open charts
Maksim Slovakov
Скрипт открывает графики по всем инструментам находящимся в окне "Обзор рынка" и по желанию может задать для всех графиков один шаблон. Так-же можно удалить все графике открытые в терминале Мт4. В скрипте имеются следующие настройки: "Таймфрейм" по умолчанию M30;             (Можно поставить свой: M1, M5, M15, M30, H1, H4, D1, W1, MN.) "Задержка" по умолчанию "0";                  (Задержка перед открытием следующего графика в миллисекундах.) "Шаблон" по умолчанию "True";                (True=пр
Quantized Trend
Oleg Pechenezhskiy
This utility automatically draws the trend channel on the price chart. For the time interval from the specified date to the current bar, the drawn channel is almost optimal. Placing the beginning of the channel at a more distant historical price extremum, you get a visualization of a longer-term trend. Channel slope is not a continuous value, but takes one of discrete values (in AxB format, where A is the number of price points (points), and B is the number of timeframes). This program works ONL
Forex Market View Dashboard and CSM
Opengates Success International
5 (1)
FFXMV Dashboard + CSM is a custom indicator combined with Currency Strength Meter . It is created to give the Traders a full view of what is going on in the market. It uses a real time data to access the market and display every bit of information needed to make a successful trading. Before attaching this Indicator to your window chart, go to your MT4's Market Watch panel and HIDE all the Currency pairs you don't need or trade and leave the rest there. The reason is that FFMV Dashboard will DISP
Trendline Scalper Robot
Vijay Vikram Singh Kushwah
Trading  Robot which automates your scalping and take your profitability  and forex trading experience to the next level ,Computer cannot analyse market as humans do, at same time we cannot compete with them in terms of speed of execution, hft  & emotionlessness  .  ​In this scalp-trading robot we have integrated human analysis with quick algorithmic execution  to enter and exit trades at fraction of seconds Get More details at :  https://www.noemotionfx.com/tl-scalper-ea To test , use it in dem
NewsReady
Joel Protusada
NewsReady is a semi-automated Expert Advisor that uses a smart straddle methods It needs to be set in charts 2 to 10 minutes before Economic Data release with a red-flag impact on currencies related to the news. Then it run pending orders in specified number of minutes indicated in the time-period parameter. After the specified time, it will stop trading and will remove all pending orders. Important You can not backtest this tool because it is semi-automated and can only be set and run a few min
Automatic enumeration of input parameters of the TrendImprovement Pro indicator to find the optimal combination. Description. A powerful tool for testing the input parameters for the TrendImprovement Pro indicator will allow you to quickly find the most profitable options for the input parameters. Settings DateOrBars – switch for using time or number of bars;  MaxBars - the maximum number of bars for calculation; StartHistory - indicator start time; BEGINNING - the initial historical data (In-S
Advanced Smart Renko and Heiken Ashi Candle Trader is ONE STOP SOLUTION based semi/fully - automated multi-currency EA carefully engineered for traders to enter the trade based on their Analysis or in fully automated mode for scalping, trend trading, candle breakout trades and also automated news trading with inbuilt trade management solution.    Advantages    No grid / Martingale Works on Classic Renko, Renko Heiken Ashi charts and classic Heiken Ashi charts    Features Multi-Currency Ma
Binary expert
Dmitriy Konogorov
Expert for a binary options on mt4, he have  two built-in a indicators and many different settings. The expert has one a level of martingale, but it is recommended to use it on  the instruments with a yield of 85 percent. it can be used simultaneously on a variety of currency instruments. All settings have already been made, but you can also configure them yourself . Currency for do trading is a Russian ruble. Good trading to everyone.
This program is created by algorithm which economy based logic in the trading market. 1. The program able to work with all of currency and trading items  2. Take profit and loss are basically handled by EA program Recommendation: EUR_USD is the most preferred. Please use this program only for MT4. LOT should be managed depends on own deposit. Otherwise, high risk will be driven(e.g 0.1~0.2 lot is recommended when the deposit is 10,000 dollar)
1. Record the price data for each Tick transaction. Data file contents: "Tick time", "ASK price", "BID price", "SPREAD SPREAD", "Tick quoted quantity". 2. Meanwhile, generate a quotation data file with a 1-minute period. Content of 1min data file: "ASK time", "ASK OPEN price", "ASK HIGH price", "ASK LOW price", "ASK CLOSE price", "BID time", "BID OPEN price", "BID HIGH price", "BID LOW price", "BID CLOSE price", "Tick quoted quantity". 3. Save all quotation data in one file every day, which is c
제작자의 제품 더 보기
FrankoScalp MT5
Konstantin Kulikov
4.28 (29)
포렉스 외환시장의 제일 지속적으로 근무하는 시장 전문가의 홈페이지에 와 주셔서 환영합니다. 본 전문가는 세간의 주목을 받으며 사람의 관심을 이끌어온 지 5년이상이나 된다. 외환시장의 어느 포럼이든지 FrankoScalp이란 전문가에 대한 많은 토론을 찾을 수 있다. 하지만 mql5에서만 업데이트 받은 특별 나 아까 도와 주겠습니까의 최신판을 받고 그 제작자에게 연락하고, 친절한 FrankoScalp EA 사용자 커뮤니티 참석자가 될 수 있다. ​구매 세부 내용 엑스퍼트 전문가 서비스는 한번 구매하면 업데이트가 다 공짜이어서 영원히 사용할 수 있고 황설은 10번까지 할 수 있다. 황설은 10번으로 할 수 있다는 것이란 10개의 컴퓨터나 VPS에서 따로 이용할 수 있는 뜻이다. 매매계좌 및 터미널 수는 제한이 없다. 우리 역사 2012년에 우리가 외환시장 세계에 처음으로 들어가고 2015년에 자동 매매 시스템을 중심으로 했고 2016년에는 FrankoScalp 첫째 전문가 저언자
News Trade EA MT5
Konstantin Kulikov
4.55 (11)
제가 몇 년 동안 사용하고 있는 유용한 로봇을 소개드립니다. 반자동뿐만 아니라 자동 모드로도 사용할 수 있습니다. 본 프로그램에는 경제 캘린더의 뉴스별로 유연한 거래 설정이 포함되어 있습니다. 전략 테스터에서 확인할 수 없습니다. 진짜 작업뿐입니다. 터미널 설정에서 허용된 URL 목록에 뉴스 사이트를 추가해야 합니다. 서비스>설정 > 조언자>를 클릭합니다. "다음 URL에 대해 WebRequest 허용:" 확인란을 선택합니다. 다음을 추가합니다 (공백 삭제): https://  nfs.faireconomy.media 최신 설정 아카이브 다운로드: https://www.mql5.com/en/blogs/post/747929 신호 모니터링: https://www.mql5.com/en/signals/author/test-standart 이 전문가를 위해 고유 설정 세트를 만들 때 블로그의 모든 매개변수에 대한 설명을 참조하십시오: https://www.mql5.com/en/blogs/
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. You can search for current signals on this page, or write me a personal message: https://www.mql5.com/en/signals/author/test-standart The default settings ( timeframe M1 ) show the most stable results for: GBPUSD, GBPCAD, GBPAUD, EURUSD, AUDUSD, NZDCAD, NZDCHF All new sets appear here:  https://www.mql5.com/en/blogs/post/747929 A description of the Expert's parameters can b
FrankoScalp
Konstantin Kulikov
3.8 (116)
포렉스 외환시장의 제일 지속적으로 근무하는 시장 전문가의 홈페이지에 와 주셔서 환영합니다. 본 전문가는 세간의 주목을 받으며 사람의 관심을 이끌어온 지 5년이상이나 된다. 외환시장의 어느 포럼이든지 FrankoScalp이란 전문가에 대한 많은 토론을 찾을 수 있다. 하지만 mql5에서만 업데이트 받은 특별 나 아까 도와 주겠습니까의 최신판을 받고 그 제작자에게 연락하고, 친절한 FrankoScalp EA 사용자 커뮤니티 참석자가 될 수 있다. ​구매 세부 내용 엑스퍼트 전문가 서비스는 한번 구매하면 업데이트가 다 공짜이어서 영원히 사용할 수 있고 황설은 10번까지 할 수 있다. 황설은 10번으로 할 수 있다는 것이란 10개의 컴퓨터나 VPS에서 따로 이용할 수 있는 뜻이다. 매매계좌 및 터미널 수는 제한이 없다. 우리 역사 2012년에 우리가 외환시장 세계에 처음으로 들어가고 2015년에 자동 매매 시스템을 중심으로 했고 2016년에는 FrankoScalp 첫째 전문가 저언자
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
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
Close by percentage MT4
Konstantin Kulikov
4.88 (8)
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
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
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
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
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
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
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
4 (3)
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
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
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
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. However, you can create your own trading settings and choose any day of the week for trading. The collection of settings sets can be expanded. Currency pairs for which sets are developed: EURUSD, EURCAD, EURAUD, EURNZD, GBPCAD, GBPAUD, AUDNZD, GB
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. You can search for current signals on this page, or write me a personal message:  https://www.mql5.com/en/signals/author/test-standart The default settings ( timeframe M1 ) show the most stable results for: GBPUSD, GBPCAD, GBPAUD, EURUSD, AUDUSD, NZDCAD, NZDCHF All new sets appear here:  https://www.mql5.com/en/blogs/post/747929 A description of the Expert's parameters can
Good Monday
Konstantin Kulikov
5 (8)
The expert trades at the opening of the market after the weekend, focusing on the price gap (GAP). Various sets of settings are ready (trading against or towards the GAP). 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, AUD
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. The expert works from one chart for all currency pairs:   EURUSD, GBPUSD, USDCHF, AUDUSD, USDCAD, EURJPY, EURCHF, EURAUD, EURCAD, EURNZD, GBPJPY, GBPCHF, GBPAUD, GBPCAD, CHFJPY, AUDJPY, CADJPY, AUDCHF, AUDCAD, AUDNZD. If the symbols in the "Market Watch" have a suffix, then specify it in the expert parameter "Symbol_suffix". Version for MT5 Expert setup Download the latest se
GoldenScalp MT4
Konstantin Kulikov
4.25 (4)
Hello algo traders.  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 $100. The following presets are available "GS SL dynamic 001for100" . Each position has several closing logics, including a hidden StopLoss, which is calculated individually for each position, based on the volatility of the last hours. (If you have special stop requirements, then y
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). Various sets of settings are ready (trading against or towards the GAP). 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, AUD
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. However, you can create your own trading settings and choose any day of the week for trading. The collection of settings sets can be expanded. Currency pairs for which sets are developed: EURUSD, EURCAD, EURAUD, EURNZD, GBPCAD, GBPAUD, AUDNZD, GB
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. The expert works from one chart for all currency pairs: EURUSD, GBPUSD, USDCHF, AUDUSD, USDCAD, EURJPY, EURCHF, EURAUD, EURCAD, EURNZD, GBPJPY, GBPCHF, GBPAUD, GBPCAD, CHFJPY, AUDJPY, CADJPY, AUDCHF, AUDCAD, AUDNZD. If the symbols in the "Market Watch" have a suffix, then specify it in the expert parameter "Symbol_suffix". Version for MT4 Expert setup Download the latest sett
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 $100. The following presets are available "GS SL dynamic 001for100" . Each position has several closing logics, including a hidden StopLoss, which is calculated individually for each position, based on the vol
필터:
Olivier
153
Olivier 2024.02.16 17:05 
 

beautiful tech. wonderful contact & support. did not deliver. Hopeful about the author's future work.

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2024.02.17 20:55
thank you
Jesus Torres Parraga
1057
Jesus Torres Parraga 2023.09.07 21:08 
 

The EA leaves a lot to be desired for many reasons that I am going to highlight. It is complex to optimize and the sets that Konstantine provides are too generic and risky, you can easily lower the risk but you cannot backtest a news EA. Don't even think about entering his telegram, as soon as you register in it, you will be contacted by a fake konstantine who by chance is also Russian, and he will ask you for money in crypto for some improved sets, it is a trap This would not happen if Konstantine responded to everything publicly in the EA forum in MQL5, but he prefers to divert you to Telegram, where as soon as you register, the scammers enter you privately, seconds apart, with their name, logo, etc... The EA sets are very poor, they are hardly optimized. He has a lot of options that he doesn't use in his sets, and he uses too high risk. It seems that by not answering publicly in the product forum in MQL5 he wants to take you to Telegram, and it does not offer anything of interest there and it is a trap of Russian scammers. The EA may be good, but being a news EA it makes it almost impossible to optimize in backtesting and the sets, as I said, are extremely poor, with hardly any deep configuration on their part. The EA is old, it is not capable of getting the GMT time right, something that modern EAs do, they do not bother to update this aspect. He does not use the product forum to inform correctly, he always prefers to respond with a link from his blog or privately in internal messaging, it does not seem like fair play to me. You should answer publicly in the product forum. Because the doubt that a person solves is read later by other people. It makes no sense to sign up for your telegram, it's a scammer's trap. Being able to provide all the support in the product forum here in Mql5, it seems to be of special interest. Summarizing. Bad old GMT configuration that causes many doubts. Sets offered too generic. It does not offer public help in the product forum in MQL5, it redirects you to Telegram, what it does makes no sense. It makes no sense to provide support on Telegram knowing that the scammers are there, and that does not happen through MQL5. If you know that they scam there, why do you offer Telegram? I would like to see much more information in the forum when you are asked something about a topic and you answer it in the forum and not privately, and I would like to see much more elaborate sets, since the risk and DD I lower myself, but the configuration should give it better quality. And an EA with a bad Set is a bad EA. When I improve the sets, I improve the GMT programming (I wouldn't even have to ask for it) and when I really respond to everything on the product forum, then I will give it more than 1 star. I beg people to stay away from this product due to its poor support and poorly designed sets. Do not enter your telegram.

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2023.09.08 12:37
My main communication takes place here and I respond to all messages in personal correspondence and in the product thread. There are answers to all the questions, but not a single question from you in the comments, so it’s strange to accuse me of ignoring it. However, despite this, many users ask for communication in a telegram, so a group has been created, but I am not encouraging anyone to join there. In your first message you asked to be added immediately, here is your first message to me on MQL5 to me:
"
Hello I have purchased your EA News Trade. I have other news EAs but I need a better one.
I want you to give me access to the News trade users telegram.
"
I added you and you immediately received a warning message when joining the group:
"
SCAMMERS ACT IN CHAT!
⛔️Do not send me and admins your money. We do not write such offers in private.
🤝Selling Expert Advisors only through the MQL5 service.
"
I can't imagine how anyone could ignore this. On my pages on MQL5, it is also indicated that all sales are only through MQL5 service. I'm very sorry that you became a victim of fraud, I understand that you are upset, but writing a bad review on this basis is wrong.
Nail Sharipov
423
Nail Sharipov 2023.06.08 14:46 
 

Отличный бот, брал мт5 сейчас для мт4 советую , 5+ от меня.

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2023.11.09 14:47
Спасибо:)
Franck Martin
137336
Franck Martin 2023.05.25 17:24 
 

The seller is very available if there is a need to solve problems. I always use it to diversify my investments in addition to my main EA.

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2023.05.25 20:57
Thank you
Bluetradissimo
922
Bluetradissimo 2023.02.16 21:07 
 

Just my 2 cents worth. In principle this is probably an excellent EA, but very dependent on which broker you use and even within Broker performance seems to vary quite significantly. I am running this on 2 FP real accounts - note Konstantin also uses FP Markets for monitoring. One FP account with GBP base currency experienced a horrendous drawdown of nearly 60% (!!) luckily the account did not go bust! while the other FP account with CHF currency had - so far - drawdown of only less than 10 % but has not been running that long. both accounts run on FPMarkets-Live2. I have now limited the number of open trades under the Grid mode to 2 (the 60% drawdown happened after the EA opened 3 trades with increasing lot sizes against the trend! )

I have also had good experiences running it on Axi real accounts.. (in that context I also ran it initially on a FP Demo account but that only worked for a few months then stopped)

Again, puzzling to see that with the same broker performance in different accounts with different base currencies can be so different. Also much lower drawdown there with Axi, maximum 11% so far for both accounts. I initially had the standard risk settings of 0.01 lot per 100 balance, but obviously after the horrendous drawdown reduced this to 0.01 lot per 150; AND (as mentioned before) reduced number of open positions to maximum 2. I am still concerned about the grid mode used. I subscribed to a previous version of the "joint work of 5 EAs" that Konstantin offered. That account went bust after opening 3 positions with increasing lot sizes against the trend even though I had "moderate risk" settings and allegedly such a drawdown of >99% should not happen.

I am only running Newstrade EA (and I would avoid "Grid Martin" as this was probably the culprit for the 99% drawdown of the "joint work of 5 EAs")

So I think Newstrade EA on its own probably good EA but risky.

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2023.02.23 19:17
Thanks for the feedback. I did not just publish this program in the utilities, and not in the experts. This is not some kind of "black box" with a secret algorithm, it's just opening pending orders before the news.
The utility works according to the ticks of the chart it is attached to, so there may be differences if the Expert Advisor is attached to different currency pairs on different accounts.
As for the fact that it is possible to blow up an account using a grid set, then of course it is possible, especially with a lot of 0.01 for $100-200 of the balance. But I like this set and use it on my accounts so I provided it.
In general, this utility has many parameters for creating your own sets, for sure, many people have an idea about trading on the news, so use at least StopLoss, at least Trailing. Ok, I understand, I would like to immediately get a good set with StopLoss along with the utility, here it is (in the "News_Trade.zip" archive): https://www.mql5.com/en/blogs/post/747929 You can use this set as a base for your sets, just modify this one if you have thoughts on how to improve it (you can write to me in PM).
Iurii Semenov
250
Iurii Semenov 2022.09.23 18:38 
 

Отличный советник, использую его уже почти пол года, много настроек, есть все что может понадобится. За 4 месяца на счете с моими настройками +75% от вложенного. Торгую с ним в полуавтоматическом режиме, но и в автоматическом он справляется. Рекомендую! (настройки не стандартные,свои)

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2022.10.20 16:42
Спасибо за отзыв:)
Shumini8 请添加微信
1613
Shumini8 请添加微信 2022.09.21 09:50 
 

我购买了作者好几个EA,非常好,在新闻前打开订单并很快获得利润!I bought several EA from the author, very good, signal time is long enough to be trustworthy。

Tim Sustar
834
Tim Sustar 2022.09.10 22:09 
 

Grid. No SL.

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2022.09.10 22:11
In the default settings - yes, but you can customize the set to your liking, the expert is full of parameters.
Maya Rivera
168
Maya Rivera 2022.09.09 07:06 
 

This was my second EA from Konstantin. It's very precise on entries and exits so the grid positions are rarely activated. If you manage your risks well, you will be very successful with this EA. Konstantin's support is outstanding. Thank you.

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2022.09.10 22:11
Thanks for your feedback!
Perez0289
305
Perez0289 2022.07.29 00:35 
 

very good ea

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2022.07.29 11:24
Thank you:)
Childerich
1500
Childerich 2022.07.18 13:38 
 

been using this EA for almost a month. I'm using this as a complementary Expert, and very satisfied with the result. not so many trades, but stable.

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2022.07.18 15:56
Thank you very much)
Georgios Baizanis
1804
Georgios Baizanis 2022.07.03 08:20 
 

Excellent product. Be aware may not work well with some brokers that restrict the placing of T/L and S/L to a certain distance from current price. For 99% of the brokers you will not be having that problem. I tested for a week now the EA and works well

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2022.07.03 22:00
Thanks for your feedback!
Moreno Dainese
1416
Moreno Dainese 2022.06.23 12:53 
 

top super Kostantin

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2022.06.23 13:14
Thank you)
Mikhail Rozhkov
884
Mikhail Rozhkov 2022.06.22 06:51 
 

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

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2022.06.22 12:39
Спасибо за отзыв!
Dannieyo
958
Dannieyo 2022.04.29 20:49 
 

seldom but accurate, like published signal. I love this kind of EA. So far 100% accuracy. Thanks Konstantin

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2022.04.29 20:51
Thank you very much:)
Andrio 28FX
231
Andrio 28FX 2022.04.13 02:21 
 

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
25369
개발자의 답변 Konstantin Kulikov 2022.04.19 15:31
Thank you very much for your feedback :) I really appreciate it.
Morteza Hosseini
372
Morteza Hosseini 2022.04.09 22:06 
 

Regardless of whether the work is good or not, the author is very attentive, So I believe I am willing to pay for the products he made.

Konstantin Kulikov
25369
개발자의 답변 Konstantin Kulikov 2022.04.19 15:34
Thank you for your trust. I really try not to let you down.
리뷰 답변
버전 2.40 2025.03.10
Money management parameters have been slightly changed.
버전 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
News sites have become more stable (pay attention to the MT5 version, there is an MQL5 calendar there, which eliminates breakdowns).
버전 2.10 2024.08.25
1) News sites have become more stable.
2) Added the Only_News_from_string, Only_this_News parameters.
버전 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.72 2023.06.13
Sorry, orders are not opened in the previous version, download version 1.72
버전 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.30 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.21 2022.05.02
The bug in the work of parameters from the "consider other positions" block has been fixed again.
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.