Parabolic SAR extreme

5

Parabolic SAR extreme

  • When the Parabolic SAR value indicates an uptrend or downtrend, the EA will open a buy or sell trade respectively, given that all other criteria are met
  • This EA allows you to set up to 21 separate Parabolic SAR criteria for the EA to work on 
    • There are 3 input parameter sets (SAR1, SAR2, and SAR3)
    • Each set allows you to determine the parameters (such as the step and max step) for each set
    • And within each set, you get to indicate up to 7 timeframe for the EA to operate in
  • Therefore this is an extremely robust tool

Key info

  • Works on any pair 
  • Recommended capital: $1k - $5k per chart, based on starting lot size of 0.01 
  • Use it at your own risk, use capital you can afford to lose

Key features

  • Extremely lean code and very fast strategy testing
  • Unique and well programmed parameters designed to mitigate risk based on the user's preference
  • Optional Stop Loss parameter allows users to turn the martingale recovery method off:
    • you'll be surprised at the lack of a stop loss function on most martingale EAs
    • to do that, ensure that the "Stop Loss" input parameter has a value that is lower than the "Point Step" input parameter


INPUT PARAMETERS

Trade Settings
    •  Lots - The lot size of the first trade. If input is less than 0.01, it will be rounded to 0.01 which is the smallest lot tradable with most brokers
    •  Lot Exponent - The rate at which the lot size increases
    •  Lot Exponent Multiplier - The rate at which the Lot Exponent increases
    •  Take Profit - Amount of profit (in points) that has to be earned (per mini-lot) before the trade closes. 
    •  TP Multiplier - The rate at which the 'Take Profit' level changes (this should preferably be less than 1.)
    •  Point Step - The minimum distance (in points) before the next trade is allowed to be placed
    •  Point Step Multiplier - The rate at which the Point Step increases

Risk Management 
    •  Stop Loss - The amount of loss (in points) that has to be incurred before the trade closes. An input of zero nullifies this input.  
        - (To turn the martingale recovery method off, ensure that the "Stop Loss" input parameter has a value that is lower than the "Point Step" input parameter)
    •  Max Open Orders - Maximum open orders allowed, after which, the EA will not open new orders
    •  Open Subsequent trades on new candle - If set to true, all recovery (average-down) trades can only open at the start of a new candle
    •  Open only if current price is worse off than previous trade - If set to true, all recovery (average-down) trades can only open if all the trades in the set are in a loss

Parabolic SAR Settings
    •  Shift - This is the number of bars which the Parabolic SAR value lags by. Use Zero for the latest price, but zero might result in repainting
    •  Step -  This is the price increment step or acceleration factor, usually set at 0.02
    •  Max - This is the maximum value of a step
    •  Timeframe1 
      • It doesn't matter what timeframe your chart is set at
      • Use this parameter to determine the timeframe which you want the Parabolic SAR EA to operate in
      • There are 7 of such parameters, this allows you to use the same set of criteria (Step, max shift) to operate in up to 7 different timeframes
    •  Timeframe2 to Timeframe7 - same concept as above



리뷰 1
jj624038
144
jj624038 2024.10.16 10:23 
 

Man nepatiko.

추천 제품
TequilaEA
Kun Jiao
1 (1)
테킬라EA 트레이딩 전략 문서 1. 기본 정보 이름 : TequilaEA 버전 : 1.0 적용 상품 : XAUUSD(금/미국 달러) 적용 시간 프레임 : M1(1분 차트) 개발사 : Tulip Financial Technology 2. 핵심 트레이딩 로직 본 EA는 기술 지표 조합과 가격 패턴 인식을 기반으로 트레이딩 결정을 내리며, 다음과 같은 핵심 로직을 가지고 있습니다: 트렌드 판단 MACD 지표(매개변수 12,26,9)를 사용하여 전반적인 트렌드 방향을 판단: MACD 주선>0일 경우, 강세 트렌드로 판정 MACD 주선<0일 경우, 약세 트렌드로 판정 진입 조건 롱 진입 : MACD 주선>0(강세 트렌드에 부합) 가격이 15연속 M1 기간 동안 MA1(10기)、MA2(20기)、MA3(30기) 이동 평균선 위에 종가를 기록 숏 진입 : MACD 주선<0(약세 트렌드에 부합) 가격이 20연속 M1 기간 동안 MA1(10기)、MA2(20기)、MA3(30기) 이동 평균선 아래에 종가
FREE
VaniganMT4
Nissar Ahmed
5 (1)
### **Vanigan MT4  Core Trading Strategy Sideways Market Detection Uses ADX (Average Directional Index) to identify non-trending markets ADX < ADX_Thresh (25.0) → Sideways market ADX >= ADX_Thresh → Trending market (no trades) Entry Signals RSI (Relative Strength Index) for entry triggers: RSI < Oversold (30) → Buy Signal RSI > Overbought (70) → Sell Signal Trades only execute in sideways markets ( ADX < 25 ) Risk & Money Management Lot Size Calculation Fixed Lots : LotSize if UseMM = false Mo
FREE
MFL scalper01
Chang Ming Zhi Cang
1 (1)
FREE CAMPAIGN NOW!!! Regular price is $198. It will return to the original price soon. MFL scalper01  is a fully automated “scalping” trading system. Most positions are closed within one hour. This EA does NOT use grid, martingale, averaging down or any other risky trade management methods. BASIC Information: Currency pair EURCHF, GBPCHF Timeframe M5 Minimum deposit $50 Parameters: Variable Description  Current chart symbol  Select currency pair as same as chart.  Fixed lots size  If "Enable dy
FREE
Voorloper MT4
Pradana Novan Rianto
4.5 (18)
Voorloper Expert Advisor: Revolutionizing Trading with DDR System Introducing Voorloper, an innovative Expert Advisor that blends Moving Average (MA) and Relative Strength Index (RSI) indicators to redefine your trading experience. Voorloper stands out from the crowd with its unique feature: the Drawdown Reduction (DDR) System. Key Features: MA and RSI Integration:   Voorloper utilizes a powerful combination of Moving Average and Relative Strength Index indicators to identify optimal entry and
FREE
Entry logic The EA, called EA_BreakTheBox, creates a rectangle BOX based on the highest and lowest price within a certain time period. Once the BOX is formed, the EA is ready for entry. It allows you to input the time period for forming the BOX, and you can set a time filter for the EA. The default setting for EntryPips is 2 pips, but this can be changed. If the price breaks the upper price of the BOX by 2 pips, then a BUY Entry is placed (if Reverse mode=true). If the price breaks the lower pri
FREE
TrendNavigator Robot
Hong Ling Mu
4 (1)
This robot is equipped with trend-following logic. Specifically, it detects trends using the Parabolic Indicator and identifies when prices move significantly compared to normal fluctuations. You can input a desired number of pips (Price GAP pips) to determine at what price fluctuation the entry should occur. In case the trend reverses, all open orders will be closed. The number of simultaneous orders you can hold is customizable. Additionally, if you have multiple orders, they will all close o
FREE
Sentinel AI MT4
Rodrigo Arana Garcia
3 (2)
센티넬 AI는 사람들의 자본을 간단하고 접근하기 쉬운 방식으로 성장시키기 위해 만들어졌습니다. 백테스팅에서는 훌륭하게 작동하는 것처럼 보이지만 실제 계정에서는 동일한 성과를 내지 못하는 알고리즘에 지치셨다면, 센티넬 AI가 바로 여러분이 찾고 계신 해결책입니다. 이것은 유로-파운드 환율의 비효율성을 찾아내 이를 활용하도록 설계된 완전 자동화 알고리즘입니다. 머신러닝 기반 클러스터 분석과 유전자 스캘핑 알고리즘을 기반으로 합니다. 거래 중 매개변수를 수정할 수 있는 AI를 활용하여 시장 변화에 자동으로 적응합니다. // MT5 버전 라이브 신호:   https://www.mql5.com/en/signals/2351113 특징 견고한 백 테스트 및 라이브 성능 GMT 시간을 조정할 필요가 없습니다 (EA가 대신 해드립니다). CENT 계좌에 적합 사용 가능한 고품질 대안보다 훨씬 저렴 매우 쉬운 사용: 설정 파일 필요 없음 요구 사항 필요한 최소 자본금은 500$에 불과합니다. 거래
FREE
StarkerFX
Erno Stark
StarkerFX EA is a martingale and trend following robot with trailing stop . This expert advisor is using MACD and Parabolic SAR indicators. T‌here are no complicated settings. The only one input is the equity multiplier for automatic lot calculation. If you want to change it, please backtest it before using on real account. higher equity multiplier = higher lots = higher risk (recommended setting is: 1.0) T‌his EA has been optimized for EUR/USD currency pair and for M5 timeframe. Feel free to ba
FREE
RexIIIClaw vs ClusterIIIEA
Niklas Templin
4.75 (4)
THE_____ IIIREX_CLAW_vs_CLUSTER_EAIII______ Set1: Price Offset 100, Stopp Loss 100-1000, Take Profit 2000  Set2: Price Offset 200, Stopp Loss 100-1000, Take Profit 2000 Set3: Price Offset 100, Stopp Loss 100-1000, Take Profit 1000 Set4: Price Offset 200, Stopp Loss 100-1000,  Take Profit 1000 Set5: PriceOffset 100-1000 (Recomment 200) higher is lower Risk, Stopp Loss  500  Take Profit  1000, 2000, or 3000 it is the same Target Set it to your Moneymanagement  Indize: DE40  “IC Market” Recomment
FREE
ET1 for MT4
Hui Qiu
4 (8)
ET1 for MT4 is new and completely free!! ET1 for MT4 v4.20 Updated!! Now use on XAUUSD(Gold)!! The success rate is more than 75% !!! important update: Merge ET9 's breakout strategy Warning!! You can use ET1 completely free, but we do not guarantee ET1 stability, It is recommended that the more powerful ET9 for MT4 version includes the ET1 strategy and guarantees complete and stable returns. The Best Expert Advisor  on   XAUUSD   any timeframes  ET9  for MT4 Updated v4.80 !!  https://www.mql5
FREE
** I am currently providing this great EA for free in a limit time. Please download while it is still free ** Tired of emotional trading decisions? Live monitor: TBD Introducing our mql4 Expert Advisor , engineered for stable profit with acceptable risk using a genuinely intelligent Dollar-Cost Averaging (DCA) method. This isn't just another EA; it's a long-time tested solution designed to navigate the forex markets with precision. Whether you trade with a standard USD account or a Cent ac
FREE
CCI Warrior
Marco Barbosa
4.25 (4)
Info:   marcobarbosabots CCI Warrior CCI is the short name of Commodity Channel Index indicator. The CCI Warrior is an Expert Advisor that get signals using CCI (Commodity Channel Index) levels. A SELL signal is generated above a positive level and a BUY signal is generated below a negative level. When a signal is generated, a Moving Average filter checks it. If the signal is in the same direction of the trend indicated by a Moving Average filter, then it is validated. After the signal was vali
FREE
Long Waiting MT4
Aleksandr Davydov
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomme
FREE
EA Scalping Expert
Gerard Valldosera Gomez
3 (1)
This is a fully automated scalping Expert Advisor that can be run successfully using EURUSD currency pair at H1 timeframe. This EA can't run in the same account. If you want an Expert Advisor that trades daily this is not because it requires patience to wait for a few days or weeks on the right opportunity for it to trade. It takes advantage of the volatility of the price movement.
FREE
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Aether Elliott Wave Zigzag Pro (MT4) [Subtitle: Wave 3 Hunter | Fib 0.618 Retracement | Margin Guard] Introduction Aether Elliott Wave Zigzag Pro is a lightweight, market-compliant scalping system designed to automate the classic Elliott Wave theory. Instead of complex wave counting, it uses a precision ZigZag algorithm to identify the high-probability 1-2-3 Structure and targets the Wave 3 impulse. Engineered for MT4 stability, it feat
FREE
Email Drawdown Alert
Roman Starostin
5 (12)
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
Tulips
Kun Jiao
3.75 (8)
튤립 EA 전략 설명 핵심 전략 트렌드 추종 : 스톱로스 포함, 마틴게일/그리드 사용 안함. 독립적인 매수/매매 : 캔들스틱 패턴 분석으로 트렌드 시작점 포착. 매개변수 설정 매개변수 기본값 / 설명 안정성 매개변수 5 (기본값) 거래 상품 금 (XAUUSD) 손절/익절 SL 0.3%, TP 1.2% 로트 크기 0.01 (기본값) 자동 자금 관리 계좌 잔고 $10,000당 0.01로트 차트 기간 M5 권장 매직 넘버 고유 ID (충돌 방지) 브로커 요구 사항 낮은 스프레드 (ECN, 스프레드 < 0.1-0.2) 초보자용 센트 계좌 (1,000 또는 10,000센트) 주의 사항 자동 자금 관리는 수동으로 활성화 필요. 여러 EA 사용 시 매직 넘버 변경. 낮은 지연 시간과 스프레드가 실행 효율 향상. 투자와의 연관성 튤립 파동 : 최초의 금융 버블 (네덜란드, 17세기) 짧은 개화 기간 : 시장 기회의 일시성 상징. 사용 권장 뚜렷한 트렌드에서 사용, 횡보장 피할 것.
FREE
FREE VERSION - CAN'T MODIFICATE ANY  PARAMETER This EA employs a robust, data-driven approach to capitalize on the specific volatility and trend dynamics of the Euro/Yen cross. Core Strategy Features: Timeframe & Data: Optimized for the H2 (2-hour) timeframe, backtested using high-quality Dukascopy tick data with M1 precision. Intelligent Trade Management: The system utilizes advanced exit mechanisms to protect capital and lock in profits, including dynamic Trailing Stops , technical Take Profi
FREE
EA Fantom
Rahul Kumar Trivedi
1 (1)
EA is based on Parabolic SAR and MACD indicator.  if there are loss EA try to recover loss and fix position by placing another bigger order( factor multipler) after grid gap. if there is profit it waits to optimize profit.    Suitable for Beginners No complex settings Just use EURUSD M5 time frame YOU CAN CONTACT ME FOR OPTIMIZATION Please leave the comment your like or dislike I will be happy to answer all kind of query related to this product... I advise you to please check my ot
FREE
NIGHTCrusher Lite FREE
Christian Opperskalski
4.5 (2)
NIGHTCRUSHER is a fully automated expert advisor, designed for scalping on quite market situation. The Lite - Version is limited to minimal Lot per Pair and dont has lot mulitplier and dynamic function you can also run different strategies like swing trading or grid different Trade Entry Signals different Exit Strategies included (MA Cut / Signal Change / Trailing TP) clever Risk & Money management - Balance based - Longrun trades tracking You can also use a Grid function or Lot multipier, if ne
FREE
Super trend is one of the best trend indicators in metatrader 4 (MT4). Triple SuperTrend indicator is an indicator that consist of three super trend indicator that can be aranged. This indicator is built by mql4 language and doesn't provided by MT4 platform. Highly recommended using EMA SuperTrend Strategy Indicator if you want to get better result in here: https://www.mql5.com/en/market/product/91664 This indicator is easy to use, power full and has many benefits, there are: Using three indic
FREE
Alligator Trader
Ciprian Ghebanoaei
3 (2)
Alligator Trader is a fully automatic, professional trading robot. Designed specifically for the foreign exchange market   USDJPY M30. EA does not need to configure parameters. Ready to work on  USDJPY M30. , You only need to decide on the choice of the lot. It has a smart algorithm which detects the trend, filters out market noise. The expert creates orders on trend direction. Input and output orders are given by a combination of two indicators that can be found on any MT4 platform: Alligator
FREE
MACD Scanner With Alerts
Niravkumar Maganbhai Patel
4 (2)
MACD Dashboard Panel   This indicator helps you to scan symbols which are in the Market Watch window and filter out a trend according to MACD. Moving Average Convergence Divergence (MACD) is a trend-following momentum indicator that shows the relationship between two moving averages of a security’s price. The MACD is calculated by subtracting the 26-period Exponential Moving Average (EMA) from the 12-period EMA. The result of that calculation is the MACD line. A nine-day EMA of the MACD called
FREE
It is a custom non-repaint indicator to identify trade opportunities in swing action as prices move within an upper and lower band. Inspired by the Keltner Channel, the most popular channel Indicator introduced by Chester Keltner. It is different with a Bollinger Bands. It represents volatility using the high and low prices, while Bollinger's studies rely on the standard deviation. The algorithm for this indicator is also available in the EntryMaximator EA. Including the option to use it or not.
FREE
MT Scanner
Niravkumar Maganbhai Patel
4 (2)
This indicator helps you to Scan symbols which are in the Market Watch Window  and filter out trends with alerts. It works based on the effective indicator "SUPERTREND" which is used by many traders for trading: When box color changes to " Green " or " Red " color, it indicates you for trend change for long and short entry. And also you will get alerted on screen. When it changes to " Green ", it indicates you that trend is going upwards, and you can take the long entry. If the color changes to
FREE
VolatilityScalperEA
Nikolaos Pantzos
3 (2)
This expert is a pure volatility scalper working with two pending orders (buy stop and sell stop). Expert not use any indicator, only use prices action and volatility of price to generate signals. There are three conditions for it to work: Tight spread  Fast execution Stop level = 0 Please during the tests of this EA do not simultaneously use another EA in the same terminal because it affects the modification speed. Try expert on demo account first before use it on real one.
FREE
Eleva tu Journaling al Nivel Institucional. http://www.tradepositive.lat Olvídate de registrar tus operaciones a mano, de los errores de cálculo y de la recolección tediosa de datos. TPI Notion Sync es la herramienta definitiva desarrollada por el Trade Positive Institute, diseñada para conectar tu plataforma MetaTrader directamente con tu base de datos de Notion en tiempo real. Diseñado originalmente para los traders del ALGO Smart Flow Model , este puente tecnológico extrae la matemática pu
FREE
HawaiiFree
Matteo Valenti
5 (1)
For backtest use tickstory with fixed timeshift like gmt +0 without DST option activated, set current_broker_gmt parameter to the gmt of your backtest time shift. My Tickstory time shift setup For demo, put on EURUSD H1 chart set current_broker_gmt parameter to the current broker gmt shift. Simple and safe , no grid, no hedge, no martingale and Stoploss is always set. You could expect 1 trade by day. Low spread broker (0.1pips) reccomended, better on ECN account Paid Version What's new: 1) Imp
FREE
Good Monday
Konstantin Kulikov
5 (8)
The expert trades at the opening of the market after the weekend, focusing on the price gap (GAP). 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.    >>> Chat <<< Currency pairs for which the sets have been developed: GBPUSD, AUDUSD, NZDUSD, USDCAD, EURGBP, EURCHF, GBPCAD, GBPAUD, AUDCHF, AUDJPY, AUDNZD, CHFJPY, CADJPY, NZDJPY, NZDCHF, EURUSD, G
Adaptive Flow MAs
Vincent Jose Proenca
Adaptive Flow MAs is a moving average indicator designed to naturally adjust to market movements. Unlike traditional averages, it dynamically adapts its periods based on recent volatility and the current trend. The EMA closely follows rapid price swings to capture every impulse, while the SMA remains smoother, providing a stable and reliable reference. With a clean display showing the current adaptive periods, this tool helps traders feel the “flow” of the market without visual clutter. It’s cr
FREE
이 제품의 구매자들이 또한 구매함
Vortex Gold MT4
Stanislav Tomilov
5 (33)
볼텍스 - 미래를 위한 투자 메타트레이더 플랫폼에서 금(XAU/USD) 거래를 위해 특별히 제작된 볼텍스 골드 EA 전문 어드바이저입니다. 독점 지표와 개발자의 비밀 알고리즘을 사용하여 구축된 이 EA는 금 시장에서 수익성 있는 움직임을 포착하도록 설계된 종합 트레이딩 전략을 사용합니다. 전략의 주요 구성 요소에는 이상적인 진입 및 청산 지점을 정확하게 알려주는 CCI 및 파라볼릭 인디케이터와 같은 클래식 인디케이터가 포함됩니다. Vortex Gold EA의 핵심은 고급 신경망 및 머신러닝 기술입니다. 이러한 알고리즘은 과거 데이터와 실시간 데이터를 지속적으로 분석하여 EA가 진화하는 시장 추세에 더 정확하게 적응하고 대응할 수 있도록 합니다. 딥러닝을 활용하여 Vortex Gold EA는 패턴을 인식하고 지표 매개변수를 자동으로 조정하며 시간이 지남에 따라 성능을 개선합니다. 독점 지표, 머신 러닝, 적응형 트레이딩 알고리즘이 결합된 Vortex Gold EA의 강력한 조합입니다
The Gold Reaper MT4
Profalgo Limited
4.59 (32)
소품 회사 준비 완료!   (   세트파일 다운로드   ) 출시 프로모션: 현재 가격으로 몇 장 남지 않았습니다! 최종 가격: 990$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 골드 리퍼에 오신 것을 환영합니다! 매우 성공적인 Goldtrade Pro를 기반으로 구축된 이 EA는 동시에 여러 기간에 걸쳐 실행되도록 설계되었으며 거래 빈도를 매우 보수적인 것부터 극단적인 변동까지 설정할 수 있는 옵션이 있습니다. EA는 여러 확인 알고리즘을 사용하여 최적의 진입 가격을 찾고 내부적으로 여러 전략을 실행하여 거래 위험을 분산시킵니다. 모든 거래에는 손절매와 이익 실현이 있지만, 위험을 최소화하고 각 거래의 잠재력을 극대화하기 위해 후행 손절매와 후행 이익 이익도 사용합니다. 이 시스템은 매우 인기
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
Quantum King EA - 모든 트레이더를 위해 개선된 지능형 파워 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 특별 출시 가격 라이브 신호:       여기를 클릭하세요 MT5 버전 :   여기를 클릭하세요 퀀텀 킹 채널:       여기를 클릭하세요 ***Quantum King MT4를 구매하시면 Quantum StarMan을 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요! 규칙       정확하고 규율 있게 거래하세요. 퀀텀 킹 EA       구조화된 그리드의 강점과 적응형 마팅게일의 지능을 하나의 완벽한 시스템으로 통합했습니다. M5에서 AUDCAD를 위해 설계되었으며, 꾸준하고 통제된 성장을 원하는 초보자와 전문가 모두를 위해 구축되었습니다. 퀀
Gold Trade Pro
Profalgo Limited
4.61 (23)
프로모션 시작! 449$에 얼마 남지 않았습니다! 다음 가격: 599$ 최종 가격: 999$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro는 금 거래 EA의 클럽에 합류하지만 한 가지 큰 차이점이 있습니다. 이것은 진정한 거래 전략입니다. "실제 거래 전략"이란 무엇을 의미합니까?   아시다시피 시장에 있는 거의 모든 Gold EA는 단순한 그리드/마팅게일 시스템으로 시장이 초기
XIRO Robot MT4
MQL TOOLS SL
5 (3)
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:   XAUUSD and GBPUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and str
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor는 수익성이 없는 포지션을 회수하도록 설계된 시스템입니다.   작성자의 알고리즘은 손실 위치를 잠그고 여러 부분으로 분할하고 각 부분을 별도로 닫습니다. 손쉬운 설정, 하락 시 지연된 시작, 다른 Expert Advisors 잠금, 비활성화, 추세 필터링을 통한 평균화 및 손실 위치의 부분 마감이 하나의 도구에 내장되어 있습니다. 전체 그룹에서만 주문을 마감하는 그리드 전략과 달리 더 낮은 예금 부하로 손실을 줄일 수 있는 부분에서 마감 손실을 사용하여 손실과 함께 더 안전한 작업을 보장합니다. 주문이 복원되는 방법: 1 EA는 선택한 상품의 다른 창을 닫아 수익성이 없는 EA를 끕니다(선택 사항). 2 EA는 처리된 모든 주문에 대해 TakeProfit 및 StopLoss 수준을 재설정하고 해당 식별자가 있는 보류 주문을 삭제합니다. 3 EA는 수익성이 없는 주문의 일부를 충당하고 총 포지션 볼륨을 줄이기 위해 이익을 사용하기 위해 처리된 모든 수익성 있
GOLD Scalper PRO
Lachezar Krastev
4.6 (25)
WINTER SALE — FINAL DAYS! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results:   https://w
Goldbot One MT4
Profalgo Limited
5 (5)
프로모션 출시: 현재 가격으로는 몇 개밖에 남지 않았습니다! 최종 가격: 990$ 신규: Goldbot One을 구매하고 EA 1개를 무료로 선택하세요!! (2개의 거래 계정에 대해) 공개 그룹에 가입하세요:   여기를 클릭하세요   최고의 콤보 딜     ->     여기를 클릭하세요 LIVE SIGNAL 금 시장을 위해 설계된 매우 정교한 거래 로봇,   Goldbot One을   소개합니다 .   Goldbot One은 브레이크아웃 트레이딩에 중점을 두고, 지지선과 저항선을 모두 활용하여 최적의 트레이딩 기회를 찾아냅니다. 이 전문가 조언가는 변동성이 큰 귀금속 시장에서 효율성, 신뢰성, 전략적 우위를 추구하는 거래자를 위해 만들어졌습니다.   주목할 사실:     샘플 외부 데이터에서 EA의 성능은 최적화에 사용된 샘플 내부 데이터와 완벽하게 일치합니다.   샘플 내 기간은 2016-2023년입니다.   전략 확인을 위해 사용된 샘플 외 데이터는 2004-2016년과 2
Pattie Opening Range Breakout (ORB) is a range of price variation, which for each session, it generates a combination of support and resistance levels, positioning itself in favor of breaking out of the bands, when it is exceeded on the upside is a signal to buy or enter long and when it is exceeded on the downside it is a signal to sell or enter short. Pattie Break Out  EA  is a specialized trading tool designed to automate  time session-based breakouts . The EA operates by drawing a price rang
Daytrade Pro Algo
Profalgo Limited
5 (5)
프로모션 시작: 현재 가격으로 제공되는 제한된 수의 사본 최종 가격: 990$ 신규: 1개를 무료로 받으세요!   (거래 계좌 2개용) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files DayTrade Pro Algo에 오신 것을 환영합니다!   수년 동안 시장을 연구하고 다양한 전략을 프로그래밍한 후 좋은 거래 시스템에 필요한 모든 것을 갖춘 알고리즘을 찾았습니다. 브로커 독립적입니다. 독립적으로 확산됩니다. MT4, MT5, TDS2 및 여러 브로커에서 쉽게 실제 변수 확산 테스트를 사용하여 매우 안정적인 백 테스트를 보여줍니다. 수백 가지의 다양한 설정이 모두 테스트에서 수익성 있는 결과를 제공합니다(물론 저는 최고의 설정을 선택했습니다!). 매우 강력한 시스템 -> 설정은 상호 교
BB Return mt4
Leonid Arkhipov
5 (2)
BB Return — 금(XAUUSD) 거래를 위한 전문가 어드바이저(EA)입니다. 이 트레이딩 아이디어는 이전에 제가 수동 트레이딩 에서 사용하던 방식에서 출발했습니다. 전략의 핵심은 Bollinger Bands(볼린저 밴드) 범위로의 가격 회귀이지만, 기계적이거나 매번의 터치마다 진입하지는 않습니다. 금 시장에서는 밴드만으로는 충분하지 않기 때문에, EA에는 약하거나 비효율적인 시장 상황을 걸러내는 추가 필터가 적용되어 있습니다. 회귀 로직이 실제로 타당한 경우에만 거래가 실행됩니다.   거래 원칙 — 본 전략은 그리드, 마틴게일, 물타기(평균단가) 기법을 사용하지 않습니다. EA는 고정 로트 또는 AutoRisk 모드로 운용할 수 있습니다. BB Return은 스프레드, 슬리피지 및 브로커의 호가 방식 차이에 민감하지 않으며, Standard, ECN, Pro, Raw, Razor 등 모든 계좌 유형과 모든 브로커에서 사용할 수 있습니다. 거래 세션에 제한되지 않으며 24시간
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (172)
소개       Quantum Emperor EA는   유명한 GBPUSD 쌍을 거래하는 방식을 변화시키는 획기적인 MQL5 전문 고문입니다! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발했습니다. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EA를 구매하시면 Quantum StarMan  를 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 확인된 신호:   여기를 클릭하세요 MT5 버전 :  여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 10개 구매 시마다 가격이 $50씩 인상됩니다. 최종 가격 $1999 퀀텀 황제 EA       EA는 단일 거래를 다섯 개의 작은 거래로 지속적으로 분할하는
Big Forex Players MT4
MQL TOOLS SL
4.73 (44)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
EA Game Changer
Vasiliy Strukov
5 (7)
Game Change EA는 Game Changer 지표를 기반으로 하는 추세 추종 트레이딩 시스템입니다. 빨간색 점이 형성될 때마다 자동으로 매도하고, 노란색 X가 나타날 때까지 매도 방향으로 진행합니다. 이는 추세의 잠재적 종료를 나타냅니다. 매수 거래에도 동일한 논리가 적용됩니다. 파란색 점이 나타나면 EA는 매수를 시작하고 노란색 X가 감지되는 즉시 매수 주기를 종료합니다. 이 EA는 모든 통화쌍과 모든 시간대에 적합하지만, M15 시간대의 xauusd와 같이 추세가 강한 상품에서 특히 우수한 성과를 보입니다. 실시간 결과는 여기에서 볼 수 있습니다. 개인 보너스를 받으려면 구매 후 즉시 저에게 연락하십시오! 설정 및 매뉴얼은 여기   설정 Open new series – true/false - 새로운 주문 시리즈의 시작 Trade Buy - EA가 구매하도록 허용 Trade Sell - EA가 판매하도록 허용 Support manual orders – true/false –
Dark Algo
Marco Solito
4.65 (66)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market
Golden Mirage mt4
Michela Russo
5 (5)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
FlipDamonHFT
Allistair Kabelo Mandow
Ask in private for more details after purchase FlipDemonHFT Flipdemon vX: The Next-Level Forex Trading Robot Flip your capital fast with Flipdemon vX — a powerful trading robot designed for rapid growth, sniper entries, and consistent profits. Built for serious traders who want results in days, not months.. Discounted   price .  The price will increase by $500 with every 10 purchases. ***Buy FLIPDEMON HFT MT4 and you could get TINGA TINGA or  FLIPDEMON HFT MT5 for free !*** Ask in privat
EA Gold Stuff
Vasiliy Strukov
4.7 (1085)
EA Gold Stuff 는 금 거래를 위해 특별히 고안된 전문가 고문입니다. 작업에 기반의 개방의 주문 금을 사용하여 물건의 표시는,그래서 고문 작품에 따라"트렌드를 따라"전략을 의미,다음과 같은 추세이다. 중요! 구매 후 즉시 저에게 연락하여 지침과 보너스를 받으십시오!  강력한 지원 및 트렌드 스캐너 표시기의 무료 사본을 받으실 수 있습니다. 메시지를 보내주세요. 나!   실시간 결과는 여기에서 볼 수 있습니다 매개 변수 새로운 시리즈 열기-주문의 새로운 시리즈의 온/오프 시작. 시작 로트-시작 로트. 무역 구매-전문가 고문이 구매할 수 있도록하십시오. 무역 판매-전문가 고문이 판매 할 수있게하십시오. 사용하지면서 기능을 사용한 고문이 무역은 모두 구매 및 판매하는 방향,기능 장애인,고문관이 무역에 단 하나의 방향이다. 돈 Manadgement 를 사용-온/오프 자동 로트 계산의 사용. 오토롯. 각 0.01 로트에 대한 자유 마진-각 0.01 로트 단위의 개방을위한
Bitcoin Robot Grid MT4
MQL TOOLS SL
5 (16)
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition은 GOLD만 거래하도록 설계된 완전 자동화된 EA입니다. Expert는 2011-2020년 기간 동안 XAUUSD에서 안정적인 결과를 보였습니다. 위험한 자금 관리 방법, 마팅게일, 그리드 또는 스캘핑이 사용되지 않았습니다. 모든 브로커 조건에 적합합니다. 다층 퍼셉트론으로 학습된 EA 신경망(MLP)은 피드포워드 인공 신경망(ANN)의 한 종류입니다. MLP라는 용어는 모호하게 사용되며, 때로는 피드포워드 ANN에 느슨하게 사용되기도 하고, 때로는 임계값 활성화가 있는 여러 층의 퍼셉트론으로 구성된 네트워크를 엄격하게 지칭하기도 합니다. 다층 퍼셉트론은 특히 단일 은닉층이 있을 때 "바닐라" 신경망이라고도 합니다. MLP는 입력층, 은닉층, 출력층의 최소 3개 층의 노드로 구성됩니다. 입력 노드를 제외하고 각 노드는 비선형 활성화 함수를 사용하는 뉴런입니다. MLP는 역전파라는 지도 학습 기술을 사용하여 학습합니다. 다중 레이어와 비선형 활성화는
Aura Neuron MT4
Stanislav Tomilov
4.62 (13)
Aura Neuron은 Aura 시리즈 거래 시스템을 이어가는 독특한 전문가 자문입니다. 고급 신경망과 최첨단 클래식 거래 전략을 활용하여 Aura Neuron은 뛰어난 잠재적 성과를 가진 혁신적인 접근 방식을 제공합니다. 완전 자동화된 이 전문가 자문은  및 XAUUSD(GOLD)와 같은 통화 쌍을 거래하도록 설계되었습니다. 1999년부터 2023년까지 이러한 쌍에서 일관된 안정성을 입증했습니다. 이 시스템은 마팅게일, 그리드 또는 스캘핑과 같은 위험한 자금 관리 기술을 피하므로 모든 브로커 조건에 적합합니다. Aura Neuron은 다층 퍼셉트론(MLP) 신경망으로 구동되어 시장 추세와 움직임을 예측하는 데 활용합니다. MLP는 피드포워드 인공 신경망(ANN)의 한 유형으로, 특히 단일 숨겨진 계층으로 구성될 때 "바닐라" 신경망이라고도 합니다. MLP에는 입력 계층, 숨겨진 계층 및 출력 계층이라는 세 가지 필수 계층이 포함됩니다. 입력 노드를 제외한 각 뉴런은 비선형 활성화
HFT Prop Firm EA
Dilwyn Tng
4.96 (632)
HFT Prop Firm EA는 고유한 로고로 인해 Green Man으로도 알려져 있으며, 고빈도 거래(HFT) 전략을 허용하는 독점 트레이딩 회사(prop firms)의 도전 과제나 평가를 극복하기 위해 특별히 제작된 전문가 자문(EA)입니다. 한정 기간: HFT Prop Firm EA를 구매하면 $198 상당의 무료 유틸리티 제공 MT5 버전: https://www.mql5.com/en/market/product/117386 HFT 챌린지 성능 모니터(시작가 $200): 브로커: IC Markets 계좌 번호: 66603384 서버: ICmarketsSC-Demo06 비밀번호: Greenman 브로커: IC Markets 계좌 번호: 21718043 서버: ICmarketsSC-Demo02 비밀번호: Greenman 결과 1: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif 결과 2: https://c.mql5.com/3
AI Forex Robot MT4
MQL TOOLS SL
4.29 (17)
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
Real monitoring :  XAUUSD__BTCUSD__ M30__SL3 ,      XAUUSD M30 SL3 ,      XAUUSD M30 SL2 For more information, please contact us via private message or in  the mql5 group. THERE   ARE   ONLY  1   OUT   OF   10   COPIES   LEFT   AT   A   PRICE   OF  450   USD ! AFTER   THAT , THE   PRICE   WILL   BE   INCREASED   TO  649   USD . Imagine that you have an experienced trader who monitors the market every day, waits for the price to break through an important level, and instantly opens a deal. That
Quantum Dark Gold
Nguyen Hang Hai Ha
3.33 (9)
Quantum strategy is a combination of quantum superposition and trading signal model. EA Quantum Dark Gold determines Buy and Sell positions simultaneously for each signal and simultaneously places 2 orders Buy Stop and Sell Stop. Then the momentum determines which order position is executed and cancels the remaining pending order. This interesting idea forms the Quantum Dark Gold with a unique entry method. Open positions are then managed by Trailing, Stop Loss and position balancing strategies
Forex GOLD Investor
Lachezar Krastev
4.46 (50)
WINTER SALE — FINAL DAYS! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results: https://www.m
GoldPro
Sergey Batudayev
5 (2)
GoldPro (MT5) — 클래식 및 스캘핑 두 가지 모드를 선택할 수 있는 XAUUSD 전문가 어드바이저 GoldPro는   XAUUSD(금)   자동 거래 시스템으로, 체계적인 구조, 명확한 위험 관리 기능, 그리고 다양한 시장 상황에서도 작동 가능한 EA를 원하는 트레이더를 위해 설계되었습니다. 하나의 EA 안에서   거래 방식을   선택할 수 있습니다. 1) 클래식 모드 — 변동과 되돌림에 대한 차분한 논리 시장의 "소진" 영역에서 진입하는 등 추세 반전/평균 회귀 움직임과 구조화된 포지션 관리에 초점을 맞춘 고전적인 접근 방식입니다. 바스켓형 관리(일련의 포지션을 활용하는 방식) 엄격한 제한 조건(거리/걸음 수/로트 계수)을 적용한 선택적 평균 계산 다양한 종료 방식: 고정 목표, 손익분기점, 추적 로직 확산 필터 거래 일정 관리 (평일 / 금요일 마감 / 주말 거래 중단) 거래 방향 옵션: 매수/매도/양방향/계절성 모드 2) 스캘핑 모드 — 당일 거래 기회를 위한 더
Prestige 4
M Ardiansyah
Prestige EA   is a powerful, intelligent trend‑detection trading robot built using advanced mathematical and statistical models. It is designed to identify high‑probability market movements with precision while maintaining strict risk control. The EA uses refined entry filters with advanced correction logic to ensure accurate and reliable trade entries. Every trade is protected by Take Profit and Stop Loss, ensuring disciplined risk management. In addition, the EA includes smart internal algori
XG Gold Robot MT4
MQL TOOLS SL
4.3 (37)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
제작자의 제품 더 보기
Afsida Improved Combined Scalper
Teng Qi Sheng Joshua
4.75 (4)
A reversed engineered and improved version of the extremely popular AFSID scalper ( afs-id.com ).  Includes re-modeled versions of these 2 well received scalping programs: " AF-Fibo ", and " AF-TrendKiller".  Take note that this is a high risk scalper Though improvements have been made to mitigate some of the risks, the risks inherent to martingale scalpers still exists, so use it at your own risk. afsida Scalper  (improved AFSID) This is a simple martingale scalper which works on any pair (1
FREE
Advanced Moving Averages
Teng Qi Sheng Joshua
Advanced Moving Average Example of how the EA works: When the fast moving average line crosses over the slow moving average line, from below it to above it, this implies that the instrument is in an uptrend, hence a potential buy trade might be opened This EA allows you to set up to 21 separate moving average cross over criteria: There are 3 Moving Average Crossover input parameter sets Each set allows you to set the bars used for the Fast and Slow moving average line And it also allows you to
FREE
Advanced Easy Martingale
Teng Qi Sheng Joshua
Advanced Easy Martingale An easy to use martingale EA with advanced parameters and well designed handles to manage and reduce risk. Also known as  - Buy & Sell martingale  - 2 way martingale   - little martingale Key info Works on any pair (recommend 1 Hr Chart) Consider starting with EURJPY, GBPUSD, and GBPJPY Recommended capital: $4k - $5k per chart, based on starting lot size of 0.01  Sample set files (higher risk:  download ; lower risk: download ) Use it at your own risk, use capital you
FREE
Simple Bollinger Bands
Teng Qi Sheng Joshua
This is a simple Bollinger Band EA This works by activating a trade whenever the input parameters are met, including the Bollinger Band parameters The Bollinger Band Parameters determines when a buy or sell trade is opened: If the price is outside the lower bounds of the activated bollinger bands, a buy trade is opened (given that all other criteria are met) If the price is outside the upper bounds of the activated bollinger bands, a selltrade is opened (given that all other criteria are met) K
FREE
필터:
jj624038
144
jj624038 2024.10.16 10:23 
 

Man nepatiko.

리뷰 답변