SnR Trend Direction by RWBTradeLab

SnR Trend Direction by RWBTradeLab

A clean, non-repainting multi-timeframe trend dashboard for MetaTrader 5 that tells you the REAL trend direction — detected the classical SnR way. No moving averages, no oscillators: the trend is derived purely from classical Support/Resistance behavior (level creation, rejection and confirmed breakouts), exactly how a classical SnR trader reads the market by hand.

What This Indicator Does

The indicator shows the confirmed trend direction (Bullish / Bearish) of 5 timeframes at the same time in one clean dashboard panel:

- Monthly — confirmed on D1
- Weekly — confirmed on H4
- Daily — confirmed on H1
- H4 — confirmed on M15
- H1 — confirmed on M5

The dashboard works from ANY chart timeframe — whatever chart you open, the panel always shows the same multi-timeframe trend picture.

How the Trend Is Detected (the SnR Classical way)

1. Higher-Timeframe SnR Level Engine
Every 2-candle sequence on the higher timeframe creates a key level (Level = 1st candle Close):
- V Level / Bullish Gap = Support
- A Level / Bearish Gap = Resistance

Each level is born Fresh and tracked live:
- Breakout (candle CLOSE through the level) flips its side — Support becomes Resistance and vice versa (RBS / SBR) — and the level becomes Fresh again
- Rejection (wick touches the level but price closes back on its own side) is counted ONLY on a Fresh level; it becomes the active HTF signal — the LOWEST rejected Support (buy side) or the HIGHEST rejected Resistance (sell side)
- If price later CLOSES through the active rejection level, the signal is invalidated automatically

2. Lower-Timeframe Trend Confirmation
A higher-timeframe rejection alone is not a trend. The lower timeframe must confirm it in 3 strict steps:
- TOUCH: price touches the HTF rejection level (the search starts from the OPEN of the HTF rejection candle)
- LOCK: at the touch, the most recent completed opposite structure level is locked (external A Level for buys, external V Level for sells) — it always lies to the LEFT of the touch candle
- BREAK: a later candle CLOSES through the locked level — only then the trend is CONFIRMED

A confirmed trend persists until the opposite side completes its own full Rejection -> Touch -> Lock -> Break sequence. No sideways guessing, no mid-bar flips.

Key Features

Professional Dashboard
- One clean dark panel — nothing is drawn on your candles
- Each row: colored trend dot + Timeframe + current Trend (Bullish green / Bearish red / No Trend gray)
- Panel position: Top Right / Middle Right / Bottom Right
- Panel size: Tiny / Small / Normal / Large
- Show/Hide every timeframe row independently
- All colors fully adjustable

Non-Repainting Engine
- Everything is evaluated on CLOSED candles only — the dashboard never repaints
- All 10 timeframe series are synchronized bar by bar, exactly in chronological order
- History is replayed silently on attach, so every row starts in its CORRECT current state
- Shows "Loading" for a few seconds on first attach while MT5 downloads multi-timeframe data, then updates automatically
- Automatic object cleanup — remove the indicator and the chart is spotless

Trend Flip Alerts (off by default)
- Alerts fire ONLY on confirmed trend flips — Bullish or Bearish, per timeframe
- Separate On/Off switch for each of the 5 timeframes
- 3 delivery channels: Popup, Push Notification, Email
- Every alert message includes the timeframe, new direction and symbol
- No alert storm on attach — history is seeded silently

Inputs

- Table Position / Table Size
- Show/Hide rows: Monthly, Weekly, Daily, H4, H1
- Bullish / Bearish / No Trend colors
- Max Stored Levels per higher timeframe (performance cap, default 300)
- Full Alerts group: master switch, Popup / Push / Email, per-timeframe switches

How to Use

Attach the indicator to any chart of the symbol you trade — the chart timeframe does not matter. Use the dashboard as your top-down bias filter: check the higher rows first (Monthly, Weekly, Daily), then look for entries in the direction where multiple timeframes agree. A fresh flip on a lower row (H4 / H1) while the higher rows already point the same way highlights continuation opportunities; opposite colors between higher and lower rows warn you that the market is in transition.

Important Notes

- On first attach, allow a few seconds for MT5 to load the data of all timeframes ("Loading" state clears automatically)
- The depth of your broker's history affects how far back the engines can seed (especially the Monthly row)
- Push notifications require your MetaQuotes ID in MT5 (Tools -> Options -> Notifications); email alerts require SMTP settings
- Alerts work while the terminal is running
- This indicator is a trend-analysis tool, not financial advice. Trading involves risk — always use proper risk management

Creator: RWBTradeLab
If you find this indicator useful, please leave a review and share your feedback.
おすすめのプロダクト
VFI Quantum
Nikita Berdnikov
5 (1)
Introducing VFI (Volume Flow Indicator) – a trading indicator that analyzes the relationship between volume and price movement to identify key trading opportunities. The indicator displays the strength and direction of volume flow, providing clear signals about potential entry and exit points. Signals are formed based on zero line crossovers, crossovers between the VFI line and its exponential moving average (EMA), and when the indicator exits overbought and oversold zones. Attention! This stra
FREE
BBMA by RWBTradeLab is a clean, highly-optimized chart-plotting indicator for MetaTrader 5 that combines Bollinger Bands, Linear Weighted Moving Averages (LWMA) on High/Low, and an EMA on Close to help traders read market structure visually. What it plots • Bollinger Bands (Upper / Basis / Lower) • LWMA on Low (5 to 10 periods): Solid green lines for periods 5 & 10, with dashed green lines for periods 6-9 to create a clear, easy-to-read visual channel. • LWMA on High (5 to 10 periods): Soli
FREE
The RSI with Moving Averages indicator combines the classic Relative Strength Index with customizable moving averages, offering deeper insights into market momentum and trend direction. By smoothing the RSI curve with short- and long-term averages, traders can better distinguish true reversals from noise. This tool highlights overbought and oversold levels, reveals divergences between price and momentum, and confirms entry or exit points with enhanced accuracy. Its adjustable parameters allow tr
FREE
RSI abcd
Francisco Gomes Da Silva
4.33 (3)
RSI ABCDパターンファインダー:テクニカル戦略 1. インジケーターの仕組み 古典的RSI と ABCD調和パターン の自動検出を組み合わせたものです。 主要コンポーネント 標準RSI (調整可能な期間) 高値・安値マーカー (矢印) ABCDパターン (緑/赤の線) 過買(70)・過売(30)フィルター 2. MT5設定 period = 14 ; // RSI期間 size = 4 ; // 最大パターンサイズ OverBought = 70 ; // 過買水準 OverSold = 30 ; // 過売水準 Filter = USE_FILTER_ YES ; // 確認フィルター 3. 取引戦略 3.1. 買いエントリー(強気ABCD) 条件: RSIが以下を形成: 谷( A )→ 山( B )→ より高い谷( C ) D が過売域(30)より上だが C より下 確認:A-B-C-Dを結ぶ緑色の線 目標: TP1: B-Cの61.8% TP2: B-Cの100% ストップロス: D より下 3.2. 売りエントリー(弱気ABCD) 条件: RSIが以下を形成: 山( A
FREE
The "Power of Three" (PO3) is a concept developed by the Inner Circle Trader (ICT) to illustrate a three-stage approach used by smart money in the markets:   Accumulation, Manipulation, and Distribution . ICT traders view this as a foundational pattern that can explain the formation of any candle on a price chart. In simple terms, this concept is effective for any time frame, as long as there's a defined start, highest point, lowest point, and end. MT4 -  https://www.mql5.com/en/market/product/1
FREE
Liquidity Sweep Pro v3.2 — スマートマネー流動性検知 機関投資家の流動性スイープをリアルタイムで検知するために設計されたプロフェッショナル指標です。Buy-Side Liquidity (BSL) と Sell-Side Liquidity (SSL) のスイープを特定し、Strong と Weak に自動分類します。 主な機能: • BSL および SSL スイープのリアルタイム検知 • ヒゲの比率、ボディの終値、出来高に基づく Strong vs Weak 分類 • 品質フィルター搭載:    - Wick Ratio Filter(Strong & Weak それぞれ調整可能)    - Volume Filter(ティック出来高 vs MA)    - Body-Close Filter • 現在のセッション別スイープカウンターダッシュボード(Strong/Weak BSL & SSL) • 非リペイント矢印 — シグナルはバーの終値で確定 • 色、矢印の距離、パネル位置、フィルター設定を完全にカスタマイズ可能 • シグナルの密集を防ぐクールダウンシ
FREE
This indicator is a zero-lag indicator and displays  strength of trend change . True Trend  Oscillator Pro works best in combination with True Trend Moving Average Pro that displays exact trend as is. Oscillator value is exact price change in given direction of the trend. True Trend Moving Average Pro: https://www.mql5.com/en/market/product/103586 If you set PERIOD input parameter to 1 this indicator becomes a sharpshooter for binary options. Developers can use True Trend Oscillator in Exper
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
StopLevel   メーターはSTOPLEVELレベルを制御します。レベルが変わると、アラートで合図します。 STOPLEVEL- ストップ注文を出すための現在の終値からのポイントでの最小オフセット、またはポイントでの最小許容ストップロス/テイクプロフィットレベル。 STOPLEVELのゼロ値は、ストップロス/テイクプロフィットの最小距離に制限がないこと、またはトレーディングサーバーが端末に送信できない動的レベル制御のための外部メカニズムを使用していることを意味します。 2番目のケースでは、STOPLEVELは実際には「フローティング」です。 インジケーター設定: color_-レベルのゾーンの色 draw_bars-レベルゾーンを表示するためのバーの数 width_price-価格ラベルの厚さ
FREE
Velas Forex FIMATHE PCM Indicator(無料) Velas Forex FIMATHE PCM Indicator は、市場をシンプルかつ迅速、そして分かりやすく分析できるように設計された無料のインジケーターです。 明確な視覚シグナルによって市場状況を把握しやすくし、トレーダーがより自信を持って取引判断を行えるようサポートします。 XAUUSD の最良結果: 時間足: 5分足(5M) MT5サーバー時間: 02:00 リスク管理: Take Profitを1回達成したら: 取引を停止し、翌日まで待機します。 Stop Lossを2回達成したら: 取引を停止し、翌日まで待機します。 主な特徴 シンプルで直感的なインターフェース インストールと設定が簡単 MetaTrader 5で利用可能なすべての金融商品に対応 複数の時間足で使用可能 初心者から上級者まで幅広いトレーダーに最適 プラットフォームのリソース消費を最小限に抑えた軽量設計 無料 本インジケーターは、MQL5コミュニティ向けに 100%無料 で提供されています。 お役に立ちましたら、ぜひ評価とレビュ
FREE
Multi-timeframe trend indicator based on the ADX / ADXWilder indicator with Fibonacci levels The indicator shows trend areas using ADX or ADXWilder indicator data from multiple timeframes. The impulse mode of the indicator allows you to catch the beginning of a trend, and several "Screens" with different timeframes allow you to filter out market noise. Fibonacci levels are added to the price chart, which have flexible settings. How the indicator works: if PDI is greater than NDI, then   it`s
FREE
Indicator Description 4 Hull MA Color + Envelopes is a powerful trend-following indicator for MetaTrader 5 that combines four Hull Moving Averages (HMA) with Moving Average Envelopes to clearly identify market direction, trend strength, and potential reversal or pullback zones. This indicator is designed to reduce noise, react quickly to price movement, and provide a clean visual structure for professional trading.   Key Features   4 Hull Moving Averages (20, 50, 100, 200) Automatic color change
FREE
IMA Finder MT5
Mubashir Mohamed Quraish Albarakat
1 (1)
This indicator is designed based on the Moving Origin indicator When the moving origin indicator breaks the price, this indicator gives a signal It is useful for better viewing of signals and analysis on them Attributes: Can be used in all symbols Can be used in all time frames Too many signals Simple and quick settings Easy way to work Settings: period: like moving average settings alarmShow: If you want to receive an alert in Metatrader after receiving the signal, enable this setting alarmS
FREE
I present the well-known Moving Average indicator. This indicator is presented as a channel, where the upper and lower lines are equidistant from the main line by a percentage set by the user. The indicator is easy to use. The basic settings of the moving average have been saved and a percentage parameter (Channel%) has been added. Basic parameters: Channel% - shows how much we want to deviate from the main line. The indicator is freely available.
FREE
Looks for strong price movements and draws levels upon their completion. You determine the strength of the movement yourself by specifying in the settings the number of points and the number of candles of the same color in a row in one direction. There are 2 types of building in the settings: extrenum - high / low close - close price You can also adjust the number of displayed levels and the number of candles for calculations. By default, the settings indicate 5 levels for 360 candles. That
FREE
Coral trend is   a trend-following indicator that is widely popular among FOREX traders . It is usually used as a confluence with other indicators. It uses combinations of moving averages with complex smoothing formulas! It has two configurable parameters: Coefficient   - smoothing ratio (*) Applied price Calculation: Coral = (-0.064) * B6 + 0.672 * B5 - 2.352 * B4 + 2.744 * B3
FREE
Overview CAP Channel Trading v4.0 is an advanced channel-based trading indicator for MetaTrader 5. The indicator combines a Linear Weighted Moving Average (LWMA) with Average True Range (ATR) deviations to create adaptive dynamic channels that respond to market volatility in real time. Key Features • Non-repainting channel calculation • Dynamic upper and lower bands based on ATR • Real-time band touch detection with green highlight overlays • Buy and Sell reversal arrows • Multi-layer visu
FREE
"Dominate the charts with cold, calculated precision. Servo Momentum Scalper strips away market noise to deliver raw, high-probability entry triggers. This isn't just an indicator; it’s your tactical advantage in a volatile market. Built for the relentless, designed for those who refuse to lose. Stop chasing the trend—capture it the moment it births. Download now and rewrite your trading reality."
FREE
GDS Renko Entry Helper - Free Renko Price Interaction Indicator for MetaTrader 5 GDS Renko Entry Helper is a free Renko price interaction indicator for MetaTrader 5. It helps traders highlight important areas where price reacts, slows down, returns to a zone or changes behavior around support and resistance. The tool is designed for manual Renko analysis. It does not generate buy or sell signals and does not tell the trader when to enter the market. Its purpose is to help focus attention on area
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
Zaxti Trend Levels [SORSAWO]: Where Algorithmic Precision Meets Visual Elegance Step into a new era of technical analysis. Zaxti Trend Levels is not just another charting tool; it is a comprehensive trend-visualization engine crafted for the discerning trader. By seamlessly blending the mathematical rigor of advanced adaptive filtering with intuitive visual mapping, this indicator transforms chaotic price action into a clear, actionable roadmap. Designed to eliminate noise and highlight what tru
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
Time to Trade Trading timing indicator is based on market volatility through 2 ATR indicators to determine the timing of a transaction. The indicator determines the times when the market has strong volatility in trend. When histogram is greater than 0 (blue) is a strong market, when histogram is less than 0 (yellow) is a weak market. Should only trade within histograms greater than 0. Based on the histogram chart, the first histogram value is greater than 0 and the second histogram appears, this
FREE
強力なNRTR(Nick Rypock Trailing Reverse)インディケーターをご紹介します。トレンドの反転を特定し、効果的なトレーリングストップレベルを設定することを目指すトレーダーにとって必須のテクニカルツールです。ニック・ライポックによって開発されたこのインディケーターは、常に変化する市場条件に適応する独自のアルゴリズムを採用しており、どんなトレーダーのツールキットにも欠かせない存在となっています。 以下は、トレーダーがこのインディケーターを使用する人気のある方法です: 1. トレンドの反転:NRTRインディケーターは、トレンドが反転する予兆があるときに明確なシグナルを生成します。インディケーターラインが価格チャートを交差することに注意し、トレンドの方向が変わる可能性を示します。 2. トレーリングストップ:NRTRは、トレンド市場で利益を保護する頼りになるトレーリングストップツールとしても機能します。価格が望む方向に動くと、NRTRラインが価格の下または上に動的に追随し、適応可能なストップロスレベルを提供します。 カスタマイズ可能なパラメータ:NRTRイン
FREE
DONCHIAN CHANNEL DC It is a trend indicator developed by “Richard Donchian”, consisting of 3 layers, the upper channel, the lower channel and the middle channel. It is created on the Donchian Channel by plotting the highest and lowest prices reached in the past period on the price chart. It is also used to measure the volatility of the market, as it is an expanding/contracting channel according to the increase/decrease of price volatility. Method 0; Donchian channel indicator drawing. BUY/SELL S
FREE
(Special New Year promotion - free price!) The indicator displays the actual 'Scale in points per bar' (identical to the manual setting in the Terminal, see screenshot) in the upper right corner of the chart. The displayed value changes INSTANTLY whenever the chart scale is changed! (This is very convenient when planning screenshots). In Settings: Change language (Russian/English), font size of the displayed text, text label offset coefficient from the graph corner, equally in X and Y directi
FREE
Market Sessionsync** is a cutting-edge trading session indicator designed to enhance your trading experience by visually breaking down the market's daily rhythm. With a compact window overlaid on your chart, this indicator provides a split-second understanding of the current trading session through: Basic setup: Set Difference between your local time and your broker time , set DST(Daylight Saving Time) ON or OFF , set timescale sync you want to use (Local, Broker, CET) - A vertical time marker
FREE
Large Price MT5
Nino Guevara Ruwano
5 (1)
For traders, monitoring price movements is a constant activity, because each price movement determines the action that must be taken next. This simple indicator will helps traders to display prices more clearly in a larger size. Users can set the font size and choose the color that will be displayed on the chart. There are three color options that can be selected to be displayed on the chart.
FREE
Volatility Break Signals Description: The  Volatility Break Signals  is an indicator designed to detect potential trend changes while partially filtering market noise. It uses an adaptive volatility measure based on the selected price (Close, Open, High, Low, etc.) and generates Buy and Sell signals when the price shows a reversal relative to the previous direction. How it works: Price Volatility Measurement The indicator calculates the absolute price changes from bar to bar ( |price - previous
FREE
このプロダクトを購入した人は以下も購入しています
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Smart Trend Trading System は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Smart Trend Trading System を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Smart Trend のシグナルを自動売買に変えることができます。 Smart Trend Trading System は、リペイントなし、再描画なし、遅延なしの完全なトレーディングシステムです。よりクリーンなシグナル、より明確なトレンド方向、そしてより整理された取引方法を求めるトレーダー向けに作られています。   [User Manual]   ,  [PDF]  ,   [Installation manual]   and  [Online course] このシステムは、トレンド検出、反転ゾーン、Smart Cloud、トレーリングス
Trend Sniper X
Sarvarbek Abduvoxobov
5 (11)
Trend Sniper X は、MetaTrader 5 用のマルチタイムフレーム・トレンドフォロー・インジケーターです。トレーダーがトレンドの方向性と反転ポイントを明確かつ正確に特定できるよう支援します。 価格情報: 現在の価格はキャンペーン価格であり、今後のアップデートや新機能のリリースに伴い変更される可能性があります。 Code2Profit チャンネル マルチタイムフレーム分析で相場をマスターしよう! Trend Sniper X で勝率を最大化する方法:重要なルールとセッションのコツ 技術仕様 プラットフォーム MetaTrader 5 インジケータータイプ マルチタイムフレーム・トレンドインジケーター 操作タイムフレーム あらゆるチャートタイムフレームに対応。個別に選択可能な上位タイムフレーム (M1–MN1) を搭載 主要銘柄 FX、ゴールド (XAUUSD)、およびその他のCFD 推奨口座 あらゆる口座タイプに対応 視覚化 色分けされたトレンドローソク足 (買い/売り/弱気/変化) + 買い/売り矢印 追加モジュール セッション市場ボックス (シドニー、東京、ロンドン
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
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
SuperScalp Pro
Van Minh Nguyen
4.63 (32)
SuperScalp Pro – プロフェッショナル多層コンフルエンス・スキャルピングシステム SuperScalp Pro は、複数のコンフルエンスを組み合わせたプロフェッショナル向けスキャルピングシステムです。より高い確率のトレードチャンスを見つけられるよう設計されており、明確なエントリー確認、ATRに基づくStop LossとTake Profit、さらにXAUUSD、BTCUSD、主要なFX通貨ペアに対応した柔軟なシグナルフィルター機能を提供します。 完全なドキュメントは製品ブログでご覧いただけます: [User Guide] SuperScalp Pro Auto Trader EA による自動売買が利用可能です: [Auto Trader] SuperScalp Pro の公式 MQL5 チャンネルをフォローして、製品のアップデート、ニュース、最新のお知らせをご確認ください: [Official Channel] SuperScalp Pro は、Supertrend、VWAP、EMA、RSI、ADX、出来高分析、ボリンジャーバンド、MACDダイバージェンスを組み合わ
時折、私自身もこのシステムを使って取引を行っています。 実口座での私の手動による「BOMBER」トレードをぜひご評価ください - LIVE SIGNAL このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディン
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 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通りのパラメー
Zoryk Gold
Reda El Koutbane
5 (6)
割引は 24 時間後に終了します — 次の価格は$ 69 ZORYK — MetaTrader 5専用 XAUUSDシグナル・トレードプランニングシステム このような経験はありませんか。 ゴールドを分析し、エントリーを待ち、ようやくポジションを持った直後に価格が逆方向へ動く。 早すぎる決済をしてしまったり、Stop Lossを動かしたり、数秒迷っている間にチャンスを逃したりする。 その後、相場は自分が最初に予想していた方向へ進み、目標へ到達する。 問題は常に方向判断ではありません。 本当の問題は、明確な計画がなかったことです。 どこでエントリーすべきか。 どこでトレードの前提が無効になるのか。 近い利益を確保すべきか、より大きな値動きを待つべきか。 現在のsetupが本当に強いのか、それとも無理にトレードを探しているだけなのか。 ゴールドは非常に速く動きます。 正しい分析でも、明確なプランがなければ数秒で悪い判断に変わることがあります。 ZORYKは、その問題を解決するために開発されました。 ZORYKとは ZORYKは、MetaTrader 5とXAU
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Atomic Analyst は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Atomic Analyst を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Atomic Analyst のシグナルを自動売買に変えることができます。 Atomic Analyst は、リペイントなし、再描画なし、遅延なしの Price Action トレーディングインジケーターで、手動取引、シグナルの明確化、EA 自動化のために設計されています。 User manual: settings, inputs and strategy.   &   User Manual PDF . 価格行動、強さ、モメンタム、マルチタイムフレーム方向、高度なフィルターを分析し、トレーダーがノイズを減らし、弱いセットアップを避け、より構造化された取引判断を行えるようにします。 このイ
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
SUPERHEROインジケーターは、「オールインワン」方式に基づいて設計された多通貨対応の取引システムです。このインジケーターは市場を独自に分析し、取引の開始および終了のタイミングに関するシグナルを提供します。ストップロス注文とテイクプロフィット注文を使用します。R:R比率は1:1です。 私は時折、このシステムのシグナルに基づいて自ら取引を行いますが、その結果は以下の通りです— ライブシグナル このシステムはスマートフォンにプッシュ通知を送信できるため、PCに縛られることなく「外出先」からでも取引を行うことができます。自己勘定取引を行う企業に最適です。 すべてのお客様への特典: このインジケーターをご購入いただいたすべてのお客様に、私から特別なユーティリティをプレゼントいたします。その内容は以下の通りです: 自動的にストップロス注文とテイクプロフィット注文を発注します 価格が目標水準に達すると、自動的に取引を決済します 指値注文による取引に対応しています 平均化取引モードに対応しています この優れた、しかも非常に便利なユーティリティをプレゼントとして受け取りたい場合は、SUPERHER
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
伝説が帰ってきました: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件)。検証方法は公開されており、ストラテジーテスターでご自身で再現できます。 ご購入後は、必ずすぐにダイレクトメッセージでご
AXIOM MATRIX MT5 ローンチ価格:$99 Axiom Matrix はローンチ価格 $99 でご利用いただけます。 最初の30件の購入後、価格は $199 に上がります。 ご購入後、手順のご案内と限定ギフトボーナスの受け取りのために、直接DMをお送りください。 Axiom Matrix は、MetaTrader 5 用のプロフェッショナルなマルチシンボル・マルチタイムフレーム市場スキャナー兼意思決定ダッシュボードです。 Market Watch をスキャンし、複数の時間足を分析し、複数のエビデンスエンジンを読み取り、最も強いチャンスを比較し、1つのクリーンなマトリックスダッシュボード内で最適な BUY、SELL、WAIT、またはブロック状態を表示します。 私が Axiom Matrix を作った理由は、市場スキャンという重い作業を代わりに行ってくれる1つのツールが欲しかったからです。 RSI だけを確認したくありませんでした。 次に MACD だけ。 次に移動平均線。 次に出来高。 次にボラティリティ。 次にサポートとレジスタンス。 そして、1つのトレードアイデアを作るた
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
FiboSniper Pro – プロフェッショナル・マルチフィルター Fibonacci Grid トレーディングシステム FiboSniper Pro は、Fibonacci Envelopes と ADX、EMA、RSI、ATR、時間フィルターなどの複数の市場確認条件を組み合わせた、高度なテクニカル・トレーディングインジケーターシステムです。価格構造、トレンド、モメンタム、ボラティリティを総合的に分析することで、より選択的で質の高いエントリー機会を特定できるよう支援し、さらに ATR に基づく Stop Loss と Take Profit の自動レベルを提供することで、体系的なトレード管理を可能にします。 購入後、Auto Trader X を使用して FiboSniper Pro のシグナルを自動売買する方法について、手順をご希望の場合は私までご連絡ください。 Auto Trader X による自動売買に対応: [Auto Trader X] ユーザーガイドと推奨セットファイルはこちら: [Click here] FiboSniper Pro MQL5 公開チャンネルに参加し
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
GEM Signal Pro GEM Signal Pro は、MetaTrader 5 向けのトレンドフォロー型インジケーターです。より明確なシグナル、より整理されたトレードセットアップ、そして実用的なリスク管理をチャート上で確認したいトレーダーのために設計されています。 単純な矢印だけを表示するのではなく、GEM Signal Pro はトレード全体の考え方を、より見やすく分かりやすい形で表示します。条件が確認されると、インジケーターはエントリー価格、ストップロス、利確目標をチャート上に表示し、トレードセットアップをより効率的に確認できるようにします。 動作の仕組み このインジケーターは、まず内部ロジックに基づいて有効なシードシグナルを検出します。 確認条件が満たされると、GEM Signal Pro はチャート上に完全なセットアップを表示します。これにより、トレーダーはトレード構造をより明確に把握し、手作業による分析を減らすことができます。 チャート上のトレードレベル 確認済みシグナルに対して、GEM Signal Pro は以下を表示できます。 エントリー価格 ストップロス テ
UZFX {SSS} スキャルピング・スマートシグナル v4.0 MT5は、変動の激しい市場において正確かつリアルタイムのシグナルを求めるスキャルパー、デイトレーダー、スイングトレーダー向けに設計された、リペイントのない高性能な取引インジケーターです。(UZFX-LABS)によって開発されたこのインジケーターは、価格行動分析、トレンド確認、スマートフィルタリングを組み合わせることで、すべての通貨ペアおよび時間軸において、高確率の売買シグナル、警告シグナル、トレンド継続の機会を生成します。 トレードの判断に迷うのはもうやめましょう。明確さ、正確さ、そして規律ある市場執行を求めるトレーダーのために設計された、体系的なシグナルシステムに従い始めましょう。 私のおすすめ* 最適な時間足:15分足以上。 {H1} が私のお気に入りです。そして、その成果は驚異的です…!! 主な機能の更新 • 自動売買シグナル検出 • 高度な反転認識ロジック • 市場反転の可能性に先立つ早期警告シグナル • トレンド継続確認シグナル • エントリー、ストップロス、TP1、TP2、TP3レベルを備えた組み込み型
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (6)
新たな王者が登場 - インジケーター + 注文管理表示(TP1 + TP2 + TP3)+ オプションのTelegramシグナル送信機能付き(無料) (完全なトレード&シグナルシステム) ゴールド向け最高のEA: Gold Slayer このインジケーターには、高度な戦略、カスタマイズ可能な注文管理システム、そしてエンベロープ拡張を組み合わせた平均回帰システムが搭載されています。さらに、RSIなど複数のインテリジェントな確認フィルターによって、高確率の反転エントリーをBUY・SELLシグナルとして検出します。 単にトレードを学ぶだけでなく、複数ポジションを効果的に管理し、過去に利益を出しているオープンポジションで損失トレードをカバーする方法も学べます。 M5向けに構築・最適化されており、流動性が高くシグナルの精度が安定しているBTCUSDとXAUUSDで優れたパフォーマンスを発揮します。 このインジケーターは、ATRを基に自動計算されたエントリー、ストップロス、テイクプロフィットレベルを備えた明確なLong・Shortシグナルを提供するため、リスク管理が最初から組み込まれています。 マ
SkyHammer Signal Pro Entry、SL、TP レベルを固定表示する、プロ仕様のノーリペイント・トレンドシグナルインジケーター SkyHammer Signal Pro は、明確で固定され、検証可能なシグナルを求めるトレーダー向けに設計された、構造的なトレンド・モメンタム系シグナルインジケーターです。 特に M1 と M5 などの短期時間足で最も効果を発揮します。 このインジケーターは、天井や底を予測するためのものではありません。シグナルを出す前に、確認された市場構造、トレンド方向、モメンタムの強さ、健全なボラティリティ、そしてターゲットまでの十分な値幅を確認します。 主な機能 固定シグナルメカニズム シグナルが確認されると、矢印、Entry、Stop Loss、TP1、TP2 の各レベルはチャート上に永久的に固定されます。 その後のローソク足の動きによって、シグナルが消えたり、移動したり、変更されたりすることはありません。 これにより、トレーダーは各シグナルを明確に確認でき、リアルタイム相場中にシグナルが消えるという一般的な問題を避けることができます。 完全な過去シ
Ace Trend
Mikhail Sergeev
5 (3)
私たちはあなたにトレンド取引の世界でゲームのルールを変える革命的な指標を提示します。 指標は、パフォーマンスを再考し、前例のない高さにあなたの取引経験を高めるように設計されています。 私たちの指標は、競合他社とは一線を画す高度な機能のユニークな組み合わせを誇っています。 "実質の価格設定要因"の先端技術は最も困難で、揮発市況の最高の安定性を保障する。 不安定なパターン、壊れた指標に別れを告げ、意識的で制御された取引を歓迎します。 指標は単なる美しい絵ではありません! 指標は、トレーダーの側にオッズをシフトし、それによって利益を得る必要があります。 インジケータ信号(完全自動モード)に基づいて取引結果に慣れる: https://www.mql5.com/ja/signals/2339244 AceTrendは、rbtiバージョンによるトレンド指標のランキングで第一位にランクされています。AceTrend-取引における最大の収益性と制御。 私たちの指標は、歴史ではなく、現在の市場相場に基づいて収益性を強調しています。 革命に参加-あなたの取引経験の可能性のロックを解除! インジケーターは、
Smc Pro ToolKit
Talal N Z Aljarusha
5 (10)
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
Quant Direction は、3次元の市場分析ツールです。完全に客観的なアルゴリズムベースの市場分析を提供し、様々なパラメータにわたる正確なパーセンテージ偏差を同時に算出します。高度なAI搭載モデリングツールで開発され、厳密なテストを経て開発されたこのアルゴリズムは、かつてない精度で市場を分析するように設計されています。プラットフォーム上では、あらゆる通貨ペアや金融商品を分析できます。 短期取引、デイトレード、スイングトレードなど、どのような取引スタイルに も、Quant Directionは最適な選択肢です。 オペレーターの本当の利点 Quant Directionの真の利点は、感情、眼精疲労、過剰分析を完全に排除できる点にあります。方向性を探るために何十ものチャートを手作業で精査したり、自分の好みを常に疑ったりする必要がなくなります。このシステムは、8つの時間間隔(5ヶ月から月単位まで)をミリ秒単位で処理します。あらゆる瞬間に市場を支配している主体を正確に明らかにし、常に成功確率が最も高い方向で取引できるようにします。 市場分析の3つの側面 このアルゴリズムは市場を3つの
FX-AIEA Smart Supply and Demand Zone Identification Indicator (Supply and Demand Indicators MT5) Version: 2.51 | Compatible Platform: MetaTrader 5  Why do trades need supply and demand zones? Supply and demand zones are the core manifestation of institutional order flow, reflecting real buying and selling power more accurately than traditional support and resistance. However, manual drawing is not only time-consuming but also highly subjective and prone to missing key areas. FX-AIEA Supp
KURAMA GOLD SIGNAL PRO(MT5版)— 7層フィルター・自動TP/SL・品質スコア・サイン履歴保存搭載 XAUUSD完全トレードシステム リアルタイムでリペイントしません。サインが出た瞬間、矢印・エントリー・TP・SLはその場で固定され、後から動きません。あなたがトレードするのは、この「リアルタイムで出たサイン」です。さらにv7.20では、実際に通知されたサインを自動保存し、再起動後もそのまま復元します。 購入者限定特典 買い切りライセンスをご購入いただいた方に、AI Zone Radar($59相当)+完全PDFマニュアルを無料プレゼント。本体価格に$59相当の特典が付いてきます。購入後にMQL5でメッセージをお送りください。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高く評価されています。 あな
Crystal Quantum Pro
Muhammad Jawad Shabir
5 (2)
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
作者のその他のプロダクト
BBMA by RWBTradeLab is a clean, highly-optimized chart-plotting indicator for MetaTrader 5 that combines Bollinger Bands, Linear Weighted Moving Averages (LWMA) on High/Low, and an EMA on Close to help traders read market structure visually. What it plots • Bollinger Bands (Upper / Basis / Lower) • LWMA on Low (5 to 10 periods): Solid green lines for periods 5 & 10, with dashed green lines for periods 6-9 to create a clear, easy-to-read visual channel. • LWMA on High (5 to 10 periods): Soli
FREE
SnR Key Level by RWBTradeLab A clean, non-repainting Support & Resistance key level detector for MetaTrader 5, built for price action traders who want clear, fixed SnR reference levels with breakout upgrades, smart overlap-free labels and optional alerts — all from CLOSED candles only. What This Indicator Does The indicator automatically detects and draws 6 types of SnR key levels from 2-candle sequences: Base Key Levels - A Level: Green -> Red (Level = 1st Green candle Close) — Resistance
FREE
SnR QM Level by RWBTradeLab A clean, non-repainting Quasimodo (QM) level detector for MetaTrader 5, built for price action traders who want strict, structure-validated QM reversal levels — automatically detected, clearly marked and alerted exactly once, all from CLOSED candles only. What This Indicator Does The indicator detects strict Quasimodo reversal levels built from A/V candle structures: Internal Structure Levels - A Level: Green -> Red (Level = 1st Green candle Close) — resistance s
FREE
Engulfing Detector by RWBTradeLab A clean, non-repainting engulfing pattern detector for MetaTrader 5 that finds BOTH kinds of engulfing: the classic 2-candle Regular Engulfing and the extended multi-candle E-Regular Engulfing that most indicators miss. Every pattern is marked as a clear zone box on the chart — all from CLOSED candles only. What This Indicator Does The indicator detects 4 pattern types by CLOSE-based engulfing (a candle must CLOSE beyond the base candle's range — wicks alone
FREE
SnR Fresh Unfresh Level by RWBTradeLab A clean, non-repainting Support & Resistance level tracker for MetaTrader 5 that shows you the ONE thing most level indicators hide: which levels are still FRESH (untested) and which are already UNFRESH (rejected). Every level is tracked live, state by state, from CLOSED candles only. What This Indicator Does The indicator creates SnR levels from 2-candle sequences and then tracks each level's state continuously: Level Creation (Level = 1st candle Clos
FREE
SnR CC Level by RWBTradeLab A clean, non-repainting Confirmation Candle (CC) level detector for MetaTrader 5, built for price action traders who don't just want Support/Resistance levels — they want levels the market has already CONFIRMED with a proper reaction candle. Every level on the chart comes with its own confirmation, all from CLOSED candles only. What This Indicator Does The indicator detects 6 types of SnR CC levels. A CC (Confirmation Candle) is a candle that touches a key level w
FREE
Engulfing Overlap Zone by RWBTradeLab A clean, non-repainting engulfing OVERLAP detector for MetaTrader 5 — the most selective member of the RWBTradeLab engulfing family. It finds the rare, high-interest moment when a FAILED engulfing zone is overlapped by a CONFIRMED opposite engulfing zone: trapped traders on one side, fresh confirmed pressure on the other, both at the same price area. All from CLOSED candles only. What This Indicator Does The indicator runs a 3-step detection chain: Step
FREE
Engulfing Failed Zone by RWBTradeLab A clean, non-repainting FAILED engulfing detector for MetaTrader 5. Most traders only look for engulfing patterns — professionals also watch what happens when an engulfing FAILS, because a broken pattern traps traders on the wrong side and often fuels the opposite move. This indicator finds those failures automatically — all from CLOSED candles only. What This Indicator Does Step 1 — Engulfing Detection (internal engine) The indicator first detects confir
FREE
Trade Panel by RWBTradeLab — The Ultimate Trade & Risk Management Utility Take full control of your MetaTrader 5 trading with the   Trade Panel by RWBTradeLab ! Designed by RWBTradeLab, this all-in-one utility is built for both professional and beginner traders who want to execute trades faster, manage risk perfectly, and analyse their account performance in real-time. Say goodbye to manual lot calculations and slow trade execution. With a sleek, draggable, and highly intuitive User Interfa
Local Trade Copier by RWBTradeLab — copy trades between MetaTrader 5 accounts on the same PC, instantly and reliably. One lightweight tool that turns any MT5 account into a Master (signal source) or a Client (copier) — just pick the role in the inputs. Perfect for managing multiple accounts, copying your own strategy across brokers, or running prop-firm and personal accounts side by side. No DLL required · Works across different brokers & account types · One file, both roles ——————————————
SnR Double Breakout Level by RWBTradeLab A clean, non-repainting breakout-confirmation indicator for MetaTrader 5, built for price action traders who want high-confidence Support/Resistance breakouts based on DOUBLE structure logic — two levels must form first, then price must break correctly. All from CLOSED candles only. What This Indicator Does The indicator detects Double Breakout key levels using a strict state machine: Internal Structure Levels - A Level: Green -> Red (Level = 1st Gre
フィルタ:
レビューなし
レビューに返信