Support and Resistance ACPG

Support And Resistance ACPG Indicator 

The Support And Resistance ACPG Indicator  (developed by Grok by xAI) is an advanced tool for the MetaTrader 5 (MQL5) platform, designed to identify and visualize support and resistance zones on a price chart. Unlike traditional support and resistance indicators, the ACPG method combines a dynamic approach based on swing points, volatility analysis using the Average True Range (ATR), and an adaptive clustering system to detect high-relevance zones in the market. Below, we detail its functionality, features, the meaning of "ACPG," and how it differs from other support and resistance indicators.

---

### **Indicator Features**

1. **Swing Point Identification:**
   - The indicator detects swing highs and swing lows in the price, defined by a configurable number of bars on each side (`SwingStrength`). This ensures that only significant price movements are considered.
   - Auxiliary functions (`IsSwingHigh` and `IsSwingLow`) determine whether a bar is a relative high or low within a specified range of bars.

2. **Dynamic Support and Resistance Zones:**
   - Zones are constructed by grouping nearby swing points in price, using a dynamic threshold based on the ATR (`ThresholdMultiplier`). This makes the zones adaptive to market volatility.
   - Each zone is drawn as a rectangle (`OBJ_RECTANGLE`) spanning the price range of the grouped swing points, extending visually 20 bars into the future for easier interpretation.

3. **Zone Labeling:**
   - Each support or resistance zone includes a label (`OBJ_TEXT`) indicating its type ("R" for resistance, "S" for support) and the zone’s strength (`cur_str`), which represents the number of swing points it comprises.
   - Resistances are drawn in red, and supports in green, with fill enabled to visually highlight key areas.

4. **Configurable Parameters:**
   - `Lookback`: Number of historical bars analyzed (default: 300).
   - `SwingStrength`: Number of bars on each side to confirm a swing point (default: 5).
   - `ThresholdMultiplier`: ATR multiplier to define the clustering threshold (default: 0.8).
   - `MinPoints`: Minimum number of swing points required to form a zone (default: 3).

5. **ATR Usage:**
   - The indicator uses the ATR (period 14) to set a dynamic threshold (`threshold = ATR * ThresholdMultiplier`) that determines when swing points are close enough to form a zone. This ensures zones are relevant based on market volatility.

6. **Object Cleanup and Management:**
   - Before each calculation, the indicator deletes all previous graphical objects (`ObjectsDeleteAll`) to avoid clutter and ensure displayed zones are current.
   - Graphical objects (rectangles and labels) are set as non-selectable and hidden from the object list to keep the chart clean.

7. **Performance Optimization:**
   - Uses a dummy buffer (`DummyBuffer`) with `DRAW_NONE` to meet MQL5 requirements, but the indicator focuses on graphical objects rather than drawing lines.
   - Only processes data when sufficient bars are available (`rates_total >= Lookback + 2 * SwingStrength`) and handles ATR errors to prevent failures.

---

### **What Does ACPG Mean and Why Is It Innovative?**

**ACPG** stands for **"Adaptive Clustering Price Grouping"**. This name reflects the core methodology of the indicator, which combines:

1. **Adaptive Clustering:**
   - Unlike traditional methods that identify support/resistance levels based on exact prices or simple averages, ACPG groups nearby swing points using a dynamic ATR-based threshold. This identifies more robust support/resistance zones by considering price ranges where the market has repeatedly shown rejection.

2. **Volatility-Based Approach:**
   - Using ATR as the basis for the clustering threshold makes the indicator adaptable to different market conditions. In volatile markets, zones are wider; in stable markets, they are narrower.

3. **Zone Strength Quantification:**
   - The indicator calculates the "strength" of each zone (`cur_str`) based on the number of swing points it includes. This provides a quantitative measure of the zone’s relevance, a feature not commonly found in other indicators.

4. **Clear Visualization:**
   - Zones are represented as filled rectangles, making it easy to identify key price areas visually. Labels with zone strength add valuable information for traders.

---

### **Differences from Other Support and Resistance Indicators**

The ACPG indicator stands out from other support and resistance indicators (such as Pivot Points, Fibonacci, or psychological level-based indicators) for the following reasons:

1. **Zones Instead of Lines:**
   - While many traditional indicators draw horizontal lines at specific levels, ACPG identifies **zones** (price ranges) where multiple swing points converge. This is more realistic, as support and resistance in real markets are typically ranges, not exact prices.

2. **Volatility Adaptation:**
   - Most support/resistance indicators use fixed or predefined levels (e.g., previous highs/lows or Fibonacci levels). ACPG uses ATR to dynamically adjust zone sizes, making it more adaptable to different instruments and market conditions.

3. **Strength Quantification:**
   - Unlike indicators like Pivot Points, which do not indicate the relative importance of each level, ACPG displays the "strength" of each zone based on the number of grouped swing points. This helps traders prioritize zones with a higher likelihood of acting as support or resistance.

4. **Noise Reduction:**
   - By requiring a minimum number of swing points (`MinPoints`) to form a zone, the indicator filters out weak or irrelevant levels, reducing chart clutter compared to indicators that draw multiple levels without clear criteria.

5. **Predictive Extension:**
   - Zones extend 20 bars into the future, helping traders visualize how prices might interact with these areas in the short term, a feature not commonly offered by other indicators.

6. **Custom Algorithm:**
   - The combination of swing point analysis, ATR-based clustering, and zone strength labeling is a unique methodology not found in standard indicators like Fibonacci, Pivot Points, or moving average-based indicators.

---

### **Advantages of the Indicator**

- **Flexibility:** Adjustable to different timeframes, instruments, and market conditions through configurable parameters.
- **Visual Clarity:** Colored zones and labeled strength make it easy to interpret key price levels.
- **Dynamic Relevance:** ATR adaptation ensures zones are meaningful in the current market context.
- **Quantitative Strength:** The strength metric helps prioritize zones with a higher probability of acting as support or resistance.

---

### **Limitations**

- **Parameter Dependency:** The indicator’s effectiveness depends on properly configuring `Lookback`, `SwingStrength`, `ThresholdMultiplier`, and `MinPoints`. Incorrect settings may produce irrelevant zones.
- **Update Delay:** As it analyzes a fixed number of bars (`Lookback`), there may be a delay in detecting new zones in highly dynamic markets.
- **Computational Complexity:** On charts with many bars or large `Lookback` settings, calculating swings and zones can be resource-intensive.

---

### **Conclusion**

The **ACPG** indicator is a powerful and unique tool for identifying support and resistance zones in the market, distinguished by its adaptive clustering approach, ATR-based threshold adjustments, and quantification of zone strength. Its name, **Adaptive Clustering Price Grouping**, reflects its ability to dynamically group swing points, providing traders with a more accurate and relevant view of key price areas. Compared to traditional indicators, ACPG offers a combination of flexibility, visual clarity, and robustness, making it an ideal tool for traders seeking an advanced technical analysis solution in MQL5.
おすすめのプロダクト
This indicator is a **Pivot-Confluence Zone Identifier** that focuses exclusively on identifying key support and resistance levels where price clusters align with classic pivot points. Here's what it does: ## Core Functionality **Pivot Confluence Detection**:  - Only displays price zones that align with classic pivot point levels (R1, R2, R3, S1, S2, S3) - **Excludes the main pivot point** - focuses only on support and resistance levels - Uses a configurable pip range to detect confluence nea
FREE
Pivot points are support and resistance levels a large part of the market watches every session, and they are the same calculation on every chart. This   Pivot Points   tool builds them for you from the previous closed candle and draws them for you, with the central pivot, resistance and support each labelled and measured against current price. Three calculation methods Classic   floor pivots: the standard central pivot, R1 to R3 and S1 to S3. Fibonacci : the pivot with resistance and support pr
FREE
Detailed Description: The   Pivot Points Indicator   is designed for traders who rely on pivot points, midpoints and support/resistance levels for their trading strategies. By automatically calculating and plotting these levels (based on   the   previous period's high, low, and close prices) , the indicator provides a clear, visual representation of critical price areas where the market may reverse or break out.The tool is particularly useful for day traders and swing traders looking to base th
FREE
Pivot Points MT5 is a universal color multicurrency/multisymbol indicator of the Pivot Points levels systems. You can select one of its three versions: Standard Old, Standard New and Fibo . It plots pivot levels for financial instruments in a separate window . The system will automatically calculate the Pivot Point on the basis of market data for the previous day ( PERIOD_D1 ) and the system of support and resistance levels, three in each. A user can choose colors for the indicator lines. The on
Golden Delta Library — Free MT5 Tools Market Description Short Description Golden Delta Library is a free MT5 toolkit for traders who want cleaner chart structure, Renko-based context, risk planning, and practical execution panels. The collection includes Renko indicators, SuperTrend / ADX Renko variants, XAUUSD helper panels, and RiskLab TradeDesk tools. Each product is designed to be lightweight, visual, and useful on live charts without promising automated profits or replacing trader judgme
FREE
Smc Session Killzone and Breakout The Smc Session Killzone and Breakout indicator automates the institutional session trading model for MetaTrader 5. It draws the Asian, London, and New York session ranges as labelled boxes on the chart, detects when price sweeps beyond the Asian session high or low, and fires a non-repainting entry signal after a Market Structure Shift is confirmed. All signals are based on closed bars and do not repaint. The underlying model follows the sequence that institut
FREE
The FVG Sessions indicator highlights the first fair value gap of the trading session as well as the session range. Detected fair value gaps extend to the end of the trading session. Alerts are included on the formation of a session fair value gap, price being within a session fair value gap, mitigations, and price crossing session fair value gaps average. Trader ICT states that the first fair value gap of the trading session can attract the most significant reaction. Having only one FVG per
AliPivot Points is a Meta Trader 5 Indicator that draws you the latest pivot points. You can choose from timeframes ranging from 1 Minute to 1 Month. Calculation methods for pivot points includes: Classic Pivot Points Camarilla Pivot Points Fibonacci Pivot Points Woodie Pivot Points You can personalize the line colors, style, and width to suit your preference. The indicator displays values on the right side of the chart. AliPivot Points values can also be utilized by developers for creating Expe
FREE
Pivot Point Multi-Method with Dashboard This indicator is a technical analysis tool designed to calculate and display horizontal support and resistance levels based on various Pivot Point methodologies. It is built using the MQL5 Canvas library, ensuring efficient performance and a clean visual presentation on the chart. The tool calculates levels using the data from the previous completed candle of a user-defined reference timeframe. This ensures that the levels remain fixed for the duration of
FREE
Support & Resistance MT5 Description Support & Resistance MT5 is a MetaTrader 5 indicator that automatically identifies and draws support and resistance levels on the chart. The indicator helps traders quickly locate important price levels that may act as areas of buying or selling interest, reducing the need to draw levels manually. It is suitable for traders who use support and resistance as part of their technical analysis. Features Automatic support level detection Automatic resistance level
PivotForge
Alexandre Vincent Traber
概要 PivotForgeは、クラシック方式またはフィボナッチ方式を使用して、日足または週足のピボットポイントをチャート上に直接計算・描画します。レベルは各新期間の開始時に自動更新されます。 仕組み 直前に完了した日足または週足を基準期間として使用 クラシックまたはフィボナッチの計算式でピボット(PP)、レジスタンス(R1-R3)、サポート(S1-S3)を算出 現在の期間全体にわたる水平線を、それぞれ価格ラベル付きで描画 新しい期間(日または週)ごとに自動的に再描画 入力パラメータ Pivot_Timeframe: 日足または週足の計算期間 Pivot_Method: クラシックまたはフィボナッチ Show_S3_R3: 外側レベルの表示切替 Line_Style: ラインスタイル Line_Width: ライン幅 Show_Price_Labels: ラベル横に価格を表示 Color_PP: ピボットラインの色 Color_R1 / Color_R2 / Color_R3: レジスタンスラインの色 Color_S1 / Color_S2 / Color_S3: サポートラインの色
FREE
This script provides basic pivot point Support and Resistance Levels to the user whilst displaying Break signal tags. It also has the ability to let the user display more significant breaks by filtering using the Volume Oscillator. Only more significant breaks of these basic levels are displayed to the user when optimized which avoids noise and messy signals. It will also display breaks with candles it deems to be bullish (e.g. having a longer upper or lower wick). Notation The notation
The previous day's high and low, the weekly open, last week's range: these are the lines most traders redraw by hand every morning. This   Daily Weekly Monthly Key Levels   tool draws them for you, automatically and accurately, and tells you how far price sits from each. No signals, no repaint, no clutter. What it draws Previous day   high, low and close. Previous week   high and low. Daily and weekly open , the developing opens watched heavily intraday. Previous month   high and low (optional).
FREE
This indicator is based on Mr. Mark Fisher's ACD strategy, based on the book "The Logical Trader." - OR lines - A lines - C lines - Daily pivot range - N days pivot range - Customizable trading session - Drawing OR with the desired time Drawing levels A and C based on daily ATR or constant number - Possibility to display daily and last day pivots in color zone - Displaying the status of daily PMAs (layer 4) in the corner of the chart - Show the order of daily pivot placement with multi-day piv
FREE
Raymond Cloudy Day Indicator for MT5 – Pivot-Based Reversal and Trend Levels Raymond Cloudy Day Indicator is a pivot-based level indicator for MetaTrader 5 (MT5). It was developed by Ngo The Hung based on Raymond’s original idea and is designed to give a structured view of potential reversal zones, trend extensions and support/resistance levels directly on the chart. The default settings are optimised for XAUUSD on the H1 timeframe, but the indicator can be tested and adjusted for other symbols
FREE
SnR Engine
Muhammad Tamimul Huda
SnR Engine Basically, this is a Support and Resistance indicator like most others that use fractals to determine support and resistance levels. The difference is that this indicator determines whether a support or resistance level has been broken based on ATR. Levels that have been broken will become “dead levels” and will be shown with dashed lines. Levels that have many rejections and fail to be broken will have increasingly thicker lines. For effective use, you need to understand the charac
FREE
Smart Trendlines – No.1 Trendlines Indicator Smart Trendlines is a precision tool that automatically draws trendlines based on every valid pivot point, helping traders identify key support and resistance zones. It continuously adjusts as new market pivots form, providing a live and accurate reflection of price structure. Whether you’re tracking trends, preparing for reversals, or anticipating breakouts — this indicator keeps you one step ahead. It works seamlessly across all assets including For
Pivot Points Levels Description The Pivot Points Levels indicator is an advanced and comprehensive tool for technical analysis based on support and resistance levels calculated from pivot points. This free indicator combines 6 different calculation methods with support for multiple timeframes, offering a robust solution for identifying key price reversal and continuation areas. Key Features 6 Calculation Methods : Traditional, Fibonacci, Woodie, Classic, DeMark (DM), and Camarilla Multi-Timefram
FREE
LT Support Resistance - サポート&レジスタンスを100%自動で識別 手動でサポートラインやレジスタンスラインを引く作業に、時間を取られて疲れていませんか?あるいは、重要なレベルをいつも見落としてしまい、悔しい思いをしていませんか?LT Support Resistanceは、そのような煩わしい作業をなくすために開発されました。複数のタイムフレーム(時間足)を同時に分析し、取引しているアセットの最も重要なゾーンを自動的に識別してチャート上に描画します。 == 重要レベルのスマート自動化 == 主観的で時間の Gann(ガン)かかる手動のライン引きとは異なり、このインジケーターは価格の履歴を分析し、重要な反転ポイントを特定して、価格が「実際に」意識しているサポート・レジスタンスラインを描画します。その結果、客観的で素早い、データに基づいた分析が可能になります。 == 主な特徴 == 100% 自動検出: 手動による分析なしでサポート/レジスタンスを識別 マルチタイムフレーム (MTF): M5(5分足)チャート上に、H1、H4、D1、W1のレベルを同時に表示可能 ス
The utility draws pivot levels for the selected timefram in classic method. Pivot = (high + close + low) / 3 R1 = ( 2 * Pivot) - low S1 = ( 2 * Pivot) - high R2 = Pivot + ( high - low ) R3 = high + ( 2 * (Pivot - low)) S2 = Pivot - (high - low) S3 = low - ( 2 * (high - Pivot)) you can change the timeframe, colors and fontsize. also you can change the text for the levels. Have fun and give feedback...
FREE
The CPR (Central Pivot Range) Indicator is a powerful technical analysis tool designed to identify key support and resistance levels on your MetaTrader 5 charts. It calculates the Central Pivot (CP) as the average of the previous day's high, low, and close prices, providing a central reference point. Calculates and plots 11 pivot levels (CP, BC, TC, S1-S4, R1-R4) Adjustable lookback period (default: 5 days) Option to show or hide price labels with customizable size and offset Fully customizable
FREE
This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Woodie Pivots. Woodie’s pivot points are made up of multiple key levels, calculated from past price points, in order to frame trades in a simplistic manner. The key levels include the ‘pivot’ itself, and multiple support and resistance levels (usually up to three each). Traders use these levels as a guide for future price movements when setting up trades. The pivot : (Previous high + previous low + 2 x previous
FREE
This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Demark's Pivots. Calculations:     PP = X / 4     R1 = X / 2 - LOWprev     S1 = X / 2 - HIGHprev Uses: When the pair currency price may change the direction of movement. Possible constraints of support and resistance that creates plateaus for the currency pair prices. Tendency identification by comparing the present prices according to current day's pivot point and also the prior day's pivot points. ____________
FREE
Pivot Points are used by Forex traders to find support and resistance levels based on the previous day's price action. There are various ways to calculate pivot points, including averaging the open, high, low, and close of the previous day's chart price. Forex Traders use a combination of pivot points with moving averages to find trading opportunities in the currency markets. Pivot points are very useful tools that use the previous bars' highs, lows and closings to project support and resist
FREE
Auto Fib Retracements
Ross Adam Langlands Nelson
4.2 (5)
Automatic Fibonacci Retracement Line Indicator. This indicator takes the current trend and if possible draws Fibonacci retracement lines from the swing until the current price. The Fibonacci levels used are: 0%, 23.6%, 38.2%, 50%, 61.8%, 76.4%, 100%. This indicator works for all charts over all timeframes. The Fibonacci levels are also recorded in buffers for use by other trading bots. Any comments, concerns or additional feature requirements are welcome and will be addressed promptly. 
FREE
Fractal Market Structure CHoCH BOS MT5 Fractal Market Structure CHoCH BOS MT5 is a price-action indicator designed to identify market structure through confirmed fractal formations. Instead of relying only on traditional swing-point calculations, the indicator analyzes structured candle patterns to locate important highs and lows, detect changes in directional behavior, and display relevant market structure events directly on the chart. The indicator can identify bullish and bearish Break of Str
The Advanced Support and Resistance Indicator for MetaTrader 5 leverages sophisticated pivot point detection algorithms to autonomously identify and visualize critical price levels on the chart. Utilizing a configurable pivot period (default: 20 bars) and data source (High/Low or Open/Close), it intelligently scans historical price action within a user-defined loopback window (default: 290 bars) to pinpoint pivot highs and lows with strict validation criteria for enhanced precision. Pivots are d
FREE
Convenient drawing of parabolic channels by four points (two lower and two upper extremums). Additional control keys: N (New) - Start drawing a new channel. C (Clear) - Deletes the current channel. By default, the current channel is the last channel. But you can click on the line of any channel to make it current. Click on the gear in the upper right corner to set some parameters for all channels or the current channel. All work is visible from the animated Gif. Do not forget to express your w
FREE
AC Pivot Panel – Your Ultimate Pivot Trading Tool The   AC Pivot Panel   is a powerful yet user-friendly pivot point indicator designed to help traders identify key support and resistance levels with ease. Whether you’re a beginner or an experienced trader, this indicator simplifies pivot trading and enhances your decision-making process. Key Features : Interactive Selection Panel : Easily adjust pivot settings directly on the chart with a compact and intuitive panel. Multiple Pivot Methods : C
FREE
A pivot point is   an intraday technical indicator used to identify trends and reversals mainly in equities, commodities, and forex markets . Pivot points are calculated to determine levels in which the sentiment of the market could change from bullish to bearish, and vice-versa. the swing daily is an advanced pivot points indicator that grants the user control over many aspects of the trading levels that you'll get familiar with in the controls section  it's used mainly to locate intraday tr
このプロダクトを購入した人は以下も購入しています
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Smart Trend Trading System は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Smart Trend Trading System を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Smart Trend のシグナルを自動売買に変えることができます。 Smart Trend Trading System は、リペイントなし、再描画なし、遅延なしの完全なトレーディングシステムです。よりクリーンなシグナル、より明確なトレンド方向、そしてより整理された取引方法を求めるトレーダー向けに作られています。 Online course , manual and [download presets] . このシステムは、トレンド検出、反転ゾーン、Smart Cloud、トレーリングストップロジック、サポートとレジスタンス、ローソク足の色分け
Trend Sniper X
Sarvarbek Abduvoxobov
5 (8)
Trend Sniper X は、MetaTrader 5 用のマルチタイムフレーム・トレンドフォロー・インジケーターです。トレーダーがトレンドの方向性と反転ポイントを明確かつ正確に特定できるよう支援します。 価格情報: 現在の価格はキャンペーン価格であり、今後のアップデートや新機能のリリースに伴い変更される可能性があります。 Code2Profit チャンネル マルチタイムフレーム分析で市場をマスターしよう! 技術仕様 プラットフォーム MetaTrader 5 インジケータータイプ マルチタイムフレーム・トレンドインジケーター 操作タイムフレーム あらゆるチャートタイムフレームに対応。個別に選択可能な上位タイムフレーム (M1–MN1) を搭載 主要銘柄 FX、ゴールド (XAUUSD)、およびその他のCFD 推奨口座 あらゆる口座タイプに対応 視覚化 色分けされたトレンドローソク足 (買い/売り/弱気/変化) + 買い/売り矢印 追加モジュール セッション市場ボックス (シドニー、東京、ロンドン、ニューヨーク) 主な機能 マルチタイムフレーム・トレンド分析: 上位タイムフレームの
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
伝説が帰ってきました:Entry Points Pro 10。 MQL5 Marketのトップ3に3年間入り続けた伝説的インジケーターの再始動です。 2つのバージョンで合計589件の高評価レビュー、毎日数千人のトレーダーが実際のトレードに使用し、デモのダウンロードは31,000件以上   MT4+MT5 。 私はこの5年間に寄せられたレビューをすべて読み、約束を並べる代わりに、その答えをバージョン10に組み込みました。1999年から相場に携わり、 誠実さ、自らの評判、そして顧客を大切にする 作者による製品です。 Entry Points Proのエントリーシグナルは、リペイント(再描画)を一切行いません。 そして今回初めて、これは作者の言葉ではなく検証可能な事実になりました。確定シグナルはローソク足の終値確定後にのみ表示され、自動テストで リペイントはゼロ と確認されています(EURUSD、XAUUSD、BTCUSDで2,486,568回の不変条件チェック、違反0件)。検証方法は公開されており、ストラテジーテスターでご自身で再現できます。 ご購入後は、必ずすぐにダイレクトメッセージでご
SuperScalp Pro
Van Minh Nguyen
4.6 (30)
SuperScalp Pro – プロフェッショナル多層コンフルエンス・スキャルピングシステム SuperScalp Pro は、複数のコンフルエンスを組み合わせたプロフェッショナル向けスキャルピングシステムです。より高い確率のトレードチャンスを見つけられるよう設計されており、明確なエントリー確認、ATRに基づくStop LossとTake Profit、さらにXAUUSD、BTCUSD、主要なFX通貨ペアに対応した柔軟なシグナルフィルター機能を提供します。 完全なドキュメントは製品ブログにあります: [User Guide] SuperScalp Pro Auto Trader EA による自動売買が利用可能です: [Auto Trader] SuperScalp Pro のトレードロジックを基に開発されたゴールド自動スキャルピングEA: [SuperScalp Gold] SuperScalp Pro は、Supertrend、VWAP、EMA、RSI、ADX、出来高分析、ボリンジャーバンド、MACDダイバージェンスを組み合わせ、低品質なトレードセットアップをフィルタリングし
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a professional trading indicator built on Smart Money Concepts (SMC) , combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis , Points of Interest (POIs) , and real-time signals, th
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
M1 Quantum MT5
Hamed Dehgani
4.27 (11)
M1 Quantum を使用したライブトレードシグナル : シグナル (取引は 自動的に Quantum Trade Assistant によって実行され、この製品に 無料 で含まれています。) 価格プラン: 現在価格: $169 (早期購入者向けオファー) 次回予定価格: $189 予定小売価格: $299 開発者からのお知らせ: ご購入後、 最新の推奨設定ファイル(Set File) 、運用アドバイス、および他の M1 Quantum ユーザーと交流できる VIPサポートグループ への招待をご希望の場合は、お気軽にご連絡ください。 よくある質問 - 設定ファイル - インストールガイド M1 Quantum は、M1専用のプロフェッショナルトレーディングシステムであり、ストップロス、テイクプロフィット、スマートな資金管理を内蔵した、迅速かつ正確な取引シグナルを提供します。 M1 Quantum は、 連続勝利 に重点を置いて口座を素早く成長させるために設計されたプロフェッショナルな資金管理を備えています。 M1 Quantum インジケーター の主な特徴 M1時間足 およびすべ
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
GoldenX Entryは、MT5向けのインジケーターであり、適応型Smart Entry Trendアルゴリズム、シグナルスコアリングシステム、マーケットレジーム検出機能、およびボラティリティフィルターを備えています。各シグナルには、計算されたエントリーレベル、3つのテイクプロフィット(TP1、TP2、TP3)、およびストップロスレベルが含まれます。本インジケーターは、異なる市場環境に適応するために設計された複数の分析レイヤー上に構築されており、マルチレイヤー分析システムと内蔵オプティマイザーおよび統計トラッキングシステムを組み合わせています。リスク・リワード(RR)指標および過去のトレード履歴に基づく定量分析を提供します。 使い始めは簡単です — 選択した時間足でオプティマイザーを実行し、そのままチャート上でインジケーターを使用します。 コア機能 GoldenX Entryは、シグナルエンジンとトレード管理機能、そして過去統計トラッキングを1つのチャートに統合しています: - 内蔵オプティマイザー: オプティマイザーはチャート上でワンクリックで実行できます。200通りのパラメー
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Atomic Analyst は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Atomic Analyst を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Atomic Analyst のシグナルを自動売買に変えることができます。 Atomic Analyst は、リペイントなし、再描画なし、遅延なしの Price Action トレーディングインジケーターで、手動取引、シグナルの明確化、EA 自動化のために設計されています。 User manual: settings, inputs and strategy.   &   User Manual PDF . 価格行動、強さ、モメンタム、マルチタイムフレーム方向、高度なフィルターを分析し、トレーダーがノイズを減らし、弱いセットアップを避け、より構造化された取引判断を行えるようにします。 このイ
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
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
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
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
Zoryk Gold
Reda El Koutbane
5 (3)
ZORYK — MetaTrader 5専用 XAUUSDシグナル・トレードプランニングシステム このような経験はありませんか。 ゴールドを分析し、エントリーを待ち、ようやくポジションを持った直後に価格が逆方向へ動く。 早すぎる決済をしてしまったり、Stop Lossを動かしたり、数秒迷っている間にチャンスを逃したりする。 その後、相場は自分が最初に予想していた方向へ進み、目標へ到達する。 問題は常に方向判断ではありません。 本当の問題は、明確な計画がなかったことです。 どこでエントリーすべきか。 どこでトレードの前提が無効になるのか。 近い利益を確保すべきか、より大きな値動きを待つべきか。 現在のsetupが本当に強いのか、それとも無理にトレードを探しているだけなのか。 ゴールドは非常に速く動きます。 正しい分析でも、明確なプランがなければ数秒で悪い判断に変わることがあります。 ZORYKは、その問題を解決するために開発されました。 ZORYKとは ZORYKは、MetaTrader 5とXAUUSDのM5チャート専用に開発された、シグナルとトレードプ
GEM Signal Pro GEM Signal Pro は、MetaTrader 5 向けのトレンドフォロー型インジケーターです。より明確なシグナル、より整理されたトレードセットアップ、そして実用的なリスク管理をチャート上で確認したいトレーダーのために設計されています。 単純な矢印だけを表示するのではなく、GEM Signal Pro はトレード全体の考え方を、より見やすく分かりやすい形で表示します。条件が確認されると、インジケーターはエントリー価格、ストップロス、利確目標をチャート上に表示し、トレードセットアップをより効率的に確認できるようにします。 動作の仕組み このインジケーターは、まず内部ロジックに基づいて有効なシードシグナルを検出します。 確認条件が満たされると、GEM Signal Pro はチャート上に完全なセットアップを表示します。これにより、トレーダーはトレード構造をより明確に把握し、手作業による分析を減らすことができます。 チャート上のトレードレベル 確認済みシグナルに対して、GEM Signal Pro は以下を表示できます。 エントリー価格 ストップロス テ
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
Smc Pro ToolKit
Talal N Z Aljarusha
5 (3)
SMC Pro ToolKit  is a professional chart-based Smart Money Concepts indicator for MetaTrader 5. It helps traders read market structure, identify key liquidity areas, organize trade context, and plan setups directly from the chart. This is not a simple buy/sell arrow indicator. It is a complete visual trading toolkit that combines Smart Money Concepts, multi-timeframe analysis, session context, setup planning, risk assistance, and professional dashboard tools in one clean workspace. Watch setup
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
DayTrader PRO DayTrader PROは、ジョン・エリュース(John Ehlers)のラグuerreフィルターと強力な自動最適化エンジンを組み合わせた、高度なトレーディング・インジケーターです。固定されたパラメーターを使用するのではなく、直近の市場状況に基づいて最適な設定を自動的に検索するため、手動による絶え間ない調整をすることなく、変化する市場のボラティリティに適応できます。 本インジケーターは、明確な「買い(BUY)」および「売り(SELL)」シグナルを生成し、現在の市場ボラティリティから算出された適応型のストップロス(Stop Loss)およびテイクプロフィット(Take Profit)レベルを表示します。トレンド、効率レシオ(Efficiency Ratio)、ボラティリティ、およびローソク足フィルターが内蔵されており、精度の低いセットアップを排除し、シグナルの精度を向上させます。 リアルタイム・パフォーマンスパネルには、現在最適化されている設定、プロフィットファクター(Profit Factor)、勝率(Win Rate)、ドローダウン(Drawdown)、
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
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 コンセンサス手法
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Smart Price Action Concepts は現在 $200 で提供されています。 次の 30 件の購入 後、価格は $299 に上がります。 特別オファー: 購入後、私にプライベートメッセージを送ることで、 無料ボーナス + ギフト を受け取ることができます。 まず、このトレーディングツールはリペイントなし、再描画なし、遅延なしのインジケーターであり、プロフェッショナルな取引に最適であることを強調しておきます。 Online course , and manual Smart Price Action Concepts Indicator は、初心者から経験豊富なトレーダーまで使える非常に強力なツールです。20 種類以上の便利なインジケーターを 1 つにまとめ、Inner Circle Trader Analysis や Smart Money Concepts Trading Strategies などの高度な取引アイデアを組み合わせています。このインジケ
SkyHammer Signal Pro Entry、SL、TP レベルを固定表示する、プロ仕様のノーリペイント・トレンドシグナルインジケーター SkyHammer Signal Pro は、明確で固定され、検証可能なシグナルを求めるトレーダー向けに設計された、構造的なトレンド・モメンタム系シグナルインジケーターです。 特に M1 と M5 などの短期時間足で最も効果を発揮します。 このインジケーターは、天井や底を予測するためのものではありません。シグナルを出す前に、確認された市場構造、トレンド方向、モメンタムの強さ、健全なボラティリティ、そしてターゲットまでの十分な値幅を確認します。 主な機能 固定シグナルメカニズム シグナルが確認されると、矢印、Entry、Stop Loss、TP1、TP2 の各レベルはチャート上に永久的に固定されます。 その後のローソク足の動きによって、シグナルが消えたり、移動したり、変更されたりすることはありません。 これにより、トレーダーは各シグナルを明確に確認でき、リアルタイム相場中にシグナルが消えるという一般的な問題を避けることができます。 完全な過去シ
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
作者のその他のプロダクト
Geometric Adaptive Channel MT5
Victor Alfonso Molina Botello
5 (1)
Geometric Adaptive Channel MT5  By Grok(xAI) *A next-generation adaptive channel based on multiplicative geometry and spectral analysis using the Discrete Fourier Transform (DFT).*   NOTE: The MA Gaussiana indicator is also shown in the screenshots. --- ### What Is It and How Does It Work?   **Geometric Dynamic Channel MT5** is an **innovative channel indicator** that **does not use moving averages, RSI, MACD, or ATR**. Instead, it applies **advanced geometric calculations** on log-scale price
FREE
Hurst Buy and Sell Mt4
Victor Alfonso Molina Botello
Hurst Buy and Sell  This innovative indicator, inspired by xAI Grok intelligence, uses the Hurst exponent to identify the nature of the market and generate buy/sell signals. The EA for this indicator (Hurst Razer PRO EA MT5) is now available, you can see it by clicking here!  https://www.mql5.com/es/market/product/153441?source=Site+Profile+Seller  If you want more signals from the indicator, change the minimum number of bars between consecutive signals. The lower the value, the more signals it
FREE
Reloj y sesiones
Victor Alfonso Molina Botello
Session Clock - Market Session Clock with Shading Remember that Jesus Christ loves you and wants to save you. I invite you to learn more about Him here  https://www.youtube.com/@TheChosenSeries Short Description: Indicator that displays the 4 major Forex sessions (Sydney, Tokyo, London, New York) with colored shaded boxes on the chart. Automatically detects broker GMT, adjusts for Daylight Saving Time (DST), and shows a panel with server time, local time, and active session. Full Description: S
FREE
Alert for the lines This is an MetaTrader 5 indicator that **detects price crosses with any horizontal line you draw directly on the chart**. No need to manually input levels — simply draw a horizontal line using MT5’s built-in tool, and the indicator does the rest. **How it works:** 1. **Draw a horizontal line** on your chart using MT5’s native tool (Insert → Objects → Horizontal Line).   2. The indicator **monitors the Bid price in real time**.   3. **Only 1 alert per line per candle** is s
FREE
MA Gaussiana
Victor Alfonso Molina Botello
5 (1)
The "MA Gaussiano" indicator is a custom tool for MetaTrader 5 (MQL5) that combines a Gaussian Moving Average with colored trend candles, designed to identify market trends in a visual and innovative way. It was developed with xAI assistance in 2025 and focuses on providing a smooth and sensitive representation of prices, ideal for traders looking to filter noise in charts of currencies, stocks, or cryptocurrencies. Main Components: Gaussian MA (Colored Line): Plots a line representing the Gauss
FREE
Channel QX
Victor Alfonso Molina Botello
Channel QX The EA (Hurst Razer PRO EA MT5) is now available, you can see it by clicking here!  https://www.mql5.com/es/market/product/153441?source=Site+Profile+Seller  Channel QX combines trend analysis with dynamic volume-based adaptation to provide accurate signals in highly volatile markets. Key Features Dynamic Volume Adaptation   Automatically adjusts channel width based on tick volume momentum   Responds instantly to changes in market activity Prevents false signals duri
FREE
フィルタ:
レビューなし
レビューに返信