Bullish Consecutive Signal

Bullish Consecutive Signal — Consecutive Bullish Candle Buy Signal with Alerts & P&L Simulation


Bullish Consecutive Signal automatically detects consecutive bullish candle patterns and marks high-probability buy entries directly on the chart. Each signal comes with an ATR-calculated Stop Loss and Take Profit level, drawn as reference lines so you can assess risk at a glance. A built-in P&L back-simulation lets you evaluate strategy performance without leaving the chart.


⚠ IMPORTANT — DEFAULT SETTINGS
The default parameters are optimized for XAUUSD on the M1 timeframe.

If you apply this indicator to a different symbol or timeframe, results may vary significantly. Always backtest and adjust the filters, ATR multipliers, and MA periods before using the indicator in a live environment.


─────────────────────────────────────────
HOW IT WORKS
─────────────────────────────────────────
The indicator scans for a configurable number of consecutive bullish (green) candles. When the pattern is confirmed at bar open, a buy signal arrow is plotted below the bar. SL and TP lines extend forward a user-defined number of bars so they are easy to read.

Entry  = Open price of the signal bar
SL     = Entry − (ATR × ATR Multiplier SL)
TP     = Entry + (ATR × ATR Multiplier TP)

─────────────────────────────────────────
5 WIN-RATE FILTERS
─────────────────────────────────────────
Each filter is independent and can be turned on or off without affecting the others.

① RSI Range Filter
   Passes the signal only when RSI is inside a user-defined zone (e.g. 35–60).
   Use this to avoid overbought entries or to require a specific momentum condition.

② ADX Trend Strength Filter
   Requires ADX to be above a minimum threshold before a signal is accepted.
   Keeps the strategy out of ranging, low-volatility environments.

③ Long-Term MA Direction Filter
   Checks whether price is above or below a slow EMA (e.g. 200-period).
   Aligns entries with the higher-timeframe trend.

④ Candle Body Size Filter
   Compares the average body size of the bullish sequence against a percentage of ATR.
   Rejects weak signals where candles are mostly wicks rather than body.

⑤ Trading Session Filter
   Restricts signals to a specified server-hour range (e.g. 07:00–21:00).
   Avoids low-liquidity periods outside the main trading sessions.

─────────────────────────────────────────
MOVING AVERAGE POSITION FILTERS
─────────────────────────────────────────
Two EMA lines (short-period and long-period) act as additional entry qualifiers:

• MA Alignment — require golden-cross, dead-cross, or no condition.
• Open Position — signal is only accepted when the bar open is below the short EMA
  or below the long EMA, helping to catch pullback entries.
• MA Distance — minimum gap between the two EMAs filters out noisy, flat zones.

─────────────────────────────────────────
BOLLINGER BAND TOUCH FILTER
─────────────────────────────────────────
When enabled, at least one candle in the bullish sequence must have touched or crossed
the lower Bollinger Band. This combines mean-reversion logic with the momentum pattern.

─────────────────────────────────────────
REAL-TIME ALERTS
─────────────────────────────────────────
When a new signal appears on the last completed bar the indicator fires:
• On-screen popup alert
• Email notification  (requires SMTP setup in MT5 Options)
• Push notification   (requires MetaQuotes ID in MT5 Options)

Each alert includes symbol, timeframe, signal time, entry price, SL and TP.

─────────────────────────────────────────
BUILT-IN P&L BACK-SIMULATION
─────────────────────────────────────────
Click the "[ Run Simulation ]" button on the chart to instantly simulate all signals
within the last N days (configurable). The panel shows:

  • Total trades / Open (unresolved) trades
  • Win count / Loss count / Win rate
  • Net P&L
  • Gross profit and gross loss
  • Largest win and largest loss
  • Average win and average loss
  • Expected value per trade
  • Actual simulation date range

Each simulated trade is drawn on the chart as a dotted line from entry to exit, with
a result label. Wins are shown in blue, losses in orange-red.

If the requested date range exceeds available chart history, a warning popup explains
the data shortage and the simulation runs automatically on the available period instead.

─────────────────────────────────────────
INDICATOR BUFFERS (for EA integration)
─────────────────────────────────────────
Buffer 0 — Arrow position  (plotted, DRAW_ARROW)
Buffer 1 — Entry price
Buffer 2 — Stop Loss price
Buffer 3 — Take Profit price

Read buffers 1–3 via iCustom() inside your Expert Advisor to automate entries.

─────────────────────────────────────────
NOTES
─────────────────────────────────────────
• Signals are generated at bar open — no repainting after the bar closes.
• If the simulation button does not respond on a live account, set the

  "Sim trigger (true = run immediately)" input to true to execute on next load.

Default settings are tuned for XAUUSD M1. Other symbols and timeframes require individual testing and parameter optimization.



Parameter Descriptions (All default values are calibrated for XAUUSD on the M1 chart.)

Parameter Description Default

── Signal Conditions ──

InpBullCount Number of consecutive bullish candles required to confirm a buy signal. A candle is bullish when Close > Open. Higher values produce fewer but potentially stronger signals. 3


── Moving Average Filter ──

InpShortMAPer Period of the short-term EMA used for MA alignment and open-position filtering. 7

InpLongMAPer Period of the long-term EMA used for MA alignment and open-position filtering. 30

InpMACond MA alignment requirement. Golden Cross: short EMA must be above long EMA. Dead Cross: short must be below long. Disabled: no alignment check is applied. Disabled

InpOpenFilter Requires the signal bar's open price to be below the selected EMA. Below Short MA filters pullback entries against the short EMA. Below Long MA uses the long EMA. Disabled: no position filter. Below Short MA

InpMADistMin Minimum price distance between the short and long EMAs. Set to 0 to disable. Useful for filtering flat, non-trending market conditions. 0.0


── Bollinger Bands ──

InpBBPeriod Period of the Bollinger Bands used for the lower-band touch filter. 20

InpBBDev Standard deviation multiplier for the Bollinger Bands. 2.0

InpBBTouch When true, at least one candle in the bullish sequence must have touched or crossed the lower Bollinger Band. Adds a mean-reversion condition to the entry. false


── ATR SL / TP Settings ──

InpATRPeriod Period used to calculate the Average True Range (ATR) for dynamic SL and TP placement. 14

InpATRMultSL ATR multiplier for the Stop Loss. SL = Entry − (ATR × this value). Increase to give the trade more room; decrease for a tighter stop. 1.5

InpATRMultTP ATR multiplier for the Take Profit. TP = Entry + (ATR × this value). The default setting produces a 2 : 1 reward-to-risk ratio (3.0 ÷ 1.5). 3.0

InpLineBars Number of bars that the SL / TP / Entry reference lines extend to the right of the signal bar. Cosmetic only; does not affect calculations. 8


── Filter ① — RSI Range ──

InpRsiEnable Enables the RSI range filter. When active, a signal is accepted only if the RSI value falls within [InpRsiMin, InpRsiMax]. false

InpRsiPeriod RSI calculation period. 14

InpRsiMin Lower boundary of the acceptable RSI range. Signals with RSI below this value are rejected. 35.0

InpRsiMax Upper boundary of the acceptable RSI range. Signals with RSI above this value are rejected. 60.0


── Filter ② — ADX Trend Strength ──

InpAdxEnable Enables the ADX strength filter. When active, signals are accepted only when ADX is above InpAdxMin, indicating a trending rather than ranging market. true

InpAdxPeriod ADX calculation period. 7

InpAdxMin Minimum ADX value required to pass the filter. A value of 20 is a widely used threshold for a trending market; lower values are more permissive. 19.0


── Filter ③ — Long-Term MA Direction ──

InpTrendMAEnable Enables the trend MA direction filter. When active, signals must align with the position of price relative to the slow EMA. false

InpTrendMAPer Period of the slow trend EMA (e.g. 200 for the classic 200 EMA). 200

InpTrendMAAbove When true, signals are accepted only when price (bar open) is above the trend EMA — bullish bias. When false, only signals below the EMA are accepted — bearish bias / counter-trend mode. true


── Filter ④ — Candle Body Size ──

InpBodyEnable Enables the candle body size filter. Rejects signals where the average candle body of the bullish sequence is too small relative to ATR. true

InpBodyMinRatio Minimum required body size expressed as a percentage of ATR. The average body across the bullish sequence must equal or exceed (ATR × InpBodyMinRatio / 100). Increase to require stronger bullish momentum. 7.0


── Filter ⑤ — Trading Session ──

InpTimeEnable Enables the session time filter. When active, signals outside the defined hour range are ignored. false

InpTimeStart Session start hour (server time, 0–23). Signals at or after this hour are allowed. 7

InpTimeEnd Session end hour (server time, 0–23). Signals before this hour are allowed. If InpTimeEnd < InpTimeStart the filter wraps around midnight (e.g. 22:00–06:00). 21


── Live Alerts ──

InpAlertPopup Enables an on-screen popup alert each time a new signal is detected on the latest completed bar. true

InpAlertEmail Sends an email alert on each new signal. Requires SMTP settings configured under MT5 Tools → Options → Email. false

InpAlertPush Sends a push notification to the MetaQuotes mobile app on each new signal. Requires a MetaQuotes ID registered under MT5 Tools → Options → Notifications. false


── Simulation ──

InpSimDays Number of calendar days to include in the P&L back-simulation, measured back from the current bar. Click the "[ Run Simulation ]" button on the chart to execute. 100

InpSimLots Lot size used to calculate the simulated dollar P&L for each trade. Does not affect signal detection. 0.1

InpSimTrigger Set to true to run the simulation automatically on indicator load, without clicking the button. Useful on live accounts where chart object click events may not fire correctly. false



おすすめのプロダクト
Overview Harmonic Patterns MT5 is a technical analysis indicator designed for the MetaTrader 5 platform. It identifies and displays harmonic price patterns, such as Butterfly, Cypher, Crab, Bat, Shark, and Gartley, in both bullish and bearish directions. The indicator calculates key price levels, including entry, stop loss, and three take-profit levels, to assist traders in analyzing market movements. Visual elements and customizable alerts enhance usability on the chart. Features Detects six ha
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
Monster Harmonics Indicator is a harmonic pattern indicator. It recognizes Gartley, Bat, Crab, Butterfly, Cypher, White Swan, Black Swan, Shark and AB=CD patterns. Projected patterns that are not yet completed are recognized, too. Monster even shows the PRZ (Potential Reversal Zone). Users can add their own user defined patterns to Monster. Besides the current pattern, Monster also shows all patterns in the symbols history. Monster will provide alerts for developing patterns. Introduced by H.M.
Nova AC Trader is a modern automation of the Accelerator Oscillator (AC) — a Bill Williams momentum tool designed to detect shifts in market acceleration before trends fully form. This EA transforms the indicator’s early-warning nature into a structured trading system that reacts only when momentum changes are clear and consistent. Instead of waiting for the trend to be obvious, Nova AC Trader identifies when market acceleration starts to turn — offering opportunities at the earliest stage of mo
The RSI Divergence + FVG Signal indicator combines Relative Strength Index (RSI) Divergence with Fair Value Gap (FVG) detection to generate high-probability buy and sell signals based on both momentum shifts and institutional imbalance zones. Core Features: RSI Divergence Detection : Identifies both regular and hidden bullish/bearish divergences between price and RSI. Divergences indicate potential trend reversals or continuation. FVG Zone Recognition : Detects Fair Value Gaps (imbalances caused
The   Fibonacci Confluence Toolkit   is a technical analysis tool designed to help traders identify potential price reversal zones by combining key market signals and patterns. It highlights areas of interest where significant price action or reactions are anticipated, automatically applies Fibonacci retracement levels to outline potential pullback zones, and detects engulfing candle patterns. Its unique strength lies in its reliance solely on price patterns, eliminating the need for user-define
Advanced MT5 Indicator: Precision-Powered with Pivot Points, MAs & Multi-Timeframe Logic Unlock the full potential of your trading strategy with this precision-engineered MetaTrader 5 indicator —an advanced tool that intelligently blends Pivot Points , Adaptive Moving Averages , and Multi-Timeframe Analysis to generate real-time Buy and Sell signals with high accuracy.    If you want to test on Real Market, Let me know. I will give the Demo file to run on Real Account.    Whether you're a scal
Stochastic Divergen MT5
Komang Putra Riswanjaya
2 (1)
Overview The Stochastic Divergence Indicator is a tool designed to help identify potential market turning points by analyzing divergences between price and the Stochastic Oscillator. It highlights divergence signals visually on the chart, assisting traders in observing possible trend changes. Key Features No Repaint: Once a signal is formed, it remains on the chart. Adjustable Parameters: Settings can be modified to fit different trading preferences and timeframes. Visual Display: Arrows are plo
Elliott Wave Trend was designed for the scientific wave counting. This tool focuses to get rid of the vagueness of the classic Elliott Wave Counting using the guideline from the template and pattern approach. In doing so, firstly Elliott Wave Trend offers the template for your wave counting. Secondly, it offers Wave Structural Score to assist to identify accurate wave formation. It offers both impulse wave Structural Score and corrective wave Structure Score. Structural Score is the rating to sh
Description : Rainbow EA MT5 is a simple Expert advisor based on   Rainbow MT5 indicator witch is based on Moving average with period 34. The indicator is incorporated in the EA, therefore, it is not required for the EA to operate, but if you wish, you can download it from   my product page . The Expert Advisor settings are as follows : Suitable for Timeframes up to H1 The parameters below can be set according to your trading rules. StopLoss ( Stop Loss in pips) TakeProfit ( Take Profit in pips
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
ADVANCED FUNCTIONALITIES: Trend Score (0-100) with visual bar Intelligent signals with adjustable strength (1-10) Risk management with automatic TP/SL Audible and visual alerts Price zones with smooth filling Multi-indicator analysis (RSI, ATR, BB, EMAs) DESIGN FEATURES Modern Visual: Smooth and well-spaced lines (EMA with 2-3px width) Vibrant and professional colors (Sky Blue, Orange, Gold) Modern arrows (code 233/234) for buy/sell signals Configurable dark/light theme Adjustable transparency f
数列の一つに「森林火災数列」があります。これは、最も美しい新しいシーケンスの 1 つとして認識されています。その主な特徴は、このシーケンスが線形トレンドを回避することです。最短のものであってもです。この指標の基礎を形成したのはこのプロパティです。 財務時系列を分析する場合、この指標は可能なすべての傾向オプションを拒否しようとします。そして失敗した場合にのみ、トレンドの存在を認識し、適切なシグナルを発します。このアプローチにより、新しいトレンドの始まりの瞬間を正しく判断できます。ただし、偽陽性の可能性もあります。それらの数を減らすために、このインジケーターに追加のフィルターが追加されました。新しいバーが開くとシグナルが生成されます。いずれの場合も再描画は発生しません。 指標パラメータ: Applied Price   - 適用価格定数; Period Main   - インディケータのメイン期間、その有効な値は 5 ~ 60 です。 Period Additional   - 追加の期間。このパラメーターの有効な値は 5 ~ 40 です。 Signal Filter   - 追加の信号
Triangle Pattern Gann v3.1 - Complete Feature Documentation Core Functionality OverviewTriangle Pattern Gann v3.1 is a sophisticated MetaTrader 5 indicator that combines W.D. Gann's geometric trading principles with advanced triangle pattern recognition to deliver actionable trading signals. Primary Features1. Triangle Pattern Detection SystemAscending Triangle Recognition Function: Automatically identifies bullish continuation patterns Detection Criteria: Flat horizontal resistance line
The Premier League indicator links the price in a cyclical-wave relationship. Crossing points can be used as potential market reversal points. Thus, all crossing points will be optimal points at which the movement changes taking into account the indicator period. But do not forget that the approach must be complex, the indicator signals require additional information to enter the market.
Japanese コードの利点の説明(コード自体には触れずに) 1. 市場環境の詳細な分析(3次元) 単に「上昇」「下降」を示すだけでなく、**「レンジ(横ばい)」**の勢いを分離して表示します。 買い圧力が強い時(強気) 売り圧力が強い時(弱気) 重要: 方向感がない時(レンジ相場)を可視化し、無駄なエントリーを減らせます。 2. オシレーターによる強弱測定 (0-100) 価格変動を0~100の範囲で正規化します。 極端なゾーン: 買われすぎ/売られすぎ(例:80以上、20以下)を定義。 エリアの塗りつぶし: ピーク時に色がつくため、視覚的に判断しやすいです。 3. ノイズ除去の柔軟性(スムージングと加重) だましの回避: 移動平均の種類(RMA, EMA, SMA等)を選んで、細かいノイズを除去できます。 出来高(Volume)加重: 出来高を計算に含めるオプションがあり、信頼性を高めます。 4. 明確な視覚シグナル クロスアロー(矢印): 買いと売りの勢いが逆転した時に矢印を表示します。 表示切り替え: 線や塗りつぶしをON/OFFしてチャートを整理できます。 5. パフォーマ
Harmonic Pattern Structure Harmonic Pattern Structure is a professional MetaTrader 5 indicator that automatically detects classic harmonic patterns using strict Fibonacci ratio validation and XABCD price structure. Designed for traders who value precision, clean visuals, and structured analysis, the indicator highlights potential reversal zones based on price geometry, supporting consistent and objective decision-making. SUPPORTED HARMONIC PATTERNS Gartley (222) Butterfly Bat Crab Shark Cy
KT Renko Patterns は、レンコチャートの各レンガをスキャンしながら、さまざまな金融市場でトレーダーによく使用されている有名なチャートパターンを検出します。 時間ベースのチャートと比較して、レンコチャートは視認性が高くシンプルなため、パターンベースのトレードがより簡単かつ明確になります。 KT Renko Patterns は複数のレンコパターンを搭載しており、その多くは Prashant Shah 氏の著書『Profitable Trading with Renko Charts』でも詳しく解説されています。 KT Renko Patterns インジケーターに基づいた 100% 自動化された EA は、こちらからご利用いただけます - KT Renko Patterns EA 。 機能一覧 最大8種類の明確なレンコパターンを表示し、あいまいさなく取引をサポートします。 完全な客観性を保つため、すべてのパターンにストップロスとフィボナッチターゲットが設定されています。 KT Renko Patterns は各パターンの精度を継続的に測定し、重要な統計情報をチャート
Introduction Excessive Momentum Indicator is the momentum indicator to measure the excessive momentum directly from raw price series. Hence, this is an extended price action and pattern trading. Excessive Momentum Indicator was originally developed by Young Ho Seo. This indicator demonstrates the concept of Equilibrium Fractal Wave and Practical Application at the same time. Excessive Momentum detects the market anomaly. Excessive momentum will give us a lot of clue about potential reversal and
RBreaker Gold Indicatorsは、金先物の短期日内取引戦略であり、トレンドフォローと日内反転の2つの取引手法を組み合わせたものです。トレンド相場での利益を捉えるだけでなく、相場が反転した際には迅速に利確し、その流れに沿ってポジションを反転させることができます。 この戦略は、アメリカの雑誌『Futures Truth』において、15年連続で最も収益性の高い取引戦略トップ10に選ばれた実績を持ち、非常に長いライフサイクルを誇り、現在も国内外で広く使用・研究されています。 本インディケーターは、2026年の金先物の値動きに対応し、14日間のATR指標に基づいて、ブレイクアウト係数A、観察係数B、リバーサル係数Rをより合理的な値で定義しています。非常に優れたインディケーターであり、安定的な年間収益を実現しています。ぜひおすすめします〜
発見が困難で頻度が少ないため、分岐は最も信頼できる取引シナリオの1つです。このインジケーターは、お気に入りのオシレーターを使用して、通常の隠れた分岐点を自動的に見つけてスキャンします。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 取引が簡単 通常の隠れた発散を見つけます 多くのよく知られている発振器をサポート ブレイクアウトに基づいて取引シグナルを実装します 適切なストップロスおよび利益レベルを表示します 設定可能なオシレーターパラメーター カスタマイズ可能な色とサイズ バー単位でサイズ別に分岐をフィルタリング パフォーマンス統計を実装します 電子メール/音声/視覚アラートを実装します 幅広い市場の見通しを提供するために、異なるオシレーターを使用して、干渉なしで同じチャートにインジケーターを何度もロードできます。このインジケーターは、次のオシレーターをサポートしています。 RSI CCI MACD オスマ 確率的 勢い 素晴らしい発振器 加速器発振器 ウィリアムズパーセントレンジ 相対活力指数 特に外国為替市場では、
SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視覚
Key level wedge MT5
Presley Annais Tatenda Meck
The   Key level wedge MT5   indicator automatically draws rising wedge pattern and falling wedge pattern for you on the chart. This pattern is really good when used as a confirmation entry at key support & resistance, supply & demand and reversal zones. Advantages  The   Key level wedge MT5   block DOES NOT RE-PAINT, giving you confidence when a signal appears and also helps when looking back.  The   Key level wedge MT5   includes an on/off button on the chart to easily keep the charts clean
DAILY OH/OL SDEV QUANT MODEL - STATISTICAL TRADING WITH PRECISION RISK MANAGEMENT TRADE WITH MATHEMATICAL CERTAINTY - KNOW YOUR EXACT STOP-LOSS AND TAKE-PROFIT BEFORE YOU ENTER This indicator analyzes 5,000+ days of price history to give you: Exact entry levels (sigma bands locked at daily open) Exact stop-loss distance (from M
Harvester Pro Universal Master The Ultimate Volatility Breakout & Trend-Following Solution for XAUUSD and Major Pairs. Harvester Pro Universal Master is a professional-grade Expert Advisor (EA) engineered for high-performance trading on the MetaTrader 5 (MT5) platform. Optimized specifically for XAUUSD (Gold) and major currency pairs like EURUSD , this EA combines a sophisticated Volatility Breakout engine with a robust EMA/TEMA Trend-Following filter to capture explosive market moves with surg
Be notified of every color change of Heiken Ashi (HA) candles. The indicator will trigger past and new signals every time that HA candles change their colors. ( Note : this tool is based on the code of Heiken Ashi indicator developed by MetaQuotes Software Corp.) Features The signals are triggered at closing of last bar/opening of a new bar; Any kind of alerts can be enabled: Dialog Box, Email message, SMS notifications for smartphones and tablets, and Sound alerts; By default, up arrows are pl
Unlock profitable buy setups with the DC Dynamic Scalping Indicator for Crash , purpose-built for consistent scalping and small account growth. This expertly crafted, non-repainting indicator detects optimal buy signals on Crash indices , ensuring you're in sync with the trend thanks to the built-in Dynamic Trend Filter . A clean blue background template is also included for seamless charting and visual clarity. Key Features: Trend-Based Signal Logic – The Dynamic Trend Filter ensures all b
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
このインジケーターは、H.M.Gartley (「株式市場の利益」、1935 年) の開発に従って調和パターン (XABCD) を識別します。 D 点を透視投影の点として投影します (設定で ProjectionD_Mode = true を指定します)。 再描画はしません。 作業時間枠のバーが閉じるとき、特定されたパターン ポイントが Patterns_Fractal_Bars バーの間に移動していない場合、チャート上に (予想される価格変動の方向に) 矢印が表示されます。 この瞬間から、矢印はチャート上に永久に残ります。 連続した 2 ~ 3 つ以上の矢印 - これは市場状況の変化であり、再描画/再描画ではありません (時間枠を前後に切り替えてはなりません)。 注: 2 ~ 3 つ以上の矢印が連続している場合 - これは市況の変化であり、再描画ではありません。 パターンの総数は 85 です (Gartley-222 と Gartley-222WS を含む。完全なリストはコメント セクションにあります)。 識別されたすべてのパターンのうち、最後に識別されたパターンのみがベ
ROMAN5 Time Breakout Indicator automatically draws the boxes for daily support and resistance breakouts. It helps the user identifying whether to buy or sell. It comes with an alert that will sound whenever a new signal appears. It also features an email facility. Your email address and SMTP Server settings should be specified in the settings window of the "Mailbox" tab in your MetaTrader 5. Blue arrow up = Buy. Red arrow down = Sell. You can use one of my Trailing Stop products that automatical
FREE
このプロダクトを購入した人は以下も購入しています
SuperScalp Pro
Van Minh Nguyen
4.57 (21)
SuperScalp Pro — 高度なマルチフィルター対応スキャルピングインジケーターシステム SuperScalp Pro は、クラシックな Supertrend と複数のインテリジェントな確認フィルターを組み合わせた高度なスキャルピング用インジケーターシステムです。M1〜H4 のすべての時間足で効率的に機能し、特に XAUUSD、BTCUSD、および主要なFX通貨ペアに適しています。単体のシステムとして、また既存の取引戦略へ柔軟に統合して使用できます。 本インジケーターは 11 以上のフィルターを統合しており、短期・長期の EMA、トレンド判定に用いる 3 本の EMA、EMA スロープ(EMA slope)、RSI、ADX、出来高、VWAP、ボリンジャーバンドのブレイクアウト、MACD ダイバージェンスフィルターなどを含みます。スマートキャンドルフィルターはローソク足の終値を確認して弱いシグナルを排除し、3 本の EMA と MACD ダイバージェンスを組み合わせたトレンド認識メカニズムにより勝率の高いシグナルの選別を支援します。 SuperScalp Pro は ATR に基
Entry In The Zone and SMC Multi Timeframe is a real-time 2-in-1 market analysis tool that combines market structure analysis and a No Repaint BUY / SELL signal system into a single indicator, built on Smart Money Concepts (SMC) — a widely adopted framework used by professional traders to understand market structure. This indicator helps you see the market more clearly, make decisions based on structure rather than guesswork, and focus on high-probability zones where price is more likely to react
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
Azimuth Pro
Ottaviano De Cicco
5 (6)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 V2発売記念オファー — Azimuth Pro V2をUSD 399で(次の100本)。最終価格:USD 499。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、従来のMTF同期問題なし。シンセティックエンジンは 固定比率タ
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
このインジケーターを購入すると、プロ仕様のトレードマネージャーを無料で差し上げます。 まず第一に、このトレーディングシステムがノンリペイント、ノンリドロー、ノンラグのインジケーターであることを強調する価値がある。これにより、手動取引とロボット取引の両方に理想的なものになっています。 オンラインコース、マニュアル、プリセットのダウンロード。 「スマートトレンドトレーディングシステム MT5」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的なトレーディングソリューションです。10以上のプレミアムインジケーターを組み合わせ、7つ以上の堅実なトレーディング戦略を備えており、多様な市場状況に対応する多目的な選択肢となっています。 トレンドフォロー戦略:トレンドを効果的に乗り越えるための正確なエントリーとストップロス管理を提供します。 リバーサル戦略:潜在的なトレンドの反転を特定し、トレーダーがレンジ相場を活用できるようにします。 スキャルピング戦略:高速で正確なデイトレードおよび短期取引のために設計されています。 安定性:すべてのインジケーターはノンリペイント、ノンリドロー、ノ
FX Trend NG:次世代マルチマーケット・トレンドインテリジェンス 概要 FX Trend NG は、複数の時間足に対応したプロフェッショナル向けトレンド分析およびマーケット監視ツールです。 市場全体の構造を数秒で把握することができます。 複数のチャートを切り替える必要はありません。どの銘柄がトレンド中なのか、どこでモメンタムが弱まっているのか、そしてどの時間足で強い整合性があるのかを瞬時に確認できます。 ローンチ特別オファー – FX Trend NG を $30(6ヶ月) または $80 永久ライセンス でご利用いただけます。 すでに Stein Investments のユーザーですか? -> メッセージを送信 して、プライベートグループへアクセスしてください。 セットアップや詳細情報が必要ですか? -> Stein Investments 公式ページ をご覧ください。 1. FX Trend NG が他と異なる理由 3ステート・トレンドロジック ― Buy と Sell だけではない • 多くのインジケーターは Buy または Sell の2状態のみを表示します。
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
Power Candles – あらゆる市場に対応した強度ベースのエントリーシグナル Power Candles は、Stein Investments が長年培ってきた強度分析を価格チャート上に直接反映します。価格だけに反応するのではなく、各ローソク足は実際の市場の強さに基づいて色分けされ、モメンタムの蓄積、強度の加速、明確なトレンド転換を瞬時に把握できます。 すべての市場に共通する単一ロジック Power Candles は すべての取引シンボル で自動的に動作します。現在のシンボルが Forex か非 Forex 市場かを自動判別し、内部で適切な強度モデルを適用します。 Forex および Gold :FX Power のデルタ値を使用(絶対値レンジ最大 100) 指数、暗号資産、CFD :IX Power の強度値を使用(絶対値レンジ最大 50) 必要な強度計算は Power Candles に直接組み込まれています。ローソク足のカラーリングやシグナルロジックに、追加のインジケーターは不要です。 価格ノイズではなく「強度状態」 各ローソク足は、以下の 9 つの明確に定義された強
CGE Trading Suite
Carl Gustav Johan Ekstrom
5 (2)
Institutional-Grade Analytics for MT5 C GE Trading Suite delivers the analytical edge typically reserved for professional trading desks. The platform integrates a full suite of analytical tools into one seamless workflow: dynamic grid mapping, liquidity behavior analysis, ECM, trend lines, MIDAS, trade cycles, and directional channel projections. Together, these provide a unified view of market structure and momentum. Directional clarity is further enhanced by the capital flow index, which meas
あなたのシンボルでどの戦略が実際に機能するか確認しましょう - リアルマネーをリスクにさらす前に。 Power Barは、あらゆるシンボルとあらゆるタイムフレームで 極端な価格バー を検出し、3つの異なるトレード戦略を即座にバックテストします。勝率、プロフィットファクター、損益を並べて比較できます。すべてが1つのインタラクティブなパネルに集約されています。 推測なし。カーブフィッティングなし。データだけです。 Power Barが特別な理由 ほとんどのインジケーターはシグナルを出すだけで、それが機能するかどうかは推測に任されます。Power Barはさらに先を行きます - すべてのシグナルを 3つの戦略 に対してテストし、統計を表示します。FlipFlop、Momentum、Reversalをワンクリックで切り替え、数値が即座に変化するのを確認できます。 FlipFlop - 常にポジションを保有。シグナルでエントリーし、反対シグナルでイグジット。当社のリサーチでは、US30、US500、DAXなどのトレンドのあるインデックスで最も効果的です。 Momentum - シグナルの方向に
Meridian Pro
Ottaviano De Cicco
5 (1)
Meridian Pro:MT5用プロフェッショナル・マルチタイムフレーム・トレンドマトリックス 概要 Meridian Pro は Merkava Labs が開発したマルチタイムフレーム・トレンドマトリックスで、方向性の状態、強度、モメンタムの状況、マトリックスの合意をひとつのコンパクトなパネルに集約します。ひとつのアダプティブエンジンがM1からW1まで一貫して適用されます。シンボルごとの調整は不要。インジケーターの積み重ねも不要。すべてのアセットとすべてのタイムフレームをカバーするひとつの構造化された読み取りです。 発売キャンペーン — Meridian Proを USD 99 (導入価格)で入手。通常価格:USD 149 。 1. Meridian Proが他と異なる理由 ひとつのエンジン、バラバラなインジケーターのダッシュボードではない 多くのMTFダッシュボードは、タイムフレームごとに生のインジケーター値を繰り返すだけです。Meridian Proはマトリックス全体でひとつのアダプティブ・トレンドエンジンを使用するため、パネルの各行が同じ構造化フレームワークから導出されます
優れたテクニカルインジケーター「Grabber」をご紹介します。これは、すぐに使える「オールインワン」トレーディング戦略として機能します。 ひとつのコードに、市場のテクニカル分析ツール、取引シグナル(矢印)、アラート機能、プッシュ通知が強力に統合されています。 このインジケーターを購入された方には、以下の特典を無料で提供します: Grabberユーティリティ:オープンポジションを自動で管理するツール ステップバイステップのビデオマニュアル:インジケーターのインストール、設定、取引方法を解説 カスタムセットファイル:インジケーターをすばやく自動設定し、最大限の成果を出すための設定ファイル 他の戦略はもう忘れてください!Grabberだけが、あなたを新たなトレードの高みへと導いてくれるのです。 Grabber戦略の主な特徴: 推奨タイムフレーム:M5〜H4 対応通貨ペア・資産:どれでも使用可能ですが、私が実際に検証した以下を推奨します(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、E
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 100 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイ
Smart Stop Indicator – チャート上で実現するインテリジェントなストップロス精度 概要 Smart Stop Indicator は、ストップロスを勘や感情ではなく、明確で体系的に設定したいトレーダーのために設計されています。本ツールは、クラシックなプライスアクション(高値更新・安値切り下げ)と最新のブレイクアウト認識ロジックを組み合わせ、次に来るべき論理的なストップレベルを正確に特定します。トレンド相場、レンジ、急速なブレイクアウト局面のいずれであっても、最適な SL ゾーンとその状態(“new”、“broken”、“valid”)をチャート上に直接表示します。さらに今回、SL 距離の %ADR 表示も新たに追加されています。 主な特徴 マーケット構造に基づく自動ストップ配置 • 市場構造とリアルタイムの値動きに基づき、意味のあるストップロスレベルを自動検出します。 スマートなブレイクアウト感知 • 急激な方向転換やブレイクアウトにも柔軟に対応し、早すぎるストップ調整を避けます。 SL %ADR の表示 • ストップロスまでの距離を ADR(Averag
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
Auto Optimized Parabolic RSI: 高度な3Dモメンタムエンジン ほとんどのリテール向けインジケーターは、市場のボラティリティが変化した瞬間に破綻する静的な入力値に依存しているため、失敗に終わります。Auto Optimized Parabolic RSIは、自らの数学的優位性を継続的に再計算することで「インジケーターの陳腐化」問題を解決し、機関投資家レベルの定量的適応力をMT5ターミナルに直接もたらします。 最大の強み: カスタムインメモリ3D最適化 標準的な自動最適化ツールは、インジケーターの呼び出しで端末に過負荷をかけるため、頻繁にMT5プラットフォームをフリーズさせます。本ツールは、このボトルネックを完全に回避しています。RAMベースのカスタムネイティブ計算機を内蔵した内部エンジンは、チャートを読み込んだりタイムフレームを変更したりするたびに、超高速の3Dグリッド探索を実行します。RSI期間(頻度)、SARステップ(加速度)、SAR最大値(制限速度)を同時にスイープし、プラットフォームを遅延させることなく、数万通りものパラメーターの組み合わせを絶対的なミ
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
Market Structure Order Block Dashboard MT5 は、チャート上でマーケットストラクチャーと主要な価格反応ゾーンを直接読み取りたいトレーダー向けに設計された MT5 インジケーターです。BOS、ChoCH、Order Blocks、Fair Value Gaps (FVG)、Liquidity、Kill Zones、Volume Profile、そして高速分析のためのコンパクトな dashboard を組み合わせています。 このインジケーターは、マーケットストラクチャー、ICT コンセプト、Smart Money コンセプトを意思決定の基準として使うトレーダー向けに作られています。トレンド継続、反転の可能性、価格の不均衡、流動性ターゲット、重要な注目ゾーンを、より構造的に把握するのに役立ちます。 Version 1.19 では重要な機能が追加されました。 Pending BOS / Pending ChoCH detection です。ローソク足が前回の swing を超えてクローズすると、標準的な swing 確認を待たずに、インジケーターが pe
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
MERAVITH SCANNERは、MetaTrader 5用のプロフェッショナルな金融市場インジケーターで、複数の分析ツールを一つの統合システムにまとめています。独自の出来高加重平均価格(VWAP)手法を使用してすべての計算を自動で行い、主観的な解釈を完全に排除します。 このインジケーターは、すべての資産クラス(FX、株式、指数、商品、暗号通貨)およびM1から月足までのすべての時間軸で動作します。基本原理は「価格は出来高に従う」というものです。MERAVITHは機関投資家の出来高が集中するポイントを特定し、その集中から数学的に正確な価格レベルを導き出します。予測や投機は行わず、計算のみを行います。 MERAVITH SCANNERを使用すると、28の主要FX通貨ペアをすべての時間軸でわずか2~3分でスキャンできます。また、任意の市場をスキャンすることも可能です。例えば、約100銘柄の株式を約10分でスキャンできます。 インジケーターは、消耗レベル、均衡線、偏差、統計レベル、およびターゲット予測を算出します。 チャート要素 Origin Point :すべての計算が始まる起点です。イン
Market Structure Patterns
Samuel Manoel De Souza
4.47 (19)
Available for   MT4   and   MT5 . Join the Market Structure Patterns channel to download materials available for study and/or additional informations. Related posts: Market Structure Patterns - Introduction Beyond Fancy Order Blocks: Using True Volumetric Analysis with Market Structure Patterns & Timeless Charts Market Structure Patterns – Complete SMC Indicator Guide (Concepts + Settings) Market Structure Patterns   is an indicator based on   smart money concepts   that displays   SMC/ICT   e
作者のその他のプロダクト
1. Overview — TrendFusion Pro TrendFusion Pro is a free, open-source MetaTrader 5 indicator that generates buy and sell signals only when all seven independent filters simultaneously agree. By requiring SuperTrend direction change, Triple EMA alignment, EMA proximity, RSI momentum direction, MACD divergence, wick ratio, and over-extension filters to pass at once, it delivers high-precision confluence signals with minimal false positives — suitable for both trend-following and scalping strategie
FREE
Position Manager Pro v1.0 (MT5) Dual Magic Number Independent Group Manager with Live P&L Dashboard Overview Position Manager Pro   is a powerful trade management Expert Advisor for MetaTrader 5 that operates as an   overlay manager   — it does not open positions itself, but instead manages and monitors positions opened by other EAs or manually by the trader. The core concept is   two fully independent groups , each identified by a unique   Magic Number . Each group has its own Take Profit, Stop
FREE
Real Time Account Overview MT5 — Account & Magic Number P&L Monitor Real-time account overview and per-strategy P&L tracking, all in one clean panel. Overview Dashboard MT5 is a lightweight Expert Advisor that overlays a live information panel directly on your MetaTrader 5 chart. It gives you an instant snapshot of your account health and the performance of each trading strategy — identified by magic number — without ever leaving the platform. Whether you run a single EA or a dozen simultaneous
FREE
Position Manager Pro v1.0 (MT4) Dual Magic Number Independent Group Manager with Live P&L Dashboard Overview Position Manager Pro is a powerful trade management Expert Advisor for MetaTrader 4 that operates as an overlay manager — it does not open positions itself, but instead manages and monitors positions opened by other EAs or manually by the trader. The core concept is two fully independent groups , each identified by a unique Magic Number . Each group has its own Take Profit, Stop Loss, and
FREE
Real Time Account Overview MT4 — Account & Magic Number P&L Monitor Real-time account overview and per-strategy P&L tracking, all in one clean panel. Overview Dashboard MT5 is a lightweight Expert Advisor that overlays a live information panel directly on your MetaTrader 4 chart. It gives you an instant snapshot of your account health and the performance of each trading strategy — identified by magic number — without ever leaving the platform. Whether you run a single EA or a dozen simultaneous
FREE
A complete copy trading EA suite that automatically replicates trades across MT4 and MT5 platforms. Supports all four combinations — MT4→MT4, MT4→MT5, MT5→MT4, and MT5→MT5 — in a single package. Uses the FILE_COMMON shared folder method for fast, reliable signal delivery within the same PC or VPS. Overview CopyTrading EA Suite is a utility package that automatically replicates trades between MetaTrader 4 and MetaTrader 5 platforms. A single Sender EA can broadcast signals to multiple Receive
FREE
A complete copy trading EA suite that automatically replicates trades across MT4 and MT5 platforms. Supports all four combinations — MT4→MT4, MT4→MT5, MT5→MT4, and MT5→MT5 — in a single package. Uses the FILE_COMMON shared folder method for fast, reliable signal delivery within the same PC or VPS. Overview CopyTrading EA Suite is a utility package that automatically replicates trades between MetaTrader 4 and MetaTrader 5 platforms. A single Sender EA can broadcast signals to multiple Receive
FREE
Indicator Trader EA v1.0 for MetaTrader 5 Universal EA that bridges any custom indicator's signals to automated trading XAUUSD · Major Forex Pairs · Crypto | All Timeframes M1 ~ D1 Overview Indicator Trader EA is a universal Expert Advisor that automatically executes buy and sell orders based on signal buffers from any custom indicator. With a single EA, you can connect any commercial indicator (SuperScalp Pro, Trend 7Filter Pro, etc.) directly — no extra coding required. Simply configur
FREE
フィルタ:
レビューなし
レビューに返信