Kihafy smc MT5

<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

  <title>Kihafy SMC Pro | Smart Money Concepts Indicator</title>

  <style>

    * {

      margin: 0;

      padding: 0;

      box-sizing: border-box;

    }


    body {

      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;

      background: #0b0f1c;

      color: #eef2ff;

      line-height: 1.5;

      scroll-behavior: smooth;

    }


    body::before {

      content: "";

      position: fixed;

      top: 0;

      left: 0;

      width: 100%;

      height: 100%;

      background-image: radial-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);

      background-size: 32px 32px;

      pointer-events: none;

      z-index: 0;

    }


    .container {

      max-width: 1300px;

      margin: 0 auto;

      padding: 2rem 1.5rem;

      position: relative;

      z-index: 2;

    }


    h1 {

      font-size: 2.8rem;

      font-weight: 800;

      background: linear-gradient(135deg, #F5F9FF 0%, #7AA9FF 100%);

      -webkit-background-clip: text;

      background-clip: text;

      color: transparent;

      letter-spacing: -0.02em;

    }


    h2 {

      font-size: 1.7rem;

      font-weight: 700;

      border-left: 5px solid #3b82f6;

      padding-left: 1rem;

      margin: 2rem 0 1.2rem 0;

    }


    h3 {

      font-size: 1.2rem;

      font-weight: 600;

      margin-bottom: 0.7rem;

      display: flex;

      align-items: center;

      gap: 0.5rem;

    }


    .badge {

      background: #1e293b;

      padding: 0.25rem 0.9rem;

      border-radius: 40px;

      font-size: 0.75rem;

      font-weight: 500;

      color: #94a3b8;

      display: inline-block;

    }


    .badge-green {

      background: #0f3b2c;

      color: #4ade80;

      border-radius: 40px;

      padding: 0.2rem 0.8rem;

      font-size: 0.7rem;

      font-weight: 600;

      display: inline-block;

    }


    .card-grid {

      display: grid;

      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

      gap: 1.5rem;

      margin: 2rem 0;

    }


    .card {

      background: rgba(18, 24, 38, 0.75);

      backdrop-filter: blur(2px);

      border: 1px solid rgba(59, 130, 246, 0.2);

      border-radius: 1.8rem;

      padding: 1.4rem;

      transition: all 0.2s ease;

      box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.4);

    }


    .card:hover {

      border-color: #3b82f680;

      background: rgba(25, 33, 52, 0.85);

      transform: translateY(-3px);

    }


    .param-grid {

      display: grid;

      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));

      gap: 0.6rem;

      background: #0f1422;

      border-radius: 1.8rem;

      padding: 1.4rem;

      border: 1px solid #1f2a44;

    }


    .param-item {

      display: flex;

      justify-content: space-between;

      border-bottom: 1px dashed #1e2a44;

      padding: 0.45rem 0;

      font-size: 0.85rem;

    }


    .param-name {

      font-weight: 500;

      color: #b9c7ff;

    }


    .param-value {

      font-family: 'Courier New', monospace;

      font-weight: 600;

      color: #facc15;

    }


    .signal-box {

      flex: 1;

      background: #0c1022;

      border-radius: 1.5rem;

      padding: 1.3rem;

      border: 1px solid #1f3a5f;

    }


    .flex-signal {

      display: flex;

      flex-wrap: wrap;

      gap: 1.5rem;

      margin: 2rem 0;

    }


    .warning {

      background: #2c1f1f;

      border-left: 4px solid #ef4444;

      padding: 1rem;

      border-radius: 1rem;

      font-size: 0.85rem;

      margin: 1.5rem 0;

    }


    .feedback-area {

      background: #0c1020;

      border-radius: 1.8rem;

      border: 1px solid #2d3a5e;

      padding: 1.8rem;

      margin: 2.5rem 0;

    }


    input, textarea {

      background: #111827;

      border: 1px solid #2d3a5e;

      border-radius: 1.2rem;

      padding: 0.7rem 1.2rem;

      color: white;

      font-family: inherit;

      resize: vertical;

      width: 100%;

    }


    input:focus, textarea:focus {

      outline: none;

      border-color: #3b82f6;

      box-shadow: 0 0 0 2px #3b82f630;

    }


    .btn {

      display: inline-flex;

      align-items: center;

      gap: 0.5rem;

      padding: 0.7rem 1.8rem;

      border-radius: 40px;

      font-weight: 600;

      font-size: 0.85rem;

      transition: all 0.2s;

      cursor: pointer;

      border: none;

      background: #1e2a4a;

      color: white;

    }


    .btn-primary {

      background: #2563eb;

      box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);

    }


    .btn-primary:hover {

      background: #1d4ed8;

    }


    .btn-outline {

      background: transparent;

      border: 1px solid #3b82f6;

    }


    .review-list {

      margin-top: 1.5rem;

      max-height: 320px;

      overflow-y: auto;

    }


    .review-item {

      background: #11182770;

      border-radius: 1.2rem;

      padding: 0.9rem;

      margin-bottom: 0.8rem;

      border-left: 3px solid #facc15;

    }


    footer {

      text-align: center;

      margin-top: 2.5rem;

      padding-top: 1.5rem;

      border-top: 1px solid #1f2a44;

      font-size: 0.75rem;

      color: #6c7aa0;

    }


    @media (max-width: 640px) {

      .container { padding: 1rem; }

      h1 { font-size: 2rem; }

    }

  </style>

</head>

<body>

<div class="container">


  <!-- Header Section -->

  <div style="display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 1rem;">

    <div>

      <span class="badge">📊 Smart Money Concepts</span>

      <span class="badge">📈 MT5 Indicator v1.00</span>

    </div>

    <div>

      <span class="badge-green">⚡ BOS / CHoCH / FVG / OB</span>

    </div>

  </div>


  <div style="display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem;">

    <div>

      <h1>KIHAFY SMC PRO</h1>

      <p style="font-size: 1.1rem; color: #b9c7ff; margin-top: 0.4rem;">Smart Money Concepts Indicator – Market Structure, Institutional Zones & Real-time Dashboard</p>

      <div style="display: flex; gap: 1rem; margin-top: 1rem; flex-wrap: wrap;">

        <span>✅ BOS / CHoCH auto-detection</span>

        <span>✅ Order Blocks & FVG</span>

        <span>✅ Premium / Discount Zones</span>

        <span>✅ Fibonacci & Suggested SL/TP</span>

      </div>

    </div>

    <div style="background: #00000030; border-radius: 2rem; padding: 0.5rem 1.2rem; border:1px solid #2d3e6e;">

      🔍 Multi‑TF analysis <strong style="color:#facc15;">H1 / H4</strong>

    </div>

  </div>


  <!-- Features Cards -->

  <h2>🧠 Institutional Detection at a Glance</h2>

  <div class="card-grid">

    <div class="card">

      <h3>📐 Market Structure</h3>

      <p>Break of Structure (BOS) and Change of Character (CHoCH) with ATR filtering. Automatic Swing Highs/Lows displayed on chart.</p>

    </div>

    <div class="card">

      <h3>🕳️ Fair Value Gaps (FVG)</h3>

      <p>Imbalance gap detection, auto-hide when filled. Key liquidity zone for institutional reversals.</p>

    </div>

    <div class="card">

      <h3>📦 Order Blocks (OB)</h3>

      <p>Bullish / Bearish order blocks with rectangular zones and recent non-violation. Perfect for price reaction areas.</p>

    </div>

    <div class="card">

      <h3>📊 Premium / Discount & Fibonacci</h3>

      <p>70% (Premium) / 30% (Discount) zones + Equilibrium line. Dynamic Fibonacci retracement 23.6% to 78.6% on latest range.</p>

    </div>

    <div class="card">

      <h3>⏱️ Multi‑Timeframe Bias</h3>

      <p>H1 and H4 trend synthesis (BULLISH / BEARISH / NEUTRAL) to filter entry signals according to major direction.</p>

    </div>

    <div class="card">

      <h3>📟 Dashboard & Suggested SL/TP</h3>

      <p>Compact dashboard with BUY/SELL/WAIT signal, SL / TP1/TP2/TP3 levels based on ATR and Risk/Reward ratios 1.5R / 3R / 5R.</p>

    </div>

  </div>


  <!-- Key Parameters -->

  <h2>⚙️ Configurable Parameters (Inputs)</h2>

  <div class="param-grid">

    <div class="param-item"><span class="param-name">🔹 SwingWindow</span><span class="param-value">5</span></div>

    <div class="param-item"><span class="param-name">🔹 BOS_ATR_Filter</span><span class="param-value">0.20</span></div>

    <div class="param-item"><span class="param-name">🔹 CHOCH_ATR_Filter</span><span class="param-value">0.60</span></div>

    <div class="param-item"><span class="param-name">🔹 FVG_Lookback / HideWhenFilled</span><span class="param-value">300 / Yes</span></div>

    <div class="param-item"><span class="param-name">🔹 OB_Lookback</span><span class="param-value">200</span></div>

    <div class="param-item"><span class="param-name">🔹 PD_Lookback / Fibo_Lookback</span><span class="param-value">300 / 300</span></div>

    <div class="param-item"><span class="param-name">🔹 MTF Timeframes</span><span class="param-value">H1 / H4</span></div>

    <div class="param-item"><span class="param-name">🔹 SL_ATR_Mult / TP1/TP2/TP3 RR</span><span class="param-value">1.5 / 1.5 / 3.0 / 5.0</span></div>

  </div>


  <!-- Entry Conditions -->

  <div class="flex-signal">

    <div class="signal-box">

      <h3 style="color:#4ade80;">🟢 BUY Signal</h3>

      <ul style="margin-left: 1.2rem;">

        <li>Price in DISCOUNT zone (below Equilibrium)</li>

        <li>Bullish Order Block detected</li>

        <li>Price touches or crosses the Bullish OB</li>

        <li>HTF bias BULLISH or NEUTRAL</li>

      </ul>

    </div>

    <div class="signal-box">

      <h3 style="color:#f97316;">🔴 SELL Signal</h3>

      <ul style="margin-left: 1.2rem;">

        <li>Price in PREMIUM zone (above Equilibrium)</li>

        <li>Bearish Order Block detected</li>

        <li>Price touches or crosses the Bearish OB</li>

        <li>HTF bias BEARISH or NEUTRAL</li>

      </ul>

    </div>

  </div>


  <!-- Disclaimer -->

  <div class="warning">

    ⚠️ <strong>Risk Disclaimer:</strong> Kihafy SMC Pro is a technical analysis indicator. Signals and suggested SL/TP levels are for educational purposes only. Always test on demo before real trading decisions.

  </div>


  <div style="background: #0f172a; border-radius: 1.5rem; padding: 1rem; margin-bottom: 2rem;">

    📌 <strong>Recommended on:</strong> M15, M30, H1 · Pairs EURUSD, GBPUSD, USDJPY, XAUUSD · Enable "Allow DLL imports" and drag indicator from MT5 Navigator.

  </div>


  <!-- Feedback & Suggestions Section -->

  <div class="feedback-area">

    <div style="display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: space-between;">

      <h2 style="margin:0; border-left-color:#facc15;">💬 Share your feedback for V2.0</h2>

      <span class="badge-green">✨ Reviews & product suggestions</span>

    </div>

    <p style="margin: 0.6rem 0 1rem 0;">Your experience with Kihafy SMC Pro helps us improve OB/FVG detection, CHoCH filtering, and visual clarity. Leave a comment:</p>


    <div style="display: flex; flex-direction: column; gap: 0.8rem; margin-top: 1rem;">

      <input type="text" id="reviewName" placeholder="Your name / nickname (e.g., TraderSMC)" value="SMC Trader">

      <textarea id="reviewMsg" rows="3" placeholder="Improvement examples: 'Add correlation filter', 'Display OTE shadow zones', 'Add 62% Fibonacci level', 'Optimize OB detection on lower timeframes' ..."></textarea>

      <div style="display: flex; gap: 1rem; justify-content: flex-end; flex-wrap: wrap;">

        <button class="btn btn-primary" id="submitFeedbackBtn">📨 Submit feedback</button>

        <button class="btn btn-outline" id="demoFeedbackBtn">💡 Example suggestion</button>

      </div>

    </div>


    <div style="margin-top: 2rem;">

      <h3>📢 Kihafy Community Reviews</h3>

      <div id="reviewsContainer" class="review-list"></div>

      <p style="font-size: 0.7rem; margin-top: 0.6rem;">💾 Feedback stored locally — every comment helps evolve the indicator.</p>

    </div>

  </div>


  <!-- Installation -->

  <div style="display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; background: #01051470; border-radius: 1.8rem; padding: 1.3rem;">

    <div>📂 <strong>Installation:</strong> Copy <code>Kihafy_SMC_Pro.mq5</code> to <strong>MQL5/Indicators</strong> → Compile (F7) → Drag & drop on chart.</div>

    <div>📌 <strong>Version 1.00</strong> — Non-commercial indicator (free usage under conditions).</div>

  </div>


  <footer>

    © 2025 KIHAFY Mitarika — Smart Money Concepts Indicator. All rights reserved.<br>

    Built on Institutional Price Action. Your feedback shapes future features.

  </footer>

</div>


<script>

  // ---------- REVIEWS MANAGEMENT (localStorage) ----------

  let reviews = [];


  function loadReviews() {

    const stored = localStorage.getItem("kihafy_smc_indicator_reviews_en");

    if(stored) {

      try { reviews = JSON.parse(stored); } catch(e) { reviews = []; }

    }

    if(!reviews || reviews.length === 0) {

      reviews = [

        { name: "OrderBlockPro", text: "Great indicator, FVGs are very clear. Suggestions: add volume filter to confirm CHoCH, and make OB zone transparency adjustable.", date: "2025-06-02" },

        { name: "LiquidityHawk", text: "I like the HTF dashboard and suggested SL/TP levels. For improvement, an audible alert when price touches an Order Block would be great. Reliable on Gold.", date: "2025-06-01" },

        { name: "SMC_Trader_FR", text: "Solid analysis tool. For V2, include Breaker Blocks and Mitigation Blocks. Also ability to customize Premium/Discount zone colors individually.", date: "2025-05-28" }

      ];

      saveReviews();

    }

    renderReviews();

  }


  function saveReviews() {

    localStorage.setItem("kihafy_smc_indicator_reviews_en", JSON.stringify(reviews));

  }


  function escapeHtml(str) {

    if(!str) return "";

    return str.replace(/[&<>]/g, function(m) {

      if(m === '&') return '&amp;';

      if(m === '<') return '&lt;';

      if(m === '>') return '&gt;';

      return m;

    });

  }


  function renderReviews() {

    const container = document.getElementById("reviewsContainer");

    if(!container) return;

    if(reviews.length === 0) {

      container.innerHTML = "<div style='padding:1rem; text-align:center; color:#7e8aa2;'>No reviews yet. Be the first to give feedback!</div>";

      return;

    }

    let html = "";

    reviews.slice().reverse().forEach(rev => {

      html += `

        <div class="review-item">

          <div style="display:flex; justify-content:space-between; align-items:center;">

            <strong>👤 ${escapeHtml(rev.name)}</strong>

            <span style="font-size:0.7rem; color:#a5b4fc;">📅 ${rev.date || new Date().toLocaleDateString()}</span>

          </div>

          <p style="margin-top:6px;">💬 ${escapeHtml(rev.text)}</p>

          <div style="margin-top:6px; font-size:0.7rem;">🔧 Suggested for product improvement</div>

        </div>

      `;

    });

    container.innerHTML = html;

  }


  function addReview(name, message) {

    if(!name.trim() || !message.trim()) {

      alert("Please provide your name and your suggestion / feedback to help improve Kihafy SMC Pro.");

      return false;

    }

    const newReview = {

      name: name.trim().substring(0, 35),

      text: message.trim().substring(0, 600),

      date: new Date().toLocaleDateString('en-US')

    };

    reviews.push(newReview);

    saveReviews();

    renderReviews();

    return true;

  }


  const submitBtn = document.getElementById("submitFeedbackBtn");

  if(submitBtn) {

    submitBtn.addEventListener("click", () => {

      const nameInput = document.getElementById("reviewName");

      const msgInput = document.getElementById("reviewMsg");

      if(addReview(nameInput.value, msgInput.value)) {

        msgInput.value = "";

        const notif = document.createElement("div");

        notif.innerText = "✅ Thank you! Your feedback helps improve Kihafy SMC Pro (indicator v2).";

        notif.style.position = "fixed";

        notif.style.bottom = "20px";

        notif.style.left = "20px";

        notif.style.background = "#0a3b2f";

        notif.style.color = "#ccf0e3";

        notif.style.padding = "10px 20px";

        notif.style.borderRadius = "30px";

        notif.style.zIndex = "999";

        notif.style.fontSize = "0.8rem";

        notif.style.border = "1px solid #2dd4bf";

        notif.style.fontFamily = "inherit";

        document.body.appendChild(notif);

        setTimeout(() => notif.remove(), 3000);

      }

    });

  }


  const demoBtn = document.getElementById("demoFeedbackBtn");

  if(demoBtn) {

    demoBtn.addEventListener("click", () => {

      const msgArea = document.getElementById("reviewMsg");

      if(msgArea) {

        msgArea.value = "Improvement idea: display Order Blocks from higher timeframes (H4/Daily) on current chart + spread filter. Also option to hide filled FVGs after X candles. The indicator is already very complete!";

      }

      const nameField = document.getElementById("reviewName");

      if(nameField) nameField.value = "SMC_Contributor";

    });

  }


  loadReviews();

</script>

</body>

</html>

おすすめのプロダクト
Value Chart Candlesticks
Flavio Javier Jarabeck
4.57 (14)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
Master the market rhythm with the Advanced Market Sessions indicator. Timing is everything in trading. Knowing exactly when major financial centers open and close is the key to understanding market volatility, liquidity, and directional bias. This indicator gives you crystal-clear visibility into the three major trading sessions: Asia, London, and New York. By automatically mapping the exact High and Low of each session in real-time, this tool empowers you to trade with true institutional contex
FREE
価格波形パターン MT5へようこそ --(ABCD パターン)-- ABCD パターンは、テクニカル分析の世界で強力で広く使用されている取引パターンです。 これは、トレーダーが市場での潜在的な売買機会を特定するために使用する調和的な価格パターンです。 ABCD パターンを使用すると、トレーダーは潜在的な価格変動を予測し、いつ取引を開始および終了するかについて十分な情報に基づいた決定を下すことができます。 EA バージョン:     Price Wave   EA MT5 MT4バージョン:   Price Wave Pattern MT4 特徴 :  ABCDパターンの自動検出。 強気パターンと弱気パターン。  任意のシンボルと任意の時間枠で機能します。 主要なレベルと価格目標。 カスタマイズ可能な設定と繊維レベルの調整。 アラートと通知。 今後  さらに多くの 機能が追加される  予定です 。
FREE
Indicator and Expert Adviser  EA Available in the comments section of this product. Download with Indicator must have indicator installed for EA to work. Mt5 indicator alerts for bollinger band and envelope extremes occurring at the same time. Buy signal alerts occur when A bullish candle has formed below both the lower bollinger band and the lower envelope  Bar must open and close below both these indicators. Sell signal occur when A bear bar is formed above the upper bollinger band and upper
FREE
FlatBreakout MT5 (Free Version) Flat Range Detector and Breakout Panel for MT5 — GBPUSD Only FlatBreakout MT5   is the free version of the professional FlatBreakoutPro MT5 indicator, specially designed for flat (range) detection and breakout signals on the   GBPUSD   pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout MT5 and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of
FREE
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Force Candle Pro
Samuel Henrique Almeida Ferreira
5 (1)
Force Candle Pro is an advanced indicator designed to identify strong momentum candles in the market, helping traders detect high-probability movements and institutional activity. This tool analyzes candle strength based on body size, volatility, and directional consistency, filtering out weak and indecisive movements. Unlike common indicators, Force Candle Pro focuses on market impulse, allowing traders to identify when the market is truly moving with strength. MAIN FEATURES: - Detection o
FREE
Enhanced Volume Profile: The Ultimate Order Flow & Liquidity Analysis Tool Overview Enhanced Volume Profile is an indicator for MetaTrader 5 that displays the traded volume at specific price levels over a defined period. It separates the total volume into buy and sell components, presenting them as a side-by-side histogram on the chart. This allows users to observe the volume distribution and the proportion of buy and sell volumes at each price level. Graphics Rendering The indicator uses the
FREE
High Low Open Close
Alexandre Borela
4.98 (44)
このプロジェクトが好きなら、5つ星レビューを残してください。 このインジケータは、指定されたためのオープン、ハイ、ロー、クローズ価格を描画します 特定のタイムゾーンの期間と調整が可能です。 これらは、多くの機関や専門家によって見られた重要なレベルです トレーダーは、彼らがより多くのかもしれない場所を知るために有用であり、 アクティブ。 利用可能な期間は次のとおりです。 前の日。 前週。 前の月。 前の四半期。 前年。 または: 現在の日。 現在の週。 現在の月。 現在の四半期。 現年。
FREE
Shadow Flare インジケーターは、MetaTrader 5 向けの 非リペイント型トレンド & 流動性ツール です。設定可能な移動平均ベースライン(HMA / EMA / SMA / RMA から選択)を計算し、その上下に ATR(Average True Range)ベースのバンドを巻き付けることで「粘着性」のあるトレンド状態を生成します。トレンド状態は、価格の終値が上側バンドまたは下側バンドを明確にブレイクしてクローズしたときにだけ反転します。同じトレンドエンジンが自動サプライ・デマンドゾーンモジュールも駆動し、スイングハイ/スイングローを検出してその周囲に色付きボックスを描画し、価格がクローズでゾーンを抜けた瞬間にそのゾーンを無効化(ミティゲート)します。 トレンド状態が反転したバーで買い・売りシグナルが発生し、オプションの出来高フィルターと RSI フィルターにより、弱いエントリーやモメンタムに逆行するエントリーをブロックできます。内蔵ダッシュボードはリアルタイムでトレンドバイアス、モメンタム(RSI ベース)、出来高ステータスを表示します。ポップアップ、サウンド、モ
FREE
マルチタイムフレーム対応、カスタマイズ可能なビジュアル信号、設定可能なアラートシステムを備えた相対力指数(RSI)インジケーター。 フリーランスプログラミングサービス、アップデート、その他のTrueTL製品は私の MQL5プロフィール からご利用いただけます。 フィードバックとレビューを心よりお待ちしております! RSIとは? 相対力指数(RSI)は、価格変化の速度と大きさを測定するモメンタムオシレーターです。このインジケーターは0から100の間で振動し、指定された期間にわたって最近の上昇幅と最近の下落幅の大きさを比較します。 RSIは主に買われすぎと売られすぎの状態を識別するために使用されます。高い値は買われすぎ状態を示し、低い値は売られすぎ状態を示します。トレーダーはまた、RSIと価格動作の間のダイバージェンスにも注目しており、これは潜在的なトレンド転換を示す可能性があります。 機能: 矢印と垂直線を使用したビジュアルシグナルマーカー 設定可能なトリガー付きの3つの独立したシグナルバッファ(方向変化、レベル交差、ピーク/谷、極端ゾーン) 時間帯フィルタリング付きの設定可能なア
FREE
概要 このインジケーターは、クラシックな ドンチャンチャネル を強化したバージョンで、実践的なトレード機能を追加しています。 標準の3本線(上限、下限、中央線)に加え、 ブレイクアウト を検出し、チャート上に矢印で視覚的に表示します。また、チャートを見やすくするために、 現在のトレンド方向と逆側のラインのみを表示 します。 インジケーターの機能: 視覚的シグナル :ブレイクアウト時にカラフルな矢印を表示 自動通知 :ポップアップ、プッシュ通知、Eメール RSIフィルター :市場の相対的な強弱に基づいてシグナルを検証 カスタマイズ可能 :色、ラインの太さ、矢印コード、RSI閾値など 動作原理 ドンチャンチャネルは次のように計算します: 上限線 :直近N本のクローズ済みローソク足の最高値 下限線 :直近N本のクローズ済みローソク足の最安値 中央線 :最高値と最安値の平均値 上方ブレイクアウト は終値が上限線を超えたときに発生し、 下方ブレイクアウト は終値が下限線を下回ったときに発生します。 インジケーターは以下を行います: 3本のドンチャンラインを描画 方向転換後の最初のブレイクアウト
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
Important Lines
Terence Gronowski
4.88 (24)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of a
FREE
MACD Enhanced
Nikita Berdnikov
4 (4)
Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
Friend of the Trend: Your Trend Tracker Master the market with Friend of the Trend , the indicator that simplifies trend analysis and helps you identify the best moments to buy, sell, or wait. With an intuitive and visually striking design, Friend of the Trend analyzes price movements and delivers signals through a colorful histogram: Green Bars : Signal an uptrend, indicating buying opportunities. Red Bars : Alert to a downtrend, suggesting potential selling points. Orange Bars : Represent cons
FREE
この情報インジケーターは、アカウントの現在の状況を常に把握したい人にとって役立ちます。 VERSION MT 4 -   More useful indicators このインジケーターには、ポイント、パーセンテージ、通貨での利益、現在のペアのスプレッド、現在の時間枠でバーが閉じるまでの時間などのデータが表示されます。 チャート上に情報線を配置するには、いくつかのオプションがあります。 価格の右側 (価格の後ろにあります)。 コメントとして (グラフの左上隅に); 画面の選択した隅。 情報区切り記号を選択することもできます。 | / \ # このインジケーターは使いやすく、非常に有益です。設定で不要な情報項目を無効にすることも可能です。 設定 外観の種類     - 情報行の表示タイプ。次の 3 つのオプションがあります。 価格に従ってください     - 価格に従う。 コメントとして     - コメントとして; 画面の選択した隅に     - 画面の選択した隅にあります。 添付用グラフコーナー     - 表示タイプを選択した場合 画面の選択されたコーナーでは、この項目を使用して
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
Candle Countdown — MT5用 正確なローソク足カウントダウン Candle Countdown は、 現在のローソク足が閉じるまでの残り時間 をチャート上に表示するシンプルで正確なツールです。 エントリーがローソク足のクローズに依存する場合、数秒の違いが重要になります。 このインジケーターは正確な時間を表示し、焦らずに判断できるようサポートします。 ローソク足のクローズ時間を正確に把握するためのインジケーターです。 表示内容: ローソク足が閉じるまでの残り時間 サーバー現在時刻 スプレッド ストップレベル(Stop Level) タイマーはティックに依存せず、プラットフォームの内部タイマーによって更新されるため、市場の動きが少ない場合でも安定した表示を維持します。 これにより、低ボラティリティの環境でも滑らかで安定したカウントダウンを実現します。 情報は背景付きのブロック内に表示されるため、どのチャートカラーでも見やすく、分析の妨げになりません。 ローソク足のクローズが近づくと、タイマーの色が変化し、視覚的に状況を把握しやすくなります。 MT4版はこちら: Cand
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
DoubleRSI — Dual RSI Crossover Indicator with Signal Filters Description DoubleRSI displays two RSI lines with configurable periods on a separate window and generates buy/sell signals based on crossovers between the two RSI lines within defined price zones. How it works A buy signal is generated when the short RSI crosses above the long RSI while the long RSI is within the configured buy zone (default 50-70). A sell signal is generated when the short RSI crosses below the long RSI while the long
FREE
VolumeBasedColorsBars — Free Powerful Volume Analysis for All Traders Unlock the hidden story behind every price bar! VolumeBasedColorsBars is a professional-grade, 100% FREE indicator that colorizes your chart candles based on real, adaptive volume analysis. Instantly spot surges in market activity, identify exhaustion, and catch the moves that matter. This indicator gives you:    • Dynamic color-coded bars for instant volume context    • Adaptive thresholds based on historical, session-awar
FREE
About the indicator: DALA Forecast is a universal tool for predicting the dynamics of time series of any nature. For prediction, modified methods of nonlinear dynamics analysis are used, on the basis of which a predictive model is built using machine learning methods.  To get the trial version of the indicator, you can contact me in private messages. How to use the indicator: Apply the indicator to your chosen financial instrument or indicator with the settings you need. The prediction will be
FREE
The indicator identifies when a divergence occurs between price and an indicator or oscillator. It identifies both regular and hidden divergences. Combined with your own rules and techniques, this indicator will allow you to create (or enhance) your own powerful system. For higher probability setups I can recommend you to use my Supply Demand indicator and trade only if the divergence occurs inside a zone. Supply zone for bearish div and demand zone for bullish div. The optimal scenario is if it
FREE
TradeQL
Abdiel Aviles Jimenez
The TradeQL Indicator is a customizable tool that highlights specific trading patterns on candlestick charts. Users can define patterns through TradeQL queries, which the indicator then applies to the chart, visually representing matches and captured groups. Ideal for identifying complex trade setups in real-time. TradeQL queries are specified using the TradeQL Language. See https://github.com/abdielou/tradeql for more details. This language is expressed as a regular expression. The language al
FREE
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
Pro tren entri premium Logika TZ Trade, menehi sampeyan, versi apik saka entri tren Premium Rilis iki, bakal nggawa sampeyan kahanan dagang sing luwih santai kanthi fitur canggih kanggo nyaring tren lan wektu mlebu sinyal premium. Kanggo kita, dudu nggawe produk sing penting! nanging pangopènan lan pendhidhikan terus kanggo pangguna. liwat sarana khusus kanggo nggayuh kita, sampeyan bakal nemokake pandhuan cedhak babagan cara nggunakake produk lan latihan liyane sing gegandhengan karo dagang
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
The indicator highlights the points that a professional trader sees in ordinary indicators. VisualVol visually displays different volatility indicators on a single scale and a common align. Highlights the excess of volume indicators in color. At the same time, Tick and Real Volume, Actual range, ATR, candle size and return (open-close difference) can be displayed. Thanks to VisualVol, you will see the market periods and the right time for different trading operations. This version is intended f
FREE
このプロダクトを購入した人は以下も購入しています
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
PrimeScalping 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 e
SuperScalp Pro
Van Minh Nguyen
4.65 (26)
SuperScalp Pro – 高度なマルチフィルタースキャルピングインジケーターシステム SuperScalp Pro は、クラシックな Supertrend と複数のインテリジェント確認フィルターを組み合わせた高度なスキャルピングインジケーターです。M1 から H4 まで複数の時間足で効率的に動作し、XAUUSD、BTCUSD、主要 Forex 通貨ペア向けに最適化されています。 このインジケーターは明確な Buy / Sell シグナルを提供し、ATR に基づいてエントリー価格、Stop Loss、Take Profit を自動計算します。Fibonacci Take Profit 機能により、重要な価格帯で早期決済し、到達時に通知を送信します。 初期設定では Fibonacci Take Profit が有効化されており、より安定した取引体験を重視しています。チャートに適用するだけですぐ利用可能です。上級者向けに、すべてのパラメータは自由にカスタマイズできます。 完全なドキュメントは製品ブログにあります: [User Guide] SuperScalp Pro Auto T
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
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
SmartScalping 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 e
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
ScalpPoint 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 emai
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Smart Trend Trading System は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Smart Trend Trading System を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Smart Trend のシグナルを自動売買に変えることができます。 Smart Trend Trading System は、リペイントなし、再描画なし、遅延なしの完全なトレーディングシステムです。よりクリーンなシグナル、より明確なトレンド方向、そしてより整理された取引方法を求めるトレーダー向けに作られています。 Online course , manual and download presets . このシステムは、トレンド検出、反転ゾーン、Smart Cloud、トレーリングストップロジック、サポートとレジスタンス、ローソク足の色分け、ア
SignalTech MT5 is an unique fully rule based trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY.  All the winning trades with chart setups are published on the comments page. 2026-05 4107 Pips (Until 05-29 NY Closed) 2026-04 2243 Pips 2026-03 2165 Pips 2026-02 2937 Pips 2026-01 2624 Pips 2025-12 1174 Pips It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flag
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 V2発売記念オファー — Azimuth Pro V2をUSD 399で(次の100本)。最終価格:USD 499。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、従来のMTF同期問題なし。シンセティックエンジンは 固定比率タ
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状態のみを表示します。
GoldenX Entryは、MT5向けのインジケーターであり、適応型Smart Entry Trendアルゴリズム、シグナルスコアリングシステム、マーケットレジーム検出機能、およびボラティリティフィルターを備えています。各シグナルには、計算されたエントリーレベル、3つのテイクプロフィット(TP1、TP2、TP3)、およびストップロスレベルが含まれます。本インジケーターは、異なる市場環境に適応するために設計された複数の分析レイヤー上に構築されており、マルチレイヤー分析システムと内蔵オプティマイザーおよび統計トラッキングシステムを組み合わせています。リスク・リワード(RR)指標および過去のトレード履歴に基づく定量分析を提供します。 使い始めは簡単です — 選択した時間足でオプティマイザーを実行し、そのままチャート上でインジケーターを使用します。 コア機能 GoldenX Entryは、シグナルエンジンとトレード管理機能、そして過去統計トラッキングを1つのチャートに統合しています: - 内蔵オプティマイザー: オプティマイザーはチャート上でワンクリックで実行できます。200通りのパラメー
この製品は 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. 価格行動、強さ、モメンタム、マルチタイムフレーム方向、高度なフィルターを分析し、トレーダーがノイズを減らし、弱いセットアップを避け、より構造化された取引判断を行えるようにします。 このインジケーターは、複雑な市場計算をシンプルな視覚シ
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (4)
新たな王者が登場 - インジケーター + 注文管理表示(TP1 + TP2 + TP3)+ オプションのTelegramシグナル送信機能付き(無料) (完全なトレード&シグナルシステム) ゴールド向け最高のEA: Gold Slayer このインジケーターには、高度な戦略、カスタマイズ可能な注文管理システム、そしてエンベロープ拡張を組み合わせた平均回帰システムが搭載されています。さらに、RSIなど複数のインテリジェントな確認フィルターによって、高確率の反転エントリーをBUY・SELLシグナルとして検出します。 単にトレードを学ぶだけでなく、複数ポジションを効果的に管理し、過去に利益を出しているオープンポジションで損失トレードをカバーする方法も学べます。 M5向けに構築・最適化されており、流動性が高くシグナルの精度が安定しているBTCUSDとXAUUSDで優れたパフォーマンスを発揮します。 このインジケーターは、ATRを基に自動計算されたエントリー、ストップロス、テイクプロフィットレベルを備えた明確なLong・Shortシグナルを提供するため、リスク管理が最初から組み込まれています。 マ
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Smart Price Action Concepts は現在 $200 で提供されています。 次の 30 件の購入 後、価格は $299 に上がります。 特別オファー: 購入後、私にプライベートメッセージを送ることで、 無料ボーナス + ギフト を受け取ることができます。 まず、このトレーディングツールはリペイントなし、再描画なし、遅延なしのインジケーターであり、プロフェッショナルな取引に最適であることを強調しておきます。 Online course , and manual Smart Price Action Concepts Indicator は、初心者から経験豊富なトレーダーまで使える非常に強力なツールです。20 種類以上の便利なインジケーターを 1 つにまとめ、Inner Circle Trader Analysis や Smart Money Concepts Trading Strategies などの高度な取引アイデアを組み合わせています。このインジケ
M30/H1/H4スイング版もあります M5/M15では取りきれない大きな波を狙いたい方へ。 Gold Signal Swing Pro(M30/H1/H4対応)を販売中。 1トレードで$20〜$80+の値幅を狙う。 https://www.mql5.com/en/market/product/177643 KURAMA GOLD SIGNAL PRO(MT5版)— 7層フィルター搭載 XAUUSD完全トレードシステム リペイントなし。リドローなし。ラグなし。すべてのサインは確定後に変わりません。 購入者限定特典:買い切りライセンスをご購入いただいた方に、AI Zone Radar($59相当)+PDFマニュアルを無料プレゼント。購入後にMQL5でメッセージをお送りください。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高評価。 あなたの問題
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
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 Levels: あらゆる市場における非常に高精度なサポート&レジスタンス 概要 通貨ペア、株式指数、個別銘柄やコモディティなど、どのような市場でも信頼できるサポートとレジスタンスを特定したいですか? FX Levels は伝統的な “Lighthouse” メソッドと先進的な動的アプローチを融合し、ほぼ汎用的な精度を実現します。ブローカーの実務経験を活かし、自動化されたデイリー更新とリアルタイム更新を組み合わせることで、 FX Levels は反転ポイントを見つけ、利益目標を設定し、自信をもってトレードを管理するための手助けをします。今すぐ試してみて、サポート/レジスタンス分析の正確性がどれほどトレードを向上させるかを実感してください! 1. FX Levels がトレーダーにとって非常に有用な理由 非常に正確なサポート&レジスタンスゾーン • FX Levels は異なるブローカー環境でもほぼ同一のゾーンを生成するよう設計されており、データフィードの差異や時刻設定のずれによる不一致を解消します。 • つまり、どのブローカーを利用していても一貫したレベルが得られるため、戦
作者のその他のプロダクト
Kihafy FVG pro
Mandimbisoa Rasoloarimanana
MQL5 PREMIUM INDICATOR KIHAFY FVG PRO v7.0 Smart Money Fair Value Gap Scanner — ICT Concepts FVG AUTO DETECT 100 MAX SCORE A–D GRADE SYSTEM 3× CONFLUENCES OVERVIEW Most traders miss Fair Value Gaps because they appear and disappear too fast. KIHAFY FVG PRO catches every single one — scores it, grades it A through D, tracks its mitigation in real time, and alerts you instantly when price enters the zone. This is the FVG scanner built the way ICT traders ac
フィルタ:
レビューなし
レビューに返信