NLMS Adaptive Volatility Trail Multi Filter Signal

★ 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 — Strict No-Repaint + Notify + Sound
• Plots           : Color trail, BUY arrows, SELL arrows
• License         : Standard MQL5 Market indicator
• Does not trade  : visual + alert tool only (not an EA)

Use it as a clean adaptive trail or as a strict confirmation engine. Filters are optional and use AND logic.

════════════════
WHAT IT DOES
════════════════
Three layers:
1) NLMS adaptive price estimate (Normalized Least Mean Squares)
2) ATR envelope that ratchets into a trail (holds, then steps up or down)
3) BUY/SELL arrows only when the trail flips AND every enabled filter agrees — after the candle closes

Colors: Lime = bullish, Red = bearish, Gray = no direction yet.
BUY under the low. SELL above the high. Offset is adjustable.

════════════════
WHY THIS VERSION
════════════════
✓ Adaptive core, not a fixed MA — NLMS updates weights from error and normalizes the step by recent energy
✓ Volatility-aware trail — ATR period and factor are the main “feel” controls
✓ Modular stack — 18 optional families; OFF filters never block; ON filters must all pass
✓ Strict no-repaint arrows — live trail may move on the open bar; arrows/alerts lock on close
✓ One-chart workflow — trail + arrows + Ichimoku/RSI/ADX/MA/AO/SAR/HA/CCI/RVI/MACD/S&R/Fib
✓ All important constants are inputs — no hidden magic period

Confirmation tool only. It does not open orders and it does not promise profit.

════════════════
ENGINE LOGIC (SHORT)
════════════════
Source price → NLMS prediction → ATR bands → ratchet trail → trend flip → filter gate → closed-bar arrow.

Ratchet rule:
• lower band above previous trail → trail steps up
• upper band below previous trail → trail steps down
• otherwise trail holds

Flip rule:
• BUY candidate  = trail turns up and previous state was not already bullish
• SELL candidate = trail turns down and previous state was not already bearish
Same-color continuation does not print another arrow.

Filter rule:
Every enabled Use_* switch must return true for that side. One failed filter kills the arrow.

Notify rule:
Message format: SYMBOL | TIMEFRAME | NLMS + Filter → BUY/SELL (closed)
Fired once per bar time, only on the newest closed bar.

════════════════
KEY FEATURES
════════════════
★ Adaptive NLMS trail with configurable taps, Mu, Eps, and price source
★ ATR ratcheting trailing line with color state
★ Optional BUY/SELL arrows and arrow offset
★ Popup Alert + MetaQuotes push + separate BUY/SELL WAV files
★ Ichimoku Senkou Span B filter (period 52, shift 26 by default)
★ RSI cross from oversold / overbought
★ RSI 75 regime filter around the 50 line
★ ADX minimum-strength gate
★ Single MA location filter
★ Double MA stack filter (fast vs slow)
★ Awesome Oscillator with level, color, and zero-line sub-modes
★ Parabolic SAR side filter
★ Internal Heiken Ashi body filter
★ CCI zero-line trend and CCI OB/OS extreme filter
★ RVI zero-line and RVI main-vs-signal filter
★ MACD histogram filter and MACD main-line zero filter
★ Rolling support & resistance zone filter
★ Fibonacci zone from a built-in swing search (Depth / Deviation / Backstep)
★ Any MT5 symbol and timeframe the terminal can chart

════════════════
ADVANTAGES AND BENEFITS
════════════════
• Trail stays useful with arrows hidden (bias line / visual stop idea)
• Closed-bar arrows are designed not to vanish after refresh (v1.28 goal)
• Pick your school: Ichimoku, MA stack, momentum, candle color, or level touch
• Extra filters cut noise on purpose — start empty, add one family at a time
• Alerts are built in; save different presets per timeframe

Quick benefit map: Taps/Mu/Eps = core speed; ATR = flip rate; Source = series; Arrows = display; Alert/Push/Sound = notice; Ichimoku = cloud-line bias; RSI Cross = OB/OS event; RSI75 = 50-regime; ADX = chop filter; MA/Dual MA = location/stack; AO/SAR/HA = momentum or candle; CCI/RVI/MACD = oscillator; S/R+Fib = level touch.

════════════════
WHAT EACH BLOCK IS
════════════════
[ NLMS SETTINGS ]     builds the adaptive line and ATR envelope
[ SIGNAL SETTINGS ]   arrows and notifications only — no trail math
[ FILTER MODE ]       optional AND-gates; all off = trail flips only
[ ICHIMOKU ]          Close vs Senkou Span B shifted by Kijun (26)
[ RSI CROSS ]         event filter on 30/70 style levels
[ ADX ]               strength gate for both sides
[ SINGLE MA ]         Close vs one MA
[ RSI 75 ]            slow RSI versus 50
[ DOUBLE MA ]         MA A versus MA B
[ AO ]                optional level + color + zero rules
[ SAR ]               Close versus SAR
[ HEIKEN ASHI ]       internal HA bull/bear body
[ CCI TREND ]         CCI versus 0
[ CCI OB & OS ]       CCI versus extreme thresholds
[ RVI TREND ]         RVI versus 0
[ RVI SIGNAL ]        RVI main versus signal
[ MACD SIGNAL ]       histogram side
[ MACD LEV 0 ]        MACD main versus 0
[ SUPPORT & RESIST ]  touch of recent range high/low ± zone
[ FIBONACCI ]         touch of Fib zone from last valid swing pair

════════════════
FULL INPUT GUIDE
════════════════
Read groups in the same order as the Inputs tab. Defaults match version 1.28.

────────────────────────────────
A. NLMS SETTINGS
────────────────────────────────
• InpTaps = 2
  NLMS weights. Minimum 2. Lower = faster. Higher = smoother. Start 2–8.

• InpMu = 0.1
  Learning rate. Higher = more flips. Lower = calmer. Cut Mu if it chatters.

• InpEps = 0.5
  Stabilizer in Mu / (Eps + energy). Raise it if the trail shakes on flat sessions.

• InpAtrPeriod = 7
  True Range bars. Smaller = tighter. Larger = slower. M1–M15: 5–10. H1–H4: 10–21.

• InpAtrFactor = 0.5
  Band width = ATR * factor. Main visual control. 0.3–0.6 scalp. 0.8–1.5 swing.
  If the line cuts wicks, raise this before Mu.

• InpSource = PRICE_CLOSE
  NLMS series: Close / Open / High / Low / Median / Typical / Weighted. Prefer Close.

────────────────────────────────
B. SIGNAL SETTINGS
────────────────────────────────
• InpShowBuySell = true
  false = trail only, no arrows and no signal branch.

• InpArrowOffset = 30
  Visual shift so arrows stay off the wick. Raise it on Gold/crypto.

• InpAlertOnSignal = false
  Terminal popup on a new closed-bar signal.

• InpPushNotify = false
  SendNotification to MetaQuotes ID (enable push in MT5 Options).

• InpPlaySound = false
  Play a WAV from the terminal Sounds folder.

• InpBuySound = "alert.wav"
• InpSellSound = "alert2.wav"
  Change names if you drop custom WAV files into Sounds.

────────────────────────────────
C. ICHIMOKU SENKOU SPAN B
────────────────────────────────
• Use_Ichimoku_Filter = false
• Ichimoku_SenkouB = 52     → Span B period
• Ichimoku_Kijun = 26       → used as Span B shift

Handle: iIchimoku(9, Kijun, SenkouB). Tenkan is fixed at 9.
Close > shifted Span B → sells blocked. Close < Span B → buys blocked. Empty/zero → both blocked.

────────────────────────────────
D. RSI CROSS
────────────────────────────────
• Use_RSI_Cross_Filter = false
• RSI_Length = 14
• RSI_Price_Source = PRICE_CLOSE
• Oversold = 30
• Overbought = 70

Buy  : RSI now > Oversold AND previous RSI <= Oversold
Sell : RSI now < Overbought AND previous RSI >= Overbought
Cross event, not a zone hold. RSI_Price_Source is also used by RSI 75.

────────────────────────────────
E. ADX
────────────────────────────────
• Use_ADX_Filter = false
• ADX_Period = 10
• ADX_Min_Level = 20

Both sides need ADX >= minimum. Strength gate, not direction. FX start: 18–25.

────────────────────────────────
F. SINGLE MA
────────────────────────────────
• Use_MA_Filter = false
• MA_Period = 50
• MA_Method = MODE_SMA
• MA_Shift = 0

Buy  : Close > MA
Sell : Close < MA
This MA is calculated on Close.

────────────────────────────────
G. RSI 75
────────────────────────────────
• Use_RSI75_Filter = false
• RSI_Filter_Period = 75

Buy if RSI > 50, sell if RSI < 50. Slow regime filter. Cuts counter-trend flips.

────────────────────────────────
H. DOUBLE MA
────────────────────────────────
• Use_DoubleMA_Filter = false
• MA_A_Period = 30, MA_A_Method = EMA, MA_A_Applied = Close, MA_A_Shift = 0
• MA_B_Period = 140, MA_B_Method = EMA, MA_B_Applied = Close, MA_B_Shift = 0

Buy  : MA A > MA B
Sell : MA A < MA B
Keep A faster than B unless you want inverted logic.

────────────────────────────────
I. AWESOME OSCILLATOR
────────────────────────────────
• Use_AO_Filter = false          → master switch
• Use_AO_Volume_Filter = false
• AO_Buy_Min = 4.0
• AO_Sell_Max = -4.0
• Use_AO_Color_Filter = false
• Use_AO_Zero_Filter = false

Volume mode : Buy if AO >= Buy_Min, Sell if AO <= Sell_Max
Color mode  : Buy if AO rising, Sell if AO falling
Zero mode   : Buy if rising and AO > 0, Sell if falling and AO < 0

AO scale depends on the symbol — retune Gold/indices/crypto. All ON sub-modes must pass.

────────────────────────────────
J. PARABOLIC SAR
────────────────────────────────
• Use_SAR_Filter = false
• SAR_Step = 0.02
• SAR_Maximum = 0.2

Buy  : Close > SAR
Sell : Close < SAR

────────────────────────────────
K. HEIKEN ASHI
────────────────────────────────
• Use_HeikenAshi_Filter = false

Internal HA Close=(O+H+L+C)/4, Open=previous HA midpoint.
Buy if HA Close > Open. Sell if HA Close < Open. Equal body blocks both.

────────────────────────────────
L. CCI TREND
────────────────────────────────
• Use_CCI_Filter = false
• CCI_Period = 50
• CCI_Applied = PRICE_CLOSE

Buy  : CCI > 0
Sell : CCI < 0

────────────────────────────────
M. CCI OB & OS
────────────────────────────────
• Use_CCI_OBOS_Filter = false
• CCI_OBOS_Period = 14
• CCI_OBOS_Applied = PRICE_CLOSE
• CCI_Overbought = 100
• CCI_Oversold = -100

Buy if CCI > Overbought. Sell if CCI < Oversold. Very strict; arrows become rare.

────────────────────────────────
N. RVI TREND
────────────────────────────────
• Use_RVI_Filter = false
• RVI_Period = 75

Buy  : RVI > 0
Sell : RVI < 0

────────────────────────────────
O. RVI SIGNAL
────────────────────────────────
• Use_RVI_Signal_Filter = false
• RVI_Signal_Period = 20

Buy  : RVI main > RVI signal
Sell : RVI main < RVI signal

────────────────────────────────
P. MACD SIGNAL
────────────────────────────────
• Use_MACD_Filter = false
• MACD_FastEMA = 12
• MACD_SlowEMA = 26
• MACD_SignalSMA = 9
• MACD_Applied = PRICE_CLOSE

Buy  : (main − signal) > 0
Sell : (main − signal) < 0

────────────────────────────────
Q. MACD LEV 0
────────────────────────────────
• Use_MACD_Zero_Filter = false
Uses the same MACD handle.
Buy  : MACD main > 0
Sell : MACD main < 0
Turn both MACD switches on if you want histogram AND zero-line agreement.

────────────────────────────────
R. SUPPORT & RESISTANCE
────────────────────────────────
• Use_SR_Filter = false
• SR_Period = 50
• SR_Zone_Points = 80

Looks back SR_Period for range high/low. Zone = SR_Zone_Points * Point.
Buy = touch/pierce support ± zone. Sell = touch/pierce resistance ± zone.
80 points ≈ 8.0 pips on 5-digit FX. Retune Gold, crypto, indices, JPY.

────────────────────────────────
S. FIBONACCI
────────────────────────────────
• Use_Fib_Filter = false
• Fib_Level_1 = 0.382
• Fib_Level_2 = 0.618
• ZigZag_Depth = 12
• ZigZag_Deviation = 5
• ZigZag_Backstep = 3

Depth = bars each side of a pivot. Deviation = min improvement in points. Backstep = min bar gap.
Zone = area between the two Fib ratios of the last valid swing pair.
Signal candle must overlap the zone. No swing pair → both blocked. Deviation uses Point size.

════════════════
HOW TO USE (DO THIS IN ORDER)
════════════════
1. Install from MQL5 Market (or copy into MQL5 / Indicators) and refresh Navigator.
2. Attach to a chart. Short name: NLMS Trail + MultiFilter v1.28 (No-Repaint).
3. Leave every Use_* filter false and watch the trail only.
4. Tune InpAtrFactor first, then Taps / Mu / Eps.
5. Enable ONE bias filter (Dual MA, Single MA, Ichimoku, or ADX).
6. Add ONE momentum filter only if needed (MACD, AO, RVI, RSI 75).
7. Add S/R or Fibonacci last — they make arrows scarce on purpose.
8. Enable Alert / Push / Sound after the historical arrows look acceptable.
9. Save a template so new charts load the same preset.

If arrows vanish, disable filters one by one. AND logic means five switches need five green lights.

Starter bundles (examples, not guarantees):
• Clean trend           : Double MA + ADX
• Ichimoku bias         : Senkou B + ADX
• Continuation          : MACD Signal + MACD Zero + RSI 75
• Flip at a level       : S/R or Fib + RSI Cross + Heiken Ashi
• Conservative swing    : Senkou B + Double MA + ADX + MACD Zero

Timeframe start points:
• M1–M5  : lower taps, moderate ATR factor, few filters
• M15–H1 : defaults + ADX or Dual MA
• H4–D1  : larger ATR factor + Ichimoku + Dual MA + MACD Zero

Retune ATR factor, SR zone, AO levels, and ZigZag deviation every time you change symbol class.

════════════════
NO-REPAINT AND LIMITS
════════════════
Does not print on the open bar: BUY buffer, SELL buffer, Alert, Push, Sound.
May still move on the open bar: live trail value and color. That is expected.

Closed-bar arrows that already qualified are intended to remain after refresh / timeframe change.

A no-repaint arrow can still lose. Spread, news, session, and position size are your job.

Warm-up needs Taps + ATR period + extra history. Short charts can start empty.
AO / S/R / Fib are scale-sensitive. EURUSD values will not copy blindly to Gold or BTC.
Sounds need a WAV in Sounds. Push needs Notifications enabled in MT5 Options.
Every extra handle costs CPU. Not an EA, not a grid, not a dashboard, not financial advice.

════════════════
DISCLAIMER
════════════════
Leveraged trading can cause rapid losses. Visual history is not a future result. Test on demo first. The author is not responsible for decisions made with this indicator.

════════════════
THANK YOU
════════════════
Thank you for your support. Start with the trail, add one filter at a time, and keep risk small.

Good charts. Clear rules. Controlled size.
FAZA A N
おすすめのプロダクト
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
Calmer chart context, kept practical Northstar Flow Candles MT5 is a chart-window indicator that presents Heikin Ashi candles with a five-state trend context. It is designed for traders who want a quieter view of price while keeping the native chart available as an optional reference. Visual-only indicator: Northstar Flow Candles MT5 does not place trades and does not send popup, push, or email notifications. What appears on the chart Five candle states: strong bullish, bullish, balanced, bearis
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
QuantumAlert Stoch Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our   MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the p
FREE
My other indicators: https://www.mql5.com/en/market/product/156702 (FREE) https://www.mql5.com/en/market/product/153968 (FREE) https://www.mql5.com/en/market/product/153960 (FREE) This indicator displays higher timeframe candles directly on your lower timeframe chart, allowing you to monitor higher timeframe price action without switching between charts. It also plots session highs and lows for the Asia, London, and New York kill zones, giving you key liquidity levels directly on your chart. Wh
FREE
Volume Proxy A synthetic order flow indicator for CFD traders on XAUUSD, NAS100, and US30. --- What It Does CFD and synthetic markets on MetaTrader 5 do not provide real volume data. The standard tick volume that most traders rely on only counts price updates — it reveals nothing about the actual buying and selling pressure behind a move. This leaves retail traders unable to distinguish genuine institutional activity from ordinary market noise. Volume Proxy addresses this directly. It synthesi
FREE
EMA256 Fourier Cycle Trader EMA256 Fourier Cycle Trader is an advanced MetaTrader 5 Expert Advisor combining a long-term EMA or TEMA trend model, causal Fourier cycle analysis, configurable averaging and a unified basket take-profit system. The Expert Advisor is designed primarily for CENT accounts and for traders who understand basket recovery strategies, geometric lot progression and the risks associated with trading without a mandatory Stop Loss. RECOMMENDED STARTING CONFIGURATION Recommended
MTF Isolator EMA
Jake Jesus Herrera Turizo
Características Principales 1. Medía Móvil Multi-Timeframe (MTF) con Estabilidad Temporal EMA Macro ( InpMATimeframe ): Permite proyectar y visualizar en el gráfico actual una Media Móvil Exponencial (EMA) calculada desde una temporalidad superior (por defecto en gráfico diario PERIOD_D1 ). Independencia de Temporalidad: Mantiene los cálculos exactos y fijos del periodo que se requiera (la temporalidad macro seleccionada) sin que estos se modifiquen, distorsionen o recalibren indebidamente al
FREE
Valtor FourGate Signal Indicator displays BUY and SELL candidates directly on the chart. The signal system combines four confirmation layers: - Fast, middle and slow moving-average alignment - Price position relative to the Ichimoku cloud - Stochastic oversold or overbought history - Stochastic midline confirmation Features: - Separate BUY and SELL arrow buffers - Works on the current chart symbol - Selectable signal timeframe - Adjustable MA, Ichimoku and Stochastic parameters - Optional popu
FREE
RBreaker Gold Indicatorsは、金先物の短期日内取引戦略であり、トレンドフォローと日内反転の2つの取引手法を組み合わせたものです。トレンド相場での利益を捉えるだけでなく、相場が反転した際には迅速に利確し、その流れに沿ってポジションを反転させることができます。 この戦略は、アメリカの雑誌『Futures Truth』において、15年連続で最も収益性の高い取引戦略トップ10に選ばれた実績を持ち、非常に長いライフサイクルを誇り、現在も国内外で広く使用・研究されています。 本インディケーターは、2026年の金先物の値動きに対応し、14日間のATR指標に基づいて、ブレイクアウト係数A、観察係数B、リバーサル係数Rをより合理的な値で定義しています。非常に優れたインディケーターであり、安定的な年間収益を実現しています。ぜひおすすめします〜
SMC LIQUIDITY Advanced Institutional-Grade Smart Money and Liquidity Analysis Suite for MT5 SMC LIQUIDITY is a comprehensive institutional toolkit engineered for traders who require precise liquidity mapping, market structure intelligence, smart money concepts, and order flow awareness in a single integrated interface. It is designed for professional workflow, multi-timeframe clarity, and seamless execution in fast-moving conditions. This indicator combines several institutional methodologies in
FREE
Girassol Sunflower MT5 Indicator
Saullo De Oliveira Pacheco
3.86 (7)
This is the famous Sunflower indicator for Metatrader5. This indicator marks possible tops and bottoms on price charts. The indicator identifies tops and bottoms in the asset's price history, keep in mind that the current sunflower of the last candle repaints, as it is not possible to identify a top until the market reverses and it is also not possible to identify a bottom without the market stop falling and start rising. If you are looking for a professional programmer for Metatrader5, please
FREE
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomm
FREE
How it works –   Base-departure detection — algorithmically finds consolidation bases (overlapping range with compressed volatility) followed by displacement departures. Patterns: Drop-Base-Rally, Rally-Base-Drop, Rally-Base-Rally, Drop-Base-Drop — detected structurally, not by candle names. –   Strength score (0–100) — from departure velocity, time-at-base, freshness (each revisit decays the score), higher-timeframe confluence and origin volume. –   Lifecycle — Fresh, Tested (decaying), Broken
FREE
Trade Behavior Mirror は、自分の口座の確定した取引履歴だけを読み、「損失が確定した直後に、自分のふだんの水準より大きいロットで新規ポジションを開いた」というパターンを1つだけ数えるツールです。予測も助言もしません。パネルに出るのは、すでにこの口座で起きたことの実測値だけです。 数字の作り方: 全銘柄・全マジック番号を対象に、最大31日分の確定した約定を読み込みます(チャートの銘柄に限らない、口座全体の集計です)。当日より前の30日間から、1日あたりの新規エントリー件数の中央値と、そのエントリーのロットの中央値を求めます。平均ではなく中央値を使うのは、1件だけ大きな取引があっても基準値全体が引きずられないようにするためです。その30日間のエントリーが5件に満たない場合は、十分な標本が無いということなので、無理に数字を出さず「Collecting history」と表示します。 核となる集計(画面では Entries within 10min of a loss, at above-median lot: の行): 新しいエントリーのたびに、その直前10分以内に損
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
[75% OFF - SALE ENDS SOON] - RevCan Trend Entry Point   is a trend based trade alert indicator for serious traders. It does all the price and chart analysis all by itself, and whenever it finds any potential high quality trading opportunity(Buy or Sell) using its revolutionized price prediction algorithms, it sends instant trade alert directly on the chart, MT4 terminal and on the mobile device.  The trade signals will be visible on the chart as Up and Down arrows, while the instant audible ale
PatternScope — Multi-Pattern Recognition for MT5 PatternScope is a multi-pattern recognition indicator for MetaTrader 5. It scans price action for classic chart patterns, confirms breakouts, and draws clear   Entry, Stop Loss and Take Profit   levels. A compact dashboard shows the latest pattern, bias and Risk:Reward. Patterns:   Double Top/Bottom, Triple Top/Bottom, Head and Shoulders (and inverted), Bullish & Bearish Flag, Pennant, Rising & Falling Wedge, Triangle, Rectangle, Cup and Handle —
Ultimate Boom and Crash Indicator The Ultimate Boom and Crash Indicator is a cutting-edge tool developed by  Coetsee Digital , designed to identify potential spike opportunities in the market. Crafted for traders focusing on Deriv and Weltrade synthetic markets, this indicator is optimized to operate exclusively on the 3-minute (M3), 5-minute (M5), 15-minute (M15), 30-minute (M30), and 1-hour (H1) timeframes and supports only the following pairs: PainX 1200, PainX 999, PainX 800, PainX 600, Pai
Lycan
Leo Carlo Bermudez
3.5 (10)
Lycan is an automated Scalping system optimized for  XAUUSD (GOLD)  on the MetaTrader platform. The EA does not use grid or martingale recovery methods. It applies volatility-based stop loss protection and rule-based filters (spread, news, and session) to select scalp trade opportunities using confirmed breakout strength, rather than relying on high-frequency or recovery-based entries. Live Monitoring: Signal tracked on a Non-ECN, high-spread broker account and not using VPS. (NY Session only
FREE
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
High Low Open Close
Alexandre Borela
4.98 (45)
このプロジェクトが好きなら、5つ星レビューを残してください。 このインジケータは、指定されたためのオープン、ハイ、ロー、クローズ価格を描画します 特定のタイムゾーンの期間と調整が可能です。 これらは、多くの機関や専門家によって見られた重要なレベルです トレーダーは、彼らがより多くのかもしれない場所を知るために有用であり、 アクティブ。 利用可能な期間は次のとおりです。 前の日。 前週。 前の月。 前の四半期。 前年。 または: 現在の日。 現在の週。 現在の月。 現在の四半期。 現年。
FREE
Gold Adaptive EA MT5 is an automated Expert Advisor for MetaTrader 5 designed for trading Gold (XAUUSD). The EA uses several internal trading models and market filters to adapt to different phases of Gold price movement. Instead of relying on one fixed entry pattern, Gold Adaptive EA MT5 analyzes market behavior and selects suitable logic for trend continuation, impulse moves, pullbacks and selected recovery conditions. The main goal of the Expert Advisor is to provide a structured Gold tradi
FREE
Tops & Bottoms Indicator FREE   Tops abd Bottoms:   An effective indicator for your trades The tops and bottoms indicator helps you to find  ascending and descending channel formations with indications of ascending and/or descending tops and bottoms. In addition, it  show possibles  opportunities with a small yellow circle when the indicator encounters an impulse formation. This indicator provide to you  more security and speed in making entry decisions. Also test our FREE advisor indicator:  
FREE
Dual Striker - ゴールド取引向けの新しいEAです。 ライブシグナル +150% ->   リアル口座 マーチンゲールなし、ナンピンなし お使いの取引プラットフォームで無料テスト:   Dual Striker EA Universal Box は、チャート上に価格帯をプロットし、後に価格帯ブレイクアウトで取引するために使用することができます。このインディケータを適用できる戦略はたくさんあります。 このインディケータは、デフォルトで アジア、ヨーロッパ、アメリカの取引セッション の範囲をチャートにマークするように設定されています。レンジは長方形で表示され、その境界線は取引セッションの開始時刻と終了時刻、およびその期間の最高値と最低値のレベルとなっています。 インジケーターの設定は非常にシンプルです。 Time Open   - 取引セッションの開始時刻 Time Close   - 取引セッションが終了した時刻 Box color   - 矩形の色 インジケーターには4つの価格帯を設定することが可能です。 On Box パラメータを使用して、各価格帯の表示の有効・無効を
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
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: M 5 DO NOT 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 = Less Signals) No Chart Anal
FREE
QuantumAlert RSI Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the priva
FREE
WaveTrend Plus
Nguyen Thanh Cong
4.88 (8)
Introduction WaveTrend Plus is an amazing oscillator that can detect optimal entry points in the market with high precision using complex computations of price and momentum. This version packs many improvements compared to the original WaveTrend such as cleaner visuals, oversold/overbought signals and divergence detection Signal Buy when oversold signal appear (green dot below) or when a bullish divergence is detected (green dashed line) Sell when overbought signal appear (red dot above) or
FREE
Indicator Description Range Filter Pro is a sophisticated trading tool for XAUUSD (Gold) that combines adaptive price filtering with volume analysis and real-time market monitoring. Designed for both novice and professional traders, this indicator helps identify trend direction, potential reversals, and significant market movements through its multi-layered approach. Key Components 1.Dynamic Range Filter 2.Volatility-Adjusted Bands 3.Volume-Enhanced Candles 4.Professional Trading Dashboard 5.M
FREE
このプロダクトを購入した人は以下も購入しています
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ドルまで値上がりする可能性がありますので、チャンスを逃さないようお早めにお求めください!! 購入を決める前に!無料トライアル
[User Manual]   ,   [Online Course]   ,   [PDF]  And [DEMO] Axiom Matrix は、MetaTrader 5 用のプロフェッショナルなマルチシンボル・マルチタイムフレーム市場スキャナー兼意思決定ダッシュボードです。 Market Watch をスキャンし、複数の時間足を分析し、複数のエビデンスエンジンを読み取り、最も強いチャンスを比較し、1つのクリーンなマトリックスダッシュボード内で最適な BUY、SELL、WAIT、またはブロック状態を表示します。 私が Axiom Matrix を作った理由は、市場スキャンという重い作業を代わりに行ってくれる1つのツールが欲しかったからです。 RSI だけを確認したくありませんでした。 次に MACD だけ。 次に移動平均線。 次に出来高。 次にボラティリティ。 次にサポートとレジスタンス。 そして、1つのトレードアイデアを作るためだけに、銘柄と時間足を手動で切り替えることもしたくありませんでした。 私は、市場をスキャンし、エビデンスを比較し、最良のチャンスをランク付けし、今最も強い
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
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
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
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
フィルタ:
レビューなし
レビューに返信