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

News Trade EA MT4

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

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

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

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


기본 설정 설명


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

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

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

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

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

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

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


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

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

Franck Martin
48452
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
236
Iurii Semenov 2022.09.23 18:38 
 

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

추천 제품
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
50 USD
Close at time
Yaotang Liu
3.5 (2)
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_mi
FREE
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 t
499 USD
Please contact me at telegram  https://t.me/smartforex7 After purchasing SmartForex Indicator then Use This Indicator...................... SMART EXIT PROFIT LINE Indicator is very Helpful with SmartForex Indicator ........................................ SMART EXIT PROFIT LINE Indicator Attach with SmartForex Indicator after then Red Line Show Exit buy Profit , Green Line show Exit Sell Profit................
FREE
Email Drawdown Alert
Roman Starostin
5 (15)
Free informative Indicator-helper. It'll be usefull for traders who trade many symbols or using grid systems (Averaging or Martingale). Indicator counts drawdown as percent and currency separate. It has a number of settings: Count deposite drawdown according equity value and send e-mail or notifications to user if DD more than set; Sending e-mail when max open orders reached; Shows price and remaining pips amount before MarginCall on current chart and Account generally; Display summary trade lot
FREE
Vantage
Waseem Raza
5 (1)
Vantage is a one-click semi-automated tool which works with the user interface. The EA's base strategy is grid trading. The user can start first trade from chart buttons and the EA will do rest of the work. User can open grid to loss side, profit side or both sides same time, or can do a simple trade without the grid. Use low risk against balance and apply EA on VPS. With this, the EA can work properly without any interruption. To understand all functions watch the video below. Input parameter
30 USD
Bomb squad
Kevin John Hastings
WARNING LIFTED INVESTMENT FOUND AND CODE IS UPDATED AND WE ARE NO LONGER BETA THIS PRODUCT IS FULLY FUNCTIONAL WARNING: This is a beta product in need of investment. So far this utility closes all symbol trades when equity reaches it's tolerances. I need to add a code update to sum the individual symbol equity status so you can trade different symbols with the same risk. This is a simple task and should only take 24hrs. WARNING LIFTED INVESTMENT FOUND AND CODE IS UPDATED AND WE ARE NO LONGER
1 000 USD
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
300 USD
Protect your account from Margin Call when the market is going opposite with your trades. Manage your risk when you're using Martingale, Grid, Average . They are not dangerous anymore, but manageable  Use this EA utilities to accompany your every MT4 installation This EA is a utility to protect your capital when your trading are unfavorable : Maximum loss in money, Maximum Draw-down/ equity loss in percentage, Your minimum equity reached Those are whichever reached first It's simple, straightfor
FREE
The Auto Percentage SL TP is not taking any trade! It was made especially for Proptrading Challenges like FTMO, Myforexfunds, Fundednext and many more. Most Propfirms ban your funded Live-Account if you do not set SL and TP soon after the trade. It is a tool to help setting automatically TP and SL based on given percentage in settings. You can add e.g. 1% risk for a trade and it sets the stop loss to 1% from your balance. Same with stop loss, which is default also 1%. But these values can be cha
49 USD
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 t
699 USD
Kakarot Ea
Pham Xuan Can
PROFITABLE HIGHER AND SAFER - Kakarot EA uses indicators combined with AI algorithm according to the principle of trend detection and trend matching. - The principle of order balancing, low DD protects accounts better for high profits. - Flexible command entry and exit - Works on all pairs, preferable to major USD pairs. - Support trade manual methods. - Provide effective bot management parameters at your own discretion to be able to bring a much higher profit. Help Manual Bot config
88 USD
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
500 USD
Hello, My name is Callan May i am a forex teacher  from learn to trade with cal, over the past year i have made an expert advisor that is affordable and works extremely well,WILL IT MAKE YOU A MILLIONARE Over night... no but itll make consistant profits month in month out year in year out follow the settings.  it works on the usdchf and eurusd pairs only and the 1hour tf only the settings will change every 1000 dollars profit witch you will do manually, only the volume will change by 0.01 ev
30 USD
Telegram Broadcast
Vladimir Gribachev
4.75 (4)
TELEGRAM BROADCAST 유틸리티를 사용하면 거래를 Telegram 채널에 즉시 게시할 수 있습니다. FOREX 신호로 자신의 Telegram 채널을 오랫동안 만들고 싶었다면 이것이 필요한 것입니다. TELEGRAM BROADCAST는 다음과 같은 메시지를 보낼 수 있습니다. 거래 개시 및 종료 대기 중인 주문의 배치 및 삭제 손절매 수정 및 준비금(라스트 오더) 손실을 막고 증명을 발동합니다. 보류 중인 주문의 활성화 및 삭제: 거래 보고서 보내기 입금 및 출금에 대한 메시지 보내기 인출 또는 이익이 N 값에 도달하면 메시지를 보냅니다. 계정 모니터링 - N분마다 통계를 보냅니다. 각 메시지에 자신의 텍스트를 추가하고 몇 분 안에 지연을 게시할 수 있습니다. 모든 메시지는 유연합니다. 유틸리티는 하나의 차트에만 설치되지만 모든 기호에서 메시지를 보냅니다. 설정에서 기호를 숨길 수 있습니다. 유틸리티 구성: 서비스 -> 설정 -> 전문가 자문 -> 다음
30 USD
FX Pips Collector is an automated Forex trading advisor, ideal for EURCHF. The robot analyzes the market and automatically determines entry points based on the identified price fluctuations. The robot uses a dynamic system of profit taking and risk control. To make an entry decision, the robot monitors the Williams Percent Range and Fractals indicators, and filters the signals taking into account patterns by volume. The robot uses virtual floating Take Profit, Stop Loss. Decisions are made at th
149 USD
Advisor Caravan 4.0 스테이션 왜건. 가속 디포 1000에서 5000000 -1400. 웹 전술. M5, M15, M30, H1, H4, D1. 알고리즘의 힘. . Advisor Caravan 4.0 스테이션 왜건 MT4 터미널이 있는 모든 브로커. 동시에 여러 차트에서 거래할 수 있습니다. AUTO MM을 사용하여 거래할 수 있습니다. 마틴게일을 사용할 수 있습니다. 스캘핑, 중기, 장기. 레버리지가 1-50 ~ 1-1000인 계정 상품 EUR/USD, GBP/USD, EUR/JPY, USD/JPY, EUR/CHF, USD/CHF. 1000센트부터 보증금. DL 자동 mm. 센트 계정의 경우 30,000센트부터 입금합니다. М1-D1의 절반. 자동 MM. EA는 선택한 4개의 기간을 분석합니다. 그것은 브레이크 아웃 레벨을 거래하고 채널로의 복귀를 위해 거래합니다. 선택한 기간의 추세 표시기로 필터링합니다. 동적 지원
15 000 USD
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
2 894 USD
This is a Trend and Reverse based EA. No martingale or hedging strategy is used here. It works on MetaTrader 4 with all major pairs. Here you can see more details about our EA.   Entry Logic: Support resistance to determine the area of buying and selling. We don't enter market if its a ranging market.we filter ranging market with Bollinger band. Also we check the market trend. We use reverse trend strategy Exit Logic: Usually, we have a fixed stop loss which is very low according to the Take pr
70 USD
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%. Peculiar
572 USD
The TELEGRAM BROADCAST utility helps to instantly publish your trading in the Telegram channel. If you have long wanted to create your Telegram channel with FOREX signals, then this is what you need. ATTENTION. This is a DEMO version https://t.me/moneystrategy_mql TELEGRAM BROADCAST can send messages: Opening and closing deals; Placing and deleting pending orders; Modification of stop loss and take-provit (last order); Triggering stop loss and take provit; Activation and removal of a pend
FREE
Forex Gump
Andrey Kozak
2.83 (6)
Forex Gump is a fully finished semi-automatic trading system. In the form of arrows, signals are displayed on the screen for opening and closing deals. All you need is to follow the instructions of the indicator. When the indicator shows a blue arrow, you need to open a buy order. When the indicator shows a red arrow, you need to open a sell order. Close orders when the indicator draws a yellow cross. In order to get the most effective result, we recommend using the timeframes H1, H4, D1. There
49 USD
PipCounter PRO MT4
Anthony Etetere Essel
Easily Track every Pip or point alongside Current Profit % on every single open Trade. Also convert Crypto/Non-USD profits to USD while trading live to see your Profits in USD. PipCounter PRO MT4 is an indicator that helps track the Current Profits in Percentages(%) for all open trades allowing you to see which Trades to Close, to lock-in Profits once certain Trades reach your Account Profit Targets. Basically good for scalping and also any other trading strategy that requires you to open multip
49 USD
Super Turbo AI
Adeniyi Adedipe
Super Turbo AI is a Multi Currency Trading Robot which has been carefully designed and rigorously tested for successful and consistent long term trading activities with each trade been potentially profitable. The over twelve years Optimization and back testing stages have both been well completed and default setting is best suited to the EURUSD pair. Attached also is the same EURUSD setting which can continually be used for months and even years to come (please visit the Comments section to dow
79 USD
THIS PRODUCT CAN NOT BE TEST IN STRATEGY TESTER. PLEASE TRY DEMO VERSION: https: //www.mql5.com/en/market/product/58082 FIRST 10 COPIES AT 30 USD, NEXT PRICE WOULD BE 50 USD RISK AND TRADE MANAGER RISK AND TRADE MANAGER   is an advanced trading panel designed for manual trading.   Utility helps to manage trades effectively and efficiently with a single click. MAIN FEATURES Convert and display Stop Loss (SL)   Pips into % and amount to view the clear picture of the trades if SL hits. Fund alloca
30 USD
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 samp
130 USD
TPS GBP & EUR Scalper Pro EA: Unleash the Power of Precision Scalping Experience the cutting-edge of scalping technology with the TPS GBP & EUR Scalper Pro EA. This expert advisor is meticulously designed to capitalize on micro market movements in the GBP and EUR currency pairs, offering you unparalleled precision and profitability in your trading. Ultra-Fast Execution: The TPS GBP & EUR Scalper Pro EA operates with lightning speed, executing trades in the blink of an eye. Take advantage of
99 USD
Heaven Assistant: MT4 관리 단순화 Heaven Assistant를 통해 MetaTrader 4 (MT4) 플랫폼 관리를 단순화하세요. 이 전문가 어드바이저(EA)는 효과적이고 사용자 친화적인 방식으로 거래 환경을 제어하고 사용자 정의 할 수 있게 해주는 견고한 도구입니다. 핵심 기능: 다수의 페어 열기: 주요 및 마이너 통화 쌍뿐만 아니라 이국적인 통화 쌍에 대한 빠른 액세스. 한 번의 클릭으로 지수, 금속 및 암호화폐를 열 수 있습니다. 템플릿 변경: 모든 열린 페어에 대해 좋아하는 템플릿을 적용하여 차트 뷰를 쉽게 사용자 정의 할 수 있습니다. 시간프레임 변경: 모든 열린 차트의 시간프레임을 변경하여 거래 스타일에 적응하십시오. 이점: 쉬운 사용: 입력 패널을 통한 쉬우면서 빠른 설정. 특정 차트에만 동작을 적용하는 필터링 옵션. 시간 절약: 여러 페어와 설정을 쉽게 관리하여 소중한 시간을 절약하십시오. 사용자 정의 가능: 주요, 마이너, 이국적인 페어, 지수,
49 USD
This EA is designed for mining lots. Open a buy sell order based on the timeframe M15 candle sticks. When the price goes over open order EA  keep opening orders against the price until the profit is positive and EA will close all orders and continue the new round.  Requirement -          Flatform: MT4 -          Symbol: XAUUSD. -          Time frame: M15 -          Minimum deposit: >1000$ -          Leverage: 1:500 and higher -          ECN broker -          Virtual Private Server hosting (VPS)
299 USD
Risepanel
Hossein Ahmadi Beni
Risepanel helps you open positions, close positions and analyze currencies. It works any time frame. For calculations to be correct, your account currency must be USD, EUR or GBP. Features Market information. Orders and Pending Orders (Stop & Limit). 8 kinds of Pending by trend line. Specifications and Margin Calculation Required by Buy or Sell. Calculate and determine Stop Loss by pip, currency pair price, monetary value and percentage of risk. Calculate and determine the take profit by pip,
50 USD
이 제품의 구매자들이 또한 구매함
MT4 To DXTrade
DaneTrades Ltd
4.26 (27)
Revolutionize Your Trading with the MT4 to DXTrade Copier: Instant Execution, Elegant GUI, and Advanced Filtering. Seamlessly bridge two trading platforms and simplify your trading across multiple accounts! User Guide + Demo  | MT5 Version I highly recommend trying the free trial to make sure it works for your broker. For a   demo   please go to the   User Guide Not suitable for HFT EA's Make sure you get the additional file from the user guide that you need for MT4 version! MT4 To DXTrade C
100 USD
Trade Assistant MT4
Evgeniy Kravchenko
4.49 (180)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 주의, 응용 프로그램은 전략 테스터에서 작동하지 않습니다. Manual, Description, Download demo 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용
100 USD
가격이 순식간에 변할 수 있는 시장에서 주문은 가능한 한 간단해야 한다고 생각하십니까? Metatrader에서는 주문을 열 때마다 시작 가격, 손절매 및 이익실현 및 거래 규모를 입력하는 창을 열어야 합니다. 금융 시장 거래에서 자본 관리는 초기 예금을 유지하고 곱하기 위해 필수적입니다. 따라서 주문을 하고 싶을 때 얼마나 큰 거래를 열어야 하는지 궁금할 것입니다. 이 단일 거래에서 위험을 감수해야 하는 예치금의 비율은 얼마입니까? 이 거래에서 얼마나 많은 이익을 얻을 수 있으며 위험 대비 이익 비율은 얼마입니까? 거래 규모를 설정하기 전에 거래 규모가 어떻게 되어야 하는지에 대한 질문에 대한 답을 얻기 위해 필요한 계산을 수행합니다. 이 모든 작업을 자동으로 수행하는 도구가 있다고 상상해 보십시오. 차트를 열고 시장 분석을 하고 진입점, 방어점(손절매) 및 목표(이익 실현)를 수평선으로 표시하고 마지막에 위험 수준을 정의합니다. 이 거래에서 감당할 수 있는 가용 자본의 %로, 이
99 USD
Mentfx Mmanage
Anton Jere Calmes
5 (16)
The added video will show you the full functionality, effectiveness, and simplicity of this trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool c
300 USD
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
219 USD
당신이 멤버인 어떤 채널에서든(비공개 및 제한된 채널 포함) 신호를 직접 MT4로 복사하세요.  이 도구는 사용자를 고려하여 설계되었으며 거래를 관리하고 모니터하는 데 필요한 많은 기능을 제공합니다. 이 제품은 사용하기 쉽고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용하십시오! 사용자 가이드 + 데모  | MT5 버전 | Discord 버전 데모를 시도하려면 사용자 가이드로 이동하십시오. Telegram To MT5 수신기는 전략 테스터에서 작동하지 않습니다! Telegram To MT4 특징 한 번에 여러 채널에서 신호를 복사합니다. 비공개 및 제한된 채널에서 신호를 복사합니다. Bot 토큰이나 채팅 ID가 필요하지 않습니다(필요한 경우 계속 사용할 수 있음). 위험 % 또는 고정된 로트를 사용하여 거래합니다. 특정 심볼을 제외합니다. 모든 신호를 복사할지 복사할 신호를 사용자 정의할지 선택합니다. 모든 신호를 인식하
120 USD
The program is use to copy trading from MT4 to DXtrade. Instants copy, easy to setup Support with Windows server 2012R2 or higher How to setup and guide Let read all details about   setup and   download load apps here Main functions Copy Entry Signal: True / False Copy Exit Signal:    True / False Copy Buy Signal:    True / False Copy Sell Signal:   True / False Copy Pending Signal:    True / False Copy Reverse (Buy <=> Sell):    True / False Copy StopLoss:    True / False Copy TakeProfit:    Tr
100 USD
-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
149 USD
RedFox Copier Pro
Rui Manh Tien
4.75 (12)
FREE SIGNAL CHANEL:  https://t.me/redfox_daily_forex_signals Time saving and fast execution Whether you’re traveling or sleeping, always know that Telegram To Mt4 performs the trades for you. In other words, Our   Telegram MT4 Signal Trader  will analyze the trading signals you receive on your selected Telegram channels and execute them to your Telegram to MT4 account. Reduce The Risk Telegram To Mt4   defines the whole experience of copying signals from   Telegram signal copier to mt4  p
149 USD
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrade
199 USD
MT4 Alert Signal Trader  is an EA that helps you trade MT4 Alert popup. Some indicators can provide signals by showing an alert popup containing signal texts. This EA will read and trade these signal texts. The alert texts should contain at least 2 elements:  (1) a symbol text   (ex: "EURUSD") and  (2) a command type   (ex: "Buy", "Sell", "Close") that trigger EA's trading activities. Some other contents that may have or not are open price, stop loss, take profit values... The EA needs an aweso
149 USD
Trade Assistant Pro 36 in 1
Makarii Gubaydullin
4.95 (20)
다기능 도구: 로트 계산기, 가격 조치, R/R 비율, 무역 관리자, 공급 및 수요 영역을 포함한 65개 이상의 기능 데모 버전   |   사용자 매뉴얼   |   MT5 버전 이 유틸리티는 전략 테스터에서 작동하지 않습니다. 여기에서 데모 버전을 다운로드하여 제품을 테스트할 수 있습니다. Contact me   질문/개선 아이디어가 있는 경우/버그가 발견된 경우 저에게 연락 하십시오. 거래 프로세스를 간소화, 가속화 및 자동화하십시오. 이 대시보드로 표준 터미널 기능을 확장하십시오. 유틸리티는 외환, 주식, 지수, 암호화폐 등 모든 거래 수단에서 작동합니다. 1. 새로운 거래 열기 : 로트/리스크/RR 계산: 1. Lot 계산기 (리스크 규모에 따른 거래량 계산) 2. 리스크 계산기 (로트 규모에 따른 리스크 금액) 3. 위험/보상 비율(RR) 4. 주문에 대한 활성화 트리거 + StopLimit 구매 / StopLimit 판매 5. 가상 SL / TP 레벨 (숨겨진 SL
139 USD
The product is used to trade base on Alert signal from Tradingview with support of an application "Tradingview To MetaTrader". Easy to setup, simple format with custom keyword, do not need to open Internet browser to get alert Allow g et   popup alert from one or more   Tradingview account All option to management orders as trailing stop, breakeen, partial close, time filter, news filter ... Option to auto open grid orders How to setup and guide: Let read all details about setup and download " T
179 USD
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
100 USD
ADAM for FTMO 40
Vyacheslav Izvarin
ADAM EA Special Version for FTMO  Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------------------------------------------------
2 700 USD
Trend line Trader Ultimate EA A "Professional Trading Panel" that every experienced and beginner manual trader needs it. "Trend Line Trader Ultimate EA" makes it easy to never miss an opportunity of a good point to open positions. Demo version doesn't work due to programmatic limitations. Please watch videos and images for more information. Key Features of Trend line Trader Ultimate EA: Fully graphical interface. Extremely precise and reliable. Risk Manager , Lot calculator , Trailing Stop
99 USD
Forex Market View Dashboard and CSM
Opengates Success International
5 (2)
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
760 USD
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
149 USD
Click and Go Trade Manager
Victor Christiaanse
5 (11)
Click and Go Trade Manager, the ultimate solution for seamless trading execution. With a simple click on the chart, you can effortlessly define your stop loss, entry price, and target levels. No more hassle of inputting values manually - it's made incredibly intuitive and easy. Embedded risk management is a key feature of our Trade Manager. We understand the importance of protecting your investments, which is why the Click and Go Trade Manager incorporates risk management. When placing orders,
99 USD
Ultimate Trailing Stop EA
BLAKE STEVEN RODGER
4.33 (15)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overr
100 USD
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt4 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator Video tutorials, manuals, DEMO download   here .  Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extender or
111 USD
The Expert Advisor will help you forward all pop-up alert with screenshot from  MetaTrader 4 to Telegram channel/ group, also forward all notifications to Telegram. Parameters  -  Telegram Bot Token - create bot on Telegram and get token.  -  Telegram Chat ID  - input your Telegram user ID,  group / channel ID  -  Forward Alert - default true, to forward alert.  -  Send message as caption of Screenshot - default false, set true to send message below Screenshot  How to setup and guide  - Telegram
100 USD
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-up
199 USD
Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
99 USD
가격 조치 도구 키트 EA는 주로 스캘퍼를 위해 설계되었지만 모든 시간대에 사용하여 정지 수준에 따라 올바르게 계산된 로트 크기로 시장에 빠르게 진입할 수 있습니다. 주문) 그런 다음 시장이 움직일 때 스탑을 조정하고 이익을 얻습니다. 사용할 모든 기능, 설정 및 모범 사례 전략의 전체 목록을 보려면 여기를 클릭하십시오. https://www.mql5.com/en/blogs/post/748072 위험 기반 진입 빠른 주문 버튼을 사용하면 계정의 위험 비율을 기반으로 포지션을 잡을 수 있습니다. 선택한 위험과 손절매까지의 거리를 기반으로 로트 크기를 자동으로 계산합니다. 따라서 브로커가 0.01 로트 크기 사용을 허용하는지 확인해야 합니다. 0.10 또는 1.00 로트 증분을 사용해야 하는 경우 작동하지 않습니다. 빠른 거래 실행 버튼 차트에 빠른 거래 실행 버튼을 배치하여 즉시 거래를 자동으로 열거나 닫거나 조정할 수 있습니다. 일반 진입 버튼뿐만 아니라 모든 포지션을
99 USD
회원으로서 어떤 채널에서도 신호를 복사하세요 (   Bot 토큰이나 관리자 권한이 필요하지 않음  바로 MT4로. 사용자를 고려하여 설계되었으며 관리 및 모니터링에 필요한 많은 기능을 제공합니다. 이 제품은 직관적이고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용을 시작하세요! 사용자 가이드 + 데모  | MT5 버전 | 텔레그램 버전 데모를 시도하려면 사용자 가이드로 이동하세요. 디스코드를 MT4로 보내는 것은 전략 테스터에서 작동하지 않습니다. 디스코드   MT4 기능 회원으로서 어떤 채널에서도 복사하세요. Bot 토큰이나 채팅 ID가 필요하지 않음 위험 % 또는 고정된 로트로 거래하세요 특정 기호 제외 모든 신호를 복사할 것인지 또는 복사할 신호를 사용자 정의하세요 모든 신호를 인식하기 위해 단어 및 구문을 구성하세요 (기본 설정은 신호 제공자의 99%에 대해 작동해야 함) 원하는 경우 시간 및 날짜 설정을 구성하여
120 USD
TakePropips TradePad Pro
Eric John Pajarillaga Aldana
5 (4)
TakePropips TradePad Pro 에는 강력한 거래 관리자, 통화 강도 측정기, 계정 보고 도구, 위험 관리 도구 등이 포함되어 있습니다! 그것은 당신이 만나게 될 가장 진보된 외환 거래 관리자이자 거래 도우미 중 하나입니다! 보다 효율적인 무역 거래 관리 방법을 원하는 트레이더를 위한 완벽한 솔루션입니다. 다음 블로그 게시물에서 사용 설명서를 다운로드할 수 있습니다.   https://www.mql5.com/en/blogs/post/751180 Strategy Tester에서 이 거래 시스템을 테스트할 수 있습니다(비주얼 모드 활성화). 실시간 차트에서 테스트하고 싶다면 저에게 메시지를 보내 7일 평가판을 받을 수도 있습니다. 자세한 내용은 설명 아래에 비디오 자습서도 제공됩니다. 질문이 있거나 도움이 필요한 경우 언제든지 저에게 연락해 주시면 기꺼이 도와드리겠습니다. TradePad Pro는 모든 Forex 쌍, 금속, 상품, 지수 및 암호화폐에서 작동합니다.
299 USD
HFT Prop Passer
Faran Ataeiraveshti
5 (1)
HFT Prop Passer는 일부 Prop(독점) 회사의 HFT 챌린지 계정을 통과하도록 설계된 전문 자문입니다. 거래 전략: 이 전문가 고문은 1분 안에 다우존스 기호에 대해 작업하고 빈도가 높은 거래를 실행합니다. 이 제품은 HFT 계정의 챌린지 단계를 매우 짧은 시간(보통 30분 미만)에 통과할 수 있습니다. 하락폭도 매우 낮아 소품 회사 계정 조건에 적합합니다. ***제품의 현재 가격은 처음 5명의 구매자에게 단 $150입니다. 5회 구매시 최대 $200까지 가격이 인상되니 이번 기회를 놓치지 마세요. 전문가 자문 테스트 결과: 아래 이미지에서 하락폭, 이익, 이 이익이 발생한 기간의 예를 볼 수 있습니다.  이러한 결과를 바탕으로 우리 팀이 설계한 HFT 기술의 성능을 평가할 수 있습니다. 백테스트 방법은? mt4 Strategy Tester에서 데모 버전을 백테스트하는 방법을 보려면 < 여기를 클릭하세요 >를 클릭하세요. 제품 구매 후 '댓글'에 댓글을 남겨
150 USD
What Exactly Is A Smart Trading Tool? Smart Trading Tool was developed for fast and comfortable trading of the financial markets especially for ORDER BLOCKS TRADERS . It provides traders functionalities, such as: A Drawing Tool One-Click Trading Panel Automated Lot Sizes Calculation based on your risk appetite & Money Management ( Watch this video , how this tool can help manage your risk per trade better!) Built in PRICE LEVELS (Fibonacci, Round Numbers, Daily hi-low, etc) Shows Trading Informa
150 USD
Telegram Signal pro
Sara Sabaghi
4.88 (8)
What is it? Think about it, you can send all the orders/positions info to your telegram channel or group to create your community or VIP signals on telegram. Position info means this EA forward all of your new positions open details (Open price, Open time, Position Type, position Symbol and volume), positions changes ( SL or TP modifying or pending price changes) and position close (Close price, profit or loss, position duration time) and also EA Send NEWS alert (Economic calendar event) on y
110 USD
제작자의 제품 더 보기
FrankoScalp
Konstantin Kulikov
3.85 (121)
포렉스 외환시장의 제일 지속적으로 근무하는 시장 전문가의 홈페이지에 와 주셔서 환영합니다. 본 전문가는 세간의 주목을 받으며 사람의 관심을 이끌어온 지 5년이상이나 된다. 외환시장의 어느 포럼이든지 FrankoScalp이란 전문가에 대한 많은 토론을 찾을 수 있다. 하지만 mql5에서만 업데이트 받은 특별 나 아까 도와 주겠습니까의 최신판을 받고 그 제작자에게 연락하고, 친절한 FrankoScalp EA 사용자 커뮤니티 참석자가 될 수 있다. ​구매 세부 내용 엑스퍼트 전문가 서비스는 한번 구매하면 업데이트가 다 공짜이어서 영원히 사용할 수 있고 황설은 5번까지 할 수 있다. 황설은 5번으로 할 수 있다는 것이란 5개의 컴퓨터나 VPS에서 따로 이용할 수 있는 뜻이다. 매매계좌 및 터미널 수는 제한이 없다. 우리 역사 2012년에 우리가 외환시장 세계에 처음으로 들어가고 2015년에 자동 매매 시스템을 중심으로 했고 2016년에는 FrankoScalp 첫째 전문가 저언자 서
100 USD
Breakthrough Strategy
Konstantin Kulikov
4.38 (37)
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
100 USD
GridMartin Conqueror
Konstantin Kulikov
4.75 (16)
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
97 USD
Friday Monday
Konstantin Kulikov
5 (3)
This EA trades a weekly gap, opening trades on the Friday before the market close and closing trades on Monday morning. This strategy do not contain grid and martingale elements. I have been using this strategy for a long time with my "Breakthrough Strategy" EA. I intentionally did not over-optimize the sets for "Breakthrough Strategy", as they have been showing good results for a long time on a real account: https://www.mql5.com/en/signals/395124   . Therefore, as an alternative or addition to
97 USD
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
100 USD
Good Monday
Konstantin Kulikov
5 (9)
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,
74 USD
News Trade EA MT5
Konstantin Kulikov
4.5 (10)
제가 몇 년 동안 사용하고 있는 유용한 로봇을 소개드립니다. 반자동뿐만 아니라 자동 모드로도 사용할 수 있습니다. 본 프로그램에는 경제 캘린더의 뉴스별로 유연한 거래 설정이 포함되어 있습니다. 전략 테스터에서 확인할 수 없습니다. 진짜 작업뿐입니다. 터미널 설정에서 허용된 URL 목록에 뉴스 사이트를 추가해야 합니다. 서비스>설정 > 조언자>를 클릭합니다. "다음 URL에 대해 WebRequest 허용:" 확인란을 선택합니다. 다음을 추가합니다 (공백 삭제): https://  ec.forexprostools.com/ 자동 모드 시 기본 설정 관리: https://www.mql5.com/ko/signals/1447007 . 동일한 결과를 얻으려면 임의 기간 (기간이 얼마정도인지 상관 없음)의 GBPUSD 차트에 전문가를 첨부하십시오. 이 전문가를 위해 고유 설정 세트를 만들 때 블로그의 모든 매개변수에 대한 설명을 참조하십시오: https://www.mql5.com/en
97 USD
Virtual Trailing SL TP
Konstantin Kulikov
5 (4)
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
30 USD
Close by percentage MT5
Konstantin Kulikov
4.8 (5)
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
GridMartin Conqueror MT5
Konstantin Kulikov
4.14 (7)
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
97 USD
Close by percentage MT4
Konstantin Kulikov
4.83 (6)
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
Modify Order SL TP
Konstantin Kulikov
5 (2)
The utility places stop loss and take profit for opened orders. It is necessary to allow automated trading in the terminal settings. Parameters magic - magic number. If less than 0, orders with any magic number are processed. only_this_symbol - only chart symbol. If false , orders of any symbols are processed. Take_Profit - take profit (TP). If the value is less than 0, then TP does not change. If the value equal to 0, TP is nullified (removed); Stop_Loss - stop loss (SL). If the value is less t
FREE
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
Spread Record
Konstantin Kulikov
3.75 (4)
This utility allows to record the spread value to the file, which is equal to or greater than the value specified in the settings, at the specified time. The utility also displays useful information on the symbol's chart: current spread value in points, name of account holder, name of trading server, leverage, the size of the swap for buy orders, the size of the swap for sell orders, day of the week for accruing triple swap, the size of a point in the quote currency, the minimum allowed level of
FREE
Hello everyone, this is another utility that I wrote specifically for users using my profile with a large number of experts and sets ( https://www.mql5.com/en/blogs/post/750723 ) . This utility is useful for working with a profile using grid strategies (averaging and martingale). As we know, such strategies periodically fall into a large drawdown and you need to be careful when opening averaging positions (do not open too many). In my profile, I use a limit of 3 positions for each EA, if this w
FREE
Trailing 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
Trailing and SL TP
Konstantin Kulikov
5 (2)
The utility places trailing stop, breakeven, stop loss and take profit.‌ It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic  - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol  - only chart symbol. If  false
30 USD
FrankoScalp MT5
Konstantin Kulikov
4.34 (32)
포렉스 외환시장의 제일 지속적으로 근무하는 시장 전문가의 홈페이지에 와 주셔서 환영합니다. 본 전문가는 세간의 주목을 받으며 사람의 관심을 이끌어온 지 5년이상이나 된다. 외환시장의 어느 포럼이든지 FrankoScalp이란 전문가에 대한 많은 토론을 찾을 수 있다. 하지만 mql5에서만 업데이트 받은 특별 나 아까 도와 주겠습니까의 최신판을 받고 그 제작자에게 연락하고, 친절한 FrankoScalp EA 사용자 커뮤니티 참석자가 될 수 있다. ​구매 세부 내용 엑스퍼트 전문가 서비스는 한번 구매하면 업데이트가 다 공짜이어서 영원히 사용할 수 있고 황설은 5번까지 할 수 있다. 황설은 5번으로 할 수 있다는 것이란 5개의 컴퓨터나 VPS에서 따로 이용할 수 있는 뜻이다. 매매계좌 및 터미널 수는 제한이 없다. 우리 역사 2012년에 우리가 외환시장 세계에 처음으로 들어가고 2015년에 자동 매매 시스템을 중심으로 했고 2016년에는 FrankoScalp 첫째 전문가 저언자 서
100 USD
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
30 USD
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
30 USD
Good Monday MT5
Konstantin Kulikov
3.33 (3)
The expert trades at the opening of the market after the weekend, focusing on the price gap (GAP). Already developed sets are in the comments. At the same time, various options are available in the expert settings, allowing you to create your own unique sets yourself.  Download settings (sets):   https://www.mql5.com/en/blogs/post/747929 Currency pairs for which the sets have been developed: GBPUSD, AUDUSD, NZDUSD, USDCAD, EURGBP, EURCHF, GBPCAD, GBPAUD, AUDCHF, AUDJPY, AUDNZD, CHFJPY, CADJPY,
74 USD
Breakthrough Strategy MT5
Konstantin Kulikov
4.33 (12)
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
100 USD
Friday Monday MT5
Konstantin Kulikov
3.88 (8)
This EA trades a weekly gap, opening trades on the Friday before the market close and closing trades on Monday morning. This strategy do not contain grid and martingale elements. I have been using this strategy for a long time with my "Breakthrough Strategy" EA. I intentionally did not over-optimize the sets for "Breakthrough Strategy", as they have been showing good results for a long time on a real account: https://www.mql5.com/en/signals/395124 . Therefore, as an alternative or addition to t
97 USD
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
100 USD
필터:
Olivier
148
Olivier 2024.02.16 17:05 
 

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

Konstantin Kulikov
24155
개발자의 답변 Konstantin Kulikov 2024.02.17 20:55
thank you
Jesus Torres Parraga
1021
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
24155
개발자의 답변 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
24155
개발자의 답변 Konstantin Kulikov 2023.11.09 14:47
Спасибо:)
Franck Martin
48452
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
24155
개발자의 답변 Konstantin Kulikov 2023.05.25 20:57
Thank you
Bluetradissimo
536
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
24155
개발자의 답변 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
236
Iurii Semenov 2022.09.23 18:38 
 

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

Konstantin Kulikov
24155
개발자의 답변 Konstantin Kulikov 2022.10.20 16:42
Спасибо за отзыв:)
Shumini8 请添加微信
1605
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
790
Tim Sustar 2022.09.10 22:09 
 

Grid. No SL.

Konstantin Kulikov
24155
개발자의 답변 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
24155
개발자의 답변 Konstantin Kulikov 2022.09.10 22:11
Thanks for your feedback!
Perez0289
305
Perez0289 2022.07.29 00:35 
 

very good ea

Konstantin Kulikov
24155
개발자의 답변 Konstantin Kulikov 2022.07.29 11:24
Thank you:)
Childerich
1209
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
24155
개발자의 답변 Konstantin Kulikov 2022.07.18 15:56
Thank you very much)
Georgios Baizanis
1990
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
24155
개발자의 답변 Konstantin Kulikov 2022.07.03 22:00
Thanks for your feedback!
Moreno Dainese
1286
Moreno Dainese 2022.06.23 12:53 
 

top super Kostantin

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

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

Konstantin Kulikov
24155
개발자의 답변 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
24155
개발자의 답변 Konstantin Kulikov 2022.04.29 20:51
Thank you very much:)
28tradingfx
197
28tradingfx 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
24155
개발자의 답변 Konstantin Kulikov 2022.04.19 15:31
Thank you very much for your feedback :) I really appreciate it.
Morteza Hosseini
221
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
24155
개발자의 답변 Konstantin Kulikov 2022.04.19 15:34
Thank you for your trust. I really try not to let you down.
리뷰 답변
버전 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.