Divergence Fractals PRO PRT

The EA allows you to choose how price extremes (pivots) are detected for divergence analysis.

Fractals Simple (default) uses a fast, confirmed local extremum logic with one bar on each side. It does not repaint, produces signals earlier, and reflects the original trading logic of the EA. This mode is well balanced for active trading and was used in the initial versions of the strategy.

Pivot-N (Left/Right confirmation) is a more conservative option. A pivot is confirmed only when the price is higher/lower than N bars on both sides. Increasing N reduces noise and false signals but also decreases signal frequency and introduces additional confirmation delay. This mode is recommended for traders who prefer fewer but more reliable divergence setups.

This Expert Advisor is a multi-symbol, divergence-based trading system designed to run simultaneously on 28 FX pairs.

FOR MULTI-SYMBOL TRADING, MAKE THIS FUNCTION FALSE = MarketSafeMode = true; // Market-safe mode.

It combines:

  • Oscillator divergence detection (Classic and/or Hidden)

  • Pivot/turning-point engines (Fractals / alternative pivots depending on the build)

  • Optional multi-oscillator confirmation (AUX filters)

  • ATR channel context (median + upper/lower branches)

  • Flexible grid / averaging add-orders (configurable)

  • Advanced time/session control, including pre-session close actions (e.g., closing profitable baskets before end of day)

Core entry logic

1) Divergence signal (main engine)

The EA searches for divergence between price and a selected main oscillator, with independent control of:

  • Classic divergence

  • Hidden divergence

  • Direction: BUY / SELL / BOTH

  • “Same direction” re-entries (optional)

Signal formation uses pivot points (depending on settings/version):

  • Fractals (simple or Bill Williams)

  • or N-bar pivots (smoother, less noise; not repaint)

2) Optional “Zero-Cross / Center” behavior

If enabled, the EA can require the oscillator to behave relative to a center level (“horizon”):

  • 0 for MACD/AO/AC-type oscillators

  • 50 for RSI/Stochastic-type oscillators
    This can be used as a filter and/or as an additional timing rule depending on mode.

Advanced Divergence Oscillator Position Filter (NEW)

This is an optional filter that restricts divergence entries depending on where the oscillator is located relative to its center and/or zones.

Master switch (default OFF)

  • InpUseOscPosFilter  =  false  by default
    When OFF, the EA works exactly as before.

Modes

  • OFF – no restriction

  • ZERO_LINE 
    BUY allowed only if oscillator is below the center; SELL only above the center

  • ZONES 
    BUY allowed only if oscillator is in the “lower zone” (<= BuyZone);
    SELL allowed only if oscillator is in the “upper zone” (>= SellZone)

  • AFTER_CROSS 
    allows entries only if a center cross happened recently (lookback bars)

Center and zones

  • InpOscAutoCenter  can auto-set center (0 or 50 depending on oscillator type), or you can define:

  • InpOscCenterLevel

  • InpBuyZoneLevel  /  InpSellZoneLevel  (for ZONES mode)

This provides “professional” control over divergence quality: more trades (ZERO_LINE) vs more selective trades (ZONES).

AUX confirmation filters (optional)

The EA can use 1–2 additional oscillators as confirmation filters (AUX).
Typical usage:

  • ALL confirmation (stricter, fewer trades)

  • ANY confirmation (looser, more trades)

  • Lookback bars for confirmation window

This lets you build profiles like:

  • RSI divergence + MACD confirmation

  • CCI divergence + RSI/MACD confirmation

ATR Channel context (monitoring + filters)

The EA uses an ATR-based channel model:

  • Median = MA (LWMA of Typical price by default in the build)

  • Upper/Lower = Median ± ATR × Multiplier

This channel can be used as:

  • market context filter (where price is relative to channel)

  • exit/close assistance

  • monitoring overlay (optional indicator can display this channel)

Money management / grid add-orders

Depending on configuration, the EA can:

  • trade single entries, or

  • add averaging orders (grid / “better price” logic)

  • use a controlled multiplier (martingale-like) if enabled

Key controls typically include:

  • initial lot / fixed lot

  • multiplier

  • minimum distance between entries (in points/pips units)

  • max number of orders per direction

Exit logic / closing

The EA supports:

  • single order closes

  • group/basket closes (net profit logic depending on mode)

  • session-end actions (see below)

Trading Sessions & End-of-Day profit handling (UPDATED)

The EA includes session scheduling:

  • UseTradingSessions

  • Session1Start / Session1End

  • Session2Start / Session2End

Session close modes

  • NONE – do nothing at session end

  • CLOSE_ANY – close everything

  • CLOSE_IF_PROFIT – close only individually profitable orders

  • CLOSE_NET_PROFIT_SETS (NEW) – close entire sets/baskets (Symbol+Magic) if that basket’s net profit > 0

  • CLOSE_ALL_IF_TOTAL_MINPROFIT (NEW) – close all EA orders if overall result reaches a target (see MinProfit measures)

MinProfit Measure (NEW)

For the “close all if total min profit” logic, the EA supports:

  • MONEY

  • PIPS_RAW (pure price distance pips)

  • PIPS_MONEY_EQUIV (recommended)
    “Money-equivalent pips”: total profit + swap + commission converted to pips using pip value and lot sizing.
    This prevents false closes when price pips look positive but real net money is not.

Notes for users

  • For multi-symbol portfolios and varying spreads/commissions, prefer:

    • session close by net baskets, and/or

    • MinProfit using PIPS_MONEY_EQUIV or MONEY

  • Always test on a demo/cent environment with your broker’s symbols and spreads.

  • Adjust SessionEnd to your broker’s daily rollover time if needed.

推荐产品
Magic Grid
Aliaksandr Charkes
4.54 (28)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
Santa Scalping
Morten Kruse
2.84 (19)
Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably w
機器人使用突破布林帶指標線的交易策略。 該策略的本質在於不斷分析指標線並為其線尋找最有效的突破點。 當價格在其中一個方向突破指標線時,機器人會在該方向開倉並開始跟隨它。但機器人不會在每次指標線被突破時開倉,而只會在它突破的那些地方開倉認為它是最有效的。 這是一個非常可靠的策略,多年來已被全球數以千計的交易者測試過。 這是 GPTchat 提供學習的有效剝頭皮策略之一。 人工智能認為,這是 M5 時間框架內最有效的交易剝頭皮策略之一。 我們也會認同人工智能,並在實踐中證實這一策略的有效性。 機器人優勢: 不使用鞅。 手數由交易者在設置中指定。 餘額每增加10%,手數將增加10% 機器人使用自適應風險管理功能 使用機器人的建議: 貨幣對 GBPUSD M5期 最低初始餘額 $500 起 ECN賬戶類型 機器人設置: Lots - 開立訂單的手數。 TrailingStop - 追踪止損大小。 Open_Order - 開倉交易過濾器。 Spread - 貨幣對的平均交易點差,用於正確計算風險。 Magic - 一個獨特的幻數。
Gold Label
Tran Thanh Tuyen
Gold Label  is an Expert Advisor designed specifically for trading gold.  This EA is specifically designed for   XAUUSD  with low risk and can grow your account from small capital. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators. Expert showed stable results on XAU in 2011-2020 period. No dangerous methods of money managment used. Suitable for any broker conditi
ShinZuka
Muhammad Asyraf Bin Mohamad
Using MACD value for direction. Using RSI as reversal indicator. Using open trading hour. (Recommend Hour 10,11,15 & 19 : MT4-Time) Counter trade if signal failed. Cutloss trade if signal failed. Auto lot calculate based on target profit & takeprofit. Able to set counter trade value. Suitable for commodities & currency.  Timeframe H1. Able to set limit lot open. Able to select day to trade.
Ict Gold Scalper
Alex Amuyunzu Raymond
5 (1)
ICTVALID EA – Smart Money Concepts Automated Trading The ICTVALID EA is a professional trading system built on Smart Money Concepts (ICT methodology) . It automatically detects and trades institutional setups, allowing you to follow market structure with precision and consistency.  Key Features Dual Trading Modes – Choose between Scalping (short-term precision entries) or Swing Trading (longer-term trends). Smart Money Logic – Incorporates Change of Character (CHoCH), Break of Structure (BoS),
Trend Gold
An Qing Hu
Trend Gold EA 是一款基于趋势追踪与网格加仓相结合的全自动黄金交易系统,专为 XAUUSD(黄金)交易品种设计。策略核心逻辑采用 趋势判断 + 趋势强度 + 价格过滤 三重信号确认开仓,配合马丁格尔式递增加仓和智能移动止损,在趋势行情中捕获大幅利润,同时在震荡行情中通过整体止盈机制实现稳定获利。 推荐在5分钟图表运行,建议账户余额20000USD或者20000USC,感兴趣朋友可以测试。 以下是参数功能说明: comment=GOLD:订单识别码,用于在订单备注中标记 EA,以区分不同 EA 管理的订单。 MagicNumber=181818:唯一 ID,作为每个订单的 ID 号,用于在多品种和多策略场景下准确识别和管理仓位。 startTime=00:30:交易开始时间,设置每日开仓和加仓时间,过滤掉亚洲市场早盘低波动时段。 endTime=23:50:交易结束时间,设置每日停止开仓和加仓的截止时间,避免市场收盘前流动性不足和点差扩大。 noTradeStartTime=23:30:禁仓开始时间,限制交易时段的开始,暂停开仓和加仓,规避高风险事件。 noTradeEn
Copyright(c) 2019 Superfarabi EA Is the Scalping Forex Expert Advisor for MT4 Working on Timeframes (M5) Best Pair Recomended is EU/UChf=0.4 Calculation is based of Envelopes indicator ===========Rakyat +62 =========== Hak Cipta (c) 2019 Superfarabi EA Merupakan Scalping Forex Expert Advisor untuk MT4 Berjalan pada Time Frame Kecil (M5) Pair Rekomendasi adalah EU / UChf = 0,4 Perhitungan didasarkan pada indikator Envelopes
MMM ADX & Bollinger Bands strategy: This EA's strategy combines 2 built-in indicators to enhance its signals and decide to open a new order at the right time, there is an ADX indicator and you may choose its signal's strength and a Bollinger Bands indicator confirms the trends and a MA to check if the prices are deviating from its pattern. By joining both indicators' data and the moving average, it is possible to calculate quality signals, avoiding sudden market movements against your trading op
BASTET19c
Sorakrit Lueangtipayajun
This EA is based on a Bollinger Bands reversal strategy. It automatically detects price reversals at the upper or lower Bollinger Band and opens trades in the direction of the expected bounce. The system dynamically calculates optimal take-profit (TP) levels based on recent market volatility and structure, ensuring efficient profit capture without manual intervention. Live Results (6 months): +285% profit, 18% max drawdown Myfxbook proved please Copy and paste URL's: ( myfxbook.com/members/
Solemnity
Evgeniy Zhdan
The Expert Advisor identifies the beginning of a wave movement and starts working according to the direction of the new wave. It uses tight stop loss and take profit. Built-in protection against spread widening. Control of profit is performed by the tight trailing stop feature. Lot calculation is based on stop loss. For example, if stop loss is 250 points and MaxRisk = 10%, the lot size will be calculated in such a way that triggering the stop loss would lead to a loss equal to 10% of the deposi
Listo Scalp
Samsul Anwar
Listo Scalper is a fully automated Expert Advisor designed for Traders. Listo Scalp using several indicators. Recommendations for EA use EURUSD, GBPUSD, USDJPY. This robot trades on any Time Frame, please use this EA on M5 timeframe. The system is ready-to-use with the setup is simple,with simple optimization on Take Profit, Stop Loss, and Trailing. Please use a good broker with low spread. Input Parameters OrderCmt = used for comments Magic = 256 - magic number to identify the order's mode for
Double Decker
Agus Santoso
MT4 Version : https://www.mql5.com/en/market/product/141534 MT5 Version : https://www.mql5.com/en/market/product/141535 Double Decker EA Precision Entries Using Accelerator Oscillator + Envelopes Double Decker is a powerful Expert Advisor that combines the Accelerator Oscillator (AC) for early momentum detection with the Envelopes indicator to filter trend direction and dynamic price boundaries. Core Strategy: Uses Accelerator Oscillator to identify shifts in market momentum. Confirms signals u
AW Midnight Scalper EA
AW Trading Software Limited
AW Midnight Scalper EA - 专业夜间剥头皮交易系统,具有双重过滤系统、趋势确认信号,并支持平均仓位选项。 AW Midnight Scalper 是一款全自动交易顾问,专为隔夜超短线交易而设计,适用于亚洲交易时段市场行情最平静的时段。该顾问结合了波动率过滤、超买超卖区域检测以及额外的趋势方向过滤功能。其分析采用内置波动率指标(基于两个周期)、主要信号震荡指标以及基于 AW 趋势预测指标的趋势过滤器。这消除了随机波动,确保顾问仅在波动率、入场区域和趋势方向一致时才会开仓。 操作说明 - 点击此处 / MT5 版本 - 点击此处 主要特点: • 仅在亚洲夜间交易时段进行交易——市场波动性极低 • 两个专有的内置波动率过滤器,可进行单独调整; • AW趋势预测器趋势过滤器,可选择时间范围; • 虚拟止盈水平; • 虚拟 止损(盈亏平衡价格); • 具有可调节步长和乘数的 平均模式 ; • 限制最大 价差和滑点; • 筛选以限制每个酒吧只能下单一次; • 根据经纪人的时间灵活安排工作时间; • 图表上的信息面板,可自定义颜色和字体 •   限制总交易量和持仓数量;
PipFinite EA Breakout EDGE
Karlo Wilson Vendiola
5 (5)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
Factor EA
Vitalii Zakharuk
Factor EA   is a fully automated scalping strategy expert advisor that runs on the M1 timeframe. Advisor settings are based on a safe trading strategy, the essence of which is to close the transaction, upon reaching a positive dynamism of profitability of several points, which allows the user to reduce the cost of opening losing trades. The EA is multifunctional and does not require a certain type of account for normal functioning. The EA’s mechanism of work is arranged so that before opening a
Sableng Stochastic Sar
Destian Tri Handoko
Trade signals of advanced   parabolic sar, and stochastic   indicator Best used   1-2 hours after high impact news after the robot makes an order and get a profit or loss, the   robot will automatically stop , so your capital is maintained, you can set how many points you want, but you   cannot change the loss you want ,   you can change the amount of loss you want if the order already occurred tips take profit 50 to 150 points You can set the robot active at a certain time if the robot has gain
Night Rocker EA
Sergey Sobakin
1 (1)
Night Rocker EA is a night scalper that has a system for evaluating market volatility and trades during a period when prices are flat. In addition, there is a built-in filter of spread and slippage.   Each open order has a stop loss and take profit. Also, the market volatility assessment system closes orders when market conditions change in a negative direction for the trader.   The Expert Advisor works on USDJPY, GBPUSD, EURCHF, GBPCAD pairs. Period M15.   The internal control system for workin
How the EA works (simple explanation) Trades on   M5   timeframe Uses   H1 timeframe   to analyze global market context Analyzes   2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on   trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol:   EURUSD Timeframe:   M5 Trading
Ea with indicators M A C D (Moving Averages Convergence/Divergence).  ONLY 1 COPIES OUT OF 5 LEFT AT $ 99! After that, the price will be raised to $ 199. LIVE SIGNAL and EA STRATEGY ⤵⤵⤵  https://www.mql5.com/en/users/supomo/seller#products   PARAMETER SETTING EA ⤵⤵⤵  https://www.mql5.com/en/blogs/post/744860 The advantages of Ea MACD VERSION are:  =>. With Ea MACD VERSION, even if you float hundreds of PIPs, you can still profit if Target_lock_Profit is reached and will close all orders
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
The Gold Breaker
Xuan Bach Nguyen
This Expert Advisor (EA) combines trend analysis with a breakout strategy to identify trading opportunities in gold. The EA first determines the prevailing market trend using key trendlines. In an uptrend, it focuses on the nearest resistance level, anticipating a breakout through it. Similarly, in a downtrend, it targets the closest support level, preparing for a breakout below. The strategy is designed to align trades with market momentum, following predefined conditions for breakout scenarios
BeiDou Trend
Xian Qin Ceng
Beidou Trend EA,是一款大盈亏比的趋势EA。突破交易是一种很古老的方法,1900年代,自利弗莫尔开始,这种方法就已经被广泛使用,至今已经120多年,这种方法始终有效,尤其适合波动率较高的XAUUSD、Gold。 我的投资生涯初期一直在使用突破这种方法在XAUUSD上获取利润,我熟练这种方法,古老、简单、有效。Beidou Trend EA,以Rising Sun Gold EA作为基础而改进,30M具有4种Model,同时30MModel可以使用在60M图表上,你又可以获得另外4种Model。60M具有3种Model,也可以拓展使用在H4上,不过我认为这不是必要的。因此它至少有7种Model,并且可以拓展为11种Model以及更多。不过我通常只使用默认的7种Model。 Live signal . 如果你对于EA设置有不明白的地方,你可以在这里讨论:   Click here   加入公众讨论群。 Beidou Trend EA 的特点: 所有参数已经设置好,使用简单。使用者仅仅需要调整 lot ,选择Model即可。  诚实的展示交易结果,它不会笔直的往上增长,而
Black Out EA
Jason Thato Hartley
Thank you for visiting us. We would like to introduce our new BLACK OUT EA which comes along with a moving average indicator for better trading This EA open and closes trades for you, no need to stress yourself. You can trade on any broker using any time frame . there are no restrictions!! You can easily increase your Lot size on the EA settings Backtest was done for two months. stay tuned for more !!!
Magic EA MT4
Kyra Nickaline Watson-gordon
3 (1)
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA wo
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
Maximo Momentum  USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 6 great strategies The EA can be run on even a $20000 a
Gold robot experia
Meinrik Sikuvi Sipahu
This EA is created for scalpers who love trading the lows and highs of GOLD/XAUUSD on smaller timeframes.  It uses two indicators, the alligator indicator with the RSI. The EA can only be used on the Gold market and it doesn't trade anything else apart from that. Its advisable to turn the robot off during NFP week. It has a build in news filter but can only be very sensitive to High impact News. here is the inputs on the Ea volume size= lotsize      volumesize= risk percentage per trade      sto
CapitalRiskPerTrade
Mr Nisit Noijeam
Expert Advisor (EA),  MA Following  commonly known as a trading bot. It implements a grid trading strategy with the following characteristics: Moving Average and Standard Deviation : The EA uses a Moving Average (MA) as the core of its trading strategy, combined with Standard Deviation (SD) for trade entry and exit decisions. There are four types of MAs available: Simple, Exponential, Smoothed, and Linear Weighted. Users can select the MA type and set its period, as well as the period and facto
GMMA Trade X is an EA based on GMMA. GMMA parameters such as MovingAveragePeriod1-24, MovingAverageMAShift1-24, MovingAverageShift1-24 and CandlestickShift1-24 can be adjusted. GMMA Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through GMMA Trade X. Good luck. = == == Inquiries = == == E-Mail:support@btntechfx.com
该产品的买家也购买
Scalping Robot Pro MT4
MQL TOOLS SL
4.2 (15)
Scalping Robot Pro is a  professional trading system  designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability  trading opportunities  in the gold market. Scalping Robot Pro is optimized for tra
The Gold Reaper MT4
Profalgo Limited
4.62 (34)
道具準備就緒! ( 下載SETFILE ) 推出促銷活動: 目前價格只剩幾本! 最終價格:990$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal LATEST MANUAL 歡迎來到黃金收割者! 該 EA 以非常成功的 Goldtrade Pro 為基礎,設計為同時在多個時間框架上運行,並且可以選擇將交易頻率從非常保守到極端波動設定。 EA 使用多種確認演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   黃金非常適合這種策略,因為它是一種波動性很大的貨幣對。 系統根據您的帳戶規模和最大允許提款設定自動調整交易頻率和手數! 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該 EA 已針對黃金的最長可用期限進行了壓
Fortune MT4
Shane Lee
5 (3)
Real Trading Account  LIVE SIGNAL VT MARKETS:  https://www.mql5.com/en/signals/2363526 Join SmiteFX Algos MQL5 Public Chat :   https://www.mql5.com/en/messages/03e4dab0b20bdd01 Fortune is an automated breakout Expert Advisor for MetaTrader 4 & 5, developed primarily for XAUUSD. The EA identifies potential breakout and breakdown zones based on recent market structure, then manages each trade according to the risk percentage set by the user. Every position is opened with predefined Stop Loss and
Daytrade Pro Algo
Profalgo Limited
5 (5)
推出促銷: 以當前價格提供的副本數量有限 最終價格:990$ 新:免費獲得 1 個 EA! (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 和多個經紀商上輕鬆顯示非常穩定的回測 數百種不同的設置都在測試中給出了有利可圖的結果(當然我選擇了最好的!) 非常強大的系統 -> 設置可以互換,因此使用 USDJPY 的設置運行 EURUSD 仍然是有利可圖的。   已經在 13 個貨幣對上運行:EURUSD;GBPUSD;USDJPY;AUDUSD;XAUUSD;GBPJPY;USDCAD;EURJPY;EURNZD;EURAUD;
AW Recovery EA
AW Trading Software Limited
4.35 (84)
智能交易系统是一个旨在恢复无利可图头寸的系统。 作者的算法锁定了一个亏损仓位,将其拆分为多个独立的部分,并分别平仓。简单的设置、在回撤的情况下延迟启动、锁定、禁用其他 EA 交易、使用趋势过滤进行平均以及部分关闭亏损头寸都内置在一个工具中。 与仅在整个组中关闭订单的网格策略相比,使用部分关闭损失可以让您以较低的存款负载减少损失,从而确保更安全地处理损失。 如何恢复订单: 1 EA 关闭所选工具的其他窗口以关闭无利可图的 EA(可选)。 2 EA 重置所有已处理订单的止盈和止损水平,并删除具有相应标识符的挂单。 3 EA 关闭所有已处理的盈利订单,以便使用其利润来弥补部分非盈利订单并减少总头寸量(可选)。 4 EA 通过打开锁定订单来锁定亏损头寸。 5 然后,通过打开恢复订单,它开始通过部分关闭不盈利的订单来减少损失。 6 当部分关闭时,算法首先恢复定位最不成功的订单,或者最接近盈利的无利润订单。每个无利可图的订单都分为许多部分,顾问分别关闭每个部分。恢复订单以小量开仓,以免大幅增加入金负担 包含注释、设置和测试说明的完整输入设置列表  ->   这里  MT5 版本 ->   这里
Kenni Trades Gold Breakout  is an automated trading system developed specifically for Gold on MetaTrader 4 hedging accounts. The EA monitors gold price action for potential breakout opportunities and automatically manages entries, pending orders, position sizing, and exits. Its multi-strategy approach is designed to adapt to different market conditions while maintaining built-in risk controls. Live Motoring   MT5 Version Timeframe: Daily Trading Symbol: XAUUSD Minimum Deposit: $1000 Key Feature
Quantum King MT4
Bogdan Ion Puscasu
5 (6)
量子之王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 而设计,适合希望实现稳定、可控增长的初学者和专业人士。 量子之王 EA     是一个为澳元/加元货币对在 M5 时间框架上开发的全自动交易系统。 它将网格策略的结构与马丁格尔策略的自适应恢复逻辑相结合,形成了一个能够智能管理所有市场阶段交易的系统。 专为易用性和一致性而设计   量子王
Boring Pips MT4
Thi Thu Ha Hoang
4.6 (15)
你是否曾 经想过为什么大多数专家顾问在实盘交易中并不有效,尽管它们在回测中表现完美? 最有可能的答案是过拟合。许多专家顾问被创建为对现有的历史数据进行“学习”和完美适应,但由于构建模型的泛化能力不足,它们无法预测未来。 一些开 发者可能根本不知道过拟合的存在,或者他们知道但没有办法防止它。其他人则将其作为美化回测结果的工具,他们添加了数十个输入参数,而不考虑统计学意义,使交易策略过度依赖历史数据,并试图说服他人他们的专家顾问未来能够实现类似的表现。 如果你 对这个迷人的主题感兴趣,并想更深入地了解过拟合,请参考我的这些文章: Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading Strategy (Part 2): A Guide to Building Optimization Processes 有几种方法可以避免在 仅仅依赖读取过去数据的专家顾问上亏钱。而最简单的方法是,在没有至少 5 个月或 30
Big Forex Players MT4
MQL TOOLS SL
4.72 (43)
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
The Gold Space MT4
Ayush V Jain
5 (1)
LIVE SIGNAL REACHED NEW HIGHS. Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Add webrequest for news filter https: //nfs.faireconomy.media Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 Price Increases on monday. Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for M
Trend Radar — Expert Advisor for MetaTrader 4 Overview Trend Radar is an Expert Advisor (EA) for MetaTrader 4 that opens trades based on a proprietary price-channel analysis model, filtered by slope angle and corridor width. The EA combines clear signal logic with flexible risk management and full control over every stage of trade management — from entry to trailing stop. How It Works Channel analysis. The EA builds a price channel from the last SignalBarCount bars and determines its overall dir
Bitcoin Scalp Pro
Profalgo Limited
5 (4)
當前促銷: 僅剩 1 件,549 美元 最終價格:999$ NEW: Choose 1 EA for free! (for 2 trade account numbers) 請務必在我們的促銷博客中 查看我們的“   Ultimate EA 組合包 ”   !   LIVE SIGNAL Bitcoin Scalp Pro 是市場上獨一無二的交易系統。  它完全專注於通過交易支撐位和阻力位的突破來利用比特幣市場的波動性。 EA 的重點在於安全性,這轉化為極低的回撤和非常好的交易風險/回報率。 EA 在內部使用“智能自適應參數係統”,它將根據比特幣的實際價格計算止損、止盈、尾隨止損以及入場和手數。 這意味著如果比特幣以 6000 或 30000 的價格交易,所有參數的值都會不同。 自 2022 年 6 月以來,該 EA 已在真實真實賬戶上進行了前瞻性測試,到目前為止,結果非常有希望。 還進行了 99.90% tickquality 的回溯測試,並且在過去幾年中顯示出非常穩定的增長。 該 EA 需要提供低比特幣點差的經紀商。 私信聯繫我,獲取推薦經紀商名單。 主要特徵: 自適
Vortex Gold MT4
Stanislav Tomilov
4.93 (44)
Vortex - 您对未来的投资 Vortex Gold EA 专家顾问专门用于在 Metatrader 平台上交易黄金(XAU/USD)。该 EA 使用专有指标和作者的秘密算法构建,采用全面的交易策略,旨在捕捉黄金市场中的盈利走势。其策略的关键组成部分包括 CCI 和抛物线指标等经典指标,这些指标共同作用,准确地发出理想的进入和退出点信号。Vortex Gold EA 的核心是先进的神经网络和机器学习技术。这些算法持续分析历史和实时数据,使 EA 能够更准确地适应和应对不断变化的市场趋势。通过利用深度学习,Vortex Gold EA 可以识别模式,自动调整指标参数,并随着时间的推移不断提高性能。Vortex Gold EA 是专有指标、机器学习和适应性交易算法的强大组合。使用 Vortex Gold EA 为您的未来投资。 售价 675 美元(还剩 2/10),下一个价格 795 美元 Live Monitoring  https://www.mql5.com/en/signals/2366351 Check out the live results in Profile >>
XGen Scalper MT4
Burak Baltaci
3 (2)
XGen Scalper MT4 - 专业自动交易系统 XGen Scalper 是一款尖端专家顾问,通过将先进算法结构与成熟技术分析相结合,在所有市场中提供稳定可靠的交易结果。该强大交易系统可无缝运行于外汇货币对、黄金白银等贵金属、加密货币及大宗商品指数等多种市场。 先进算法技术 其专利波浪扫描算法通过实时处理市场数据,识别手动交易者可能忽略的高概率交易机会。该系统能持续适应变化的市场环境,在趋势、区间及波动市场中均能高效运作。 全局兼容性 不同于针对特定货币对设计的传统EA,XGen在所有交易品种中均表现卓越。 专业控制面板 通过精美的界面实时监控账户指标、详细交易统计数据及系统状态。集成波浪可视化功能清晰展示系统对市场状况的解读。 企业级风险管理 基于账户余额和风险承受能力的自适应仓位规模 根据市场波动动态调整的跟踪止损 点差过滤机制避免不利交易条件 多时间周期确认实现更高精度交易 精准交易 闪电般快速的订单处理,以最小滑点实现最优价格。兼容所有MT5经纪商和交易类型。智能订单管理自动处理从入场到离场的全流程。 完全可定制 根据您的策略调整头寸规
Gold Trade Pro
Profalgo Limited
4.61 (23)
推出促銷活動! 僅剩幾本,449 美元! 下一個價格: 599$ 最終售價:999$ 免費取得 1 個 EA(適用於 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 俱樂部,但有一個很大的區別:這是一種真正的交易策略。 “真實交易策略”是什麼意思? 您可能已經註意到,市場上幾乎所有黃金 EA 都是簡單的網格/鞅系統,當市場與初始倉位相反時,該系統會添加交易。  它們通常偽裝成“神經網絡/人工智能/機器學習”,但如果您對外彙和 EA 有一點經驗,您可以輕鬆地將
ToTheMoon MT4
Daniel Moraes Da Silva
5 (1)
ONE OF THE FEW ROBOTS WITH A SIGNAL HISTORY OF MORE THAN 3 YEARS AND AMONG THE TOP 10.   LINK TO MY ROBOTS AND SIGNAL PRESETS: In my profile there is a link to download the PRESETS that I use in my SIGNALS, you can download and Backtest for free, there are explanations in the my WebSite. https://www.mql5.com/en/users/tec_daniel   LINK TO OTHER ROBOT VERSIONS: MT4:  https://www.mql5.com/en/market/product/97963 MT5:  https://www.mql5.com/en/market/product/97962   SOME EXAMPLES OF SIGNALS ON “mql5.
Aurum AI mt4
Leonid Arkhipov
4.94 (34)
更新 — 2025年12月 Aurum 交易系统于 2024 年 11 月底正式发布。 在这一整年里,它在真实市场环境中稳定运行,没有新闻过滤器,没有额外的防护限制,也没有复杂的交易约束 —— 依然保持了稳定与可靠的表现。 Live Signal (launch April 14, 2026) 这一年的真实交易充分证明了该交易系统本身的可靠性。 正是在真实数据与实际经验的基础上,我们于 2025 年 12 月发布了本次重大更新: 全面升级高级交易面板,并适配所有屏幕分辨率 新增扩展交易保护系统 新增基于 Forex Factory 的强力新闻过滤系统 新增两个额外过滤器,用于更精准的信号判断 全面优化执行速度与系统稳定性 新增安全的 Recovery 回本功能 图表主题升级为高级风格 关于 Aurum Aurum — 黄金交易高级 EA(XAU/USD) Aurum 是一款专为黄金市场打造的专业级交易 EA,核心目标是稳定性与安全性。系统基于趋势分析,并采用严格的风险控制机制。 本系统不使用任何危险交易方式 —— 不加仓、不网格、不马丁、不激进加仓。 每一笔交易都严格设置止损
Luna AI PRO
Profalgo Limited
4.67 (3)
推出促销活动: 仅售 1 份,售价 399 美元 最终售价:2000$ 该 EA 的销售数量有限 借助市场上最先进的“均值反向”交易机器人 Luna AI Pro EA   ,释放人工智能的力量,将您的交易提升到前所未有的高度。 这个尖端的人工智能驱动系统旨在满足经验丰富的交易者和初学者的需求,配备了广泛的功能来优化您的交易策略并最大化您的利润。 使用 Luna AI Pro 释放您交易策略的全部潜力。 拥抱交易的未来,让先进的人工智能彻底改变您的投资之旅。 体验当今人工智能的力量,加入全球成功交易者的行列。 为什么这个 EA 与众不同: OneChartSetup -> 运行 1 个图表中的所有货币对 个人表现监控:如果表现不佳,每对货币对的风险将自动降低,如果再次盈利,风险将再次增加。 不使用有风险的交易技术,如鞅、网格或具有非常宽止损的交易等 严格的贸易和风险管理 经过验证的真实账户跟踪记录:已经运行一年多 没有虚假/操纵的回测 实时结果(低风险):    https ://www.mql5.com/en/signals/1502590 设置 EA:    https:
One Gold MT4
Stanislav Tomilov
4.68 (19)
介绍 One Gold EA,这是 Meta Trader 平台上一种先进的黄金交易机器人,旨在帮助交易者进行高级市场分析。我们的专有技术利用神经网络和数据驱动算法来分析历史和实时黄金市场数据,提供有助于决策的见解。与传统的手动策略不同,One Gold EA 以最少的干预运行,简化了交易流程并旨在降低相关风险。虽然使用先进的神经插件可以增强机器人的分析能力,但需要注意的是,与任何交易工具一样,One Gold EA 并不保证盈利。然而,它被设计为具有通过提供更明智和数据支持的见解来提高交易绩效的潜力。One Gold EA 持续监控黄金市场,以检测人类交易者可能难以发现的模式和趋势。该系统能够适应各种市场条件,提供更一致的交易方法,尤其是在黄金交易等高度波动的环境中。无论您是经验丰富的交易员还是市场新手,One Gold EA 都旨在通过提供全面的市场分析和减少手动工作量来支持您的决策过程。虽然 One Gold EA 旨在简化交易体验,但将机器人与深思熟虑的交易计划和适当的风险管理策略结合使用至关重要。我们相信我们的技术有潜力为交易员提供支持,但鼓励负责任地使用和持续监控结果以获得
Exorcist Projects
Ivan Simonika
3 (1)
Exorcist Bot   is a multi-currency, multi-functional advisor that works on any time frame and in any market conditions. - The robot’s operation is based on an averaging system with a non-geometric progression of constructing a trading grid. - Built-in protection systems: special filters, spread control, internal trading time limitation. - Construction of a trading network taking into account important internal levels. - Ability to customize the aggressiveness of trading. - Working with pending
Infinity Trader EA
Lachezar Krastev
5 (18)
BUY 1 and GET 1 FREE - Promotion! Buy Infinity Trader EA with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $217 (Regular Price: $547 — You Save $330!) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Infinity Trader EA Live Results:  https://www.mql5.com/en/signals/2290275 Infinity Trader EA seamlessly integrates the strengths of Chat GPT and Gemini AI, providing unparalleled market insights and in-depth funda
HFT Prop EA
Manpreet Singh
4.93 (257)
HFT PROP EA is the High Frequency Trading Expert Advisor (EA/bot) designed to pass proprietary trading firms (prop firms) challenges which use stop orders to enter the trades when market is trending, It is basically designed for US30 just at opening of US30 in New York Session till it remain in its trending nature for 15-30 minutes, and using HFT PROP EA you can pass the challenge within few minutes for prop firms who doesn't have any lot size cap. To see its Live working you may check by signin
Recovery Manager Pro MT4
Ianina Nadirova
5 (1)
Recovery Manager Pro 是一个用于从其他顾问或手动开立订单中恢复回撤的系统。 RM Pro具有自动动态调整的能力。交易者需要选择风险级别,顾问将以全自动模式工作。 可以在回撤恢复模式和待机模式下工作!如果另一位顾问产生回撤,RM Pro 将禁用它,锁定头寸并开始使用部分平仓恢复存款的过程。在交易中,顾问使用智能平均、锁定和部分平仓。该顾问致力于定制趋势指标,该顾问的所有买家都将收到该指标作为礼物。 Advisor 的主要特点是能够在待机模式下工作。一旦另一位顾问产生回撤,RM Pro 将接管订单管理并打开平均订单,然后部分关闭。 设置说明:           关联 MT5版本:           关联 顾问特点: 恢复无利可图头寸的回撤 当达到指定的回撤时可以操作 使用部分闭包 开立平均订单以恢复无利可图的头寸 处理其他顾问或手动下订单的损失 根据趋势进行工作。定制移动平均线指标作为送给每位买家的礼物! 既可以处理一个订单,也可以处理一系列无利可图的订单! 适用于当前符号 根据给定的风险程度自动调整 重要的! 在启动顾问之前,我们建议在策略测试器或模拟账户中
XG Gold Robot MT4
MQL TOOLS SL
4.29 (42)
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
Neural Cortex
Olivier Nomblot
NEURON CORTEX  Institutional grade neural  NEW V4  Continuous learning that retains experience across regimes, multi-scale market reading, and confidence-aware sizing that expands only when the model is aligned. Fully Market-validated with a silent tester path and automatic gold awareness The swarm decides. The swarm learns. The swarm knows when to stay out. try the15m backtest NDX . better in real (neurals are very hard to backtest )  EXEPTIONAL STARTING BID BEFORE THE WORLD FINDS OUT  Most ne
Forex GOLD Investor
Lachezar Krastev
4.4 (52)
BUY 1 and GET 1 FREE - Promotion! Buy Forex GOLD Investor with a huge –60% discount and GET 1 FREE EA by your choice! Promo Price: $217 (Regular Price: $547 — You Save $330! ) After purchase contact me to get your GIFT EA! You can also contact me to get the list of available GIFT EAs! Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 3 trading systems . The first one is based on scalping trading strat
Vortex Turbo EA MT4
Stanislav Tomilov
5 (11)
Vortex Turbo——“驾驭风暴——掌控漩涡” Vortex Turbo代表了智能交易的下一个进化阶段——它融合了尖端人工智能架构、自适应市场逻辑和精准的风险控制,是一项独特的创新。Vortex Turbo基于成熟的算法原理,将多种策略整合到一个统一的高速生态系统中,并以全新的预测智能为驱动。Vortex Turbo专为黄金XAUUSD(GOLD)的超短线交易而设计,采用受控马丁格尔和均价网格,同时每个   仓位都受到内置止损的全面保护   ——确保了力量、精准度和安全性之间的完美平衡。 非常重要!购买专家服务后请给我发私信。我会把所有必要的建议和操作指南发给你。 399 美元的价格有效期至 2 月 15 日,之后价格将上涨至 499 美元。(最终价格为 999 美元) 购买   Vortex Turbo   智能交易系统后,您将有机会获得   我的其他任何一款智能交易系统的免费授权   ,该系统可关联到您选择的   三个交易账户    (赠送的智能交易系统将以 .ex 格式的文件直接发送)。  请私信询问具体条件   https://www.mql5.com/en/users
ORIX mt4
Leonid Arkhipov
4.75 (4)
ORIX System —— 一款专为 GBPUSD 货币对在 M5 时间周期上开发的交易机器人。该EA基于价格行为与市场结构分析,不使用任何标准技术指标。系统不使用马丁格尔、交易网格、逆势加仓、对冲、无止损交易,也不进行高频或混乱交易。 Live signals 主要要求与建议 交易品种:GBPUSD 时间周期:M5 最低入金:从 100 USD / EUR(最小交易手数 0.01) 经纪商:任何提供高质量报价的正规 ECN 经纪商 账户类型:ECN / RAW / Razor(支持 Netting 与 Hedging 模式) VPS:建议使用 VPS 以保证 EA 稳定、连续运行 推荐风险:每笔交易 1%–5%(风险基于单笔交易的止损计算) 参数设置:默认设置 交易逻辑与风险管理 策略类型:价格行为与市场结构分析,识别关键反转区域 不使用标准技术指标 每笔交易均带有强制止损 支持固定手数交易 支持 Auto Risk 自动风险模式 风险基于单笔交易的止损进行计算 推荐风险:每笔交易 1–5% GMT 参数 默认情况下,EA 使用最常见的服务器时间偏移:冬令时 GMT +2,
Aura Neuron MT4
Stanislav Tomilov
4.67 (15)
Aura Neuron 是一款独特的 EA 交易系统,延续了 Aura 系列交易系统。通过利用先进的神经网络和尖端的经典交易策略,Aura Neuron 提供了一种具有出色潜在性能的创新方法。这款 EA 交易系统完全自动化,旨在交易 XAUUSD (GOLD) 等货币对。从 1999 年到 2023 年,它在这些货币对中表现出了一致的稳定性。该系统避免了危险的资金管理技术,例如马丁格尔、网格或剥头皮,使其适用于任何经纪商条件。Aura Neuron 由多层感知器 (MLP) 神经网络驱动,利用它来预测市场趋势和走势。MLP 是一种前馈人工神经网络 (ANN),通常被称为“原始”神经网络,尤其是当它们由单个隐藏层组成时。MLP 包括三个基本层:输入层、隐藏层和输出层。除输入节点外,每个神经元都使用非线性激活函数。该网络使用称为反向传播的监督学习技术进行训练。 MLP 的多层结构和非线性激活使其有别于线性感知器,使其能够识别数据中非线性可分的模式。通过其复杂的 NN 智能,Aura Neuron 能够识别模式并适应不断变化的市场条件,例如汇率或交易者行为的变化。其处理复杂数据的能力使其能够
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience.   With proper brokerage conditions and sufficient running time, this fully automated scalp
作者的更多信息
TMA Centered Bands Indicator
Irina Cherkashina
5 (1)
The TMA Centered Bands Indicator for MT5 draws bands on the chart and shows the overall price trend. It displays three bands - the lower and upper boundaries of the channel and the median.   The bands are made up of moving averages, and each of them has an MA period. The name TMA comes from triangular moving averages, as the indicator draws triangular bands.   The price will fluctuate between these ranges whenever the trend changes direction, thus creating entry and exit points.   How to trade
FREE
The Channel Sgnals ProfRoboTrading Indicator for MT5 is an effective Forex trading tool designed to track market movements.   The MT5 signal point indicator effectively detects trend reversals after they have already occurred. This Indicator   is a fully automated technical tool that includes a number of parameters to track market trends.   It automatically examines the ever-changing price dynamics of the market, compares the information with earlier data and generates a trading signal. Because
FREE
Kalires Channel Indicator
Irina Cherkashina
3 (1)
The Kalires Channel Indicator is a technical indicator used to evaluate trend direction and potential trading opportunities. This is a hybrid indicator that combines Kauffman Adaptive Moving Average (KAMA), linear regression and smoothing. The Kalires Channel Indicator consists of two lines: one central and two outer bands. The central line is a smoothed KAMA modified according to the direction of the trend. The outer bars represent two linear regression lines drawn above and below the center l
FREE
Extreme Spike PRT
Irina Cherkashina
The Extreme Spike PRT Indicator   is an effective tool for identifying   sharp market fluctuations .   It performs its calculations using the ATR (Average True Range) indicator and displays candles with extreme volatility in two categories:   primary spikes   and   secondary spikes , within the Metatrader platform oscillator window. This tool assists traders in detecting   intense price movements   and conducting more precise   analyses   based on these fluctuations. Time Frame 15-minute - 1-ho
Bollinger Bands Stop Indicator holds significant importance for traders navigating the complex world of financial markets. Its relevance lies in several key aspects. Firstly, it aids in trend identification. By analyzing price movements relative to the Bollinger Bands, traders can discern whether the market is in an uptrend, downtrend, or ranging phase. Secondly, the indicator provides valuable insights into market volatility. Wider bands indicate higher volatility, while narrower bands suggest
FREE
Our modernized version of the popular channel TMA_TRUE  indicator for MT4, which provides information on the main points of trend reversal and momentum exhaustion by drawing a channel on the chart, also draws arrows of signals for buy and sell. As a result, traders can identify bullish and bearish price reversal zones and BUY and SELL accordingly. This indicator works well on all instruments and on all Timeframes. This indicator is the basis of our Channel Trigger EA, which you can buy in MQL
FREE
The TrendChannelTracker Indicator is an innovative Forex trading tool. This indicator, which is based on the standard Stochastic Oscillator, provides traders with a unique and simplified method for observing market trends. In contrast to the traditional Stochastic Oscillator, which is shown at the bottom of the chart, the TrendChannelTracker Indicator is built into the price action itself. This removes the need for traders to continually switch their attention between the oscillator and the pri
FREE
The TrendOscillator Indicator is an upgraded version of the traditional Stochastic Oscillator.   It comprises two lines: %K and %D.   The %K line represents the current market position.   In contrast, the %D line is a moving average of the %K line used to generate signals and identify potential entry or exit points. The good thing is the indicator works on all timeframes like the traditional Stochastic.   However, to avoid any false signals, applying the indicator on longer timeframes is better
FREE
The Red Dragons Support and Resistance Levels indicator automatically determines support and resistance levels using the proprietary algorithm based on historical and current data, so the levels are dynamic, which allows you to adjust trading targets based on the current price movement. For this reason, we use this indicator in our advisors, for example, Red Dragons, which you can purchase here: https://www.mql5.com/en/market/product/128713?source=Site +Market+MT4+New+Rating006 The panel also
FREE
The Forex Gangster Indicator allows you to determine the current trend. If the Forex Gangster Indicator line has moved below the price and turned blue, then you should open deals for an increase. If the Forex Gangster Indicator line has appeared above the price and turned red, then you should open deals for a decrease: The indicator is suitable for any time frames, but it needs to be supplemented with filtering indicators, since by itself it is late and does not have time to give an accurate si
FREE
The TMA Centered Bands indicator for MT4 draws bands on the chart and reports the overall price trend, as well as gives arrows signals to buy and sell when the bar closes outside the channel. Unlike many TMAs, our version uses the calculation part of the algorithm without redrawing, and also adds the ability to select a symbol. The bands are made up of moving averages, and each of them has an MA period. The name TMA comes from triangular moving averages, as the indicator draws triangular bands
FREE
This indicator works by plotting fractals on the chart as arrows that can be used as buy or sell signals. It is a great tool for both new and experienced traders as it provides a clear visual representation of the market and helps traders identify fractals. Although it repaints, it can be used quite effectively in conjunction with other tools to filter trading strategies. We use this indicator in this way in our Royal Fractals EA, which you can purchase on the MQL5 Market: https://www.mql5.com
FREE
The Teamtrader Channel Stop indicator allows you to determine the current trend. If the Teamtrader Channel Stop indicator line has moved below the price and turned blue, then you should open deals for an increase. If the Teamtrader Channel Stop indicator line has appeared above the price and turned red, then you should open deals for a decrease: The indicator is suitable for any time frames, but it needs to be supplemented with filtering indicators, since by itself it is late and does not have
FREE
This indicator works by plotting fractals on the chart as arrows that can be used as buy or sell signals. It is a great tool for both new and experienced traders as it provides a clear visual representation of the market and helps traders identify fractals. Although it repaints, it can be used quite effectively in conjunction with other tools to filter trading strategies. We use this indicator in this way in our RoyalFractals II Expert Advisor, which you can purchase on the MQL5 Market: https:
FREE
The BandsFill Indicator is a modified Bollinger Bands with a colored cloud.   It has two adjustable parameters: Period Deviation The cloud is colored as follows: If the price crosses the upper band, the cloud is blue. If the price crosses the lower band, the cloud is pink.   Thanks to this, the BandsFill Indicator provides traders with an easy opportunity to detect various features and patterns in price dynamics that are invisible to the naked eye. Based on this information, traders can predict
FREE
Moving Averages Divergence 3x3    Indicator     uses the crossover technique for signaling the market trend and the trade opportunities as well.     It applies 3 formats of the same indicator and allows them to plot the crossover signals which are interpreted as the trade signals along with the direction of the market trend. Moving Averages Divergence 3x3    Indicator   can be applied to trade all kinds of forex currency pairs within the financial markets.  Although, this indicator works well o
FREE
Forex Gangster PRT
Irina Cherkashina
FOREX GANGSTER is a unique Expert Advisor created by a professional prop trader and financial asset manager with many years of experience. This is a solution for those who strive for stable profits without constant control over each transaction or monitoring the work of a trading advisor. Created for optimal conservative trading and investing through exchange instruments with long-term regular profits and minimal risks. The Expert Advisor algorithm is based on a deep understanding of market pat
The Wolf Wave Finder Indicator is a popular indicator, that is useful in identifying potential trading opportunities.   The indicator works by recognizing the Wolf Wave pattern, which is a well-known pattern used by professional traders to identify potential areas of support and resistance.   The indicator is easy to use and provides traders with an easy way to identify potential trades.   The Wolf Wave Finder Indicator is a great tool for traders who are looking for a reliable and accurate way
Fibo Parabolic PRT
Irina Cherkashina
This indicator is a fusion of the Parabolic SAR and Fibonacci indicators. Fibo is drawn on the last wave, at the peaks the indicator displays prices for convenience. Parabolic SAR helps to define the market trend and generates trends following trade signals.     On the other hand, Fibonacci plots the price retracement levels so that traders can determine a better and safer place to enter the market. Scalping with Parabolic SAR and Fibonacci Overview. For this strategy, in addition to our indica
This is an easy-to-set-up and easy-to-use Expert Advisor that will help you always have the necessary information about your trading account at hand, sending from MetaTrader 4 to you in Telegram: • Account drawdown • Number of open positions • Volume of open positions • Profit per day, week, month How to get an chat ID: - Chat with BotFather to create Bot and get API Token of Bot. If you had Bot, skip the step. - Chat with bot @userinfobot , then the bot will reply your ID. How to set
Symbol Manager PRT
Irina Cherkashina
The SYMBOL MANAGER symbol change indicator is an effective tool designed to enhance trading convenience and significantly simplify the trader's experience. This indicator allows users to switch seamlessly between currency pairs and timeframes within a single open window of the trading terminal. Importantly, when switching, the associated template, including indicators and current chart settings, is automatically duplicated, ensuring a consistent trading environment.
晨星 PRT 指標採用早盤持平突破原理。此指標顯示早晨持平水平並顯示可能的目標。 指標中增加了額外的斐波那契水平,以及有關設定中指定的目標水平與夜間持平水平相交的聲音警報。 晨星 PRT 指標在夜間結束時建造了一個夜間平坦通道,以及兩個向上和向下的斐波那契價格水準。這些水平可以被視為目標水平和逆轉水平。 晨星 PRT 指標適用於所有時間範圍,但在 M15 間隔上使用它最有效。 The Morning Star PRT indicator uses the morning flat breakout principle. The indicator displays morning flat levels and shows possible targets. An additional Fibonacci level has been added to the indicator, as well as sound alerts about the intersection of both target levels specified in the settings and
指標供給和需求區域 PRT – 是一種自訂工具,用於執行圖表的供給和需求區域標記。此指標在圖表上繪製線條和矩形,突出顯示阻力/支撐位和供需區域。為了方便起見,線條和圖形都塗上了不同的顏色,以便輕鬆區分彼此的訊號。它非常適合初學者和經驗豐富的交易者。 此指標用於倒賣、趨勢、反趨勢和其他交易系統。這是一種通用演算法,可以輕鬆成為任何策略的一部分。它在所有時間框架和工具上都表現良好,並且與振盪器完美結合。 Indicator Supply & Demand zones PRT– is a custom tool that is used to perform supply and demand zones marking of the chart. The indicator draws lines and rectangles on the chart that highlight resistance/support levels and supply/demand zones. For convenience, both lines and figures are painted i
Pattern Master PRT
Irina Cherkashina
對於希望識別圖表模式的交易者來說,該指標是一個強大的工具,將其納入交易策略的好處有很多。該工具有效識別並發出金融市場潛在趨勢和逆轉訊號,從而提高交易獲利能力。由於其先進的演算法,該指標可以準確分析市場數據,為交易者提供有價值的信息,幫助他們做出明智的決策。使用該指標可以對市場進行更全面的分析,因為它可以自動識別高精度的圖表模式。這些模式通常表示特定方向的潛在價格變動。因此,與其他可能無法識別這些模式或理解其含義的市場參與者相比,存取這些資訊使交易者俱有優勢。 此指標擁有廣泛的看漲和看跌模式識別功能(圖表上的縮寫名稱在括號中給出): - 新星(SS); - 晚星(E_Star); - 黃昏十字星 (E_Doji); - 烏雲蓋頂(DCC); - 看跌吞沒(S_E); - 看漲錘子(HMR); - 晨星(M_Star); - 早晨十字星(M_Doji); - 交叉線(P_L); - 看漲交叉 (L_E); 使用此工具時,交易心理學也發揮著重要作用,因為它可以幫助交易者在根據這些已識別的模式進行交易時保持紀律。如果交易者看到看漲模式,但由於擔心失去利潤,情緒導致他們
Elliot Waves Tracker
Irina Cherkashina
This universal expert advisor is based on our own Algorithm, which is based on effective and time-tested Elliot Wave Theory.  This   expert advisor   is ideal for working both on a flat and during sharp or protracted trend movements (thanks to the Martingale method, according to which averaging positions are opened in accordance with the multiplier and distance set in the settings for accepting a new signal). ATTENTION! CAREFULLY STUDY THE OPERATING PRINCIPLE AND AVAILABLE SETTINGS OF THE EXPER
This is the automatic price spike signal indicator for MT4. Plots advance alerts on potential breakouts/pullbacks. Suits forex, stocks & crypto trading strategies. This is a perfect indicator for reversal traders. A spike often indicates a turn-around moment. The best way to use that gauge is to apply it to your favourite trading system as a filter. 這是 MT4 的自動價格飆升訊號指示器。繪製有關潛在突破/回調的預先警報。適合外匯、股票和加密貨幣交易策略。 對於反轉交易者來說,這是一個完美的指標。尖峰通常表示轉變時刻。使用該指標的最佳方法是將其作為過濾器應用到您最喜歡的交易系統中
拋物線轉向指標和支撐/阻力位不僅是外匯交易中用於識別潛在趨勢反轉和進入點和退出點的技術分析指標,而且還是一種現成的自主交易策略。 此指標以 PSAR 指標為基礎,在圖表中添加了動態支撐位和阻力位,這可以幫助交易者識別市場可能逆轉的關鍵價格水準。使用該指標,交易者可以深入了解市場的強度和方向,以及交易的潛在進入和退出點。 拋物線轉向指標和支撐/阻力位指標是一種技術分析工具,可在圖表上繪製各種拋物線支撐和阻力 (PSAR) 水平,為交易者提供潛在的趨勢反轉訊號。該指標在 MT4 主圖表視窗中顯示為一系列水平對齊的線,使交易者可以輕鬆識別實際的 PSAR 水平。它還可用於追蹤停損並根據一致的邏輯繪製支撐位和阻力位,從而允許交易者使用他們最喜歡的指標針對水平來尋找交易。儘管眾所周知該指標會重新繪製,但它仍然提供良好的準確性,並且可以用作獨立的外匯指標和交易策略。 以下是在外匯交易中使用拋物線轉向指標和支撐/阻力位指標的簡單策略: • 確定趨勢方向:第一步是使用指標來確定整體趨勢方向。 • 如果 PSAR 點位於價格條下方,則表示上升趨勢,而如果它們位於價格條上方,則表示下降趨勢。 •
All Market Channels
Irina Cherkashina
The All Market Channels indicator from ProfRobotrading automatically builds and displays all formed trading channels on the screen. This indicator is very convenient for trading on all existing channel strategies and is applicable to all instruments and timeframes.  Look at the screenshot - it will tell you more :) More information is available on our website ProfRoboTrading. ProfRobotrading 的所有市場通道指標會自動建置並在螢幕上顯示所有已形成的交易通道。此指標對於所有現有通道策略的交易非常方便,並且適用於所有工具和時間範圍。 查看螢幕截圖 - 它會告訴您更多:) 更多資訊請造訪我們的網站
This is a Bollinger Bands Compression indicator. It detects volatility compression and the release of “suppressed momentum.” It can be used when it coincides with any specific trading entries — released volatility means a higher probability of making a decent profit. There is also a histogram with colored bands symbolizing weakness or strength, and a zero line crossover. Therefore, this indicator can be used both in conjunction with other indicators within trading strategies, and on its own meri
The work of this Expert Advisor is similar to fishing, when you use several fishing rods.   This Expert Advisor works on the channel indicator, the work of which you can see in the screenshots. This indicator is effective on any TM, so it can be used in all types of trading, including scalping for 5 and 15 minutes, intraday or full automatic trading of several instruments simultaneously on D1. This expert advisor is ideal for working both on a flat and during sharp or protracted trend movements
筛选:
无评论
回复评论