Fractal Breakout Pro Dual Wick Body Signals Filter

Fractal Breakout Pro MT5
Dual Wick and Body Signals with 17 Confirmation Filters

Custom MetaTrader 5 indicator for confirmed fractal breakouts. It plots wick and body arrows, optional active level lines, and alerts by popup, sound, push, and email. Filters are optional and combined with AND logic.

PRODUCT TYPE
Type: Custom technical indicator (not an Expert Advisor)
Platform: MetaTrader 5
Window: Chart window
Plots: 4 arrows (Buy Wick, Sell Wick, Buy Body, Sell Body)
Version: 1.34
Use: Manual analysis and signal confirmation
This tool does not open, close, or manage trades.

WHAT IT DOES
The indicator finds confirmed Bill Williams style fractals, stores the wick price and the body price of each fractal, then waits for a later close to break that level. If the enabled filters agree, an arrow is drawn and that side is turned off until a new fractal appears.

Signal 1 (Wick): close breaks the fractal high or low wick. Earlier trigger, more signals.
Signal 2 (Body): close breaks the fractal candle body. Later trigger, stronger close.

You can enable one signal type or both. Body breakout is the stricter reading of the same idea.

WHY THIS DESIGN HELPS
Two breakout definitions in one indicator, so you can compare early wick breaks with conservative body breaks on the same chart.

Seventeen optional filters. Only the filters you turn on must pass. Unused filters stay off and do not affect arrows.

Confirmed fractals. A peak or trough is accepted only when the center bar is strictly higher or lower than N bars on both sides. Default N = 2 (classic 5-bar fractal).

Optional horizontal lines show the unused fractal high and low, so the break price is visible.

Alerts fire on the newly closed bar and can use popup, WAV sound, MetaQuotes push, and email.

HOW THE ENGINE WORKS
1. Confirm fractal highs and lows with InpFractalBars on the left and right.
2. Store two prices per fractal: wick = High or Low; body = max(Open, Close) for a high, or min(Open, Close) for a low.
3. On later bars, wait for Close to break the stored level.
4. If filters pass, plot the matching arrow and deactivate that side.
5. Draw lines for any wick level that is still active.
6. When a new bar starts, check the just-closed bar and send alerts if arrows exist there.

ARROW PLOTS
Buy Signal 1 (Wick): Aqua up arrow under the low
Sell Signal 1 (Wick): Red down arrow above the high
Buy Signal 2 (Body): DodgerBlue up arrow under the low
Sell Signal 2 (Body): OrangeRed down arrow above the high

Arrow codes are 233 and 234. Distance and thickness are inputs.

COMPLETE INPUT GUIDE
Names below match the Inputs tab.

Signal Settings
InpEnableSignal1 (true) - Enable wick breakout arrows.
InpEnableSignal2 (true) - Enable body breakout arrows.

Arrow Settings
InpArrowDistance (30) - Offset from the candle, in points. Increase on gold, indices, or crypto if arrows cover wicks.
InpArrowSize (2) - Visual thickness, 1 to 5.

Fractal Settings
InpFractalBars (2) - Bars required on both sides of the candidate high or low.
2 = classic 5-candle fractal (2 left + center + 2 right).
3 to 5 = fewer, larger swings on H1 to D1.
1 = more sensitive and more noise. Not recommended on M1 to M5.
A fractal is confirmed only after InpFractalBars candles have closed to the right.

Visual Settings
InpShowFractalLines (true) - Draw lines at the active unused fractal wick high and low.
InpColorFractalHigh (Yellow) - Fractal high line color.
InpColorFractalLow (Aqua) - Fractal low line color.
InpLineWidth (1) - Line thickness.
InpLineStyle (STYLE_DASH) - Solid, dash, dot, dash-dot, or dash-dot-dot.
When a valid breakout uses a side, that line is removed until a new fractal on that side is confirmed.

Alert and Notification
InpAlertPopup (true) - Terminal popup.
InpAlertSound (true) - Play a WAV from the MT5 Sounds folder.
InpAlertSoundFile ("alert.wav") - File name only. Place custom files in the terminal Sounds folder.
InpAlertPush (true) - Push to the MetaQuotes ID in Tools > Options > Notifications.
InpAlertEmail (false) - Email via SendMail. Configure SMTP in Tools > Options > Email first.

Alert text example:
FB BUY Signal 1 (Wick) | EURUSD PERIOD_H1 | Price: 1.08500

Alerts run once per newly closed bar. History is not flooded on first attach.

FILTER MODULES
All filters default to false. Enable only what you understand.
Logic is AND: every enabled filter must agree, or no arrow is drawn.
Do not enable all filters at once. The chart will print almost no signals.

RSI Cross Filter
Use_RSI_Cross_Filter (false)
Buy when RSI crosses up through Oversold.
Sell when RSI crosses down through Overbought.
This is a cross event, not only "RSI is below 30".
RSI_Length (14)
RSI_Price_Source (PRICE_CLOSE)
Oversold (30.0)
Overbought (70.0)

ADX Filter
Use_ADX_Filter (false)
Both sides require ADX greater than or equal to ADX_Min_Level.
ADX_Period (10)
ADX_Min_Level (20.0)
Use this to hide breakouts in weak, directionless ranges. Try 25 to 30 if you want only stronger trend conditions.

Single MA Filter
Use_MA_Filter (false)
Buy if Close is above the MA. Sell if Close is below the MA.
MA_Period (50)
MA_Method (MODE_SMA)
MA_Shift (0)
Applied price is Close.

Ichimoku Senkou Span B Filter
Use_Ichimoku_Filter (false)
Uses Senkou Span B (Ichimoku buffer 3).
Buy if Close is above Senkou B under that candle.
Sell if Close is below Senkou B.
Ichimoku_SenkouB (52)
Ichimoku_Kijun (26)
Tenkan is the standard 9 inside the handle.

RSI 75 Filter
Use_RSI75_Filter (false)
Separate long-period RSI.
Buy if RSI(RSI_Filter_Period) is above 50.
Sell if it is below 50.
RSI_Filter_Period (75)
Uses RSI_Price_Source from the RSI Cross group.

Double MA Filter
Use_DoubleMA_Filter (false)
Buy if MA_A is above MA_B. Sell if MA_A is below MA_B.
MA_A: period 30, EMA, Close, shift 0 by default.
MA_B: period 140, EMA, Close, shift 0 by default.

Awesome Oscillator Filter
Use_AO_Filter (false) - master switch. Then enable any mix of the three sub-filters.
Use_AO_Volume_Filter (false) - Buy if AO >= AO_Buy_Min (4.0). Sell if AO <= AO_Sell_Max (-4.0).
AO is in price units. Recalibrate per symbol. Gold and indices need different values than FX majors.
Use_AO_Color_Filter (false) - Buy if AO is rising. Sell if AO is falling.
Use_AO_Zero_Filter (false) - Buy if AO is rising and above 0. Sell if AO is falling and below 0.

Parabolic SAR Filter
Use_SAR_Filter (false)
Buy if Close is above SAR. Sell if Close is below SAR.
SAR_Step (0.02)
SAR_Maximum (0.2)

Heiken Ashi Filter
Use_HeikenAshi_Filter (false)
Heiken Ashi open and close are calculated inside the indicator.
Buy if HA Close is above HA Open.
Sell if HA Close is below HA Open.

CCI Trend Filter
Use_CCI_Filter (false)
Buy if CCI is above 0. Sell if CCI is below 0.
CCI_Period (50)
CCI_Applied (PRICE_CLOSE)

CCI OB and OS Filter
Use_CCI_OBOS_Filter (false)
Buy if CCI is above CCI_Overbought (100).
Sell if CCI is below CCI_Oversold (-100).
CCI_OBOS_Period (14)
CCI_OBOS_Applied (PRICE_CLOSE)
This accepts stretched momentum. It is not a "buy oversold" filter. Use it on purpose.

RVI Trend Filter
Use_RVI_Filter (false)
Buy if RVI is above 0. Sell if RVI is below 0.
RVI_Period (75)

RVI Signal Filter
Use_RVI_Signal_Filter (false)
Buy if RVI main is above RVI signal. Sell if RVI main is below RVI signal.
RVI_Signal_Period (20)

MACD Signal Filter
Use_MACD_Filter (false)
Uses histogram = MACD main minus signal.
Buy if histogram is above 0. Sell if histogram is below 0.
MACD_FastEMA (12)
MACD_SlowEMA (26)
MACD_SignalSMA (9)
MACD_Applied (PRICE_CLOSE)

MACD Level 0 Filter
Use_MACD_Zero_Filter (false)
Buy if MACD main is above 0. Sell if MACD main is below 0.
Shares the same MACD handle. You can enable both MACD filters.

Support and Resistance Filter
Use_SR_Filter (false)
Looks back SR_Period bars for the recent extreme low (support) and extreme high (resistance).
Buy only if the current bar touches or crosses the support zone.
Sell only if the current bar touches or crosses the resistance zone.
SR_Period (50)
SR_Zone_Points (80) - zone width in points.
Zone = SR_Zone_Points * _Point. Recalibrate for 3-digit, 5-digit, gold, and index quotes.

Fibonacci Filter
Use_Fib_Filter (false)
Maps a recent swing high and low with a ZigZag-style search, then builds a zone between Fib_Level_1 and Fib_Level_2.
Both buy and sell require the current candle to overlap that zone.
Fib_Level_1 (0.382)
Fib_Level_2 (0.618)
ZigZag_Depth (12)
ZigZag_Deviation (5) - minimum improvement in points
ZigZag_Backstep (3)
If no valid swing pair is found, both sides are blocked for that bar.

HOW TO USE

Step 1. Attach
Insert the indicator on any MT5 symbol and timeframe. Start with M15, H1, or H4 so fractals have room.

Step 2. Choose the signal family
Early trigger: Signal 1 on, Signal 2 off.
Conservative close: Signal 1 off, Signal 2 on.
Study both: leave both on, then treat Body arrows as the stricter tag.

Step 3. Leave all filters off first
Watch raw arrows and the two level lines for several sessions. Learn how often wick versus body prints on your symbol.

Step 4. Add only 1 to 3 filters
Example trend stack: Single MA or Double MA + ADX + SAR or Heiken Ashi.
Example momentum stack: MACD histogram + RSI 75 + AO color and zero.
Example level stack: S/R touch + Fibonacci zone + RSI cross.
Example cloud stack: Senkou B + Double MA + MACD zero.

Step 5. Set alerts on demo first
Enable popup and sound. Add push after the MetaQuotes ID works. Email last.

Step 6. Your own execution rules
The indicator does not place stops or targets. A common manual plan is: wait for the signal candle to close, invalidate back inside the broken fractal, and manage the trade with the next opposite fractal line, a fixed multiple, or a trailing method such as SAR.

Step 7. Timeframe notes
M1-M5: FractalBars 2, expect noise, consider Heiken Ashi and ADX.
M15-H1: default fractal, MA 50 or Double MA 30/140.
H4-D1: FractalBars 2 or 3, RSI 75, Senkou B, MACD zero.

POINTS AND DIGITS
InpArrowDistance and SR_Zone_Points are points, not pips.
On 5-digit EURUSD, 80 points = 8.0 pips.
On XAUUSD the same number can be too small or too large depending on broker digits. Check the symbol specification.
AO_Buy_Min and AO_Sell_Max are raw AO values, not points. Tune per instrument.

WHAT THIS INDICATOR IS NOT
Not an Expert Advisor or robot.
Not a profit guarantee.
Not a martingale, grid, or recovery system.
Not a multi-symbol dashboard. One chart equals one symbol.
A confirmed fractal does not jump after InpFractalBars have closed to the right.
MACD, Ichimoku, and long RSI need enough history. Load a full chart before judging the first bars.

INSTALLATION
1. File > Open Data Folder in MT5.
2. Copy the file into MQL5\Indicators.
3. Navigator > Indicators > Refresh.
4. Drag onto a chart.
5. No DLL permission is required.
6. Push: Tools > Options > Notifications, enable and add MetaQuotes ID.
7. Email: Tools > Options > Email, configure SMTP.
8. Custom sound: put the WAV in the Sounds folder and type the exact file name.

PRACTICAL NOTES
Save separate templates, for example one scalp set and one swing set.
Review arrows by scrolling the chart. This is an indicator, not a tester EA.
If arrows disappear after you enable filters, that is AND logic, not a defect.
If lines are missing, lines may be off, or both levels were already consumed.
If there is no alert, wait for a new bar after a signal on the closed candle, and confirm the matching alert switch is true.

DISCLAIMER
Trading FX, metals, indices, crypto, and CFDs involves a substantial risk of loss. This indicator provides visual marks and alerts only. Past arrows do not imply future results. Lot size, stop loss, news handling, and broker conditions remain your responsibility. Test on a demo account until you understand every switch you enabled.

SUPPORT
Use the product comments or MQL5 messages. Please send symbol, timeframe, a screenshot, and the input group you changed.

Thank you for using Fractal Breakout Pro MT5. Read the level, confirm with filters, and keep risk first.

おすすめのプロダクト
SMART ATR GRID PRO++ – Adaptive Grid Intelligence Suite is a next-generation, institutional-grade grid trading indicator engineered for traders who demand precision, adaptability, and comprehensive market structure analysis. By seamlessly integrating   Adaptive Volatility Grid System ,   KAMA Candle Trend Filtering ,   Multi-Factor Trend Detection (ADX + EMA20/50) ,   Dynamic Heatmap Zone Engine , and   Real-Time Market Regime Classification , this indicator delivers a complete decision-making
The Quasimodo Pattern Indicator  is no more difficult than the Head and Shoulders. Still, only a few traders know about it, and some even confuse one with the other. However, this is not a reason to avoid this tool in your forex trading strategy.  Features: Automatic Detection: The indicator automatically scans for valid QM patterns across any timeframe, reducing the need for manual chart analysis. Visual Highlights: Clear and customizable on-chart drawing of shoulders, heads, and breakout zones
Heiken Ashi Smoothed Strategy is a very simple but powerful system to get forex market trend direction. This indicator is actually 2 indicators in 1 pack, Heiken Ashi and Heiken Ashi Smoothed Moving Average both included. Because HA (Heiken Ashi) and HAS (Heiken Ashi Smoothed) are calculated in the same one system event with necessary buffers and loop only, so it is the FAST, OPTIMIZED and EFFICIENT HA having the combined indicator of MetaTrader 5. You can choose to display HA and HAS in the sam
Mean Reversion Supply Demand Indicator Mean Reversion Supply Demand is the indicator to detect the important supply demand zone in your chart. The concept of supply demand trading relies on the quantity mismatching between buying and selling volumes in the financial market. Typically, supply demand zone serves to predict the turning point. The wave pattern, for any supply demand zone to work as an successful trade, looks like the price must touch the base zone, move away and then return to zone
Fair Value Gap Volume Profile Pro This indicator detects price imbalances (Fair Value Gaps) on the chart and displays the volume distribution inside each gap using data from a lower timeframe. It is designed for traders who use institutional price action concepts and want to understand where volume was concentrated during the formation of each gap. What is a Fair Value Gap A Fair Value Gap (FVG) is a three-candle price imbalance where a candle moves so strongly that it leaves a range untouched
Structure King AI Signal Structure King AI Signal is a professional MetaTrader 5 trading indicator designed to help traders analyze market structure, trend direction, multi-timeframe confirmation and trade management from one clean dashboard. Key Features • Market Structure & Trend Analysis • BUY / SELL Signals • Multi-Timeframe (HTF) Confirmation • Entry Price Levels • Dynamic Stop Loss (SL) • TP1 / TP2 / TP3 Levels • ATR Volatility Analysis • ADX Trend Strength Filter • Adaptive Market Filter
Gioteen Volatility Index (GVI) - your ultimate solution to overcoming market unpredictability and maximizing trading opportunities. This revolutionary indicator helps you in lowering your losing trades due to choppy market movements. The GVI is designed to measure market volatility, providing you with valuable insights to identify the most favorable trading prospects. Its intuitive interface consists of a dynamic red line representing the volatility index, accompanied by blue line that indicate
VP RSI Reversal Signal Arrows — Product Description Short Description VP RSI Reversal Signal Arrows is a clean MetaTrader 5 indicator that displays buy and sell reversal arrows when RSI exits oversold or overbought zones, with an optional moving average trend filter. Main Description VP RSI Reversal Signal Arrows is a visual technical analysis indicator for MetaTrader 5. It is designed for manual traders who want a simple RSI-based reversal assistant directly on the price chart. The indicator
ボリュームプロファイルマルチモード:インジケーターのやり方ではなく、あなた自身のやり方でボリュームを分析しましょう。 ほとんどのボリュームプロファイル指標は、トレーダーをあらかじめ定義された分析範囲に限定します。しかし、市場は固定されたテンプレート内で動くわけではありません。なぜあなたの分析もそうあるべきなのでしょうか? ボリュームプロファイルマルチモードを 使えば、ボリューム分析の場所、タイミング、方法を自由に決定できます。市場構造の分析、取引セッションのプロファイリング、上位時間軸のアクティビティの監視、あるいは進行中のオークションの追跡など、どのような目的であれ、このインジケーターはあなたの取引スタイルに合わせて調整されるため、あなたがインジケーターに合わせる必要はありません。 直感的なワークフローを求める初心者から、柔軟性を重視するプロフェッショナルまで、あらゆるユーザー向けに設計されたボリュームプロファイルマルチモードは、4つの強力なプロファイリング手法を1つの高度にインタラクティブでカスタマイズ可能なトレーディングツールに統合しています。 4つの強力なプロファイリングモード
Modern Spike Indicator Features: 1. Support and Resistance Lines: Displays dynamic horizontal dashed lines on the chart representing current support and resistance levels calculated from recent price swings. 2. Spike Detection Arrows: Shows up arrows (green) for potential upward spikes and down arrows (red) for potential downward spikes, triggered when price breaks S/R levels with RSI confirmation. 3. Trend Analysis: Incorporates ADX (Average Directional Index) to determine market trend stre
Passband Filter Pro Passband Filter Pro is a trend and cycle oscillator for MetaTrader 5. It is built on the Ehlers Super Passband Filter, a band pass filter that removes long term trend drift and short term noise so that only the dominant market cycle remains. The result is a clean oscillator with a color cloud that shows overbought and oversold conditions, cycle turns, and momentum on forex, gold, indices, stocks and crypto. Most traders enter too early or too late. Simple moving averages la
ONNYX INDICATOR バージョン 1.14 MetaTrader 5 用のサプライ・デマンド分析インジケーターです。確定したスイングからゾーンを作成し、ATR で幅を調整し、品質をパーセント表示します。確定足の BUY/SELL シグナルは後から消えない設計です。 主な機能 - ゾーン内に品質パーセントを表示するサプライ・デマンドゾーン。 - 確定足で表示される大きな BUY/SELL 矢印。 - EMA トレンドフィルターとローソク足反発確認。 - トレンド、価格レベル、市場状況パネル。 - 関連する経済指標を最大5件表示。発表前は Forecast/Previous、発表後は Actual を表示。 - 60秒ごとのニュース更新とストラテジーテスター用カレンダーキャッシュ。 - ポップアップ、プッシュ、メール通知。 - iCustom 用バッファ:0=BUY価格、1=SELL価格。 使用方法 チャートに適用し、履歴の読み込みを待ってから、トレンドと有効ゾーンを確認し、確定足シグナルを独自のリスク管理と組み合わせてください。XAUUSD H1 は見やすい構造、M15 はより
Opulence Levels
Tokunbo Greatpath Adebowale
Opulence Levels is a precision-engineered, non-repainting indicator that automatically identifies the most critical price levels on any chart — the exact zones where smart money reacts, liquidity is hunted, and the next big move is born. Powered by swing-based structure analysis and multi-timeframe intelligence, Opulence Levels cuts through chart noise to deliver clean, high-probability BUY LEVELS and SELL LEVELS with surgical accuracy. No guesswork. No repainting. Just levels that matter. What
Improved version of the free HMA Trend indicator (for MetaTrader 4) with statistical analysis. HMA Trend is a trend indicator based on the Hull Moving Average (HMA) with two periods. HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. The main differences from the free version: Ability to predict the probability of a trend reversal using analysis of history data. Plotting statistical charts for analyzi
RBreaker Gold Indicatorsは、金先物の短期日内取引戦略であり、トレンドフォローと日内反転の2つの取引手法を組み合わせたものです。トレンド相場での利益を捉えるだけでなく、相場が反転した際には迅速に利確し、その流れに沿ってポジションを反転させることができます。 この戦略は、アメリカの雑誌『Futures Truth』において、15年連続で最も収益性の高い取引戦略トップ10に選ばれた実績を持ち、非常に長いライフサイクルを誇り、現在も国内外で広く使用・研究されています。 本インディケーターは、2026年の金先物の値動きに対応し、14日間のATR指標に基づいて、ブレイクアウト係数A、観察係数B、リバーサル係数Rをより合理的な値で定義しています。非常に優れたインディケーターであり、安定的な年間収益を実現しています。ぜひおすすめします〜
M & W Pattern Pro is an advanced scanner for M and W patters , it uses extra filters to ensure scanned patterns are profitable. The indicator can be used with all symbols and time frames. The indicator is a non repaint indicator with accurate statistics calculations. To use , simply scan the most profitable pair using the statistics dashboard accuracy , then enter trades on signal arrow and exit at the TP and SL levels. STATISTICS : Accuracy 1 : This is the percentage of the times price hits TP
Introducing the Bollinger Flipper Indicator – Your Ultimate Trading Edge!   Are you tired of second-guessing your entries and exits? The Bollinger Flipper Indicator is here to flip the game in your favor.   Built with the power of Bollinger Bands + Level 3 Power System + ZigZag Fractals, this advanced tool is designed to spot high-probability buy & sell signals with precision. SPECIAL BONUS (VALID TILL JUNE 2026)- OUR DAILY SCALPER EA for BTCUSD and VIX75 •································
BUY or SELL FlashScalp Multi-System Indicator The FlashScalp Multi-System Indicator is a next-generation trading tool engineered for precision scalpers, intraday strategists, and professional analysts who demand both speed and clarity in market visualization. It seamlessly integrates smart candle-based analytics, adaptive ATR logic, and real-time economic event awareness — giving you a fully synchronized view of market volatility and momentum. Through an elegant and optimized interface, FlashSc
Dynasty SMC/ICT Terminal — v3.0 "Neon-Ops Edition" An all-in-one Smart Money Concepts / ICT dashboard for MetaTrader 5. It's an indicator, not an auto-trading EA — it never places, modifies, or closes real orders. It scans price action for Order Blocks, Fair Value Gaps, market structure, harmonic patterns, and multi-timeframe momentum, blends everything into one calibratable Master Signal, and — if enabled — builds a fully automated on-chart trade plan with entry, stop loss, three take-profit ta
C88 Projected Candle See the Bigger Picture Before the Candle Closes C88 Projected Candle is a professional market visualization indicator that projects the current higher timeframe candle directly onto your active chart. It helps traders understand the evolving market structure without constantly switching between timeframes. Whether you trade Price Action, ICT, Smart Money Concepts (SMC), or Volume Profile, this indicator provides a cleaner and more intuitive way to read market context. Key Fe
Headline: Stop Guessing, Start Winning. Unleash the Power of the Heiken Ashi Supertrend Indicator. Body: Are you tired of market noise, confusing charts, and missed opportunities? The Heiken Ashi Supertrend Indicator is the ultimate tool designed to bring clarity and confidence to your trading, once and for all. We've combined two of the most powerful concepts in technical analysis into one seamless, easy-to-use indicator: Crystal-Clear Trends with Heiken Ashi: Say goodbye to choppy price action
Introduction to Chart Pattern MT Chart Pattern MT is a chart pattern scanner to detect the triangle pattern, falling wedge pattern, rising wedge pattern, channel pattern and so on. Chart Pattern MT uses highly sophisticated chart pattern detection algorithm. However, we have designed it in the easy to use with intuitive user interface. Chart Pattern MT will show all the patterns in your chart in the most efficient format for your trading. You do not have to do tedious manual pattern detection an
WBS SMC Without Repaint – Ultimate XAUUSD Scalping Engine (M5 Timeframe) Take your Gold trading to the institutional level with "WBS SMC Without Repaint", a highly advanced premium indicator engineered specifically for XAUUSD (Gold) on the M5 (5-Minute) timeframe.  Built upon the core pillars of Smart Money Concepts (SMC) combined with precise algorithmic candle pattern recognition, this tool identifies high-probability institutional footprints in real-time. Best of all: 100% ABSOLUTELY
MetaTrader 5 向けスマート多層ブレイクアウト&プルバック検出器 「スマート・シンプル・ファスト!」 高確率のブレイクアウトエントリーを見逃すことにうんざりしていませんか? 複数のチャートを何時間もスキャンし、ブレイクアウトをトレンド方向と通貨のモメンタムに合わせようとして、それでも動きを逃してしまうことはありませんか? Break Pullback は、1つのインジケーターでそのすべてを解決します。 Break Pullback とは何ですか? Break Pullback は、マーケットストラクチャー、ブレイクアウト、トレンド継続のセットアップを取引するトレーダー向けに特別に設計されたプロフェッショナルグレードの MetaTrader 5 インジケーターです。 リアルタイムで複数の通貨ペアにわたるブレイクとプルバックの形成を自動的に検出し、3層の確認を通じてすべてのシグナルをフィルタリングします: ストラクチャラルブレイクアウト検出 — チャート上の主要なブレイクレベルを特定 HTF 日足バイアス — エントリーを支配的な日足トレンド方向に合わせる 通貨強弱指数 —
Ritz Smart Support & Resistance Zones Market Structure Based S/RT his advanced indicator detects and displays high-probability support and resistance zones based on actual market structure (swing highs and lows). Using intelligent zone merging and ATR-based fuzz buffers, it ensures the zone blocks are aligned with real price extremes without gaps. Zones are classified by strength (Proven, Verified, Untested, Turncoat, Weak) and visually rendered using colored rectangles. Ideal for traders seeki
LuoMo Volume & Price Structure 8.98 A multi-function chart indicator for   MetaTrader 4 and MetaTrader 5 , designed to display key volume, volatility, sentiment, and price-structure information directly on the main chart. Main Features Volume and price-based Support & Resistance Volume spike and exhaustion signals ATR volatility expansion alerts Volume Profile with HVN and LVN Bullish and bearish sentiment distribution Developing or fixed POC VAH and VAL levels Supply and Demand zones Volume-wei
Master Editionは、ボリュームとマネーフローの視点を通じて市場構造を可視化するために設計されたプロフェッショナルグレードの分析ツールです。標準のボリュームインジケーターとは異なり、このツールはチャート上に日足ボリュームプロファイルを直接表示し、価格発見がどこで行われたか、そして「スマートマネー」がどこに位置しているかを正確に確認できます。 このMaster Editionは、明確さとスピードを考慮して設計されており、ロード時にチャートレイアウトを即座に美化するユニークな自動テーマ同期システムを備えています。 主な機能: 真のマネーフロー計算: 標準のティックボリュームを超えます。「Use Money Flow」を有効にすると、ボリュームは価格によって重み付けされ、特定の価格レベルでの実際の資本コミットメントが明らかになります。 バリューエリア (VA) の可視化: バリューエリア(デフォルトではボリュームの70%)を自動的に計算します。 VA Fill: コントロールゾーンを即座に識別するために、バリューエリアの背景をシェーディングします。 主要レベル: コントロールポイン
Mean Volume Most indicators are based on price analysis. This indicator is based on volume. Volume is overlooked piece of information in most trading systems. And this is a big mistake since volume gives important information about market participants. Mean Volume is an indicator that can be used to spot when volume is above average. It usually means that institutional traders are active. Peak in volume can be used to confirm an entry since increased volume can sustain the move in one or anot
SMC Indicator BOS & CHoCH analyze market structure using Smart Money Concepts The indicator combines BOS (Break of Structure), CHoCH (Change of Character), Fair Value Gaps (FVG), Liquidity Sweep logic and ATR filtering to provide a structured view of market movements and potential trading opportunities. The indicator automatically identifies swing highs and swing lows and monitors structural breaks in the market. BOS (Break of Structure) identifies potential continuation of the current market st
Price Breakout pattern Scanner is the automatic scanner for traders and investors. It can detect following patterns automatically from your chart. Head and Shoulder - Common tradable pattern. Reverse Head and Shoulder - This pattern is the reverse formation of the Head and Shoulder. Double Top - When the price hits resistance level twice and decline toward the support level, the trader can anticipate sudden bearish breakout through the support level. Double Bottom - The double bottom pattern is
このプロダクトを購入した人は以下も購入しています
SMART TREND TRADING SYSTEM — 特別オファー トレードシステム、自動化EA、学習コンテンツとサポートをひとつに。 MT5用のSmart Trend Trading Systemを99米ドルでご購入いただくと、シグナルの自動売買に使える Smart Universal Expert Advisorを無料でプレゼント します。 STTSは、トレンドの方向、エントリー・決済シグナル、反転ゾーン、重要な価格水準をチャート上にまとめて表示します。システムを参考に手動で取引することも、付属のEAを接続し、ご自身で選んだ設定に基づいて自動売買することもできます。 現在の99米ドルという価格は、これからの30件の購入に適用されます。その後、価格は149米ドルに上がります。 充実のパッケージ内容 ご購入には以下が含まれます。 • MT5用Smart Trend Trading System。 • Smart Universal Expert Advisor — 無料。 • STTSの完全版PDFユーザーマニュアル。 • STTS公式オンラインコース。 • インストールと
Trend Sniper X
Sarvarbek Abduvoxobov
4.88 (34)
Trend Sniper X は、トレードの方向性と潜在的な反転ポイントを明確かつ正確に特定するのに役立つ、MetaTrader 5 用のマルチタイムフレーム・トレンドフォロー指標です。 MT4用: https://www.mql5.com/en/market/product/193245 価格情報: 現在の価格はプロモーション価格であり、今後のアップデートや新機能のリリースに伴い変更される場合があります。 ボーナス特典: このインジケーター用の無料自動売買アシスタントEAを入手するには、購入後に an 著者(開発者)へメッセージをお送りください。 Code2Profit チャンネル マルチタイムフレーム分析で相場をマスターしよう! Trend Sniper X で勝率を最大化する方法:重要なルールとセッションのコツ 技術仕様 プラットフォーム MetaTrader 5 インジケータータイプ マルチタイムフレーム・トレンドインジケーター 操作タイムフレーム あらゆるチャートタイムフレームに対応。個別に選択可能な上位タイムフレーム (M1–MN1) を搭載 主要銘柄 FX、ゴールド (X
Zoryk Gold
Reda El Koutbane
5 (10)
割引は 24 時間後に終了します — 次の価格は$ 69 ZORYK — MetaTrader 5専用 XAUUSDシグナル・トレードプランニングシステム このような経験はありませんか。 ゴールドを分析し、エントリーを待ち、ようやくポジションを持った直後に価格が逆方向へ動く。 早すぎる決済をしてしまったり、Stop Lossを動かしたり、数秒迷っている間にチャンスを逃したりする。 その後、相場は自分が最初に予想していた方向へ進み、目標へ到達する。 問題は常に方向判断ではありません。 本当の問題は、明確な計画がなかったことです。 どこでエントリーすべきか。 どこでトレードの前提が無効になるのか。 近い利益を確保すべきか、より大きな値動きを待つべきか。 現在のsetupが本当に強いのか、それとも無理にトレードを探しているだけなのか。 ゴールドは非常に速く動きます。 正しい分析でも、明確なプランがなければ数秒で悪い判断に変わることがあります。 ZORYKは、その問題を解決するために開発されました。 ZORYKとは ZORYKは、MetaTrader 5とXAU
UNIX SCALPER — 特別オファー セットアップを見つけ、取引プランを確認し、取引方法を選ぶ。 MT5用UNIX Scalperを99米ドルで購入すると、シグナルを自動売買に活用できるSmart Universal Expert Advisorが無料で付属します。 UNIX Scalperは、市場分析、BUY/SELL/WAITの判断、Entry、Stop Loss、TP1、TP2の水準を、見やすいパネルにまとめています。取引プランに沿って手動で取引することも、付属のEAを接続し、ご自身の設定に従って自動執行することもできます。 現在の99米ドルの価格は、今後30件の購入に適用されます。その後、価格は149米ドルになります。 パッケージの内容 ご購入には以下が含まれます。 • MT5用UNIX Scalper。 • Smart Universal Expert Advisor — 無料。 • UNIX Scalperの完全版PDFユーザーマニュアル。 • UNIX Scalper公式オンラインコース。 • インストールと設定の手順ガイド。 • 購入者限定コミュニティへ
SuperScalp Pro
Van Minh Nguyen
4.64 (33)
SuperScalp Pro - Professional Multi-Layer Confluence Scalping System SuperScalp Proは、クラシックなSupertrendに複数のインテリジェントな確認フィルターを追加した、高度なスキャルピングインジケーターです。より高い確率が期待できるBuy/Sellの取引機会を特定し、ダマシのシグナルを大幅に減らすことをサポートします。 明確なBuyとSellの矢印がチャート上に直接表示され、ATRに基づくStop LossとTake Profitのレベルがリアルタイムで自動計算されます。 購入後、設定方法や推奨設定についてのサポートが必要な場合は、私にご連絡ください。 SuperScalp Pro Auto Traderを使用して、シグナルを簡単に自動化できます: [Auto Trader] 推奨設定ファイルをダウンロード: [Set File] 完全なドキュメントは製品ブログでご覧いただけます: [User Guide] 最新情報を受け取るには公式チャンネルに参加してください: [Official Channel]
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
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
GoldenX Entryは、MT5向けのインジケーターであり、適応型Smart Entry Trendアルゴリズム、シグナルスコアリングシステム、マーケットレジーム検出機能、およびボラティリティフィルターを備えています。各シグナルには、計算されたエントリーレベル、3つのテイクプロフィット(TP1、TP2、TP3)、およびストップロスレベルが含まれます。本インジケーターは、異なる市場環境に適応するために設計された複数の分析レイヤー上に構築されており、マルチレイヤー分析システムと内蔵オプティマイザーおよび統計トラッキングシステムを組み合わせています。リスク・リワード(RR)指標および過去のトレード履歴に基づく定量分析を提供します。 使い始めは簡単です — 選択した時間足でオプティマイザーを実行し、そのままチャート上でインジケーターを使用します。 コア機能 GoldenX Entryは、シグナルエンジンとトレード管理機能、そして過去統計トラッキングを1つのチャートに統合しています: - 内蔵オプティマイザー: オプティマイザーはチャート上でワンクリックで実行できます。200通りのパラメー
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading opp
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (8)
新たな王者が登場 - インジケーター + 注文管理表示(TP1 + TP2 + TP3)+ オプションのTelegramシグナル送信機能付き(無料) (完全なトレード&シグナルシステム) ゴールド向け最高のEA: Gold Slayer このインジケーターには、高度な戦略、カスタマイズ可能な注文管理システム、そしてエンベロープ拡張を組み合わせた平均回帰システムが搭載されています。さらに、RSIなど複数のインテリジェントな確認フィルターによって、高確率の反転エントリーをBUY・SELLシグナルとして検出します。 単にトレードを学ぶだけでなく、複数ポジションを効果的に管理し、過去に利益を出しているオープンポジションで損失トレードをカバーする方法も学べます。 M5向けに構築・最適化されており、流動性が高くシグナルの精度が安定しているBTCUSDとXAUUSDで優れたパフォーマンスを発揮します。 このインジケーターは、ATRを基に自動計算されたエントリー、ストップロス、テイクプロフィットレベルを備えた明確なLong・Shortシグナルを提供するため、リスク管理が最初から組み込まれています。 マ
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示
伝説が帰ってきました: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件)。検証方法は公開されており、ストラテジーテスターでご自身で再現できます。 ご購入後は、必ずすぐにダイレクトメッセージでご
ATOMIC ANALYST — 特別オファー 市場分析、自動化EA、学習コンテンツとサポートをひとつに。 MT5用のAtomic Analystを99米ドルでご購入いただくと、シグナルの自動売買に使える Smart Universal Expert Advisorを無料でプレゼント します。 Atomic Analystは、プライスアクション、トレンドの方向、エントリー・決済シグナル、損切り水準、複数の利確水準をチャート上にまとめて表示します。分析を参考に手動で取引することも、付属のEAを接続し、ご自身で選んだ設定に基づいて自動売買することもできます。 現在の99米ドルという価格は、これからの30件の購入に適用されます。その後、価格は149米ドルに上がります。 充実のパッケージ内容 ご購入には以下が含まれます。 • MT5用Atomic Analyst。 • Smart Universal Expert Advisor — 無料。 • Atomic Analystの完全版PDFユーザーマニュアル。 • Atomic Analyst公式オンラインコース。 • インストールと設
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
FiboSniper Pro – Multi-Filter Fibonacci System with Auto SL/TP and Control Panel FiboSniper Proは、動的なFibonacci Envelopesと複数の確認フィルターを組み合わせ、選別されたBuyおよびSellシグナルを生成するテクニカルインジケーターです。FibonacciレベルはMoving AverageとATRを基に計算され、その後ADX、EMA、RSI、ATR、Volume、Time、Candle構造によってフィルタリングされます。インジケーターは、ATRに基づく自動Stop LossおよびTake Profitレベルをチャート上に直接表示し、さらに迅速な調整が可能なインタラクティブControl Panelを提供します。 購入後、推奨設定ファイルと詳細な使用方法については、私にご連絡ください。 Auto Trader Xを使用してFiboSniper Proのシグナルを自動化できます: [Auto Trader X] User GuideとSet Files: [Click her
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
UZFX {SSS} スキャルピング・スマートシグナル v5.0 MT5は、変動の激しい市場において正確かつリアルタイムのシグナルを求めるスキャルパー、デイトレーダー、スイングトレーダー向けに設計された、リペイントのない高性能な取引インジケーターです。(UZFX-LABS)によって開発されたこのインジケーターは、価格行動分析、トレンド確認、スマートフィルタリングを組み合わせることで、すべての通貨ペアおよび時間枠において、高確率の売買シグナル、警告シグナル、トレンド継続の機会を生成します。 トレードの判断に迷うのはもうやめましょう。明確さ、正確さ、そして規律ある市場執行を求めるトレーダーのために設計された、体系的なシグナルシステムに従い始めましょう。 間違いなく、MQL5で入手可能な最高のインジケーターの一つです。絶対に見逃さないでください!!「スマートなトレーダーのためのスマートシグナル」 最新バージョン5.0がリリースされました。価格は予告なく最大499.99ドルまで値上がりする可能性がありますので、チャンスを逃さないようお早めにお求めください!! 購入を決める前に!無料トライアル
Axiom Matrix — 特別オファー Axiom Matrix を 49 米ドルで購入すると、Smart Universal Expert Advisor を無料でプレゼント。 市場をスキャン。セットアップを比較。次のチャートを選ぶ。 Axiom Matrix は複数銘柄・複数時間足の分析を一つのダッシュボードに集約します。チャートを一つずつ開かずに注目する市場を探せます。 気配値表示または選択した銘柄を複数の時間足でスキャン。 トレンド、モメンタム、出来高、ボラティリティ、市場環境の質を比較。 Best Axiom Pick、シグナルの状態、クリックできるセルでセットアップを確認。 Axiom Matrix は分析用ダッシュボードです。取引は実行しません。 パッケージ内容 Axiom Matrix Smart Universal Expert Advisor PDF ユーザーガイドとオンライン講座。 設定ガイドと購入者コミュニティへのアクセス。 Smart Universal Expert Advisor は独立した特典です。本製品の直接的な自動化を約束するものではありません。
ATSTRONG PRO:市場構造&ブレイクアウトインジケーター ブレイクアウト検出エンジン | 5つの動的TPターゲット | ライブダッシュボードパネル | リペイントなし 導入価格 現在の価格: $59 — 10回の販売ごとに価格が$10上昇します。 ATSTRONG PRO は、MetaTrader 5 用に設計された高度なブレイクアウトおよび機関投資家向け市場構造インジケーターです。 高確率のスイングピボットを検出し、クラスター化されたサポートとレジスタンスの蓄積ゾーンを特定し、 リアルタイムで構造の破壊(BOS)と性質の変化(CHoCH)のシグナルを発します。 このインジケーターは、ダイナミックなストップロスと5つの個別のテイクプロフィットレベル(TP1〜TP5)をチャート上に自動的に直接描画します。 リスクリワード予測ボックス、星付けされたシグナル品質の評価、およびリアルタイムのオンチャートパフォーマンス分析ダッシュボードを備えています。 取引に関する注意: これは手動取引および市場分析用のインジケーターです。ローソク足の確定時に明確な視覚的シグナル、レベル、アラー
Smc Pro ToolKit
Talal N Z Aljarusha
5 (12)
SMC PRO TOOLKIT — SMART MONEY ANALYSIS & STRUCTURED TRADE PLANNING SMC Pro ToolKit is a professional Smart Money Concepts analysis workspace for MetaTrader 5. It combines market structure, multi-timeframe analysis, institutional price zones, setup evaluation, confirmation tools, volume context, alerts, and risk planning inside one organized chart environment. One workspace. Multiple layers of confirmation. One structured trading plan. OPEN COMPLETE USER GUIDE MULTI-CONDITION SETUP ENGINE At
SMART PRICE ACTION CONCEPTS — 特別オファー 構造を確認し、ゾーンを見つけ、取引プランを立てる。 MT5用Smart Price Action Conceptsを49米ドルで購入すると、Smart Universal Expert Advisorが無料で付属します。 Smart Money Concepts(SMC)、ICTスタイルの分析、プライスアクションを、見やすいチャートにまとめます。市場構造、オーダーブロック、流動性の参考水準、インバランスを確認し、Smart Panelで表示する要素を選択できます。 現在の49米ドルの価格は、今後30件の購入に適用されます。その後、価格は100米ドルになります。 パッケージの内容 • MT5用Smart Price Action Concepts。 • Smart Universal Expert Advisor — 無料特典。 • 完全版PDFユーザーマニュアルと公式オンラインコース。 • インストールと設定の手順ガイド。 • 購入者限定コミュニティへの参加とサポート。 ツール、学習教材、わかりやすい入門
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
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コンテキスト、安定したライブ動作、
Currency Strength Anchor — セッション適応型の相対的強さ指標。日足・週足・月足の始値をアンカーとして使用。非リペイント。 多くの強さメーターは、固定された過去期間で銘柄を比較します。しかし、取引日がアジアから欧州、そして米国セッションへと進むにつれ、その比較結果の意味は変化します。アジアセッションのデータで作られたランキングは、ロンドンやニューヨークが取引している時間帯にはほとんど役に立ちません。 Currency Strength Anchor は異なる基準を採用しています。各銘柄を、日足・週足・月足の3つの固定アンカーポイントに対して測定し、取引している時間帯に応じて計算範囲を自動調整します。 コンテキストは自動的に以下の間で切り替わります: アジアセッションのみ アジア+欧州セッション アジア+欧州+米国セッション 米国セッションのみ 値は確定した価格データから算出され、リペイントしません。 読み方 インジケーターは、チャート上のシンボルを構成する各コンポーネントに1本ずつラインを描画します。つまり、常に2本のラインを比較することになります。 例 1
CRT Candle Range Theory HTF MT5.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicator automates the highly effective  Candle Range Theory (CRT) , a core pillar of  ICT Concepts (Inner Circle Trader
Crystal Quantum Pro
Muhammad Jawad Shabir
5 (3)
CRYSTAL QUANTUM PRO Institutional Signal & Trade Intelligence for MetaTrader 5 Final Price: 199 USD ----> Price goes up 10 USD after every 10 sales. Limited launch slots available, act fast. Most indicators give you an arrow and leave you alone. A naked arrow is a gamble. Winning consistently requires CONFLUENCE , a clear STOP and TARGET , and honest PROOF that the system works. Crystal Quantum Pro delivers all three in one clean, no-repaint package. Crystal Quantum Pro is a complete decision sy
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
作者のその他のプロダクト
HARMONIC PATTERN SCANNER DASHBOARD MT5 – Multi Pair Multi TF Gartley Bat Butterfly Crab Cypher Shark + MA RSI RVI Filters PRODUCT TYPE Product type : Technical Indicator Platform : MetaTrader 5 (MT5) Chart mode : Chart window overlay (dashboard + optional pattern drawing) Plots : 0 (no extra price buffers) Version : 1.13 Author : Harmonic Dashboard by FAZA A N Use : Multi-symbol / multi-timeframe harmonic scanning, alerts, and visual trade planning (Entry / SL /
PINBAR MULTI-FILTER SIGNALS MT5 No-Repaint Price Action Arrows with 17 Optional Confirmations Non-repaint pin bar detector for MetaTrader 5. Buy and sell arrows print on closed candles only. Optional trend, momentum, and level filters can block a pin before an alert is sent. PRODUCT TYPE • Type         : MT5 technical indicator (NOT an Expert Advisor) • Function     : Marks pin-bar rejections and can alert you. It doe
5 and 6 Candle Pattern Multi Filter No Repaint A MetaTrader 5 chart indicator that marks Buy and Sell arrows from two closed-candle reversal patterns, then confirms them with optional technical filters and alerts. This product is a technical indicator, not an Expert Advisor. It does not open, close, or manage trades. It plots arrows on the chart window after a candle has closed and can send popup, sound, push, and email alerts. WHAT THIS INDICATOR IS FOR Many candle tools paint a signal while th
ADX SIGNAL ARROWS MULTIFILTER — NO REPAINT BUY SELL INDICATOR FOR MT5 Professional ADX +DI / −DI crossover arrows with 17 optional confirmation filters, closed-bar logic, and multi-channel alerts. Turn raw directional movement into cleaner, filterable buy and sell arrows — without waiting for a second indicator window and without signals that jump after the candle has closed. PRODUCT TYPE • Platform : MetaTrader 5 (MT5) • Produc
ALLIGATOR EXACT SIGNAL MT5 No-Repaint Buy/Sell Arrows + 17 Smart Filters + Full Alerts Alligator Exact Signal MT5 is a professional chart-window indicator for MetaTrader 5. It draws the classic Bill Williams Alligator (Jaw, Teeth, Lips) and prints clear BUY / SELL arrows only when the three lines are in exact order: • BUY = Lips above Teeth above Jaw • SELL = Jaw above Teeth above Lips Every extra confirmation is optional. You can run a clean Alligator-only sign
BB BREAKOUT MULTIFILTER PRO Bollinger Band Buy Sell Signals + 17 Smart Filters for MT5 Precision Bollinger Band breakout arrows with optional multi-filter confirmation, alerts, sound, and mobile push. Built for traders who want a clean chart signal and full control over when a trade setup is allowed. PRODUCT TYPE Type : Technical Indicator (Chart Window) Platform : MetaTrader 5 File : .mq5 Version : 1.42 Display : Upper / Middle
RSI Divergence Breakout Pro – Regular and Hidden Divergence + Trendline Breakout Multi-Filter for MT5 RSI Divergence Breakout Pro finds disagreement between price and RSI, then turns that setup into a visual signal on the MetaTrader 5 chart. It marks Regular and Hidden divergences, draws the connecting line, and can print a separate Breakout Buy or Breakout Sell arrow when price closes through that line. All confirmation filters are optional and off by default. You can use raw divergence only, o
CCI Multi Filter Pro MT5 - Zero Cross Buy Sell Arrows with 17 Confirmation Filters and Instant Alerts CCI Multifilter Pro is a MetaTrader 5 indicator that uses CCI zero-cross as the entry trigger, then confirms that trigger with optional filters. Buy is considered when CCI crosses above zero. Sell is considered when CCI crosses below zero. A signal is accepted only if every filter you enabled also agrees. You can run a simple CCI-only setup, or combine trend, momentum, candle structure, support/
CCI MULTI-FILTER OB/OS SIGNAL PRO MT5 17 Confirmation Filters + Arrows + Alerts Professional CCI Overbought / Oversold Buy-Sell Arrow Indicator for MetaTrader 5 with 17 optional confirmation filters, closed-bar signals, popup / push / email / sound alerts. Turn raw CCI crosses into cleaner entries. Keep every filter OFF for classic CCI arrows, or stack RSI, ADX, MA, Ichimoku, AO, SAR, Heiken Ashi, MACD, RVI, Support-Resistance, and Fibonacci to reduce weak signals. PRODUCT
CHO MULTI-FILTER PRO MT5 No-Repaint Chaikin Oscillator Zero-Cross Signals + 16 Smart Filters + Alerts Turn Chaikin Oscillator zero-line crosses into cleaner, filter-confirmed Buy and Sell arrows — after the candle closes, with no repaint on confirmed signals. This is a professional MetaTrader 5 indicator built for traders who want a clear CHO zero-cross engine, then the freedom to add trend, momentum, volatility, structure, and price-action confirmation. Enable
Pin Bar Rejection and Marubozu Multi Filter Signal Indicator for MT5 PRODUCT TYPE Platform      : MetaTrader 5 Type          : Technical Indicator Category      : Price Action / Signal / Multi Filter Display       : Main chart arrows Aqua arrow    : BUY Red arrow     : SELL Does not trade: no orders are opened or closed Markets       : Forex, Gold, Indices, Crypto, Oil, Stocks Timeframes    : All (M1 to MN) Version       : 1.21 Signal bar    : last closed cand
DUAL ENGULFING PRO MT5 Retail + Institutional Candle Signals with 16 Smart Filters Professional Price-Action Signal Indicator for MetaTrader 5 Dual Engulfing Engine • Multi-Filter Confirmation • Real-Time Alerts Find high-quality engulfing reversals the way retail traders see them — and the way institutions prefer them. Dual Engulfing Pro MT5 plots two independent arrow systems on the chart, then lets you confirm every signal with up to 16 optional filters: tren
Non-Repaint Heiken Ashi No-Wick Signal MT5 | Multi-Filter Buy Sell Arrows + Alerts ===== PRODUCT TYPE ===== Product Category : Technical Indicator Platform : MetaTrader 5 (MT5) Window : Chart Window (overlay) Version : 3.17 Code Name : HA Signal v3.17 MultiFilter Author : FAZA A N Signal Style : Buy and Sell arrows on closed Heiken Ashi candles Repaint Status : Non-repaint. Signals are drawn only on already closed bars. Alerts : Terminal popup, sound, push notification, email Filters : 16 opti
HULL CROSSOVER ARROWS MULTI FILTER MT5 Non-Repaint Buy / Sell Signals + Modular Filters Hull Crossover Arrows Multi Filter MT5 Hull Trend Signal Arrows Smart Filter PRODUCT TYPE Platform      : MetaTrader 5 Product Type  : Indicator Program Type  : Custom Indicator Window        : Chart Window Plots         : Buy Arrow + Sell Arrow + Hull Line Core Logic    : Price crossover of Hull Moving Average Repaint Policy: Arrows confir
MA10 HL MultiFilter No-Repaint | EMA High-Low Cross Buy Sell Arrows MT5 Professional no-repaint buy and sell arrow indicator for MetaTrader 5. The entry is an EMA High and EMA Low crossover. After the cross, a modular multi-filter engine can confirm or block the setup. The result is a closed-bar arrow with optional popup, sound, and push notification. Built for traders who want a High/Low breakout trigger instead of a generic close-price MA cross, with full control over confirmation instead o
MA CROS KU v3.52 - No-Repaint Multi-Filter MA Crossover Buy/Sell Signals with Ichimoku Shift-26 and Alerts (MT5) No-repaint Fast/Slow MA crossover for MetaTrader 5. Optional confirmation: Trend MA, Ichimoku Senkou Span B (shift 26 fixed), RSI, ADX, Single MA, RSI75, Double MA, Awesome Oscillator, Parabolic SAR, Heiken Ashi, CCI, RVI, MACD, Support/Resistance and Fibonacci. Popup, sound, push and email alerts fire only on the last closed bar. ================ PRODUCT TYPE ================ Type:
MA Cross Scanner MT5 | Multi Pair Multi Timeframe Dashboard with No-Repaint Signals PRODUCT TYPE Platform: MetaTrader 5 Category: Technical Indicator Display: Chart-window overlay and on-chart dashboard Version documented: 1.12 Role: Manual screening tool Markets: Forex pairs, metals such as XAUUSD, and any Market Watch symbol Timeframes: Any MT5 period you list from M1 to MN1 This product does not open, close, or manage orders. It finds completed Fast/Slow m
MACD Zero Cross Multi Filter Signals MACD Zero Cross Pro | Level 0 Signals + Multi Filters | No Repaint for MT5 MACD Zero Cross Pro is a MetaTrader 5 oscillator and signal tool built around a classic MACD histogram. It marks BUY and SELL only when the MACD main line crosses the zero level on a closed bar, then checks optional confirmation filters before drawing an arrow or sending an alert. This is not an Expert Advisor. It does n
MACD Histogram Signal Multi Filter with Arrows and Alerts PRODUCT TYPE Product type : Technical Indicator Platform : MetaTrader 5 Category : Oscillators / Signal Indicators Display : Separate MACD window + buy/sell arrows on the price chart Markets : Forex, Gold, Indices, Crypto, Stocks, Commodities Timeframes : All (M1 to MN1) Does it trade: No. This indicator does not open, close, or manage orders. This MetaTrader 5 indicator turns a MACD line crossover into a
MOMENTUM KU PRO MT5 No-Repaint Momentum Cross 100 • Multi-Filter Buy & Sell Signals MT5 Chart Indicator • Closed-Bar Arrows • Alert • Sound • Push Momentum • RSI • ADX • MA • Ichimoku • AO • SAR • Heiken Ashi • CCI • RVI • MACD • S/R • Fibonacci PRODUCT TYPE Type : Technical Indicator for MetaTrader 5 Display : Chart window Buy / Sell arrows Core signal : Momentum cross of the 100 level Repaint rule : No arrow on the still-forming bar Platform : MetaTrader
NLMS Adaptive Volatility Trail Pro | No-Repaint Multi-Filter Buy & Sell Signals MT5 Adaptive NLMS trailing line + ATR volatility bands + 18 optional confirmation filters. Closed-bar arrows only. Alerts, push notifications, and custom sounds included. PRODUCT TYPE • Platform        : MetaTrader 5 • Type            : Technical Indicator (chart window) • Category        : Trend / Trailing Stop / Buy-Sell Signals / Multi-Filter • Version         : 1.28 — Stri
PARABOLIC RSI MULTIFILTER SIGNAL NR Non-Repaint Buy Sell Indicator for MetaTrader 5 PRODUCT TYPE Type        : Technical Indicator Platform    : MetaTrader 5 Category    : Oscillators / Trading Signals Version     : 2.11 Signal Mode : Closed-candle confirmation (no repaint) Markets     : Forex, Gold, Indices, Crypto, Stocks, CFD Timeframes  : All (M15, H1, H4, D1 recommended) Display     : RSI window + arrows on the main chart SHORT DESCRIPTI
PARABOLIC RSI SCANNER DASHBOARD MT5 No-Repaint Multi-Pair Multi-Timeframe Momentum Reversal Scanner PRODUCT TYPE Platform : MetaTrader 5 Category : Technical Indicator Mode : Chart overlay panel, manual decision tool This is not an Expert Advisor. It does not open, close, or manage orders. Scans many symbols and timeframes from one chart. Parabolic SAR is applied to RSI, then the latest closed-bar SAR-on-RSI reversal is listed. Filters, alerts, sorting, chart
PARABOLIC SAR FLIP SIGNAL MULTI FILTER No-Repaint Buy and Sell Entry Arrows for MetaTrader 5 MetaTrader 5 chart indicator that plots Parabolic SAR dots and prints a Buy or Sell arrow only after a confirmed SAR flip on a closed candle, and only if the filters you enabled also agree. This product is an entry-signal indicator. It does not open, close, or manage orders.
MULTI CANDLE PATTERN MULTI FILTER SIGNALS No-Repaint Buy and Sell Arrows for MetaTrader 5 PRODUCT TYPE Type            : Technical Indicator Platform        : MetaTrader 5 Display         : Chart window arrows Markets         : Forex, Gold, Indices, Crypto, Stocks, Oil Timeframes      : All timeframes (M1 to MN) Signals         : BUY and SELL arrows after candle close Repaint         : No. Forming candle stays empty Version logic   : Multi candle pattern + opt
RSI Dual Crossover Scanner Dashboard MT5 Multi-Pair Multi-TF RSI I / RSI II Signals + 17 Filters + Alerts Scan many pairs and timeframes from one panel. Catch the latest Fast RSI vs Slow RSI crossover, confirm it with optional filters, get alerts, and open the signal chart in one click. A professional RSI crossover radar — without opening 20 charts. PRODUCT TYPE
フィルタ:
レビューなし
レビューに返信