Donchian Dawn

Donchian Dawn Breakout System

My other products: https://www.mql5.com/zh/users/bitksk/seller

1. What Problem Does It Solve

Manually identifying trend breakouts often relies on subjective judgment and lacks consistency. This indicator programmatically and visually implements the Donchian channel breakout logic, solving three core problems:

  • Signal Standardization: Automatically generates arrow signals when the price breaks through the upper or lower band of the dynamic channel, eliminating subjective guesswork.

  • Position Management Visualization: Uses colored rectangles to mark the boundaries of the current trend, making stop-loss and target levels clear at a glance.

  • Strategy Review Datafication: Automatically records the entry point, exit point, and profit/loss result of every simulated trade, and aggregates statistics on win rate and profit/loss ratio, allowing you to evaluate strategy performance without manual backtesting.

2. Who Is It For

  • Traders looking for a clearly defined, reproducible trend-following strategy

  • Technical analysis users who wish to reduce reliance on subjective judgment and use objective signals to assist decision-making

  • Traders who need to filter trade direction by trend to avoid counter-trend operations when using existing strategies

  • Users familiar with breakout strategies such as Donchian channels or the Turtle Trading rules, seeking a modern MT5 implementation

  • Users who prefer a clean chart and do not want visual clutter from loading multiple indicators simultaneously

3. Usage Scenarios

Scenario Description
Trending Market Performs best when the channel expands and the price runs consistently on one side of the channel
Breakout Confirmation Signal reliability is higher on the first breakout from the channel after consolidation
Trend Filter Combine with oscillators (RSI, Stochastic) and only trade in the direction of the trend
Multi-Timeframe Analysis Determine the major direction on H1/D1; find entry timing on M15/M30
Instrument Suitability Instruments with stronger trending characteristics (e.g., Gold, major currency pairs, indices) are more suitable

4. Parameter Explanation

Parameter Default Description
Price Heiken Ashi Close Price type used for breakout calculation. 8 options available: Close, Median, Typical, Weighted Close, and the corresponding 4 Heiken Ashi variants. The Heiken Ashi series effectively filters false breakouts
ChannelPeriod 5 Base calculation period for the channel. Smaller values produce more sensitive breakout signals but may increase false signals
MaxChannelPeriod 30 Maximum period for adaptive channel expansion. When market volatility contracts and channel width falls below MinChannelWidth , the system will progressively extend the period until the width meets the requirement or this upper limit is reached
Margin 0 Scaling factor for channel boundaries. 0 uses the original high/low; a positive value shrinks the channel inward, making breakout signals more conservative
MinChannelWidth 10 (points) Minimum allowed channel width. Falling below this value triggers the adaptive expansion mechanism, avoiding excessive invalid signals during narrow consolidations
ShowFilledBoxes true Whether to fill trend boxes. When enabled, draws semi-transparent rectangles for each trend segment after a breakout, visually showing the trend running area
ShowAnalysis true Whether to enable simulated trade analysis. When disabled, only signal arrows and channel lines remain; trade data is no longer recorded
ShowStatsComment true Whether to display the statistics panel in the corner of the chart (number of trades, win rate, profit/loss ratio)
AlertOn true Whether to enable pop-up alerts
UpTrendSound / DnTrendSound alert.wav / alert2.wav Custom sound files for up-break and down-break signals
EmailOn / PushNotificationOn false Email and mobile push notification switches, default to off

5. Risk Notes

  • Signal Lag: Breakout signals are determined based on the relationship between the candlestick closing price (or the selected price type) and the upper/lower band of the channel; therefore, signal confirmation occurs at candle close, not at the moment of breakout. In fast-moving markets, the entry price may deviate from the breakout moment.

  • False Breakouts: Any breakout strategy inevitably encounters false breakouts. When the price briefly breaks through the channel and then quickly returns, an invalid signal is generated. It is recommended to use in combination with volume or auxiliary filtering conditions.

  • Underperformance in Ranging Markets: In sideways markets without a clear trend, the channel may be repeatedly broken in both directions, potentially resulting in consecutive losses. The MinChannelWidth and adaptive period expansion mechanism partially mitigate this, but cannot completely avoid it.

  • Historical Statistics Do Not Represent the Future: The win rate and profit/loss ratio displayed on the indicator panel come from simulated backtest statistics of historical candlestick data and do not represent future live performance. Live trading involves factors such as slippage, spread, and overnight interest; the statistical results are for strategy evaluation reference only.

  • Single Indicator Risk: This indicator is based solely on price breakout logic and should not be used as a standalone trading system. It is recommended to use in combination with other analytical methods (support/resistance, volume, money management rules).

6. Unsuitable Situations

  • Scalping: Signals are confirmed at candle close and are not suitable for tick-level high-frequency operations

  • Ultra-short M1 timeframe: When the period is too short, market noise increases and the signal-to-noise ratio of channel breakouts decreases

  • Instruments with extremely low volatility: Such as certain minor altcoins or highly correlated cross-pairs, where the channel runs narrow for extended periods and effective signals are sparse

  • During major news events: In extreme volatility during events such as NFP or central bank rate decisions, prices may quickly penetrate the channel and then sharply reverse, reducing signal reliability

  • Pure reversal strategies: This indicator is a trend-following tool intended to trade with the trend and is not suitable for trading styles that seek tops and bottoms

7. Broker Requirements

  • Broker type: No special restrictions; suitable for any broker that supports the MT5 platform

  • Data quality: It is recommended to choose a broker that provides stable real-time quotes and complete historical data. Missing historical data will affect the accuracy of backtest statistics upon initial loading

  • Spread and execution: Signals are generated based on chart prices and do not include spread. In live trading, high floating spreads may cause slippage during news events; an ECN or low-spread account is recommended during major trading sessions

  • Sound/Email/Push: To use alert functions, please ensure that the MT5 terminal settings allow sound playback, email sending, and in-app push notifications

  • Platform version: Requires MT5 build 2085 or above

8. Frequently Asked Questions

Q1: The indicator shows no signals or lines after loading?
A1: Check the "DONCHIAN" button in the upper left corner of the chart and confirm it is green (enabled). Upon initial loading, a sufficient number of candlesticks may need to be completed for calculation (depending on the settings of ChannelPeriod and MaxChannelPeriod ).

Q2: The trend box (rectangle) appears very wide and takes up too much chart time. What should I do?
A2: This is normal. Within a trend segment, the box extends from the breakout point until the next candle, as long as the trend persists. When a new trend emerges, the current box will be truncated by the box of the next signal, ending the previous trend.

Q3: Why do signal arrows sometimes appear without corresponding trend boxes?
A3: When ShowFilledBoxes is set to false, all boxes will not be drawn. If set to true, ensure sufficient candle data and that no accidental deletion has occurred; toggling the master switch off and back on will force recalculation and redraw all objects.

Q4: The simulated trade statistics show "Too few trades"?
A4: This message appears when the analysis function is enabled ( ShowAnalysis is true) but there are few breakout events in the chart history. Switching to a longer timeframe (such as H4 or D1) and loading more historical data can effectively increase the statistical sample.

Q5: How do I change the Heiken Ashi price type?
A5: Adjust the Price parameter in the indicator parameter panel. Options 4-7 correspond to the four Heiken Ashi variants. The indicator will recalculate all historical signals after switching.

Q6: Will the signal become less responsive after adaptive channel expansion?
A6: Yes, this is a double-edged sword. After expansion, the channel widens, and a breakout requires a larger price movement, which reduces false signals but lowers sensitivity. You can balance this by adjusting MinChannelWidth according to the volatility characteristics of the instrument.

Q7: Can multiple copies of the indicator with different timeframes be loaded on the same chart?
A7: Yes. Each copy has an independent UniqueName prefix and will not interfere with others. It is recommended to assign different color configurations to copies of different timeframes for easy distinction.

Q8: The chart becomes laggy after loading?
A8: The initial calculation may consume some resources when processing a large amount of historical candlesticks. It is recommended to set a reasonable limit for "Max bars in chart" in the options (e.g., 5000-10000 bars), or disable ShowAnalysis to keep only the basic signal functions.

Updates & Feedback

This indicator is under continuous maintenance. If you encounter any issues or have feature suggestions, please feel free to contact via private message.


おすすめのプロダクト
1. Overview The Scalping PullBack Signal indicator is a powerful technical analysis tool designed to help traders identify scalping opportunities based on potential pullback and reversal signals. This tool is particularly useful on lower timeframes (below 15 minutes) but can also be applied on higher timeframes for longer-term trades. This indicator integrates several key analytical components, providing a comprehensive view of trends and potential entry/exit points, helping you make quick and e
FREE
The Bull DCA DowJones Signal – Premium Trend & Swing Indicator (WinWiFi Robot Series) Overview: Unlock the full potential of Index trading with the latest innovation from the WinWiFi Robot Series . "The Bull DCA DowJones Signal" is a precision-engineered indicator designed to conquer global Indices, Energy, and Forex markets. Optimized for the H4 Timeframe , this tool filters out market noise and delivers clear, actionable signals for Trend Following, Breakouts, and Pullbacks. Key Features & S
FREE
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
Full Description Overview Drawdown Controller Calculator Indicator is an advanced professional risk-management tool for MetaTrader 5 , specially designed for traders who use multiple running trades, pending orders, grid systems, and martingale strategies . This indicator allows you to see the future drawdown in advance — not only for currently running trades, but also for all pending orders combined , assuming they get triggered step by step. Instead of guessing or hoping, you will know ex
FREE
AUC - Super Trends   は、価格の動きに基づいた視覚的なラインで市場の方向を示すインジケーターです。 このインジケーターは、価格追跡システムを使用して上昇局面と下降局面の変化を示します。ラインは市場の変動に応じて自動的に調整されます。 Forex、指数、ゴールドなどのさまざまな金融商品や複数の時間足で使用できます。 ---------------------------------------------------- 機能 市場方向の可視化 価格変動の変化の識別 トレンド分析の補助 ---------------------------------------------------- 特徴 上昇および下降局面の視覚的表示 価格への自動適応 シンプルで分かりやすい表示 複数の時間足に対応 さまざまな金融商品で使用可能 注意 本インジケーターは分析を補助するツールであり、リスク管理や意思決定の代替ではありません。
FREE
SUPERTREND; It is a trend following indicator based on the SuperTrend ATR created by Olivier Seban. It can be used to detect changes in trend direction and locate stops. When the price falls below the indicator curve, it turns red and indicates a downtrend. Conversely, when the price moves above the curve, the indicator turns green, indicating an uptrend. Like other indicators, it works well on SuperTrend when used in conjunction with other indicators such as MACD, parabolik SAR, Bollinger Band
FREE
VFI Quantum
Nikita Berdnikov
5 (1)
Introducing VFI (Volume Flow Indicator) – a trading indicator that analyzes the relationship between volume and price movement to identify key trading opportunities. The indicator displays the strength and direction of volume flow, providing clear signals about potential entry and exit points. Signals are formed based on zero line crossovers, crossovers between the VFI line and its exponential moving average (EMA), and when the indicator exits overbought and oversold zones. Attention! This stra
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Pivot Points Indicator – a fast, reliable, and fully customizable pivot detection for MetaTrader 5. This indicator uses MetaTrader’s native iHighest and iLowest functions to identify pivot highs and lows by scanning for the highest and lowest prices within a user-defined window of bars. A pivot is confirmed only when the current bar is the absolute maximum or minimum within the selected range, ensuring accurate and timely signals based on robust built-in logic. Key Features No Repainting : Onc
FREE
ATR Plus is an enhanced version of the classic ATR that shows not just volatility itself, but the directional energy of the market . The indicator converts ATR into a normalized oscillator (0–100), allowing you to clearly see: who dominates the market — buyers or sellers when a trend begins when a trend loses strength when the market shifts into a range where volatility reaches exhaustion zones ATR Plus is perfect for momentum, trend-following, breakout and volatility-based systems. How ATR Plus
FREE
RSI abcd
Francisco Gomes Da Silva
4.33 (3)
RSI ABCDパターンファインダー:テクニカル戦略 1. インジケーターの仕組み 古典的RSI と ABCD調和パターン の自動検出を組み合わせたものです。 主要コンポーネント 標準RSI (調整可能な期間) 高値・安値マーカー (矢印) ABCDパターン (緑/赤の線) 過買(70)・過売(30)フィルター 2. MT5設定 period = 14 ; // RSI期間 size = 4 ; // 最大パターンサイズ OverBought = 70 ; // 過買水準 OverSold = 30 ; // 過売水準 Filter = USE_FILTER_ YES ; // 確認フィルター 3. 取引戦略 3.1. 買いエントリー(強気ABCD) 条件: RSIが以下を形成: 谷( A )→ 山( B )→ より高い谷( C ) D が過売域(30)より上だが C より下 確認:A-B-C-Dを結ぶ緑色の線 目標: TP1: B-Cの61.8% TP2: B-Cの100% ストップロス: D より下 3.2. 売りエントリー(弱気ABCD) 条件: RSIが以下を形成: 山( A
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
Spike Catch Pro 22:03 release updates Advanced engine for searching trade entries in all Boom and Crash pairs (300,500 and 1000) Programmed strategies improvements Mx_Spikes (to combine Mxd,Mxc and Mxe), Tx_Spikes,   RegularSpikes,   Litho_System,   Dx_System,   Md_System,   MaCross,   Omx_Entry(OP),  Atx1_Spikes(OP),   Oxc_Retracement (AT),M_PullBack(AT) we have added an arrow on strategy identification, this will help also in the visual manual backtesting of the included strategies and see ho
FREE
Best SAR MT5
Ashkan Hazegh Nikrou
4.33 (3)
説明 :  外国為替市場(PSAR)で専門的で人気のあるインジケーターの1つに基づいた新しい無料インジケーターをご紹介します。このインジケーターは元のパラボリックSARインジケーターの新しい変更です。プロSARインジケーターでは、ドットと価格チャートのクロスオーバーを見ることができます。クロスオーバーはシグナルではありませんが、動きの終わりの可能性について話します。新しい青いドットで購入を開始し、最初の青いドットの1 atr前にストップロスを配置し、最後にドットが価格チャートを横切るとすぐに終了できます。 売買シグナルを開く方法は? 最初の青い点によるオープンバイトレードと最初の赤いドットによるオープンセルトレード 正しいストップロスはどこにありますか? 安全なストップロスは最初のドットにある可能性があります(最初の青いドットの買いの場合と最初の赤い点の売りの場合) 正しいテイクプロフィットはどこにありますか? テイクプロフィットはストップロス距離とRRに基づいて調整できるので、私の提案は2 RRで、ストップロスの2倍です。 利益を上げているのにtpを達成できなかった場合
FREE
FX Clock
Abderrahmane Benali
FXClock – Professional Clock Indicator for Traders Please leave a 5 star rating if you like this free tool! Thank you so much :) The FXClock indicator is a practical and simple tool that displays time directly on your trading platform, allowing you to track multiple key pieces of information at the same time. It is specially designed to help traders synchronize their trading with market hours and global sessions. Key Features: Displays the broker server time with precision. Displays your local c
FREE
MACD Enhanced
Nikita Berdnikov
5 (3)
Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.69 (13)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
Visual Wave Indicator
AL MOOSAWI ABDULLAH JAFFER BAQER
Visual Waves Indicator: Ride the Trend with Clarity Unlock a smarter way to trade with the Visual Waves Indicator, a sophisticated tool designed to provide clearer, more reliable trend signals on the MetaTrader 4 platform. Are you tired of the false signals and market noise generated by traditional moving averages? The Visual Waves Indicator is your solution. It moves beyond basic calculations to offer a truly adaptive analysis of market momentum, helping you identify trading opportunities with
トレンド,トレンド指標,モメンタム,オシレーター,ヒストグラム,トレンド強度,マーケットフロー,トレンド確認,強気,弱気,テクニカル分析 Trend Flow Oscillatorは、市場のフローとモメンタムを分析するためのインジケーターであり、価格の動きの強さと方向性を明確かつシンプルに、そして迅速に視覚的に把握できるよう設計されています。 特にM5タイムフレームで効果的であり、この時間足ではフローの変化がより頻繁に発生します。 機能 買いと売りの圧力の変化および継続を識別 価格変動の加速と減速を表示 トレンド方向へのエントリーの確認をサポート フローを独立したヒストグラムで表示し、視認性を向上 方向性モメンタムオシレーターとして機能 対象ユーザー 裁量トレーダー スキャルパーおよびデイトレーダー(特にM5) 自動シグナルではなくフローの確認を重視するトレーダー トレンドおよび押し目・戻りを狙うトレーダー シンプルで明確なインジケーターを好むユーザー 使用方法 推奨タイムフレーム:M5 ヒストグラムの解釈: プラスのバーは買い圧力の増加を示す マイナスのバーは売り圧力の増加を示す
FREE
The RSI with Moving Averages indicator combines the classic Relative Strength Index with customizable moving averages, offering deeper insights into market momentum and trend direction. By smoothing the RSI curve with short- and long-term averages, traders can better distinguish true reversals from noise. This tool highlights overbought and oversold levels, reveals divergences between price and momentum, and confirms entry or exit points with enhanced accuracy. Its adjustable parameters allow tr
FREE
Range Directional Force Indicator – Designed for You to Optimize! The Range Directional Force Indicator is a cutting-edge tool designed to empower traders by visualizing market dynamics and directional strength. Built to offer insights into market trends and reversals, this indicator is an invaluable asset for traders seeking precision in their strategies. However, it is important to note that this indicator is not optimized, leaving room for you to tailor it to your unique trading preferences.
LT Super Trend
BacktestPro LLC
4.89 (18)
スーパートレンド指標は、トレーダーが市場のトレンドの方向や潜在的なエントリーと出口のポイントを特定するために使用する人気のあるテクニカル分析ツールです。価格の動きとボラティリティに基づいてシグナルを提供するトレンド追従型の指標です。 スーパートレンド指標には、上昇トレンドを示すライン(通常は緑色で表示)と下降トレンドを示すライン(通常は赤色で表示)の2つがあります。トレンドの方向に応じて、ラインは価格チャートの上または下にプロットされます。 スーパートレンド指標を効果的に使用するためには、次の手順に従ってください: 1. トレンドの方向を特定する:スーパートレンドラインを確認して、市場が上昇トレンドか下降トレンドかを判断します。緑色のラインは上昇トレンドを示し、赤色のラインは下降トレンドを示します。 2. エントリーシグナル:スーパートレンドラインの色が変わった場合、トレンドの反転の可能性を示すエントリーの検討を行います。例えば、スーパートレンドラインが赤から緑に変わった場合、下降トレンドから上昇トレンドへの変化を示し、購入の機会を示しています。 3. エグジットシグナル:
FREE
VolumeBasedColorsBars — Free Powerful Volume Analysis for All Traders Unlock the hidden story behind every price bar! VolumeBasedColorsBars is a professional-grade, 100% FREE indicator that colorizes your chart candles based on real, adaptive volume analysis. Instantly spot surges in market activity, identify exhaustion, and catch the moves that matter. This indicator gives you:    • Dynamic color-coded bars for instant volume context    • Adaptive thresholds based on historical, session-awar
FREE
The one minute chart has a bug, but the one-day chart can still be used after deleting the bug and reloading the indicators, This indicator can be used to determine how far the indicator goes up to place an order to buy, how far it goes down to place an order to sell, and not placing an order until it reaches this distance, which is considered oscillation, open an account gift index
FREE
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
OmniSignal Navigator – Smart Entries at Key Levels Trade Like a Professional  with this daily/weekly High-Low-Close indicator, designed for   scalping or intraday short term trading   and precision breakout trading. Suggested Timeframes to trade with: M5 |  DONT USE THE INDICATOR ON THE M1 TIMEFRAME!!! Why It Works   Perfect for Scalping/Intraday:   Targets key zones ( PDH/PDL/PDC & PWH/PWL/PWC ) on   M2, M3, M5, M15   timeframes. (Lower Timeframes = More Signals, Higher Timeframes = Le
FREE
Nameless Stochastic
Flavio Javier Jarabeck
5 (2)
It is the very same classic Stochastic indicator, but with a little twist: NO NAME and data is shown in the sub window. It could be stupid, BUT, if you are running out of space in Micro windows like Mini Charts, where the indicator's name is totally useless, you came to the right place. And that's it! I know it seems stupid but I needed the classical version of Stochastic indicator without that annoying name on my Mini Chart, so I did it that way... The original formula is right from Metaquote's
FREE
NOTE: Turn Pattern Scan ON This indicator identifies Swing Points, Break of Structure (BoS), Change of Character (CHoCH), Contraction and Expansion patterns which are plotted on the charts It also comes with Alerts & Mobile notifications so that you do not miss any trades. It can be used on all trading instruments and on all timeframes. The non-repaint feature makes it particularly useful in backtesting and developing profitable trading models. The depth can be adjusted to filter swing points.
FREE
概要 このインジケーターは、クラシックな ドンチャンチャネル を強化したバージョンで、実践的なトレード機能を追加しています。 標準の3本線(上限、下限、中央線)に加え、 ブレイクアウト を検出し、チャート上に矢印で視覚的に表示します。また、チャートを見やすくするために、 現在のトレンド方向と逆側のラインのみを表示 します。 インジケーターの機能: 視覚的シグナル :ブレイクアウト時にカラフルな矢印を表示 自動通知 :ポップアップ、プッシュ通知、Eメール RSIフィルター :市場の相対的な強弱に基づいてシグナルを検証 カスタマイズ可能 :色、ラインの太さ、矢印コード、RSI閾値など 動作原理 ドンチャンチャネルは次のように計算します: 上限線 :直近N本のクローズ済みローソク足の最高値 下限線 :直近N本のクローズ済みローソク足の最安値 中央線 :最高値と最安値の平均値 上方ブレイクアウト は終値が上限線を超えたときに発生し、 下方ブレイクアウト は終値が下限線を下回ったときに発生します。 インジケーターは以下を行います: 3本のドンチャンラインを描画 方向転換後の最初のブレイクアウト
FREE
このプロダクトを購入した人は以下も購入しています
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
SuperScalp Pro
Van Minh Nguyen
4.59 (22)
SuperScalp Pro – 高度なマルチフィルタースキャルピングインジケーターシステム SuperScalp Pro は、クラシックな Supertrend と複数のインテリジェント確認フィルターを組み合わせた高度なスキャルピングインジケーターです。M1 から H4 まで複数の時間足で効率的に動作し、XAUUSD、BTCUSD、主要 Forex 通貨ペア向けに最適化されています。 このインジケーターは明確な Buy / Sell シグナルを提供し、ATR に基づいてエントリー価格、Stop Loss、Take Profit を自動計算します。Fibonacci Take Profit 機能により、重要な価格帯で早期決済し、到達時に通知を送信します。 初期設定では Fibonacci Take Profit が有効化されており、より安定した取引体験を重視しています。チャートに適用するだけですぐ利用可能です。上級者向けに、すべてのパラメータは自由にカスタマイズできます。 EMA、RSI、ADX、Volume、VWAP、Bollinger Bands、MACD Divergence な
Entry In The Zone and SMC Multi Timeframe is a real-time 2-in-1 market analysis tool that combines market structure analysis and a No Repaint BUY / SELL signal system into a single indicator, built on Smart Money Concepts (SMC) — a widely adopted framework used by professional traders to understand market structure. This indicator helps you see the market more clearly, make decisions based on structure rather than guesswork, and focus on high-probability zones where price is more likely to react
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
SignalTech MT5 is a trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY H2 and H3 Timeframe.  It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flagged on the chart, as well as potential Targets 1, 2, and 3. The Entry and TP levels are fixed after the trade is taken. The exit level is dynamic. If there are signs of a potential short-term trend reversal, the
優れたテクニカルインジケーター「Grabber」をご紹介します。これは、すぐに使える「オールインワン」トレーディング戦略として機能します。 ひとつのコードに、市場のテクニカル分析ツール、取引シグナル(矢印)、アラート機能、プッシュ通知が強力に統合されています。 このインジケーターを購入された方には、以下の特典を無料で提供します: Grabberユーティリティ:オープンポジションを自動で管理するツール ステップバイステップのビデオマニュアル:インジケーターのインストール、設定、取引方法を解説 カスタムセットファイル:インジケーターをすばやく自動設定し、最大限の成果を出すための設定ファイル 他の戦略はもう忘れてください!Grabberだけが、あなたを新たなトレードの高みへと導いてくれるのです。 Grabber戦略の主な特徴: 推奨タイムフレーム:M5〜H4 対応通貨ペア・資産:どれでも使用可能ですが、私が実際に検証した以下を推奨します(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、E
FX Trend NG:次世代マルチマーケット・トレンドインテリジェンス 概要 FX Trend NG は、複数の時間足に対応したプロフェッショナル向けトレンド分析およびマーケット監視ツールです。 市場全体の構造を数秒で把握することができます。 複数のチャートを切り替える必要はありません。どの銘柄がトレンド中なのか、どこでモメンタムが弱まっているのか、そしてどの時間足で強い整合性があるのかを瞬時に確認できます。 ローンチ特別オファー – FX Trend NG を $30(6ヶ月) または $80 永久ライセンス でご利用いただけます。 すでに Stein Investments のユーザーですか? -> メッセージを送信 して、プライベートグループへアクセスしてください。 セットアップや詳細情報が必要ですか? -> Stein Investments 公式ページ をご覧ください。 1. FX Trend NG が他と異なる理由 3ステート・トレンドロジック ― Buy と Sell だけではない • 多くのインジケーターは Buy または Sell の2状態のみを表示します。
このインジケーターを購入すると、プロ仕様のトレードマネージャーを無料で差し上げます。 まず第一に、このトレーディングシステムがノンリペイント、ノンリドロー、ノンラグのインジケーターであることを強調する価値がある。これにより、手動取引とロボット取引の両方に理想的なものになっています。 オンラインコース、マニュアル、プリセットのダウンロード。 「スマートトレンドトレーディングシステム MT5」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的なトレーディングソリューションです。10以上のプレミアムインジケーターを組み合わせ、7つ以上の堅実なトレーディング戦略を備えており、多様な市場状況に対応する多目的な選択肢となっています。 トレンドフォロー戦略:トレンドを効果的に乗り越えるための正確なエントリーとストップロス管理を提供します。 リバーサル戦略:潜在的なトレンドの反転を特定し、トレーダーがレンジ相場を活用できるようにします。 スキャルピング戦略:高速で正確なデイトレードおよび短期取引のために設計されています。 安定性:すべてのインジケーターはノンリペイント、ノンリドロー、ノ
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
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 65 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な戦
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイ
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
このダッシュボードは、選択されたシンボルの最新の利用可能なハーモニックパターンを表示するので、時間を節約し、より効率的に /   MT4バージョン 。 無料インジケーター:   Basic Harmonic Pattern インジケーター列 Symbol : 選択したシンボルが表示されます。 Trend :   強気または弱気 Pattern : パターンの種類(ガートレー、バタフライ、バット、カニ、サメ、サイファー、ABCD) Entry : エントリー価格 SL: ストップロス価格 TP1: 1回目の利食い価格 TP2: 2回目の利食い価格 TP3:   3回目の利食い価格 Current price :   現在値 Age (in bars):    最後に描画されたパターンの年齢 主な入力項目 Symbols:   "28 Major Currency Pairs "または "Selected Symbols "から選択。 Selected Symbols:   カンマで区切られた監視したいシンボル("EURUSD,GBPUSD,XAUUSD")。ブローカーがペアに接
FX Levels: あらゆる市場における非常に高精度なサポート&レジスタンス 概要 通貨ペア、株式指数、個別銘柄やコモディティなど、どのような市場でも信頼できるサポートとレジスタンスを特定したいですか? FX Levels は伝統的な “Lighthouse” メソッドと先進的な動的アプローチを融合し、ほぼ汎用的な精度を実現します。ブローカーの実務経験を活かし、自動化されたデイリー更新とリアルタイム更新を組み合わせることで、 FX Levels は反転ポイントを見つけ、利益目標を設定し、自信をもってトレードを管理するための手助けをします。今すぐ試してみて、サポート/レジスタンス分析の正確性がどれほどトレードを向上させるかを実感してください! 1. FX Levels がトレーダーにとって非常に有用な理由 非常に正確なサポート&レジスタンスゾーン • FX Levels は異なるブローカー環境でもほぼ同一のゾーンを生成するよう設計されており、データフィードの差異や時刻設定のずれによる不一致を解消します。 • つまり、どのブローカーを利用していても一貫したレベルが得られるため、戦
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 V2発売記念オファー — Azimuth Pro V2をUSD 399で(次の100本)。最終価格:USD 499。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、従来のMTF同期問題なし。シンセティックエンジンは 固定比率タ
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーター
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
Trend Ai indicatorは、トレンドの識別と実用的なエントリポイントと反転アラートを組み合わせることで、トレーダーの市場分析を強化する優れたツールです。 この指標は、ユーザーが自信と正確さで外国為替市場の複雑さをナビゲートすることを可能にします トレンドAiインジケーターは、主要なシグナル以外にも、プルバックやリトレースメント中に発生するセカンダリエントリポイントを識別し、トレーダーが確立されたトレンド内の価格修正を活用できるようにします。 重要な利点: *MT4およびMT5の仕事 *明確な買いまたは売りシグナル *再描画しません ·すべての資産で動作します 私はeaやセットをtelegram it詐欺で販売しないように注意してください。 すべての設定はここでブログで無料です。  重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! 私の他のプロダクトと同様、実質操作の監視はここに見つけることができます: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 設定および入力: すべての
これはMT5のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。 あら
Market Structure Order Block Dashboard MT5 は、市場構造と主要な価格反応ゾーンをチャート上で直接読み取りたいトレーダー向けに設計された MT5 インジケーターです。BOS、ChoCH、オーダーブロック、Fair Value Gap (FVG)、流動性、Kill Zones、Volume Profile、そして素早い分析のためのコンパクトなダッシュボードを組み合わせています。 本インジケーターは、市場構造、ICT、Smart Money の概念を意思決定の枠組みとして使用するトレーダーを対象としています。トレンド継続、反転の可能性、価格の不均衡、流動性ターゲット、注目ゾーンをより構造的に特定する助けとなります。 購入者向けの付属リソース 購入後、MQL5 のプライベートメッセージにてご依頼いただくと、完全な PDF ユーザーガイドとパラメータ設定のヒントを提供いたします。MQL5 のプライベートメッセージによる直接的な技術サポート。 バージョン 1.20 では 2 つの重要な追加機能があります: Pending BOS / Pending Cho
Smart Stop Indicator – チャート上で実現するインテリジェントなストップロス精度 概要 Smart Stop Indicator は、ストップロスを勘や感情ではなく、明確で体系的に設定したいトレーダーのために設計されています。本ツールは、クラシックなプライスアクション(高値更新・安値切り下げ)と最新のブレイクアウト認識ロジックを組み合わせ、次に来るべき論理的なストップレベルを正確に特定します。トレンド相場、レンジ、急速なブレイクアウト局面のいずれであっても、最適な SL ゾーンとその状態(“new”、“broken”、“valid”)をチャート上に直接表示します。さらに今回、SL 距離の %ADR 表示も新たに追加されています。 主な特徴 マーケット構造に基づく自動ストップ配置 • 市場構造とリアルタイムの値動きに基づき、意味のあるストップロスレベルを自動検出します。 スマートなブレイクアウト感知 • 急激な方向転換やブレイクアウトにも柔軟に対応し、早すぎるストップ調整を避けます。 SL %ADR の表示 • ストップロスまでの距離を ADR(Averag
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
Bill Williams Advanced is designed for automatic chart analysis using Bill Williams' "Profitunity" system. The indicator analyzes four timeframes at once. Manual (Be sure to read before purchasing) Advantages 1. Analyzes the chart using Bill Williams' "Profitunity" system. Signals are displayed in a table in the corner of the screen and on the price chart. 2. Finds all known AO and AC signals, as well as zone signals. Equipped with a trend filter based on the Alligator. 3. Finds "Divergence Bar
ARICoin 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 Cust
作者のその他のプロダクト
Predator 8 AI AI Predicts Next 8 Candles Trend Continuation Probability My other products: https://www.mql5.com/en/users/bitksk/seller _______________________________________________________________________________________ Core Features Real-time output of next 8 candles up/down/sideways probability per bar Built-in Lasso+Attention deep learning model (fully embedded, no internet, no coding required) Zero repaint – historical signals never flicker Supports all markets: Forex, Gold, Crypto, Indi
FREE
Quantum Channel Pro は、価格トレンド、反転ポイント、市場ノイズを高精度で識別するための革新的なマルチチャネルボラティリティ分析ツールです。適応型標準偏差チャネル技術を採用し、3つの価格帯(内側、中間、外側)を動的に描画することで、トレーダーが市場の状態を視覚的に把握し、高確率な取引機会を捉えることを可能にします。 主な特徴 3段階スマートチャネル 内側チャネル(緑色) : 1σ変動幅、「通常波動ゾーン」を示す 中間チャネル(橙色) : 2σ変動幅、「潜在的反転ゾーン」を示す 外側チャネル(赤色) : 3σ変動幅、「過買い・過売り警戒ゾーン」を示す リアルタイム確率統計 独自の「ゾーン分析システム」が各チャネル内での価格出現頻度を自動計算し、以下を表示: 内側チャネル確率(平常市場) 中/外側チャネル確率(トレンド加速期) 外側チャネル突破確率(極端な反転シグナル) 適応型マーケットノイズフィルタリング 動的に調整される標準偏差計算により、通貨ペア、株式、暗号資産など異なる資産の変動特性に自動適応し、偽信号を削減。 マルチタイムフレーム対応 デフォルト設定(2
FREE
Range Box Breaker — Universal Range Breakout EA for All Instruments New strategy launch: first 5 buyers can purchase at 50. N e x t p h a s e p r i c e : 50. N e x tp ha se p r i ce : 100. Timeframe: M5 Recommended Instruments: EURJPY, EURUSD, FRA40, GER40, XAUUSD 1. What Problem Does It Solve Most breakout EAs face three dilemmas: overfitting to a single instrument, parameters quickly failing in live trading, and users discovering the EA loses money when switched to another symbol. Range Box
フィルタ:
レビューなし
レビューに返信