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.
おすすめのプロダクト
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
このインジケーターは実践的なトレードに最適な自動波動分析のインジケーターです! 場合... 注:   Tang Lun (Tang Zhong Shuo Zen) の命名規則の影響で、私は波のグレーディングに西洋の名前を使用することに慣れていません。基本的な波を ペン 、二次波のバンドを セグメント と名付けました。同時に、 セグメント にはトレンドの方向が指定されます (この命名方法は将来のノートで使用されます。最初に言っておきます)。ただし、アルゴリズムは曲がりくねった理論とはほとんど関係がないため、付けるべきではありません。これは、私の市場分析 によって要約された、絶えず変化する複雑な運用ルール を反映しています。 バンドは標準化され、人によって異なることがないよう定義されており、市場参入を厳密に分析する上で重要な役割を果たす人為的な干渉の描画方法が排除されています。 このインジケーターを使用することは、取引インターフェイスの美しさを改善することと同等であり、元の K ライン取引を放棄し、取引の新しいレベルに連れて行きます。また、宣伝の観点から顧客の認識も向上します。 イ
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 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
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
INTENSYWNY SCALPER PRO — Sistema de Scalping Completo em um Único Indicador 1. Adaptive ATR-Based Targets — Works on Any Market & Timeframe 1. Alvos Adaptativos Baseados em ATR — Funciona em Qualquer Mercado e Timeframe 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. O espaçamento do take-profit e a
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 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) トレーダー向けに特別に最適化されており、複雑な市場構造を単一のプロフェッショナルなダッシュボードに集約します。 なぜ Gold Confluence Pro なのか? 市場には数千の「売買」インジケーターが存在します。しかし、プロは単純なサインではなく、**「コンフルエンス(根拠の重なり)」**を重視します。GCP v2.14 は 5 つの異なるレイヤーで市場を分析し、すべての条件が完璧に整ったときのみアラートを発信します。 主な特徴 1. インテリジェントなオーダーブロック (OB) 検知とスコアリング ただの四角形ではありません!当社のアルゴリズムは、 ディスプレイスメント (Di
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 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
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 の新しい自動取引ボット Automatictrading は、SchermanActionPro をご紹介できることを誇りに思っています。 注目の機能:  • 設定可能なインジケーター: Ivan の推奨に従って、平均とローソク足の数を調整します。  • 運用の柔軟性: 購入か販売かを選択します。  • 利益確定: ATR または逆シグナルに基づく固定オプション。  • Loss Stop: ATR または逆の信号に従って固定に設定可能。  • ロットタイプ: 固定ロットの選択、アカウントの % または固定金額での固定リスク。  • 最大バッチ保護: 設定可能。  • ピップと滑りのサイズ: 完全に調整可能。  • フィルタと出力: ATR およびスプレッド レベルに従って入力フィルタと出力フィルタをアクティブにします。  • 利益確定と部分損失決済: レベルごとに設定可能。  • トレーリングストップと損益分岐点: 距離、パーセンテージ、スリッページを設定可能。  • キャンドルの数による出力: 設定可能
SwiftCap Trinity EA | 金取引およびプロップファーム取引向けマルチストラテジーMT5 EA SwiftCap Trinity EAは、4つの独立した取引システムを1つの統一された規律あるフレームワークに統合した、プロ仕様の マルチストラテジーMT5エキスパートアドバイザー です。 Trinityは、単一の戦略や市場状況に依存するのではなく、適応性を重視して設計されています。様々な市場環境において 、バランスの取れた、体系的で一貫性のある自動取引アプローチ を提供します。 設定ファイルは不要です。 プロップファームと完全互換 注:数量限定販売です。価格は近日中に値上げ予定です。 取引仕様 プラットフォーム:   MetaTrader 5(MT5) 対応銘柄: 金(XAUUSD) 時間枠: 任意の時間枠で動作します ブローカーサーバー時間:   GMT+2またはGMT+3のみ 口座タイプ: ヘッジング必須 最低入金額:   500ドル(残高に応じて変動可能) レバレッジ :小額口座の場合は1:100以上を推奨 VPS: 安定した24時間/週5日の運用には、VPSを強
Brilliant Reversals MultiCurrency Scanner MT5は、複数の通貨ペアにおける潜在的な反転ポイントを特定しようとするトレーダーのために設計された最先端のトレーディングインジケーターです。高度なアルゴリズムを活用することで、このツールは瞬時に洞察を提供し、トレーディング戦略を最適化しようとする初心者と経験豊富なトレーダーの両方にとって非常に貴重です。 このインジケーターは、市場の状況に基づいてリアルタイムの売買シグナルを提供することで、トレーダーの意思決定を強化し、取引パフォーマンスを向上させます。包括的なダッシュボードとアラート機能を備えており、主要な通貨ペアを簡単に監視し、市場の機会に迅速に対応できます。 MQL製品のインストールガイド | MT4/MT5で購入したMQL製品の更新 | 一般的なトラブルシューティングガイド | インジケーター設定 / ガイド 主な特徴 バッファ統合: インジケーターの値をアクセス可能なバッファとして公開し、Expert Advisorがシグナルベースのトレーディングを効果的に利用できるようにします。 視覚的矢印シ
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) Comprehensive Documentation 1. Introduction The MTF Scanner S/R & EMA Confluence EA (v3.50) is a rule-based automated trading system developed for MetaTrader 5 , designed to identify and execute high-probability trading opportunities across multiple timeframes. This Expert Advisor integrates: Price Action structure Support & Resistance (S/R) zones Exponential Moving Average (EMA) confluence By combining these elements, the EA aims to deliver consisten
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 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
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 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 を使用したライブトレードシグナル : シグナル (取引は 自動的に Quantum Trade Assistant によって実行され、この製品に 無料 で含まれています。) 価格プラン: 現在価格: $169 (早期購入者向けオファー) 次回予定価格: $189 予定小売価格: $299 開発者からのお知らせ: ご購入後、 最新の推奨設定ファイル(Set File) 、運用アドバイス、および他の M1 Quantum ユーザーと交流できる VIPサポートグループ への招待をご希望の場合は、お気軽にご連絡ください。 よくある質問 - 設定ファイル - インストールガイド M1 Quantum は、M1専用のプロフェッショナルトレーディングシステムであり、ストップロス、テイクプロフィット、スマートな資金管理を内蔵した、迅速かつ正確な取引シグナルを提供します。 M1 Quantum は、 連続勝利 に重点を置いて口座を素早く成長させるために設計されたプロフェッショナルな資金管理を備えています。 M1 Quantum インジケーター の主な特徴 M1時間足 およびすべ
UZFX {SSS} スキャルピング・スマートシグナル v4.0 MT5は、変動の激しい市場において正確かつリアルタイムのシグナルを求めるスキャルパー、デイトレーダー、スイングトレーダー向けに設計された、リペイントのない高性能な取引インジケーターです。(UZFX-LABS)によって開発されたこのインジケーターは、価格行動分析、トレンド確認、スマートフィルタリングを組み合わせることで、すべての通貨ペアおよび時間軸において、高確率の売買シグナル、警告シグナル、トレンド継続の機会を生成します。 トレードの判断に迷うのはもうやめましょう。明確さ、正確さ、そして規律ある市場執行を求めるトレーダーのために設計された、体系的なシグナルシステムに従い始めましょう。 私のおすすめ* 最適な時間足:15分足以上。 {H1} が私のお気に入りです。そして、その成果は驚異的です…!! 主な機能の更新 • 自動売買シグナル検出 • 高度な反転認識ロジック • 市場反転の可能性に先立つ早期警告シグナル • トレンド継続確認シグナル • エントリー、ストップロス、TP1、TP2、TP3レベルを備えた組み込み型
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 Pro GEM Signal Pro は、MetaTrader 5 向けのトレンドフォロー型インジケーターです。より明確なシグナル、より整理されたトレードセットアップ、そして実用的なリスク管理をチャート上で確認したいトレーダーのために設計されています。 単純な矢印だけを表示するのではなく、GEM Signal Pro はトレード全体の考え方を、より見やすく分かりやすい形で表示します。条件が確認されると、インジケーターはエントリー価格、ストップロス、利確目標をチャート上に表示し、トレードセットアップをより効率的に確認できるようにします。 動作の仕組み このインジケーターは、まず内部ロジックに基づいて有効なシードシグナルを検出します。 確認条件が満たされると、GEM Signal Pro はチャート上に完全なセットアップを表示します。これにより、トレーダーはトレード構造をより明確に把握し、手作業による分析を減らすことができます。 チャート上のトレードレベル 確認済みシグナルに対して、GEM Signal Pro は以下を表示できます。 エントリー価格 ストップロス テ
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro:MT5向け合成マルチタイムフレーム・バイアスエンジン ️ サマー・ローンチ・オファー — The Oracle Pro を 199 USD で(早期購入者向け)。価格は普及に応じて上昇します。最終価格 399 USD。 The Oracle Pro は、要求の高いプロのトレーダーのために作られた MetaTrader 5 向けのプレミアム・マルチタイムフレーム バイアスエンジン です。ひとつの問いに規律をもって答えます。すなわち、各タイムフレームの現在の方向バイアスは何か、その強さはどれほどか、そしてタイムフレーム同士はどれだけ一致しているか。すべては確定足のみで計算され、リペイントはありません。 The Oracle Pro はマルチファクター・コンセンサス・システムです。独自のインジケーターと最適化されたアルゴリズムを単一の高度なコンセンサス・ベクトルに統合し、それを単一のインジケーター・インスタンス内で現在足と上位足のスタックにわたって読み取ります。複数のチャートにばらばらのツールを積み重ねる代わりに、です。 これは Oracle コンセンサス手法
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"
相場が本当は何をしているのかを見抜く。   3つの市場フェーズ(収縮・拡張・トレンド)を目の前でライブに捉え、トレンド・フェーズの初期段階でより優れたエントリーを取りましょう   。      当て推量はもう終わり。機関投資家やスマートマネーのように相場を読み始めましょう。   Apex Market Structure Pro(MT5版)は、ノイズを取り除き、あらゆるローソク足の下にある真の構造を見せる高精度のスマートマネー分析ツ   ールです。流動性、構造転換、蓄積ゾーン、トレンドバイアスを、ひとつのクリーンでプロフェッショナルなオーバーレイに集約します。遅行   指標に見切りをつけ、明晰さをもってトレードする準備のできた本気のトレーダーのために作られました。   重要:本インジケーターは Heikin Ashi(平均足)ローソク足での動作を前提に設計されています。使用前にチャートを Heikin Ashi   に設定し、その真価を解き放ってください。分析のすべては Heikin Ashi の価格の流れを軸に構築されています。Apex Market Structure Pr
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
このインジケーターは、市場で 関心が示されたゾーン をハイライトし、その後に 注文の蓄積ゾーン を表示します。 これは、大規模な**板情報(オーダーブック)**のように機能します。 これは、 巨大な資金 のためのインジケーターです。その性能は卓越しています。 市場にどんな関心が存在していても、 必ず目に見えるようになります 。 (これは 完全に再設計され、自動化されたバージョン です。もはや手動分析は必要ありません。) トランザクションスピード(取引速度) は新しい概念のインジケーターで、市場で大口注文が どこに・いつ 集中しているかを示し、それに基づいたチャンスを提供します。 トレンドの変化を 非常に早い段階 で察知することができます。 FXでは「出来高」と呼ばれているものは誤解されています。実際には、これは 時間あたりの価格変動量 です。したがって、正しい名称は トランザクションスピード です。 考え方・行動・分析の仕方すべてが問われます。 分析パラダイムの転換は非常に重要です。 このインジケーターは、FXにおける出来高の考え方を 根本から再定義 し、論理的な形で正確に活用する、
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層フィルター・自動TP/SL・品質スコア・サイン履歴保存搭載 XAUUSD完全トレードシステム リアルタイムでリペイントしません。サインが出た瞬間、矢印・エントリー・TP・SLはその場で固定され、後から動きません。あなたがトレードするのは、この「リアルタイムで出たサイン」です。さらにv7.20では、実際に通知されたサインを自動保存し、再起動後もそのまま復元します。 購入者限定特典 買い切りライセンスをご購入いただいた方に、AI Zone Radar($59相当)+完全PDFマニュアルを無料プレゼント。本体価格に$59相当の特典が付いてきます。購入後にMQL5でメッセージをお送りください。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高く評価されています。 あな
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 ️ サマーセール — 夏至とThe Oracle Proの発売を記念して、Azimuth Proが30%オフ。現在279 USD(通常399 USD)。期間限定の夏季オファー。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、
Quant Direction は、3次元の市場分析ツールです。完全に客観的なアルゴリズムベースの市場分析を提供し、様々なパラメータにわたる正確なパーセンテージ偏差を同時に算出します。高度なAI搭載モデリングツールで開発され、厳密なテストを経て開発されたこのアルゴリズムは、かつてない精度で市場を分析するように設計されています。プラットフォーム上では、あらゆる通貨ペアや金融商品を分析できます。 短期取引、デイトレード、スイングトレードなど、どのような取引スタイルに も、Quant Directionは最適な選択肢です。 オペレーターの本当の利点 Quant Directionの真の利点は、感情、眼精疲労、過剰分析を完全に排除できる点にあります。方向性を探るために何十ものチャートを手作業で精査したり、自分の好みを常に疑ったりする必要がなくなります。このシステムは、8つの時間間隔(5ヶ月から月単位まで)をミリ秒単位で処理します。あらゆる瞬間に市場を支配している主体を正確に明らかにし、常に成功確率が最も高い方向で取引できるようにします。 市場分析の3つの側面 このアルゴリズムは市場を3つの
多くの矢印インジケーターは、シグナルだけを表示して、その後の判断をすべてトレーダーに任せてしまいます。KT Alpha Hunter Arrows は、完整なトレードプランをチャート上に提示します。 各シグナル矢印が表示されるたびに、エントリーライン、ストップロス、4つのテイクプロフィット水準、そして現在の銘柄と時間足が今トレードに値するかどうかを示すリアルタイムのエッジ判定が、すでに描画された状態で表示されます。付属の Trade Manager EA は、あなたが手動でエントリーした後の実行管理を担当し、相場が荒れて判断がぶれやすい場面でも規律あるトレードを保ちやすくします。リペイントなし。確定足シグナルのみ。Forex、ゴールド、指数、その他あなたが取引するあらゆる銘柄に対応します。 主な機能 リペイントしない買い矢印と売り矢印を、足の確定後にのみ表示。 各シグナルに、エントリーライン、構造的ストップロス、4つのテイクプロフィット水準を表示。 Edge Dashboard が、現在のチャートで買いセットアップと売りセットアップを別々に評価。 判定システム:No Edge、Mar
収益性の高い取引機会を簡単に特定するのに役立つ強力な外国為替取引インジケーターをお探しですか?ビースト スーパー シグナル以外に探す必要はありません。 この使いやすいトレンドベースのインジケーターは、市場の状況を継続的に監視し、新しいトレンドを検索したり、既存のトレンドに飛びついたりします。ビースト スーパー シグナルは、すべての内部戦略が一致し、互いに 100% 合流したときに売買シグナルを発するため、追加の確認は不要です。シグナル矢印アラートを受け取ったら、単に売買します。 購入後、プライベート VIP グループに追加されるようにメッセージを送ってください! (完全な製品購入のみ)。 購入後、最新の最適化されたセット ファイルについてメッセージを送ってください。 MT4版は こちらから。 Beast Super Signal EA は こちらから 入手できます。 コメント セクションをチェックして、最新の結果を確認してください。 ビースト スーパー シグナルは、1:1、1:2、または 1:3 のリスクと報酬の比率に基づいて、エントリー価格、ストップ ロス、テイク プ
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: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
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
CGE Trading Suite
Carl Gustav Johan Ekstrom
5 (2)
Institutional-Grade Analytics for MT5 The full analytical edge of a professional trading desk, built into your MT5 chart. CGE Trading Suite is an indicator system of 17 integrated modules covering market structure, timing, momentum, and capital flow — combined into a single chart-based workspace. Why CGE Trading Suite? The suite empowers traders with structure, confidence, and consistent performance across all markets and time frames. Hover over any signal or tool on the chart to instantly see
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 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
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 をご紹介します。このインジケーターは、複雑なボリュームデータを明確な視覚信号に変換し、「スマートマネー」がどこに配置されているかを正確に特定することを可能にします。 BTCUSD 専用に最適化 このインジケーターは、 BTCUSD のボラティリティと特有の挙動に合わせて細かく調整されています。市場のノイズを排除し、本当に重要な動きだけを強調するため、常にトレンドの正しい側に立つことができます。 ドミナンス・ビジュアルマップ(デルタカラー) 直感的なカラーコードにより、市場のセンチメントを瞬時に把握できます。 シアンのバブル(強力な買い): 買い手による攻撃的な支配を表します。価格が強い確信を持って押し上げられているサインです。 マゼンタのバブル(強力な売り): 圧倒的な売り圧力を示します。市場が機関投資家の供給によって支配されている状態です。 バブルのサイズ: バブルが大きいほど、ボリュームの不均衡(デルタ)が大きいことを意味します。巨大なバブルは、大
MERAVITH SCANNERは、MetaTrader 5用のプロフェッショナルな金融市場インジケーターで、複数の分析ツールを一つの統合システムにまとめています。独自の出来高加重平均価格(VWAP)手法を使用してすべての計算を自動で行い、主観的な解釈を完全に排除します。 このインジケーターは、すべての資産クラス(FX、株式、指数、商品、暗号通貨)およびM1から月足までのすべての時間軸で動作します。基本原理は「価格は出来高に従う」というものです。MERAVITHは機関投資家の出来高が集中するポイントを特定し、その集中から数学的に正確な価格レベルを導き出します。予測や投機は行わず、計算のみを行います。 MERAVITH SCANNERを使用すると、28の主要FX通貨ペアをすべての時間軸でわずか2~3分でスキャンできます。また、任意の市場をスキャンすることも可能です。例えば、約100銘柄の株式を約10分でスキャンできます。 インジケーターは、消耗レベル、均衡線、偏差、統計レベル、およびターゲット予測を算出します。 チャート要素 Origin Point :すべての計算が始まる起点です。イン
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 の日本語訳です。 MetaTrader 5用 Chimera Volume 高度な出来高分析と市場活動の可視化 Chimera Volumeは、MetaTrader 5向けに設計されたカスタムインジケーターです。正規化された出来高の動きを分析し、動的な視覚的フレームワークを通じて市場参加者の変化をリアルタイムで表示します。 このインジケーターは、適応型正規化アルゴリズムを用いてティック出来高データを処理し、出来高の強さ、蓄積フェーズ、および異なる市場条件下での活動シフトを構造化して表現します。 生の出来高を表示する標準的なインジケーターとは異なり、Chimera Volumeは追加の計算を適用することで、市場活動の相対的な変化を強調し、チャートの視認性を向上させます。 主な機能 ルート・インテント・ヒストグラム (Root Intent Histogram): 正規化された出来高の強さと市場参加度を視覚化する動的ヒストグラムです。適応型カラー・トランジションを採用しており、活動の活発化と参加の減少を明確に区別します。 慣性ライン (Inertia
作者のその他のプロダクト
# 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
フィルタ:
レビューなし
レビューに返信