MA MTF midlle

  • 指标
  • Dragan Joksimovic
    Dragan Joksimovic
    MQL4 / MQL5 Expert Advisor and Indicator Developer
    I develop and test Expert Advisors, indicators and trading utilities for MetaTrader 4 and MetaTrader 5 based on clearly defined trading rules.
    My work includes:
    • Expert Advisors for MT4 and MT5
    • Custom indicators
  • 版本: 1.0
  • 激活: 5
**MA MTF Middle** puts the standard Moving Average of a higher timeframe on the chart you trade from — for example the H1 moving average on an M5 chart — with exactly the inputs you know from the built-in Moving Average: period, shift, method (simple, exponential, smoothed, linear weighted) and the price it is applied to, plus the timeframe. Next to it the indicator draws a second line: the middle of the current candle of that timeframe, the price halfway between its high and its low.

**How it works**

- The moving average is calculated on the candles of the selected timeframe with the same algorithms as the built-in Moving Average, so its values are identical to the standard indicator on that timeframe's own chart. On a lower chart it is drawn as steps — one value per candle — or, optionally, smoothed between the candles. The value of the current candle changes with price until the candle closes, exactly as on the candle's own chart.
- The middle line is a horizontal segment from the open of the current candle to its close time. It moves with every new high or low of the candle, so at any moment it shows where the middle of the candle in progress is. When the next candle opens a new segment starts; the middle of the last closed candles can stay on the chart as shortened segments.

**Key features**

- Multi-timeframe: any timeframe equal to or higher than the chart, on any symbol.
- Same inputs as the standard Moving Average, so settings you already use can be copied one to one.
- Steps or smoothed line; adjustable colors, width and style of the moving average and of the middle line.
- History of the middle of closed candles, with adjustable length of the segments.
- Price labels next to the current bar for the moving average and the middle.
- Hidden buffers for Expert Advisors: the moving average as drawn, the exact moving average of the candle, the middle of the candle as it stood at every bar and a state value (+1 middle above the average, −1 below), so the indicator can be read with CopyBuffer or iCustom and used in the Strategy Tester.
- Light on resources: the average is calculated once per candle, the other ticks only move the middle line and the labels.

**How it can be used**

- Trend filter from a higher timeframe: trade lower-timeframe signals only in the direction of the higher-timeframe average.
- Crossing of the candle middle over the average as a signal that the whole candle — not just its close — has moved to the other side of the trend line.
- Dynamic support and resistance from a higher timeframe without switching charts.

**What you can adjust**

Timeframe, period, shift, method, apply to; steps or smoothed line; colors, width and style of both lines; middle line on/off, number of closed candles kept, length of their segments, extension of the current segment to the right edge; labels and font size; object name prefix (to run several copies on one chart); depth of history filled into the buffers.

**Buffers (for Expert Advisor developers)**

- 0 — moving average as drawn (steps or smoothed)
- 1 — moving average of the candle (exact value, one per candle)
- 2 — middle of the candle as it stood at that bar
- 3 — state: +1 middle above the average, −1 below, 0 equal or no data

Example — reading the H1 average and the middle from an EA on any chart:

```
int handle = iCustom(_Symbol, _Period, "Market\\MA MTF Middle MT5", PERIOD_H1);

double ma[], mid[];
if(CopyBuffer(handle, 1, 0, 1, ma) == 1 && CopyBuffer(handle, 2, 0, 1, mid) == 1 && ma[0] != EMPTY_VALUE)
  {
   // ma[0] is the H1 moving average of the current candle, mid[0] its current middle
  }
```

**Notes**

- The average is built from the candles of the selected timeframe, so it is identical to the standard Moving Average on that timeframe's own chart.
- The indicator draws with chart objects (prefix adjustable) and cleans them up when it is removed.
- The indicator does not open trades and does not use any DLL or external files.

推荐产品
Introduction This indicator detects volume spread patterns for buy and sell opportunity. The patterns include demand and supply patterns. You might use each pattern for trading. However, these patterns are best used to detect the demand zone (=accumulation area) and supply zone (=distribution area). Demand pattern indicates generally potential buying opportunity. Supply pattern indicates generally potential selling opportunity. These are the underlying patterns rather than direct price action. T
Professional Non-Repainting TMA Channel Indicator for MetaTrader 5 TMA Channel PRO Non Repaint is a professional trend and volatility channel indicator designed for traders who work with dynamic support/resistance zones, trend continuation, reversals, and channel-based trading systems. MAIN FEATURES • Non-Repainting Logic • Dynamic TMA Channel • Vertical Histogram Cloud • Median Trend Lines • Buy & Sell Signal Zones • Adaptive Volatility Structure • Multi-Timeframe Compatibility • Suita
Apex Trend Engine
Thiago Balonyi Candal Da Rosa
Apex Trend Engine is a professional Expert Advisor built to trade market structure and directional momentum with a disciplined risk framework. Unlike conventional systems that rely on lagging indicators or risky recovery methods, Apex Trend Engine focuses on identifying high-probability trend conditions and executing trades with precision and control. The system uses a combination of structural price analysis, volatility filtering, and trend validation to avoid low-quality market conditions. Tra
AI Moving Average
Polyware Yazilim Hizmetleri Limited Sirketi
Добро пожаловать в новую эпоху торговли с индикатором AI Moving Average, передовым индикатором MetaTrader 5, разработанным для предоставления трейдерам предсказательной информации о движениях рынка. Этот инструмент сочетает в себе мощь ИИ с надежностью экспоненциального скользящего среднего без запаздывания для точных и своевременных прогнозов будущих ценовых тенденций. Инновационная модель линейной регрессии Индикатор AI Moving Average использует модель машинного обучения линейной регрессии для
FREE
CChart
Rong Bin Su
在外汇和金融市场中,快速反应和精准的决策至关重要。然而,常规的 MetaTrader 5 终端最低只支持 1 分钟图表,限制了交易者对市场波动的敏感度。为了解决这一问题,我们推出了全新的 秒级图表 K 线指标 ,让您在副图中轻松查看和分析 1 秒至 30 秒的市场动态。 主要功能 支持多种秒级周期 :该指标允许您选择以下周期,满足不同交易策略的需求: S1 : 1 秒 S2 : 2 秒 S3 : 3 秒 S4 : 4 秒 S5 : 5 秒 S10 : 10 秒 S15 : 15 秒 S20 : 20 秒 S30 : 30 秒 实时更新 :秒级图表将实时更新,确保您在每一刻都能获取到最新的市场信息,帮助您做出及时的交易决策。 用户友好的界面 :该指标在副图中显示,直观易用,您可以轻松切换不同的时间周期,快速分析市场走势。 适用人群 短线交易者 :适合高频交易和短线策略的交易者,通过秒级图表捕捉瞬息万变的市场机会。 技术分析师 :为技术分析提供更细致的数据支持,帮助您识别潜在的买入和卖出信号。 如何使用 将指标添加到您的图表上。 选择您希望观察的秒级时间周期。 实时监控市场动向,利用丰富
MSX AI Hybrid SuperTrend PRO Overview MSX AI Hybrid SuperTrend PRO is a MetaTrader 5 Expert Advisor that combines a Double Smoothed SuperTrend methodology with an additional trend-confirmation layer based on Hybrid Heiken Ashi calculations. The EA uses closed-bar signal processing and configurable trade management functions to automate trend-following trading decisions according to user-defined settings. Trading Logic The trading engine consists of two internal calculation components. Primary Tr
Xelox
Yvans Tetua Li Cheng
XELOX — 黄金哨兵 XAUUSD 日内智能交易系统 · 结构突破 · 无网格、无马丁格尔 当前价格:399 美元。每售出 10 份价格上调 50 美元,直至最终价格 999 美元。 传说 在任何一座大金库里,真正重要的黄金从来不是陈列出来的那些,而是在无人注视时、在时辰之间悄然移动的黄金。 XELOX 之名,正取自这种移动。 传说从不把黄金托付给唯一的守望者。守护那道宏大边界的卫士——那条黄金整整守持一个月、每季才越过一次的边界——与另一种哨兵相呼应:当卫士等待季节更替时,哨兵则在时辰之间的走廊里巡行。他守望重大的行情,她则注视白昼本身。她学到了每个日内交易者最终都要吃亏才明白的道理——黄金不断地说谎。它突破一个价位来引诱急躁者,随后又急速回撤,把他们抛在错误的一侧。 于是她不再相信第一波行情。她守在黄金所守持的每一道边界之后,等待证据。不是意图——而是证据。当突破为真时,她果断入场,一次,毫不犹豫。而她从不交还已经占据的阵地。 这就是这款智能交易系统的全部理念。它不预测。它不逆势加仓摊平。它不会为了拯救一笔亏损单而开第二笔。它等待黄金证明其突破,然后守护它所夺得的一切。 XEL
Product Name Scalper M1 Gold AI By June Short Description AI-powered Gold scalping EA for M1 timeframe. Fast, precise, and fully automated with adaptive learning system. Full Description Scalper M1 Gold AI Learning By June is a next-generation Expert Advisor designed for high-speed scalping on XAUUSD (Gold) using the M1 timeframe . Built with an advanced AI Learning Engine , this EA continuously analyzes market behavior, adapts to changing conditions, and executes trades with precision
SkyNet Fx EA
Fernando De Paljla Silva
SkyNet EA uses the Mean Return strategy plus Filters to generate a market entry signal.  This setup is frequently used by professional traders around the world. If you want a reliable EA, SkyNet EA is for you.  SkyNet EA   does not use AI or martingale, it does not work miracles, but it is safe. The results shown in the images are out of sample, therefore much more reliable. The SkyNet EA has been subjected to a long period of more than ten years of Backtesting with Tick by Tick data, using the
Volatility zone
Slobodan Manovski
ATR波动区间指标 五级动态波动率分析工具 - 智能识别市场状态 【指标原理】 基于平均真实波幅(ATR)算法,自动将市场波动划分为五个渐进层级,通过色带与数值直观呈现当前波动强度。 核心功能 五级波动分类系统 • 极低波动(青色) • 较低波动(亮绿) • 中等波动(黄色) • 较高波动(橙色) • 极端波动(红色) 自适应区间 - 根据最近200根K线自动校准阈值 双重视觉反馈 - 色带边界+实时数值标签(精确到小数点后2位) 抗重绘技术 - 所有信号仅基于已完成K线 参数设置 基础周期:默认ATR(6) - 平衡灵敏度与稳定性 字体/颜色:支持完全自定义 适用场景: → 短线交易(M1-M30) → 波段交易(H1-H4) → 头寸规模管理 三大核心价值 市场状态诊断 - 快速识别震荡/趋势环境 策略适配提示 - 自动匹配最佳交易时段 风险预警系统 - 提前规避异常波动 终端特性 • 原生MT5指标 - 零延迟计算 • 多货币/多周期同步分析 • 资源占用率<0.5% • 全经纪商兼容 "让波动率可见可控 - 您的智能交易气象站" ※
Key Benefits & Features  High-Precision Range Breakouts: Capitalizes on the classic, high-probability transition of market volatility between the low-activity Asian session and the high-liquidity London/New York session. Integrated Grid-Martingale Safety Net: Never get trapped in a fake breakout again. If a breakout fails, a sophisticated, highly calculated, and strictly limited-tier safety net executes to recover and close the cycle in overall profit. 6+ Years of Proven Profitability: Exten
Scalper Deriv
Antonio Simon Del Vecchio
4.78 (23)
Scalper Deriv 是一款适用于 MetaTrader 5 的剥头皮交易 EA 和自动交易机器人 ,支持外汇、比特币(BTCUSD)、黄金(XAUUSD)、传统指数以及 Deriv 合成指数(如 Volatility Index、Boom、Crash 和 Step Index)。 不仅仅是一款 EA:Scalper Deriv 包含一个按交易品种和风险级别分类整理的 set 文件系统。 与其将通用配置应用于所有市场,Scalper Deriv 针对每个交易工具的特点准备了相应的参数。这为您评估 EURUSD、GBPUSD、XAUUSD、比特币、BTCUSD、US30、USTEC、波动率指数及 Deriv 合成指数提供了一个实用的起点。 选择市场,加载相应的 set 文件,并在 MetaTrader 5 中测试该 EA。 使用 Scalper Deriv 您能获得什么? 适用于 MetaTrader 5 的全自动 EA。 按交易品种准备好的 set 文件。 低风险、中风险和高风险配置。 自动手数管理。 最大可接受亏损控制。 自动盈利周期管理。 调整机器人行为的灵活参数。 购买后
MACD Applied
Edwin Mugalavai Makungu
The MACD Applied strategy uses Moving Average Convergence Divergence (MACD) principles for short entries. Strategy Rules Trend Filter : Price must be above the 200 MA or 200 EMA. MACD Crossover : The MACD line must cross above the signal line. Location Constraint : This crossover must occur below the MACD zero line. Trade Entry : Enter on the candle immediately following the crossover. Stop Loss : Place the stop loss below the moving average. Take Profit : Set the target at a 1:1.5 risk-to-rewar
Phantom Snap
Domantas Juodenis
PHANTOM SNAP EA  v3.0          Advanced CRT + TBS Automated Trading System               MetaTrader 5 | Multi-Symbol | Netting  OVERVIEW Phantom Snap EA is a professional algorithmic trading system built on two of the most pow
News Flow Pro Guardian
Jose Castro Dos Santos Neto
News Flow Pro: O Seu Guardião Institucional de Capital News Flow Pro Your Institutional Capital Guardian News Flow Pro is not just a calendar indicator; it is an automatic execution risk management system designed to protect your capital against extreme volatility caused by high-impact news. In today’s market, protection is more important than entry. Key Features News Flow Pro provides a complete set of tools to protect your capital during high-volatility events. News Blocker (Order Filter) Prev
Advanced MACD Lite  is a safe and fully automated EA. This EA uses MACD indicator with double confirmation set and filtering by range of latest price movements. Advanced MACD Lite is EA based on Advanced MACD dedicated to  less experienced users  in forex trading. Only settings required by user is selection of Trading mode, size of lot to trade and unique magic number for each chart. Every order has stop-loss and the EA has implemented advanced filtering functions together with spread and slipp
IFR2Bot
Rafael Campolina Vidal
"Maximize your profits with intelligence and precision: Introducing the IFR2 EA for MetaTrader 5!" The IFR2 EA is an automated trading robot designed around the renowned Relative Strength Index (RSI) strategy, a widely used technical approach by professional traders. This Expert Advisor has been optimized to capture market opportunities in overbought and oversold conditions, operating with high efficiency and safety. Key Features and Benefits: 1. Implementation of the IFR2 Strategy The EA uses t
Go Eleven
Fabio Oliveira Magalhaes
5 (1)
This robot only operates 20 minutes a day during market opening! Recommended for mini Index and mini dollar! Parameters: Initial Volume (recommended: 1 to $ 300) Enable auto volume Ratio x volume balance Subsequent volumes (separate by,) TakeProfit (gain, 0 ñ use) MaxOrders Enable trailing stop function Profit points for triggering trailing  Trailing stoploss distance DistChannel Maximum skidding CreateRowsBreakup = false; ColorRowsRup = clrGold; MagicNumber (ID #)
Super Bollinger EA
Renato Takahashi
Super Bollinger EA is an exclusive expert advisor that uses Bollinger Bands as indicator. It´s possible to configure the EA to trade as a low frequency or high frequency one - Scalping expert advisor. A Stochastic Oscillator filter is implemented to have some specific trades on Bollinger Bands. Takeprofit and Stoploss are calculated according to Bollinger Bands width or even with fixed TP and SL ( in points ). A trail and trade out system can also be configured and optimized. A number of orders
Gotobi Overnight JPY
Yoshikatsu Kuroda
Gotobi Overnight JPY - a calendar strategy on the Japanese yen. No grid, no martingale, no averaging down, hard SL on every trade. Symbol: USDJPY and EURJPY Timeframe: any - the schedule is a clock, not a bar Risk per trade: 0.75% of equity, capped at 2.0% in code Japanese firms settle invoices on days ending in 5 or 0 - gotobi days - and their banks buy foreign currency to do it. This EA buys USDJPY and EURJPY at 23:00 Japan time on the eve of a gotobi date and closes at 09:53 next morning,
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
Rsi EMA Pro
Kusal Hansaka Kelum Gunasinghe Hapugahamulle Gedara
RSI EMA Pro — MQL5 Market Description SHORT DESCRIPTION (100 chars max) RSI + EMA Crossover EA | XAUUSD M3 | Alternate Signal Filter | Tuesday & Thursday Only FULL DESCRIPTION RSI EMA Pro — Smart Gold Scalper for XAUUSD M3 RSI EMA Pro is a fully automated Expert Advisor built specifically for XAUUSD (Gold) on the M3 (3-Minute) timeframe . It combines the power of the Relative Strength Index (RSI) and an Exponential Moving Average (EMA) applied directly to RSI values to generate high-precision
Pick and Roll
Marta Gonzalez
Pick and Roll   it is a Secure Automated Software for trade 28 pairs ​​simultaneously. P ick and Roll It is optimized for 28 pairs of forex market Pick and Roll  system operation: 1: PREVIOUS   TREND 2: CONSOLIDATION 3:   RUPTURE D o not use this robot at the same time as others, it is a multi-value robot, therefore it manages 28 pairs simultaneously. The architecture is a Fully Automatic Autonomous Robot Expert capable of independently analyzing the market and making trading decisions     
Trend WIN B3
JETINVEST
5 (4)
Trend WIN B3 是为 MT5 平台创建的专业交易系统,并优化与巴西 B3 上的 MINI FUTURE INDEX (WIN) 配合使用. 系统在多个时间段(1M、5M、15M、30M、H1、H4、D1)中使用模糊逻辑来识别价格趋势,根据计算结果在每个时间段应用权重。 识别趋势后,系统根据平均波动率设置止损单(买入或卖出),开仓时,EA通过追踪止损进行交易,始终追求利润最大化. 主要特点 不使用鞅 不使用网格 在图表上显示通过模糊算法计算出的趋势 适用于任何时间范围 可配置的工作时间 可配置的开口间隙控制 可配置的批量增加动态模式 4 个可配置的追踪止损水平 通过访问包含产品手册和视频的博客了解更多详细信息和信息:  https://www.mql5.com/pt/blogs/post/745842 如果您还有问题,请通过直接消息与我联系:  https://www.mql5.com/zh/users/robsjunqueira/
Ichimoku Map MT5
Pavel Verveyko
Ichimoku Map (instant look at the markets) - built on the basis of the legendary Ichimoku Kinko Hyo indicator. The task of the Ichimoku Map is to provide information about the market strength on the selected time periods and instruments, from the point of view of the Ichimoku indicator. The indicator displays 7 degrees of buy signal strength and 7 degrees of sell signal strength. The stronger the trend, the brighter the signal rectangle in the table. The table can be dragged with the mouse. The
Quantum SMC XAU
Dinh Khiem Dang
Hello, traders! I am Quantum SMC XAU , a highly optimized, institutional-grade Expert Advisor designed for the modern Gold trader. Built on the fusion of Smart Money Concepts (SMC) and advanced aerospace mathematics (Kalman Filter), I am engineered to be the most precise, lightweight, and lethal weapon in your trading arsenal. My specialty? GOLD (XAUUSD). My mission? Protect your capital, filter out market noise, and execute institutional-grade setups with mathematical precision. IMPORTANT! Afte
Tesla Robo Inteligente
Lucas Marcelo Ribeiro
O Robô Tesla nasceu da união entre tecnologia, disciplina e visão de futuro. Ele não é apenas um software, mas sim um parceiro estratégico para quem busca se aproximar do universo dos investimentos de forma inovadora, inteligente e alinhada às transformações do mercado financeiro global. Vivemos em uma era marcada pela velocidade da informação e pela evolução constante da tecnologia. Processos que antes demandavam horas de estudo, cálculos complexos e execução manual, hoje podem ser otimizados c
Aureus Edge EA
Fernando De Paljla Silva
Aureus Edge EA is a professional trading system designed specifically for the XAUUSD (Gold/USD) market. Utilizing a sophisticated price action analysis, and adaptive filters, the EA identifies high-probability trading patterns to generate precise entry signals. Developed with safety and reliability as core principles, Aureus Edge EA employs no artificial intelligence, martingale, grid trading, or other risky strategies. It doesn't promise miracles, but delivers consistent, risk-aware performance
Fx Super Cross EA
Fernando De Paljla Silva
Fx Super Cross EA uses the strategy of multiple Moving Average crossovers and Price action to identify a market entry signal. This setup is frequently used by professional traders around the world. If you want a reliable EA, Fx Super Cross EA is for you.  Fx Super Cross EA   does not use AI, martingale or Grid, it does not work miracles, but it is safe. The results shown in the images are out of sample, therefore much more reliable. The Fx Super Cross EA has been subjected to a long period of mo
Little Swinger    (Best choice for passive income lovers) Developed by RobotechTrading   key features: Financial Freedom Back testing results will match with real live trading results Proper TP and SL Controlled Risk Highly Optimized settings Running on our Real Live Accounts Little Risk, Little Drawdown, Little Stress, Little BUT stable income, just set and forget. Strategy: Not Indicator based No Martingale  No Grid  No Repaint strategy Safe and Secure calculation of Live data and than take
该产品的买家也购买
SMART TREND TRADING SYSTEM — 特别优惠 您的交易系统、自动化 EA,以及配套培训与支持。 以 99 美元购买适用于 MT5 的 Smart Trend Trading System,即可 免费获赠 Smart Universal Expert Advisor ,用于自动执行系统的交易信号。 STTS 将趋势方向、入场和出场信号、反转区域及重要价格水平集中呈现在图表上。您可以根据系统手动交易,也可以连接随附的 EA,按照您选择的设置自动执行交易。 当前 99 美元的价格适用于接下来的 30 次购买。此后,价格将上调至 149 美元。 您的完整产品套装 购买后,您将获得: • 适用于 MT5 的 Smart Trend Trading System。 • Smart Universal Expert Advisor — 免费赠送。 • 完整的 STTS PDF 用户手册。 • STTS 官方在线课程。 • 逐步安装与设置指导。 • 私人客户社区访问权限及支持服务。 您不仅能获得工具,还能按照清晰的步骤学习如何使用它们。 一套系统,四种交易思路 STTS
Trend Sniper X
Sarvarbek Abduvoxobov
4.88 (33)
Trend Sniper X 是一款适用于 MetaTrader 5 的多周期趋势跟踪指标,可帮助交易者清晰精准地识别趋势方向和潜在的反转点。 适用于 MT4: https://www.mql5.com/en/market/product/193245 价格信息: 当前价格为促销价,随着后续更新和新功能的推出,价格可能会有所变动。 赠品优惠: 购买后联系作者,即可免费获取该指标的 Auto-Trade Assistant EA(自动交易助手 EA)。 Code2Profit 频道 通过多时间框架分析掌控市场! 如何使用 Trend Sniper X 最大化您的胜率:核心规则与交易时段技巧 技术规格 平台 MetaTrader 5 指标类型 多时间周期趋势指标 运行时间周期 任何图表时间周期,可独立选择更高的时间周期 (M1–MN1) 主要交易品种 外汇、黄金 (XAUUSD) 及其他差价合约 (CFD) 推荐账户 任何账户类型 可视化 彩色趋势蜡烛 (买入/卖出/微弱/变化) + 买入/卖出箭头 附加模块 交易时段方框 (悉尼、东京、伦敦、纽约) 主要功能 多时间周期趋势分析: 直接在
Neuro Poseidon MT5
Daria Rezueva
4.79 (53)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
SuperScalp Pro
Van Minh Nguyen
4.64 (33)
SuperScalp Pro - Professional Multi-Layer Confluence Scalping System SuperScalp Pro 是一款高级剥头皮交易指标,在经典 Supertrend 的基础上加入了多个智能确认过滤器。它可以帮助您识别概率更高的 Buy/Sell 交易机会,同时显著减少虚假信号。 清晰的 Buy 和 Sell 箭头会直接显示在图表上,基于 ATR 的 Stop Loss 和 Take Profit 水平会实时自动计算。 购买后,请联系我获取设置指导和推荐配置。 使用 SuperScalp Pro Auto Trader 轻松实现信号自动化: [Auto Trader] 下载推荐设置文件: [Set File] 完整文档请参阅产品博客: [User Guide] 加入官方频道获取最新更新: [Official Channel] SuperScalp Pro 如何工作? 只有当多个确认层同时一致时,指标才会生成交易信号(趋势 + 动能 + 成交量 + 波动率)。 您可以手动交易,也可以连接 SuperScalp Pro Auto Tr
SMC Intraday Formula
Kareem Abbas
5 (24)
让我们先坦诚一点。 没有任何一个指标可以单独让你实现盈利。如果有人告诉你可以,那他是在向你兜售一个梦想。任何显示完美买卖箭头的指标都可以被做得看起来毫无瑕疵——只需要放大历史中的某一段并截取成功交易的截图。我们不会这样做。 SMC Intraday Formula 是一个工具。 它为你读取市场结构,标记出概率最高的价格区域,并用简单直白的语言准确告诉你当前智能资金的行为轨迹。你仍然需要做决定。你仍然需要执行交易。但现在,你是带着精确性执行,而不是靠希望。 我们已经在黄金(XAUUSD)以及主要外汇货币对的日内剥头皮交易中使用该指标将近三年。这是我们在 M1、M5、M15 和 M30 上的日常主力工具。它之所以有效,是因为它不试图预测未来——它展示的是当前正在形成的高概率交易机会,并解释 为什么 。 它与其他所有指标有什么不同? 大多数交易指标只做一件事。移动平均线交叉。振荡指标触及某个水平。出现一个箭头。你进场交易。你亏损。你责怪指标。重复。 SMC Intraday Formula 将多个机构级概念整合为一个统一的市场解读: - 斐波那契共振引擎 不只是普通的斐波那契水平——该指标
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading opp
M1 Sniper MT5
Oleg Rodin
5 (7)
M1 SNIPER   是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Unix Scalper
Issam Kassas
5 (2)
UNIX SCALPER — 特别优惠 发现交易形态,看清交易计划,选择执行方式。 以 99 美元购买适用于 MT5 的 UNIX Scalper,即可免费获赠 Smart Universal Expert Advisor,用于自动执行指标的交易信号。 UNIX Scalper 将市场分析、BUY/SELL/WAIT 决策以及 Entry、Stop Loss、TP1 和 TP2 水平集中在一个清晰的面板中。您可以按照交易计划手动交易,也可以连接随附的 EA,按照您选择的设置自动执行交易。 当前 99 美元的价格适用于接下来的 30 次购买。此后,价格将上调至 149 美元。 您的完整产品套装 购买后,您将获得: • 适用于 MT5 的 UNIX Scalper。 • Smart Universal Expert Advisor — 免费赠送。 • 完整的 UNIX Scalper PDF 用户手册。 • UNIX Scalper 官方在线课程。 • 逐步安装与设置指导。 • 私人客户社区访问权限及支持服务。 您不仅能获得工具,还能按照清晰的步骤学习如何使用它们。 看清信号与交
Entry Points Pro for MT5
Yury Orlov
4.51 (150)
传奇回归:Entry Points Pro 10。 这款传奇指标曾 3 年稳居 MQL5 Market 前三,如今全面重启。 数百条热情好评(两个版本合计 589 条),每天有数千名交易者用它交易,演示版下载 31,000+   MT4+MT5  次。 五年来我读过你们的每一条评价——在第 10 版里,我没有给出许诺,而是把答案直接做进了产品。指标作者自 1999 年入市, 珍视诚信、自己的声誉和自己的客户 。 Entry Points Pro 给出的入场信号严格不重绘。 而且这一次不再只是作者的一面之词,而是可验证的事实:确认信号只在 K 线收盘后标出,自动化测试记录到 零重绘 (在 EURUSD、XAUUSD 和 BTCUSD 上共 2,486,568 次不变量检查——0 次违规)。测试方法完全公开——您可以在策略测试器中自行复现。 购买后请务必第一时间给我发私信。 我会发给您 扩展版说明书《交易者圣经》 ——使用本指标交易的完整指南——并告诉您如何免费获得 赠品:市场扫描器 ,它能同时分析多个品种和多个时间周期,并在一个界面上显示 Entry Points Pro 此刻在哪里表现
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (7)
全新王者降临 - 指标 + 订单管理提示(TP1 + TP2 + TP3)+ 可选 Telegram 信号发送器 INCLUDED(免费) (完整交易与信号系统) 我们最强的黄金 EA: Gold Slayer 该指标包含先进的交易策略、可自定义订单管理系统,以及结合 Envelope 扩展的均值回归系统,并通过 RSI 等多重智能确认过滤器进行验证,以捕捉高概率反转入场机会,提供 BUY 与 SELL 信号。 你不仅能够学习如何交易,还能学会如何高效管理多个仓位,并利用之前盈利的持仓来覆盖亏损交易。 专为 M5 周期打造并优化,在 BTCUSD 和 XAUUSD 上表现尤为出色,因为这些市场的流动性能够让信号更加干净、可靠。 该指标会自动生成清晰的多头(Long)与空头(Short)信号,同时基于 ATR 自动计算入场位、止损位和止盈位,让风险管理从一开始就融入系统之中。 多 TP 系统设有三个渐进式目标位,你可以在 TP1 锁定部分利润、在 TP2 继续持仓,并在更大的行情中将仓位持有至 TP3,而这正是平均风险回报比真正开始大放异彩的地方。 默认参数开箱即用,已经针对稳定表现进行
Atomic Analyst MT5
Issam Kassas
4.44 (57)
ATOMIC ANALYST — 特别优惠 您的市场分析工具、自动化 EA,以及配套培训与支持。 以 99 美元购买适用于 MT5 的 Atomic Analyst,即可 免费获赠 Smart Universal Expert Advisor ,用于自动执行指标的交易信号。 Atomic Analyst 将价格行为、趋势方向、入场和出场信号、止损位及多个止盈位集中呈现在图表上。您可以参考其分析手动交易,也可以连接随附的 EA,按照您选择的设置自动执行交易。 当前 99 美元的价格适用于接下来的 30 次购买。此后,价格将上调至 149 美元。 您的完整产品套装 购买后,您将获得: • 适用于 MT5 的 Atomic Analyst。 • Smart Universal Expert Advisor — 免费赠送。 • 完整的 Atomic Analyst PDF 用户手册。 • Atomic Analyst 官方在线课程。 • 逐步安装与设置指导。 • 私人客户社区访问权限及支持服务。 您不仅能获得工具,还能按照清晰的步骤学习如何使用它们。 看清信号,理解交易形态 Atom
Gann Made Easy MT5
Oleg Rodin
5 (10)
Gann Made Easy   是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
UZFX {SSS} 超短线智能信号 v5.0 MT5 是一款无重绘的高性能交易指标,专为在快速波动的市场中需要精准、实时信号的超短线交易者、日内交易者和波段交易者设计。该指标由 (UZFX-LABS) 开发,融合了价格行为分析、趋势确认和智能过滤技术,可在所有货币对和时间周期内生成高概率的买卖信号、预警信号以及趋势延续机会。 别再对交易犹豫不决了,开始遵循这一专为追求清晰、精准和纪律性市场执行的交易者设计的结构化信号系统吧。 相信我,这是 MQL5 上最优秀的指标之一,所以千万不要错过!!“为睿智交易者打造的智能信号” 最新 5.0 版本现已发布,价格可能会在未事先通知的情况下上涨至 499.99 美元,所以请尽快入手,以免错失良机!! 最终购买前!如果您想获取免费试用版,请通过 WhatsApp 号码 +923030751987 联系我!! 如果您遇到任何问题“或”有任何不明白的地方,请在私聊中向我咨询!!! 主要功能更新 • 自动买入和卖出信号检测 • 先进的反转识别逻辑 • 潜在市场反转前的预警信号 • 趋势延续确认信号 • 内置风险管理功能,包含入场点、止损点、TP1、
Scalper Vault   是一个专业的剥头皮系统,为您提供成功剥头皮所需的一切。该指标是一个完整的交易系统,可供外汇和二元期权交易者使用。推荐的时间范围是 M5。 该系统为您提供趋势方向的准确箭头信号。它还为您提供顶部和底部信号以及江恩市场水平。无论您拥有何种交易经验,该系统都易于使用。您只需要遵循简单的规则并每天重复该过程。 建议将此系统用于主要货币对。感谢您的关注! 请注意,该指标在策略测试器中可能无法正常工作。因此,我建议仅在模拟或真实账户的真实交易条件下使用该系统。 指示器提供所有类型的警报,包括推送通知。 购买指标后请与我联系。我将免费与您分享我的个人交易建议和出色的奖励指标! 祝您交易愉快,盈利!
FiboSniper Pro
Van Minh Nguyen
5 (2)
FiboSniper Pro – Multi-Filter Fibonacci System with Auto SL/TP and Control Panel FiboSniper Pro 是一款技术指标,将动态 Fibonacci Envelopes 与多个确认过滤器相结合,以生成经过筛选的 Buy 和 Sell 信号。Fibonacci 水平基于 Moving Average 和 ATR 计算,然后通过 ADX、EMA、RSI、ATR、Volume、Time 和 Candle 结构进行过滤。该指标直接在图表上显示基于 ATR 自动计算的 Stop Loss 和 Take Profit 水平,并提供交互式控制面板,以便快速调整参数。 购买后,请联系我以获取推荐的设置文件和详细使用说明。 使用 Auto Trader X 自动执行 FiboSniper Pro 信号: [Auto Trader X] 用户指南和设置文件: [Click here] 加入官方频道获取最新更新: [Click here] 专为偏好结构化入场和清晰风险管理的交易者设计,适用于 Gold (XAUUSD)、B
Divergence Bomber
Ihor Otkydach
4.89 (94)
购买该指标的每位用户将额外免费获得以下内容: 原创工具“Bomber Utility”,该工具会自动跟踪每一笔交易,设置止损和止盈点,并根据策略规则自动平仓; 适用于不同交易品种的指标设置文件(Set 文件); 三种不同风险模式下的 Bomber Utility 设置文件:“最低风险”、“平衡风险” 和 “观望策略”; 一套详细的 视频操作手册,帮助您快速完成安装、配置并开始使用本交易系统。 注意: 要获取以上所有赠品,请通过 MQL5 的私人消息系统联系卖家。 我为您介绍原创的自定义指标 “Divergence Bomber”(背离轰炸机),它是一套基于 MACD 背离交易策略 的“全功能”交易系统。 该技术指标的主要任务是识别 价格与 MACD 指标之间的背离,并发出交易信号(包括推送通知),指示未来价格可能的运动方向。平均而言,这些信号的准确率超过 98%。有关该指标如何工作的详细说明,请观看本页面上的视频演示。 该系统使用 止损订单 和 动态回撤平仓机制 来管理交易。 Divergence Bomber 指标的主要特点: 支持交易的品种: AUDCAD、AUDCHF、AUDS
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。   该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro 是一款適用於 MetaTrader 5 的趨勢跟隨指標,專為希望在圖表上獲得更清晰訊號、更有結構的交易設定,以及更實用風險管理的交易者而設計。 它不僅僅顯示一個簡單的箭頭,GEM Signal Pro 還能以更清晰、更易讀的方式呈現完整的交易思路。當條件確認完成後,指標可在圖表上顯示進場價、止損價與止盈目標,幫助交易者更有效率地評估交易設定。 運作方式 該指標首先根據其內部邏輯識別有效的初始訊號。 當確認條件滿足後,GEM Signal Pro 會在圖表上顯示完整的交易設定。這讓交易者可以更清楚地看到交易結構,並減少手動分析與計算的工作量。 圖表上的交易價位 對於已確認的訊號,GEM Signal Pro 可顯示: 進場價 止損價 止盈 1 止盈 2 止盈 3 風險報酬比 這讓交易設定更容易理解,也有助於讓圖表分析更有條理。 內建風險管理 風險管理是此指標設計的重要部分。 止損位基於近期市場結構,結合附近的擺動高低點與可選的 ATR 緩衝距離。這能讓交易價位更貼近當前市場條件,而不只是依賴固定距離。 圖表資訊面板 GEM Si
ATstrong
Zaha Feiz
ATSTRONG PRO: 市场结构与突破指标 突破检测引擎 | 5个动态TP目标 | 实时仪表板面板 | 不重绘 首发价格 当前价格: $59 — 每售出10份价格增加$10。 ATSTRONG PRO 是一款专为 MetaTrader 5 设计的高级突破和机构市场结构指标。 它能够检测高概率波段枢轴,识别集群的支撑和阻力堆积区,并实时发送结构破坏(BOS)和特征改变(CHoCH)信号。 该指标会自动在您的图表上绘制动态止损和5个不同的止盈水平(TP1到TP5), 并配有风险回报预测框、星级信号质量评级以及图表上的实时绩效分析仪表板。 交易提示: 这是一款用于手动交易和市场分析的指标。它在K线收盘时显示清晰的视觉信号、水平和警报,并且 完全不重绘 。它不执行自动交易。 核心亮点与特性 智能突破引擎: 同时检测集群水平区域突破和单波段枢轴突破(BOS / CHoCH)。 突破强度评分: 评估动能、成交量/K线实体大小和枢轴质量,以过滤虚假突破和诱多/诱空。 5阶段止盈水平: 预测可自定义的R倍数目标(TP1: 0.5R, TP2: 1.0R, TP3: 1.5R, TP4:
Power Candles MT5
Daniel Stein
4.73 (11)
Power Candles V3 - 自我优化的强度指标 Power Candles V3 把货币与品种的强度直接转化为图表上可执行的交易方案。指标不再仅根据强度给K线着色,而是在后台持续运行实时自动优化,为您正面对的品种给出最佳 Stop Loss、Take Profit 与信号阈值。一键采用,Entry、Stop Loss、Take Profit 线就以精确价格绘制在图表上,提醒消息中直接包含方向。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 每根收盘K线运行 3,000+ 次交易模拟。9 种强度状态。2 种策略并行测试。一键采用最优配置。 为什么需要这个 大多数强度指标只给您一个数值,然后留下三个问题:相信哪个阈值、用哪个 Stop Loss、走哪个交易方向。Power Candles V3 在每根收盘K线上自动回答这些问题。结果就是一个完整的交易方案 -
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5合成分形结构分析与确认入场 概述 Azimuth Pro 是 Merkava Labs 推出的多层级波段结构指标。四层嵌套波段层级、锚定波段的VWAP、ABC形态识别、三时间框架结构过滤以及收盘确认入场——一个图表,一个从微观波段到宏观周期的完整工作流程。 这不是盲目的信号产品。它是一个以结构为先的工作流程,专为重视位置、背景和时机的交易者打造。 ️ 夏季促销 — 庆祝夏至与 The Oracle Pro 上市:Azimuth Pro 七折优惠,现价 279 美元(原价 399 美元)。限时夏季优惠。 1. V2的变化 合成多时间框架引擎 高时间框架分析从零开始重建,采用与Meridian Pro相同的专有合成架构。更清晰的HTF背景、稳定的实时行为、无经典MTF同步问题。合成引擎还解锁了 固定比率时间框架级联 (x2、x3、x4、x6)——不再在经纪商的固定时间框架之间任意跳转,您可以按图表时间框架的固定倍数分析结构,在每个尺度上保持相同的分形关系。 确认入场箭头 作为稳定且可恢复的执行层而设计的收盘确认箭头。当ABC设置形成且自适应确认逻辑
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (4)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (18)
趨勢捕捉指標 趨勢捕捉指標結合了作者獨有的客製化自適應趨勢分析指標,用於分析市場價格趨勢。它透過過濾掉短期噪音,並專注於潛在的動能強度、波動性擴張和價格結構行為,來識別真實的市場方向。此外,它還結合了平滑和趨勢過濾等客製化指標,例如移動平均線、相對強弱指標 (RSI) 和波動率過濾器。 您可以在這裡查看實際運行情況以及我的其他產品: https://www.mql5.com/en/users/mechanic/seller 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。 重要提示!購買後請立即聯繫我,以獲取使用說明和額外獎勵! 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。
Crystal Quantum Pro
Muhammad Jawad Shabir
5 (3)
CRYSTAL QUANTUM PRO Institutional Signal & Trade Intelligence for MetaTrader 5 Final Price: 199 USD ----> Price goes up 10 USD after every 10 sales. Limited launch slots available, act fast. Most indicators give you an arrow and leave you alone. A naked arrow is a gamble. Winning consistently requires CONFLUENCE , a clear STOP and TARGET , and honest PROOF that the system works. Crystal Quantum Pro delivers all three in one clean, no-repaint package. Crystal Quantum Pro is a complete decision sy
FX Power MT5 NG
Daniel Stein
5 (33)
FX Power:分析货币强度,助您做出更明智的交易决策 概述 FX Power 是一款专业工具,帮助您全面了解主要货币和黄金在任何市场条件下的真实强度。通过识别强势货币用于买入,弱势货币用于卖出, FX Power 简化了交易决策,并帮助您发现高概率的交易机会。不论您是想跟随趋势还是通过极端的 Delta 值预测反转,这款工具都能完美适应您的交易风格。别再盲目交易——用 FX Power 让您的交易更加智慧。 1. 为什么 FX Power 对交易者极具价值 实时货币和黄金强度分析 • FX Power 实时计算并显示主要货币和黄金的相对强度,助您全面了解市场动态。 • 监控领先或落后资产,轻松识别值得交易的货币对。 全面的多时间框架视图 • 跟踪短期、中期和长期时间框架的货币和黄金强度,以便将您的交易策略与市场趋势保持一致。 • 无论是快进快出的短线交易还是更长期的投资策略, FX Power 都能为您提供所需的信息。 Delta 动态分析用于趋势和反转 • 极端 Delta 值常常预示反转机会,而平缓的 Delta 变化则确认趋势延续。 • 使用 Delta 分析,轻
FX Trend MT5 NG
Daniel Stein
5 (6)
FX Trend NG:新一代多市场趋势智能分析工具 概述 FX Trend NG 是一款专业的多时间周期趋势分析与市场监控工具,帮助您在几秒钟内全面了解市场结构。 无需在多个图表之间来回切换,您可以立即看到哪些品种处于趋势中、哪里动能正在减弱,以及哪些时间周期之间存在强烈共振。 限时发布优惠 – 仅需 $30(6个月) 或 $80 终身授权 即可拥有 FX Trend NG 。 已经是 Stein Investments 客户? -> 发送消息 以获取专属客户群访问权限。 需要帮助或安装指导? -> 请访问 Stein Investments 官方页面 。 1. FX Trend NG 的核心优势 三状态趋势逻辑 —— 不只是 Buy 或 Sell • 大多数指标仅显示两种状态:Buy 或 Sell。 • FX Trend NG 增加第三种状态: Fade 。 • Fade 表示趋势强度正在减弱,在完全反转之前提前发出信号。 这种结构化逻辑让您看到趋势变化过程,而不仅仅是简单方向信号。 多时间周期分析(M1 至 MN1) • 从短线交易到中长线交易全面覆盖。 • 快速识别趋势
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 5. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status, d
M1 Quantum MT5
Hamed Dehgani
4.27 (11)
使用 M1 Quantum 的实盘交易信号 : 信号 (交易由 Quantum Trade Assistant 自动 执行,并作为本产品 免费 提供。) 最新消息: 版本 1.64 已发布。现在所有交易的止损都会设置在相应的支撑位/阻力位之后。Smart Close 功能也进行了改进,以提升此版本 EA 的性能。 自 8 月 9 日起,实盘信号一直运行在版本 1.64 上。 价格计划: 当前价格: $169 (早期用户优惠) 下一阶段计划价格: $189 计划零售价: $299 开发者提示: 购买后请联系我,以获取 最新推荐的参数设置文件(Set File) 、交易建议,以及加入 VIP 支持群组 ,与其他 M1 Quantum 用户交流经验。 常见问题 - 设置文件 - 安装指南 M1 Quantum 是一款专业的 M1 交易系统,提供快速且精准的交易信号,并内置止损(Stop Loss)、止盈(Take Profit)以及智能资金管理功能。 M1 Quantum 包含专业的资金管理系统,通过专注于 连续盈利交易 ,帮助交易者更快地增长账户资金。 M1 Quantum 指标 的主
Precision Spike Detector
Francisco Mandomo Simbine
5 (2)
Precision Spike Detector V3 – Institutional-Grade AI Trading System Attention: The price increases by US$50 for every 10 purchases.  Final price: US$599 Precision Spike Detector V3   is a   state-of-the-art, institutional-grade market analysis system   for   MetaTrader 5 , designed to detect   high-probability market movements   in synthetic indices such as   Boom, Crash, GainX, and PainX . After purchase, send me a private message to receive the optimized configuration files,  the installation
Elliot Wave Pattern Hunter
Shingidzano Lesetedi
5 (1)
Elliott Wave Hunter - SMC Edition Elliott Wave Hunter identifies Elliott Wave 2 and Wave 5 setups and combines them with Smart Money Concepts to filter entries to high-probability zones only. Wave 2 signals mark continuation entries in the direction of the dominant Wave 1 impulse. The indicator waits for the retracement to confirm, locates an Order Block, Fair Value Gap or Liquidity Sweep zone within the impulse, then triggers only when price returns to retest that zone with a qualifying revers
作者的更多信息
Supertrend MTF Indicator is a free MetaTrader 4 indicator designed to help traders follow trend direction across multiple timeframes directly on the chart. The indicator provides a clear visual representation of bullish and bearish market conditions and can be used as a multi-timeframe confirmation tool for manual trading. Main features: Multi-timeframe trend analysis Clear bullish and bearish trend visualization Suitable for Forex, Gold, indices and other MT4 instruments Can be used on differen
FREE
MTF Fixed Candle Boxes is a multi-timeframe chart visualization indicator for MetaTrader 4. The indicator displays High, Low and optional Middle levels of M1, M5, M15, M30, H1 and H4 candles directly on the active chart. It helps traders observe multi-timeframe candle structure without switching between several charts. Main features: Multi-timeframe candle boxes on one MT4 chart Supported timeframes: M1, M5, M15, M30, H1 and H4 High and Low levels for each selected candle Optional Middle line fo
Mtf Middle Expert Advisor is a MetaTrader 4 trading robot based on a multi-timeframe middle-of-candle model. The higher timeframe defines the allowed direction. By default, the EA reads the middle of the last closed M30 candles and confirms direction with both slope and price position. The lower timeframe then waits for an entry signal, by default an M5 close crossing the middle of its own candle. All signal decisions are made from closed candles only. The EA does not use the current forming c
Universal MidZone Expert Advisor – Automation Companion for H1 Container 5 Zones Universal MidZone EA was developed as an automated trading companion to our free H1 Container M30 M15 M5 M1 - 5 Zones indicator. The free H1 Container indicator gives traders a visual multi-timeframe view of the H1 candle and its internal M30, M15, M5 and M1 structures, divided into five price zones by the 20%, 40%, 60% and 80% levels. Universal MidZone EA takes the same zone-based trading concept one step further b
Supertrend MTF Expert Advisor is an automated trading system for MetaTrader 4 based on the same Supertrend MTF trading concept used by the free Supertrend MTF Indicator available in the MQL5 Market and CodeBase. The Expert Advisor is designed to automate Supertrend-based trend following while keeping the trading rules transparent and configurable. It analyzes market direction using the Supertrend calculation and can confirm signals using closed candles, helping to reduce decisions based on incom
Supertrend MTF Dragan — MQL5 Market description (MetaTrader 5, Indicators) Supertrend MTF Dragan is a clean multi-timeframe ATR Supertrend for MetaTrader 5. It shows the Supertrend of a higher timeframe directly on your working chart — for example the H1 Supertrend on an M5 chart — with a color-coded trend line, confirmed reversal arrows that never repaint, alerts and a hidden trend-state buffer that you can read from your own Expert Advisor. Key features Multi-timeframe: select any timeframe eq
Fvg mtf dragan
Dragan Joksimovic
**FVG MTF Dragan** finds Fair Value Gaps (price imbalances) on the timeframe of your choice and draws them as boxes on the chart you trade from — for example the H1 gaps on an M5 chart. Every box has a size filter, a selectable mitigation rule, labels, alerts and hidden buffers, so the indicator works both as a discretionary tool and as a signal source for your own Expert Advisor. **What is a Fair Value Gap** A Fair Value Gap is a three-candle pattern in which the middle candle moves so fast
Fvg mtf ea
Dragan Joksimovic
**FVG MTF EA** trades one of the cleanest price-action setups: the return of price into a Fair Value Gap. The gaps are detected inside the EA on the timeframe of your choice, with the same rules as the FVG MTF indicator, so what you see on the chart is exactly what the EA trades. No grid, no martingale, no averaging — one position per gap with a fixed stop loss and take profit. **How it trades** A Fair Value Gap is a three-candle pattern in which the middle candle moves so fast that the first
**ATR Levels MTF Dragan** draws the volatility levels of a higher-timeframe candle on the chart you trade from. The moment a candle of the selected timeframe opens, the indicator fixes its open price as a base line and places two ATR levels above it and two below it. The lines stay exactly where they are until the candle closes, so what you see during the candle is what you would have seen at its open — nothing is recalculated afterwards and nothing repaints. A sixth, dotted line follows the mi
ATR Levels MTF EA
Dragan Joksimovic
**ATR Levels MTF EA** trades the volatility levels of a higher-timeframe candle. At the open of every candle of the selected box timeframe the EA fixes the candle open and four ATR levels around it — two above and two below, at adjustable multiples of the ATR — exactly as the ATR Levels MTF indicator draws them. The levels are known the moment the candle opens and do not change until it closes, so every entry and exit can be checked on the chart afterwards. No grid, no martingale, no averaging
MA MTF midlle EA
Dragan Joksimovic
**MA MTF Middle EA** trades the crossing of the candle middle over a higher-timeframe moving average. The average is calculated inside the EA with the inputs you know from the built-in Moving Average — period, shift, method, apply to — on the box timeframe of your choice, exactly as the MA MTF Middle indicator draws it. Instead of waiting for a close, the EA watches the middle of the candle in progress: the price halfway between the high and the low the candle has made so far. No grid, no marti
**MA Channel MTF Middle** draws a moving-average channel of a higher timeframe on the chart you trade from: the upper line is the moving average of the candle highs, the lower line the moving average of the candle lows. The inputs are the ones you know from the built-in Moving Average — period, shift and method — plus the timeframe. A third line marks the middle of the current candle of that timeframe, the price halfway between its high and its low. **How it works** - Both averages are calcul
**MA Channel MTF Middle EA** trades the breakout of the candle middle out of a higher-timeframe moving-average channel. The channel is calculated inside the EA — the moving average of the candle highs as the upper line, the moving average of the candle lows as the lower line, with the inputs you know from the built-in Moving Average (period, shift, method) — on the box timeframe of your choice, exactly as the MA Channel MTF Middle indicator draws it. The EA watches the middle of the candle in p
筛选:
无评论
回复评论