ATRFibonacciTrend

  • 指标
  • Semih Erten
    Semih Erten
    TRMentorFx — Otomatikleştirilmiş Forex Çözümleri
    2021 yılından bu yana forex piyasalarında aktif olarak çalışmaktayım. Bu süreçte edindiğim bilgi ve deneyimi, tamamen kendi geliştirdiğim strateji modellerine dönüştürdüm.
  • 版本: 1.30
  • 激活: 5
⚠️ **This document and indicator do not constitute investment advice. Past performance is no guarantee of future results.**

1. Product Introduction

**ATR Fibonacci Trend Envelopes** combines three proven concepts into a single tool:

* **Volatility-sensitive trend engine** — Dynamic bands that expand and contract with the ATR around a selectable moving average baseline (SMA/EMA/WMA/HMA/RMA). If the price breaks above the upper band on a candle close, a **BULL** regime begins; if it breaks below the lower band, a **BEAR** regime begins. Since the bandwidth adapts to volatility, false signals in sideways markets are filtered out.
* **Dynamic Golden Pocket (0.618–0.786)** — Instead of the classic fixed Fibonacci, levels are recalculated on every bar based on the ATR envelope. Plotted in light blue during an uptrend and orange during a downtrend, this pocket serves as a "high-value entry zone" in the direction of the trend.
* **Multi-Timeframe (MTF) Dashboard** — Monitors 4 timeframes simultaneously (default: 5m/15m/1H/4H): displaying the trend direction (BULL/BEAR) and whether the price is inside the pocket (INSIDE/OUT) for each TF.

**Additionally:** Projection lines extending 50 bars into the future based on the slope of the last 4 bars (labeled 1.0 / 0.786 / 0.618 / 0.5), a circle marker + entry price label at trend reversals, and a trend change alert on closed bars.

Color Language (v1.30)

| Element | Uptrend | Downtrend |
| --- | --- | --- |
| Baseline (1.0) | Cyan/Blue | Red |
| Golden Pocket Fill | Light Blue | Orange |
| 0.618 / 0.786 Lines | Light Blue | Orange |
| 0.5 Line | Gray | Gray |
| Dashboard "INSIDE" Cell | Light Blue | Orange |

---

2. Installation

1. Copy the `ATR_Fibonacci_Trend_.mq5` file into the `MQL5\Indicators\` folder (MT5 → File → Open Data Folder).
2. Open it in MetaEditor and compile by pressing **F7** (0 errors / 0 warnings).
3. Open Navigator (**Ctrl+N**) → Indicators → drag and drop it onto the chart.
4. Upon initial loading, it may take a few seconds for the MTF dashboard to populate (cells will display "..." while data for other TFs is being downloaded to the terminal — this is normal).
5. **Recommended starting point:** EURUSD H1, default settings. Users who wish to follow the video strategy exactly can select `MA Type = WMA`.

---

3. Input Settings — Full Reference

 Calculation Settings

| Input | Default | Description |
| --- | --- | --- |
| **MA Type** | RMA | Baseline moving average type. RMA/EMA provide smoother lines, while WMA/HMA react faster. |
| **MA Length** | 100 | Period of the trend baseline. Decreasing it speeds up signals but increases noise. |
| **ATR Length** | 100 | Volatility measurement period. |
| **ATR Multiplier** | 3.0 | Bandwidth. Increasing it = fewer but more reliable signals. |

Projection Settings

| Input | Default | Description |
| --- | --- | --- |
| **Show Projections** | true | Future dotted level lines + 1.0/0.786/0.618/0.5 labels. |
| **Projection Length** | 50 | Number of bars to project forward. |

Color & Visual Settings

| Input | Default | Description |
| --- | --- | --- |
| **Uptrend / Downtrend Color** | blue / red | Baseline and signal colors. |
| **0.5 Fib Color** | gray | Middle level color. |
| **Pocket Color (Downtrend)** | orange | Downtrend pocket color. |
| **Pocket Color (Uptrend)** | light blue | Uptrend pocket color. |
| **Show Golden Pocket Fill** | true | Toggle pocket shading/fill on/off. |
| **Show 0.5 Line** | true | Toggle the gray middle line on/off. |
| **Fill Projected Pocket** | true | Triangle fill of the projection zone (turn off for a cleaner screen). |

Dashboard Settings

| Input | Default | Description |
| --- | --- | --- |
| **Show MTF Dashboard** | true | Toggle dashboard on/off. |
| **Location / Font Size** | Bottom Right / 8 | Position and size. |
| **Timeframe 1–4** | M5, M15, H1, H4 | Timeframes to monitor. |
| **MTF History Bars** | 1500 | Warm-up bar count for the MTF engine. 1500 is ideal for a 100-period MA/ATR; do not decrease it. |

Extras

| Input | Default | Description |
| --- | --- | --- |
| **Alert On Trend Change** | true | MT5 alert on a closed bar when the trend reverses. |
| **Max Signal Price Labels** | 500 | Maximum number of historical signal labels to display on the chart. |

---

4. Strategy Logic — Step-by-Step

4.1 BUY (Long) Scenario

* **Regime:** The price breaks above the upper band on a candle close → a blue circle + price label are printed, the baseline shifts **BELOW** the price and turns blue. The pocket turns light blue.
* **Confirmation:** At least 2–3 timeframes on the dashboard must be "**BULL**"; especially the timeframe one level above your trading TF (e.g., if trading on H1 → H4 must be BULL).
* **Entry:** Two options:
* *Aggressive:* Direct entry on the close of the reversal bar.
* *Patient (Recommended):* Wait for the price to pull back to the light blue pocket (0.618–0.786). Enter from within the pocket when the dashboard shows "**INSIDE**" for that specific TF.


* **Stop-loss:** A few pips below the baseline (1.0). **Rule:** If a candle close occurs below 1.0, the position is abandoned — make your decision based on the candle close, not the wick.
* **Take Profit:** The first target is the momentum remaining above the 0.5 line; if the trend is strong, trail the position by following the projection lines. An opposite-direction circle marker indicates the final exit.

4.2 SELL (Short) Scenario

* This is the exact mirror image of the buy rules: the price breaks below the lower band → red circle appears, the baseline shifts **ABOVE** the price, and the pocket turns orange. Enter short on a pullback to the orange pocket; stop-loss is a candle close above 1.0.

4.3 Trade Management

* The middle of the pocket (the midpoint between 0.618 and 0.786) is the highest-value entry point.
* If the price passes through the pocket and approaches 1.0, reduce your position size — the risk of a trend reversal has increased.
* When the bands narrow (the distance between the pocket and 0.5 decreases), a volatility breakout is imminent; the first signals after a reversal are the strongest.

---

5. Tips & Tricks

* **Trade in the direction of the trend:** The pocket is **NOT** a counter-trend reversal tool; it is a trend-continuation pattern tool. Do not look for longs in the orange pocket or shorts in the light blue pocket.
* **TF Alignment:** H1 signal + H4 in the same direction = statistically the most robust combination. If all 4 TFs are aligned in the same direction, the trend may be mature — avoid late entries.
* **Do not chase:** If the pocket is far away immediately after the reversal bar (as seen in the video example), do not chase the market; either wait for a pullback or move on to the next signal.
* **Period Selection:** H1 and higher timeframes yield the cleanest results. If you intend to use it on M5, increase the `ATR Multiplier` to 3.5–4.0.
* **Parameter Harmony:** Change `MA Length` and `ATR Length` together (e.g., 50/50, 100/100, 200/200). Shortening one while leaving the other long disrupts the band geometry.
* **News Events:** During high-impact news minutes (NFP, interest rate decisions), bands expand sharply; signals should be evaluated on the subsequent candle close, not during that specific volatile bar.

---

6. Important Considerations

* Trend-following systems lose money in sideways/ranging markets. Do not trade if the bands are flat and the dashboard is mixed (e.g., 2 BULL / 2 BEAR).
* Signals lock in only at the bar close; during an active bar, the price can cross the band and return. This is why the alert function only notifies you of closed bars.
* Other TF data must be fully downloaded in the terminal for the MTF dashboard to function; seeing "..." for a few seconds on a new setup is completely normal.
* The indicator alone is not a money management system: position sizing, daily loss limits, and risk/reward ratios are entirely your responsibility. Risking no more than 1–2% per trade is common professional practice.
* Visual testing can be performed in the Strategy Tester; however, the indicator itself does not open trades. An Expert Advisor (EA) is required for automated backtesting (included in the package, currently on hold).

---

7. FAQ (Frequently Asked Questions)

**Does the indicator repaint?**

No. The trend state is calculated using closed bar data; historical signals never change. Only the values of the developing (current) bar fluctuate until the bar closes — this applies to all real-time indicators.

**Which instruments does it work on?**

Forex, indices, commodities, crypto, stocks — since it is ATR-based, it automatically scales itself to any volatility regime.

**Does the panel affect performance?**

No. In version v1.20+, the MTF calculation was moved to a timer and cached per TF; calculations are only executed when a new bar forms on the relevant TF.

**Why is the orange/blue cloud sometimes disconnected?**

A gap is intentionally left on the trend reversal bar (matching the original visual design) — this is a feature, not a bug.
推荐产品
Smart Reversal Prophets
Loys Steve Dzene Tagne
Avez-vous toujours rêvé de pouvoir entrer sur le marché juste après la clôture d'une bougie… et de voir le marché évoluer immédiatement dans votre sens ? Avez-vous toujours souhaité détecter les retournements de tendance plus tôt, éviter les faux signaux et, surtout, saisir les tendances longues avant la majorité des traders ? Aujourd'hui, je vais vous présenter mon nouvel indicateur : Prophète du retournement intelligent. Contrairement aux indicateurs traditionnels qui réagissent avec un certa
本指标是实践实战交易完善的波浪自动分析的指标 !  案例... 注: 波浪分级用西方叫法不习惯,因受到缠论(缠中说禅)命名方式习惯的影响,我是将基础波浪命名为 笔 ,将二级波段命名为 段 ,同时具有趋势方向的段命名为 主趋段 (以后笔记中都是这种命名方式,先告知大家),但是算法上和缠论关系不大切勿混淆.反映的是本人分析盘面总结的 千变万化纷繁复杂的运行规律 . 对波段进行了标准化定义,不再是不同人不同的浪  ,    对人为干扰的画法进行了排除,在严格分析进场起到了关键的作用 . 使用这个指标,等于将交易界面提升美感,抛弃最原始的K线交易带你进入新的交易层次.如果不是为了交易,在宣传上也将使客户观感提升层次. 指标内容: 1.   基础波浪 (笔) : 首先我们找出了价格波动过程中的基础波动拐点,当然他的有序性低,为下一步的计算提供基础. 2.   二级波段( 段 ) :在基础波浪的基础上,通过算法分析得到层级更明显的二级波段,二级波段为波浪提供了分析基础 3.   波浪( 浪 ): 有着更清晰的趋势,更清晰直观的方向.分析一个波浪是否延续,需要看二级波段的形态,分析二级的构成
HASuperTrendADX
Steven Wong Sing Seng
HA Supertrend ADX is a MetaTrader 5 trend Expert Advisor inspired by the TradingView Heikin Ashi Supertrend ADX concept. It combines Heikin Ashi candle alignment, Supertrend direction on HA prices, and an ADX strength filter. Features • Heikin Ashi trend confirmation • Supertrend on Heikin Ashi OHLC (TradingView-style) • ADX minimum threshold with optional DI+ / DI- filter • Supertrend flip exit and/or ATR trailing stop • Optional initial ATR stop loss • Margin cap and maximum lot limit • XAU
Product Name: FXmans Pro SMC Structure Description: Navigate the markets with institutional precision. FXmans Pro SMC Structure is an advanced, algorithmically optimized indicator designed to decode Smart Money Concepts (SMC) directly on your chart. Built on a highly secure and lightweight engine, this tool avoids the lag of standard pivot points by utilizing Bill Williams' Fractal logic for laser-accurate market structure mapping. Whether you are a day trader or a swing trader, this indicator f
# MT5 挤压动量指标 使用功能强大的**挤压动量指标**,释放爆发式市场机遇。该指标专为 MetaTrader 5 平台专业开发。 这款先进的波动率和动量指标可帮助交易者在重大市场行情发生前识别低波动时期。该指标结合了布林带和肯特纳通道的优势,揭示市场何时处于“挤压”状态,并准备突破。 内置的动量柱状图使趋势方向和动量变化一目了然,帮助交易者自信而精准地入场交易。 ## 功能特性 * 高级挤压检测系统 * 专业 MT5 平台实现 * 突破爆发前检测波动挤压 * 动态颜色变化的动量直方图 * 挤压状态点,方便解读市场状况 * 整合: * 布林带 * 肯特纳通道 * 线性回归动量 * 早期趋势转变检测 * 简洁流畅的独立窗口显示 * 完全自定义设置 * 轻量级优化,运行流畅 ## 动量直方图颜色 * 亮绿色 → 上涨动量增强 * 深绿色 → 上涨动量减弱 * 亮红色 → 下跌动量增强 * 深红色 → 下跌动量减弱 ## 挤压点颜色 * 白色 → 挤压开启(低波动/突破设置) * 金色 → 挤压释放(潜在突破行情) * 红色 → 无挤
Sigma VWAP Bands
Johannes Human
Sigma VWAP Bands Sigma VWAP Bands (Rolling) is a technical analysis indicator that plots upper and lower bands based on the statistical deviation of price from a rolling Volume-Weighted Average Price (VWAP). The indicator is designed to visualize price dispersion around VWAP using a user-defined lookback window and a configurable standard deviation multiplier. Parameters Lookback Period Number of bars used for VWAP and standard deviation calculations. Sigma Factor Multiplier applied to the cal
MFOP Market Forecast
Oscar Josue Pin Bacuzoy
Develop this indicator for periods of 30 minutes or more, focus on getting market trends right and making sure they are met. MFOP v8.1 gets straight to the point: it scans the market and tells you exactly when there is enough strength to enter a trade. This indicator doesn't do magic, it uses mathematical algorithms to filter out market noise, not enter into false breakouts and show you clear BUY (blue arrow) and SELL (red arrow) opportunities. It is designed and optimized specifically to take
IntensywnyScalperPro
Bartlomiej Mateusz Konecki
INTENSYWNY SCALPER PRO — 单个指标中的完整超短线系统 1. Adaptive ATR-Based Targets — Works on Any Market & Timeframe 1. 基于 ATR 的自适应目标 — 适用于任何市场和时间周期 Take-profit spacing and stop-loss distance are calculated from real market volatility (ATR). Switch between M1, M15 or M30+, or jump from Gold to Bitcoin to indices — the indicator instantly recalculates all levels. No manual configuration, ever. 止盈间距和止损距离根据实际市场波动率 (ATR) 计算。无论是从 M1、M15 还是 M30+ 之间切换,或者从黄金、比特币跳转到股指 — 指标都会立即重新计算所有级别。无需任何手动配置。 2. Six-Level Profit Str
Liquidity Map
Alex Amuyunzu Raymond
Liquidity Map  Overview The Liquidity Map indicator is an advanced visualization tool based on ICT Smart Money Concepts . It automatically identifies daily Buy Zones , Sell Zones , and Liquidity Levels , showing where price is likely to reverse or continue based on institutional order flow. It calculates key levels from the daily session — such as the previous day’s high, low, and midpoint — then derives a premium (sell bias) and discount (buy bias) structure. When price trades into these mapped
HYPERION QUANTUM PULSE   100-Point Signal Score + ATR-Adaptive Trend Intelligence (Gold + Forex)    Hyperion Quantum Pulse is an institutional-grade Expert Advisor powered by a proprietary 100-Point Signal Score System. Named after Hyperion, the Greek Titan of Light and celestial observation, this EA illuminates the market with multi-indicator intelligence and executes ONLY when all signals converge with overwhelming confidence. Unlike simple EAs that rely on a single indicator, Hyperion calcu
NEXY is a professional multi-timeframe trading system based on Market Structure (HH/HL/LH/LL) and Fibonacci Retracement zones.  CORE STRATEGY: The EA identifies pivot points (higher highs, higher lows, lower highs, lower lows) to determine the market structure. Once the main structure is established, it calculates Fibonacci retracement zones (0.618-0.786) where the price is likely to retrace before continuing in the direction of the trend. You can select which timeframes to align with the main
Sovereign Shield EA XAU
Abdelilah Ait Nassar
Sovereign Shield Prop EA: Institutional Drawdown Defense Sovereign Shield is a quantitative recovery engine built specifically for the strict drawdown parameters of modern Proprietary Trading Firms. A primary cause of evaluation failure is static algorithmic exposure during unpredictable macro-economic trends. Sovereign Shield addresses this by deploying a proprietary, volatility-adjusted recovery matrix. It continuously monitors price exhaustion and dynamically recalculates its exposure distan
Optimized Spike Detector Pro for MT5 is a professional-grade technical indicator designed to identify and capitalize on sharp, impulsive price movements (spikes) in any financial instrument. Utilizing a sophisticated, multi-algorithmic core, it distinguishes significant volatility expansions from market noise with exceptional accuracy. The tool dynamically adapts to changing market conditions, filtering out false signals and highlighting only high-probability spike setups in real-time. Featuring
Gold Confluence Pro v2.14 – 终极 XAUUSD 交易架构系统 Gold Confluence Pro 不仅仅是一个指标,它是一个结合了 机构级聪明钱概念 (SMC) 逻辑、多时间框架 (MTF) 分析和实时市场数据的综合交易框架。该系统专为黄金 (XAUUSD) 交易者优化,将复杂的市场结构集成到单一的专业仪表盘 (Dashboard) 中。 为什么选择 Gold Confluence Pro? 市场上成千上万的“买入/卖出”指标。然而,专业人士不依赖单一信号,他们信任的是**“共振” (Confluence)**。GCP v2.14 从 5 个不同的维度分析市场,只有当所有条件完美匹配时才会发出警报。 核心功能 1. 智能订单块 (Order Block) 检测与评分 拒绝平庸的方框!我们的算法自动识别包含 位移 (Displacement)、FVG (失衡区) 和 流动性扫荡 (Liquidity Sweep) 的强力机构区域。 动态邻近值 (Dynamic Proximity): 基于 ATR 的接近算法,根据当前市场波动性实时计算价格与区
Dynamic TP XAU Scalper
Thanaporn Janbuala
EA Name: Dynamic Hybrid Scalper (XAU Specialist) "A Synergistic Blend of Trend Following and Smart Grid Logic for Consistent Gold Trading" Key Highlights Multi-Timeframe Analysis: Triple-layer trend analysis that monitors the High Timeframe (HTF) trend down to the specific entry Signal Timeframe for maximum precision. 5-Factor Signal Confirmation: A sophisticated filtering system using five core metrics: EMA Trend, RSI, MACD, ADX Strength, and Price Action Breakout. Dynamic Lot Managemen
NRP Smc Pro
Black Panther AI
NRP SMC PRO EA — Product Description Short Description Professional Smart Money Concepts Expert Advisor engineered for XAUUSD, combining institutional market structure analysis, Fair Value Gaps, liquidity sweeps, and prop-firm-focused risk management. Includes optional news filtering, trading sessions, trade journaling, and advanced capital protection. NRP SMC PRO EA — Institutional Smart Money Automation for MT5 NRP SMC PRO EA is a professional Smart Money Concepts Expert Advisor built around c
The  OBV MTF  is an Enterprise-grade On-Balance Volume indicator that transforms standard OBV into a complete trading system. It combines gradient-aware momentum analysis, divergence detection, multi-timeframe alignment, and dynamic customisable midpoint-filtering in a single intuitive professional volume analysis tool. Core Features 1. 5-State Momentum Engine Aqua (Strong Bullish) : OBV slope rising with positive acceleration SteelBlue (Weak Bullish) : OBV rising but losing momentum Gray (Neutr
ICT Concept Asian Killzone
Mehdi Ghorbani Saeidian
Link to our products: LINK The ICT Asian Killzone Indicator delivers a professional, institutional-grade framework by precisely defining the Asian trading session from 00:00 to 04:00 GMT with absolute accuracy. It streamlines market structure analysis by isolating liquidity accumulation, range formation, and volatility compression during the Asian session. Built for serious ICT and Smart Money traders, it enhances strategic decision-making, execution confidence, and Tokyo session directional bi
SchermanActionPro
AutomaticTrading
隆重推出 SchermanActionPro:Automatictrading 的全新自动交易机器人 特色功能:  • 可配置指标:根据Ivan 的建议调整平均值和蜡烛数量。  • 运营灵活性:在采购和销售之间进行选择。  • 获利了结:基于ATR 或相反信号的固定期权。  • 损失停止:可根据ATR 或相反信号配置固定。  • 手数类型:固定手数选择、以账户百分比表示的固定风险或固定金额。  • 最大批量保护:可配置。  • 点值和滑点大小:完全可调。  • 滤波器和输出:根据ATR 和扩展级别激活输入和输出滤波器。  • 获利了结和部分损失平仓:可按级别配置。  • 追踪止损和盈亏平衡:可配置距离、百分比和滑点。  • 按蜡烛数量输出:可配置。  • 工作时间:设置每周、每日和周五的特殊时间表。  • 移动通知:激活损失、余额和流动性警报。 使用建议:  • 指数:SP500  • 截止日期:D1(每日)  • 最低存款:1000 美元  • 账户类型:低点差 完全灵活性:由于其高度可配置性,您可以在其他市场尝试 SchermanActionPro。我们建议在使用真实账户进行交易
SwiftCap Trinity EA | 适用于黄金和自营交易的多策略 MT5 EA SwiftCap Trinity EA 是一款专业级的 多策略 MT5 智能交易系统 ,它将四个独立的交易系统组合成一个统一且严谨的框架。 Trinity并非依赖单一策略或市场条件,而是旨在适应各种市场环境。它能够在不同的市场环境下提供 平衡、结构化且一致的自动化交易方案 。 无需设置任何文件。 与自营公司完全兼容 注意:数量有限,价格即将上涨。 交易规范 平台:   MetaTrader 5 (MT5) 支持的交易品种: 黄金(XAUUSD) 时间范围: 适用于任何时间范围 经纪服务器时间: 仅限 GMT+2 或 GMT+3 账户类型: 对冲要求 最低存款额:   500 美元(可根据余额调整) 杠杆 :建议小额账户使用 1:100 或更高的杠杆。 VPS: 强烈推荐用于稳定运行的 24/5 全天候服务 重要的: 此EA专为使用GMT+2/GMT+3服务器时间的经纪商设计。由于策略中包含基于时间的组件,在其他时区的性能可能会有所不同。 兼容的经纪商包括 IC Markets、FP Market
Brilliant Reversals MultiCurrency Scanner MT5 是一款先进的交易指标,旨在帮助交易者识别多个货币对的潜在反转点。通过利用先进的算法,这个工具提供即时洞察,使其对希望优化交易策略的新手和经验丰富的交易者都极为重要。 该指标通过根据市场条件提供实时买入和卖出信号,增强了交易者的决策能力并改善了交易表现。凭借其全面的仪表板和警报功能,您可以轻松监控关键货币对,并迅速抓住市场机会。 MQL产品安装指南 | 在 MT4/MT5 上更新已购买的MQL产品 | 常见故障排除指南 | 指标设置 / 指南 主要特点 缓冲区集成:将指标值暴露为可访问的缓冲区,使 Expert Advisor 能够有效利用基于信号的交易。 可视化箭头信号:在您的图表上清晰地显示 BUY/SELL 箭头,方便您发现交易机会。 快速且可回测:基于 MetaTrader 的本地 OnCalculate() 引擎构建,确保快速计算并与策略测试器完全兼容。 弹出警报:在信号事件时触发警报弹窗,确保您不会错过潜在的交易设置。 推送通知:实时向您的 MetaTrader 移动应用发送推送通知,
ICT Institutional Zones Pro
Celestine Anyango Wabomba
ICT Institutional Zones Pro — Trade with Institutional Precision Stop wasting time manually drawing key ICT levels every day. ICT Institutional Zones Pro is a professional-grade MT5 indicator built for traders who use ICT (Inner Circle Trader) and Smart Money Concepts (SMC) to read market structure with precision. This indicator automatically maps the most important institutional levels directly on your chart, helping you instantly identify where smart money is likely accumulating, distributing
ULTIMATE GOLD ENFORCER v3 PRO Institutional-Grade XAUUSD Trading System What Makes It Different Feature Why It Matters 10-Strategy Confluence Engine No single indicator decides — weighted voting across trend, momentum, SMC, order blocks, FVGs, RSI divergence, S/R, volatility & sentiment True Multi-Timeframe H4 structure → H1 signal → M15 entry precision — aligned or no trade Dynamic Risk Management Kelly-inspired position sizing that adapts to your win rate in real-time Zero Martingale/G
. . is designed for traders who want a clean and practical way to identify bullish and bearish trend changes directly on the MT5 chart. The indicator uses a dual high/low smoothing engine to detect market direction and show a clear active trend line. When the market confirms a bullish or bearish flip
MTF Scanner S/R & EMA Confluence EA (v3.50) 完整技术文档 1. 简介 MTF Scanner S/R & EMA Confluence EA(v3.50)是一款基于规则驱动的自动化交易系统,专为 MetaTrader 5 平台开发,用于在多时间周期中识别并执行高概率交易机会。 该智能交易系统整合了以下核心分析模块: 价格行为(Price Action)结构 支撑与阻力(Support & Resistance, S/R)区域 指数移动平均线(EMA)共振分析 通过多重条件共振筛选,该EA旨在提供 稳定且具统计优势的交易信号 ,同时最大程度减少人为情绪干扰。 系统内置实时仪表盘,用于展示: 交易信号与区域 市场趋势状态 交易执行逻辑 风险控制状态 其核心目标是: 标准化交易执行流程、保护资金安全,并提升交易系统的一致性与可复制性。 2. 专家顾问(Expert Advisor)说明 Expert Advisor(EA)是基于 MQL5 编程语言开发的自动化交易程序,可在 MetaTrader 5 环境中运行。 一旦启动,EA将自动: 持续监控市
Prometheus Gen 1
Humphrey Mangera
PREDATOR PULSE AI TRADER Premium · By Prometheus Neural Systems Most trading indicators are built once, calibrated on historical data, and left to run. They don't adapt. They don't learn. When the market changes — and it always does — they keep firing the same signals based on conditions that no longer exist. Predator Pulse was built on a different idea. Two Engines Working Together The foundation is a 60-feature institutional microstructure engine. Every bar, it analyses sixty distinct aspects
The indicator scans for TD Combo signals in multiple timeframes for the all markets filtered and shows the results on Dashboard. Key Features Dashboard can be used for all markets It can scan for signals on MN1, W1, D1, H4, H1, M30, M15 ,M5, M1 timeframes Parameters UseMarketWatch: Set true to copy all symbols available in market watch MarketWatchCount : Set the number of symbols that you want to copy from the market watch list. CustomSymbols: Enter the custom symbols that you want to be availa
Anubi Terminal MT5
Marco Maria Savella
Anubi Terminal is a professional trade management assistant designed for manual traders who demand precision, speed, and strict risk control. Unlike automated bots, Anubi puts the trader in control, providing a sophisticated interface to execute and manage trades according to institutional-grade risk management rules. Why Anubi Terminal? Manual trading often fails due to calculation errors and emotional exits. Anubi eliminates these risks by automating position sizing and trade management based
Immortal MT5
Paranchai Tensit
The EA is based on   trend trading strategy . Mechanism " trend trading strategy " is a tendency of a financial market price to move in a particular direction over time. If there is a turn contrary to the trend, This mechanism will exit and wait until the turn establishes itself as a trend in the opposite direction, and re-enter when the trend re-establishes. This EA has been backtested for 9 years of real tick data (2015-2023), consistent with the latest trading accounts. Immortal MT4:   https:
Daily HiLo
Nicanor Jr Cagape Layco
DailyHiLo Indicator Master the daily range like a pro. This indicator automatically plots the previous day’s high and low levels —a core element in the (Beat The Market Maker) trading approach—directly on your chart. These levels act as natural boundaries for intraday price action, helping traders identify potential reversal zones, breakout points, and liquidity targets. Key Features Accurate plotting of yesterday’s high and low for any symbol and timeframe. Works seamlessly with BTMM-inspired
FREE
该产品的买家也购买
Neuro Poseidon MT5
Daria Rezueva
4.8 (54)
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
M1 Quantum MT5
Hamed Dehgani
4.6 (10)
使用 M1 Quantum 的实盘交易信号 : 信号 (交易由 Quantum Trade Assistant 自动 执行,并作为本产品 免费 提供。) 价格计划: 当前价格: $169 (早期用户优惠) 下一阶段计划价格: $189 计划零售价: $299 开发者提示: 购买后请联系我,以获取 最新推荐的参数设置文件(Set File) 、交易建议,以及加入 VIP 支持群组 ,与其他 M1 Quantum 用户交流经验。 常见问题 - 设置文件 - 安装指南 M1 Quantum 是一款专业的 M1 交易系统,提供快速且精准的交易信号,并内置止损(Stop Loss)、止盈(Take Profit)以及智能资金管理功能。 M1 Quantum 包含专业的资金管理系统,通过专注于 连续盈利交易 ,帮助交易者更快地增长账户资金。 M1 Quantum 指标 的主要特点 专为 M1 时间周期 和所有 主要货币对 设计 所有交易均配备止损和止盈 内置 资金管理功能 ,并指导交易者轻松执行交易计划 高胜率,高比例的 连续盈利交易 无重绘,无延迟 适合各种类型的交易者,简单易懂 要使用 M
UZFX {SSS} 超短线智能信号 v4.0 MT5 是一款无重绘的高性能交易指标,专为在快速波动的市场中需要精准、实时信号的超短线交易者、日内交易者和波段交易者设计。该指标由 (UZFX-LABS) 开发,融合了价格行为分析、趋势确认和智能过滤技术,可在所有货币对和时间周期内生成高概率的买卖信号、预警信号以及趋势延续机会。 别再对交易犹豫不决了,开始遵循这一专为追求清晰、精准和纪律性市场执行的交易者设计的结构化信号系统吧。 我的建议* 最佳时间周期:15分钟及以上。 {H1} 是我的最爱。而且效果令人惊叹……!! 更新后的主要功能 • 自动买入和卖出信号检测 • 先进的反转识别逻辑 • 潜在市场反转前的早期预警信号 • 趋势延续确认信号 • 内置风险管理功能,包含入场点、止损点、TP1、TP2和TP3水平 • 完全可自定义的风险回报比 • 实时警报、声音提醒和移动端推送通知 • 带交易建议的专业信息面板 • 适用于所有MT5交易品种和时间周期 • 界面简洁、轻量且用户友好 为什么交易者选择 UZFX SSS? 大多数交易者亏损的原因在于入场过晚、平仓过早,或者缺乏明确的交
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
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
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro:用于 MT5 的合成多周期偏向引擎 ️ 夏季上市优惠 — 早期买家可以 199 USD 获得 The Oracle Pro。价格将随关注度上升;最终价格 399 USD。 The Oracle Pro 是一款面向高要求与专业交易者的 MetaTrader 5 高级多周期 偏向引擎 。它以纪律回答一个问题:当前每个周期的方向偏向是什么、强度如何、各周期之间的一致程度如何?一切仅在已收盘的 K 线上计算——绝不重绘。 The Oracle Pro 是一套多因子共识系统。它将专有指标与优化算法整合为单一而精密的共识向量,并在单个指标实例内,跨当前周期与更高周期的堆栈进行读取——而不是在多个图表上堆叠互不相关的工具。 它是 Oracle 共识方法的专业进化版:完整重建为高级操作控制台,面向希望在一个纪律化工作流中获得深度、多周期背景与背离洞察的交易者。 是偏向引擎,而非信号生成器 The Oracle Pro 明确自身定位。它是一款提供纪律化方向背景的 多周期多因子偏向指标 。它 不是 信号生成器:不承诺入场、出场或盈利。偏向是背景——你在其方向上交易自己的设置
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our customers. The first "The Basics"
看清市场真正在做什么。   在您眼前实时观察三大市场阶段(收缩、扩张、趋势),并在趋势阶段的早期阶段抓住更优的入场点。   不要再猜测。开始像机构和聪明钱那样解读市场。   Apex Market Structure Pro(MT5 版)是一款精准的聪明钱分析工具,它剥离噪音,向您展示每根 K 线之下的真实结构:流动性、结构转变、吸   筹区域与趋势偏向,全部呈现在一个简洁、专业的图层中。专为厌倦了滞后指标、准备以清晰视角交易的严肃交易者打造。   重要提示:本指标专为 Heikin Ashi(平均足)K 线设计。使用前请将图表切换为 Heikin Ashi,以释放其全部威力。全部分析都围绕 Heikin   Ashi 的价格流构建。正是在这里,Apex Market Structure Pro 发挥出最佳表现。   交易者为何选择 Apex Market Structure Pro:   流动性,一览无遗: 瞬间看清止损池所在之处。卖方与买方流动性会被自动标注。实时关注尚未被扫的价位,捕捉价格攫取流动性并反转的精确时   刻。在聪明钱交易的地方交易。   会说话的结构:
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
Transaction Speed MT5
Ivan Stefanov
5 (4)
当然,以下是翻译成中文(简体)的版本: 该指标标出市场中显现出 交易兴趣 的区域,并随后显示 订单积累区域 。它的工作方式类似于大规模的订单簿。 这是为 大资金 打造的指标,性能卓越。市场中有任何兴趣,你都能通过它清晰看到。 (这是一个 完全重写的自动化版本 —— 不再需要手动分析。) 交易速度 是一个全新的概念指标,它显示了市场上大订单 何时 、 何地 聚集,并揭示了其背后的意义。它可以在 非常早期 就检测到趋势的变化。 在外汇市场,所谓的“交易量”实际上是误导性的,因为那指的是价格在单位时间内的变化,因此真正的名称应是“交易速度”。 一切都取决于我们如何思考、如何行动、如何分析。 改变分析范式至关重要。 该指标完全重构了外汇市场上“交易量”的概念,用逻辑方式重新定义并应用,从而成为一个 独特而精准的工具 。 使用方法: 默认情况下,指标处于 自动模式 ,可独立用于任何时间周期。如果你希望切换到手动模式,只需点击 Auto / Manual Mode 按钮即可。 在 手动模式 下,所有计算从 2025年1月1日 开始。你可以根据需要更改该日期,以查看不同的分析结果。 最优数据周期
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
KURAMA GOLD SIGNAL PRO(MT5)— 7层过滤 · 自动止盈止损 · 质量评分 · 信号历史保存 | 完整的XAUUSD交易系统 实时不重绘。信号出现的瞬间,箭头、入场、止盈、止损当场锁定,之后绝不移动。你交易的就是这个实时信号。而且在v7.20中,每一个真正发出的信号都会自动保存,并在重启后精确还原。 购买者专属赠品 购买永久授权,即可免费获得 AI Zone Radar(价值$59)+ 完整PDF手册。在产品价格之外,额外附赠价值$59的赠品。购买后在MQL5上给我留言即可。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 在黄金交易者社区中被实际使用,因精度与易用性而广受好评。 你的难题 —— 以及解决方案 黄金一天波动$30–$50。你知道机会就在那里。但这些情况是否似曾相识: - 入场太早,价格逆行$10后才朝你的方向
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设置形成且自适应确认逻辑
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction 是一款三维市场分析工具。它通过同时计算多个维度上的精确百分比偏差,提供完全客观的、基于算法的市场分析视角。该算法采用先进的人工智能建模工具开发,并经过全面测试,旨在以独特的精准度解读市场。它可以分析您平台上的任何货币对或金融工具。 无论您是短线 交易者、日内 交易者还是波段交易者,Quant Direction 都是您的理想之选。 交易者的真正优势 Quant Direction 的真正优势在于彻底消除情绪、屏幕疲劳和过度思考。它无需手动点击十几个图表来寻找方向并反复质疑自己的偏好,引擎即可在几毫秒内即时处理 8 个时间周期(从 5 个月到月线)。它能准确告诉你任何时刻谁在掌控市场,确保你始终朝着概率最高的方向进行交易。 市场分析的三个维度 该算法将市场分为三个不同的交易维度,为您提供完整的宏观和微观视角: 超短线交易分析: 捕捉即时、快速的动量变化和较低时间框架的执行点。 日内分析: 识别真实的、潜在的每日方向性偏差。 波动分析: 专注于宏观趋势,确保您不会与大盘机构的走势背道而驰。 独家评分引擎 Quant Direction 的底层采用了一套
KT Alpha Hunter Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
大多数箭头指标只给你一个信号,然后让你自己去判断剩下的一切。KT Alpha Hunter Arrows 为你提供完整的交易计划。 每一个信号箭头出现时,都会同时绘制一套完整计划:入场线、止损位、四个止盈目标,以及实时优势判断,告诉你当前这个交易品种和时间周期是否值得交易。随附的 Trade Manager EA 会在你手动入场后负责后续执行,让你在市场波动剧烈、情绪干扰明显时也能保持交易纪律。不重绘。仅在K线收盘后确认信号。适用于 Forex、黄金、指数以及任何你在 MT5 上交易的品种。 核心功能 不重绘买入和卖出箭头,只在K线收盘后生成。 每个信号都会显示入场线、结构性止损位和四个止盈目标。 Edge Dashboard 会分别评估当前图表上的买入和卖出机会。 判断系统包括:No Edge、Marginal、Tradeable、Good 或 Strong。 一键 Auto Optimize 按钮可根据当前品种和时间周期自动优化设置。 完整套装包含 Trade Manager EA,并提供五种专为本指标设计的预设交易管理方案。 Prop Firm Risk Panel 可在图表上
Beast Super Signal MT5
Florian Zuercher
2.71 (7)
正在寻找可以帮助您轻松识别有利可图的交易机会的强大外汇交易指标? Beast Super Signal 就是您的不二之选。 这个易于使用的基于趋势的指标持续监控市场状况,寻找新的发展趋势或跳入现有趋势。当所有内部策略一致且彼此 100% 融合时,Beast Super Signal 会发出买入或卖出信号,无需额外确认。当您收到信号箭头警报时,只需买入或卖出。 购买后给我留言,让我加入我的私人 VIP 群组! (仅限购买完整产品)。 购买后给我发消息以获取最新的优化设置文件。 此处提供 MT4 版本。 在此处 获取 Beast Super Signal EA。 查看评论部分以查看最新结果! Beast Super Signal 根据您偏好的 1:1、1:2 或 1:3 风险回报率建议入场价、止损和获利水平,让您放心交易。这个 Beast Super Signal 是 100% 不可重新绘制的,这意味着它永远不会重新计算或重新绘制,每次都能为您提供可靠的信号。 Beast Super Signal 指标适用于所有时间范围,包括货币对、指数、商品和加密货币对。 Beast S
WaveSniper
Alessandro Farinella
Wave Sniper One indicator. Adaptive baseline, multi-layer signal engine, and closed-bar confirmed entries — designed for traders who want precision without complexity. I tried to build the perfect indicator. I ended up deleting most of them. I used, studied and coded hundreds of indicators. I analyzed and converted entire libraries from PineScript, ProRealCode, EasyLanguage, MQL. Oscillators, moving averages, bands, candlestick pattern: you name it! I spent weeks, even months optimizing param
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: 量化市场操作系统 终身访问限时 70% 折扣 - 加入 2,000+ 交易员社区 为什么大多数交易者即使拥有“完美”指标也会失败? 因为他们在真空中交易 单一概念 。没有背景的信号是赌博。要持续获胜,您需要 共振 (CONFLUENCE) 。 RelicusRoad Pro 不是一个简单的箭头指标。它是一个完整的 量化市场生态系统 。它描绘价格运行的“公允价值之路”,区分市场噪音和真实的结构性突破。 停止猜测。开始用机构级“路”逻辑进行交易。 核心引擎:“Road” (路) 算法 系统的核心是 Road Algo ,一个实时适应市场条件的动态波动率通道。它投射出 安全线 (平衡) 和价格可能反转的 扩展水平 。 Simple Road: 典型市场的标准结构映射。 Smooth Road: 针对震荡盘整的降噪计算。 Breakout Road: 专为识别波动率扩张和爆发性走势而调整。 1. 算法动量与确认 我们的“剥头皮箭头”不只是简单的交叉。它们利用 高阶多项式逻辑 过滤噪音,确保信号与主周期一致。我们检测动量、价格行为和 Road 结构汇聚的精确入场
Manipolatio regis
Simone Degl Innocenti
Manipulatio Regis — Scanner di Simmetria Istituzionale Manipulatio Regis rileva le manipolazioni dei Market Maker leggendo i Trading Ranges e i progetti obiettivi simmetrici da Price Action istituzionale. Non prevede il Future: legge una manipolazione già avvenuta e progetti in cui Il prezzo tende a tornare a ribilanciarsi. Come funziona: • Evento significativo (SI): rileva un impulso anomalo ad alta efficienza (rapporto ATR). • Gamba e Candela #1: isola la gamba di ritracciamento controdirezion
SmartScalping
Temirlan Kdyrkhan
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or emai
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
CISD Levels Pro automatically draws CISD Buy and Sell levels directly on your chart. It highlights pending levels while they are forming, then marks confirmed levels after the confirmation candle closes. Optional confirmation arrows help you spot the signal quickly. This tool is designed for traders who want clean, simple CISD level visualization without extra indicators or clutter. Key Features Draws Bullish (BUY) CISD levels and Bearish (SELL) CISD levels Shows Pending levels (dashed) and
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Smart Bubble Dominance Pro
Dioney De Jesus Batista Alves
为您推介 Smart Bubble Dominance Pro —— 这是一款专为实时机构资金流和市场侵略性分析而设计的顶级工具。它为追求极致精准的交易者量身打造,将复杂的成交量数据转化为直观的视觉信号,让您一眼洞悉“聪明钱”(Smart Money)的布局位置。 专为 BTCUSD 深度优化 该指标针对 BTCUSD 的波动特性和市场行为进行了严密的参数校准。它能有效过滤市场噪音,只捕捉真正关键的资金动向,确保您始终站在趋势正确的一侧。 统治力视觉地图(Delta 颜色解析) 系统采用直观的颜色编码,让您在几秒钟内读懂市场情绪: 青色气泡(强力买入): 代表买方的侵略性统治。这是价格被坚定推高的信号。 洋红色气泡(强力卖出): 代表压倒性的抛售压力。市场正由机构供应主导。 气泡大小: 气泡越大,成交量失衡(Delta)越剧烈。超大气泡预示着 市场高潮(Climax) ,此时大资金正在完成平仓或开启重仓。 Smart Bubble Dominance Pro 实战指南 该指标的核心优势在于执行的简洁性。以下是日常交易的操作方法: 识别侵略信号: 观察气泡在关键支撑位
Meravith Scanner
Ivan Stefanov
5 (3)
MERAVITH SCANNER 是一款适用于 MetaTrader 5 的专业金融市场指标,将多种分析工具整合为一个统一的系统。它基于专有的成交量加权平均价格(VWAP)方法自动完成所有计算,完全消除主观判断。 该指标适用于所有资产类别(外汇、股票、指数、大宗商品、加密货币)以及从 M1 到 Monthly 的所有时间周期。其核心原理是价格跟随成交量。MERAVITH 识别机构资金成交量的集中区域,并从该集中区域中推导出数学上精确的价格水平。它不预测,不推测。它只计算。 使用 MERAVITH SCANNER,您可以在 2–3 分钟内扫描全部 28 个主要外汇货币对的所有时间周期。您也可以扫描任何您选择的市场——例如,大约 100 只股票约需 10 分钟。 该指标计算耗尽水平、平衡线、偏差、统计水平以及目标投射。 图表元素 Origin Point 标记所有计算的起始位置。指标会自动将其放置在最佳位置。红色标签(TOP)表示市场高点并带有看跌倾向。绿色标签(BOTTOM)表示市场低点并带有看涨倾向。 Sentiment Line 是一条动态曲线,反映基于成交量加权计算得出的市场情绪。
MasterTrend
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
Chimera Volume
Marko Milenkovic
适用于 MetaTrader 5 的 Chimera Volume 高级成交量分析与市场活跃度可视化 Chimera Volume 是一款为 MetaTrader 5 设计的自定义指标,旨在通过动态视觉框架分析标准化成交量活跃度,并展示市场参与度的变化。 该指标利用自适应标准化算法处理 Tick 成交量数据,生成关于成交量强度、累积阶段以及不同市场条件下活跃度变化的结构化表达。 与显示原始成交量数值的标准成交量指标不同,Chimera Volume 应用了额外的计算方法,以突出市场活动的相对变化并提高图表的可读性。 主要功能 根意图直方图 (Root Intent Histogram): 一种动态直方图,用于可视化标准化成交量强度和市场参与度。该直方图使用自适应颜色过渡,以区分活跃度增加时期与参与度减弱时期。 惯性线 (Inertia Line): 一条由标准化成交量计算得出的平滑分析线。旨在帮助交易者观察成交量动能的变化,并监控扩张期与收缩期之间的转换。 信号线 (Signal Line): 一个用于比较短期和长期成交量表现的次级计算层,在评估市场状况时可作为辅助参考。 自适应成交量
Meravith MT5
Ivan Stefanov
5 (3)
做市商工具。 Meravith 将: 分析所有时间周期并显示当前正在运行的趋势。 标注流动性区域(成交量均衡区),即多头与空头成交量相等的位置。 在您的图表上直接显示来自不同时间周期的所有流动性水平。 生成并展示基于文本的市场分析供您参考。 根据当前趋势计算目标位、支撑位和止损位。 计算交易的风险回报比。 根据您的账户余额计算仓位大小,并估算潜在利润。 在市场出现重大变化时,Meravith 还会发出警告。 指标的主要线条: 多头/空头成交量衰竭线 —— 作为目标位使用。 趋势线 —— 指示市场趋势方向。根据市场是多头还是空头而改变颜色,并作为趋势支撑。其颜色主要反映市场情绪。 成交量均衡线(Eq)—— Eq(Volume Equilibrium)是系统的核心。它表示买卖双方成交量的平衡点,即市场流动性所在位置。向上突破 Eq 表示多头倾向,向下突破 Eq 表示空头倾向。突破后,应等待回调——当价格回到相反趋势的偏离线或衰竭线附近时。 使用方法:只需将其添加到图表中。 Meravith 可以分析一切——趋势和回调。 趋势线与某条成交量衰竭线之间的距离越大,说明该方向的成交量越高。 趋势
作者的更多信息
# AUTO TREND LINE ASSISTANT v2.0 ### MQL5 Market — Ürün Açıklaması / Çalışma Mantığı / Kullanım Talimatları --- ## ÜRÜN AÇIKLAMASI (MQL5 Market Listing) **Auto Trend Line Assistant v2.0**, piyasanın anlık yönünü otomatik olarak analiz eden ve kurallara dayalı şekilde yalnızca doğru trend çizgisini çizen akıllı bir MetaTrader 5 göstergesidir. > **Tek cümleyle:** Yükselen piyasada sadece eğik destek, düşen piyasada sadece eğik direnç — fazlası yok, eksiği yok. Klasik trend çizgisi araçlar
筛选:
无评论
回复评论