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>

おすすめのプロダクト
APT – Advance Pivot Trader Indicator for MetaTrader 5 APT – Advance Pivot Trader is a technical indicator developed for MetaTrader 5. The indicator is based entirely on mathematical and algorithmic calculations and is designed to analyze market structure using pivot-based logic. Professional Trading Tools for Every Trader: https://www.mql5.com/en/users/royalcrescent777/seller Join our Community & Signal channels: https://www.mql5.com/en/channels/xauusd-signal Timeframe and Risk Guidance The in
FREE
Product Description  Clean, Smart Sessions is a professional trading sessions indicator designed to provide traders with a clear, accurate, and clutter-free view of the active market sessions directly on the chart. The indicator dynamically detects and displays the active trading session (Asian, London, and New York) in real time, drawing a clean session box that continuously updates to reflect the session’s true high and low. When sessions overlap, each active session is handled independently
FREE
概要 Heiken Ashi Smoothwaveは、メインチャートウィンドウ上でチャートを直接スムージングされた平均足キャンドルに変換し、標準キャンドルを置き換えてよりクリーンなトレンドビューを提供します。別ウィンドウ不要、シンプルな表示。 動作の仕組み 各バーで実際の価格データから平均足のOHLC値を計算します。 カラー表示された平均足キャンドルをメインチャート上に直接描画します。 ネイティブのチャートキャンドルを自動的に非表示にし、平均足キャンドルのみを表示します。 インジケーターを削除すると、標準キャンドルが自動的に復元されます。 入力パラメータ 設定可能なパラメータはありません。アタッチするだけで使用できます。 推奨設定 あらゆる銘柄、あらゆる時間足に対応。Forex、ゴールド、指数、MetaTrader 5で利用可能なすべての銘柄で動作します。 スクリーンショット Heiken Ashi Smoothwave適用後のチャート、ネイティブキャンドルは自動的に非表示。 免責事項 本インジケーターはトレンド分析のための視覚的ツールであり、売買シグナルを生成するものではあ
FREE
VWAP Anchor Tool
Jackson Mukurani Wanguthi
Anchored VWAP is a lightweight, interactive volume-weighted average price indicator designed for traders who need precision without clutter. Unlike standard VWAP that resets every session, this tool lets you drop up to five custom anchors directly on any candle. Each anchor calculates VWAP from that exact point forward, complete with standard deviation bands to highlight where price may find support or resistance relative to volume. Key Features: • Up to 5 simultaneous anchors — compare multi
FREE
Trend Lines v2 MT5 is an intelligent auto trendline indicator that instantly detects key dynamic support and resistance zones. Built on pivot high/low structure, it delivers a clear and accurate view of market trends across all timeframes. Features Fully automatic trendline drawing based on precise pivot points. Filters out noise – only clean and reliable trendlines are shown. Control the number of lines to keep your chart neat and easy to read. Flexible customization: colors, line thickness, ra
FREE
Overview QuantumEdge Oscillator is a professional-grade trading indicator that combines advanced momentum analysis with sophisticated trend detection algorithms. This 30-day trial version provides full access to all features, allowing you to thoroughly test its capabilities in live market conditions before making a purchase decision. Key Features Dual-Signal System : Combines RSI moving average with smoothed ATR-based volatility bands Multi-Timeframe Analysis : Built-in support for higher timefr
FREE
GDS Renko Pip ST Chart - Pip-Based Renko Chart Indicator for MetaTrader 5 GDS Renko Pip ST Chart is a pip-based Renko chart indicator for MetaTrader 5. It helps traders build and study cleaner Renko price movement using a practical fixed pip or point-based brick structure. This tool is designed as a Renko chart foundation for manual analysis. It does not predict the market, does not generate buy or sell signals and does not decide whether a trade should be opened. What Pip ST Chart Does Renko ch
FREE
DailySessions
Davide Zunino
4.67 (6)
The indicator represents the session boxes for the Asian, European and American sessions. It is possible to change the time of each session, such as color. It is also possible to disable the display of each session. You will find in input parameters variables to modify in format hh:mm. In Colors tab you can change the color of boxes of each sessions. If you need some implementations please contact me.
FREE
Phoenix Delta Volume
Nigel Nii Darku Narnor Darko
This is the Phoenix Institutional SMC Dashboard (Emerald-Teal Edition). It is engineered to provide retail traders with the same "Volume-at-Price" clarity used by institutional desks. Below is a full breakdown of the benefits, the high-confluence logic for entries, and how to manage your trades using the current visual engine. Strategic Benefits to the User Sentiment over Price: Most indicators only look at where the price is. This dashboard tells you how much effort (Volume Delta) was required
FREE
MSX Hybrid Heiken Scalper Overview MSX Hybrid Heiken Scalper is a MetaTrader 5 indicator based on a modified Heiken Ashi methodology with closed-bar smoothing. The indicator is designed to display trend direction through color-coded candles while reducing sensitivity to short-term market fluctuations. All calculations are performed using completed candles, allowing historical values to remain fixed after bar close. Features • Modified Heiken Ashi calculation • Closed-bar processing • Color-code
FREE
White Weis Volume This indicator shows the sum of the volume in each wave, bulish or bearish, as idealized by David Weis , but it brings an important addition , which is the marking of the bar with the highest volume of the wave (White Bar)! In coding the indicator, it was sought to optimize the code to require minimal processing during use and not to overload mt5. The indicator can be used for pre-trading analysis and study, where the trader analyzes possible points of support and resistance
The Pivot Indicator is a vital tool for technical analysis used by traders in the financial markets. Designed to assist in identifying potential reversal points or trend changes, this indicator provides valuable insights into key levels in the market. Key features of the Pivot Indicator include: Automatic Calculations: The Pivot Indicator automatically calculates Pivot Point, Support, and Resistance levels based on the previous period's high, low, and close prices. This eliminates the complexity
FREE
B2U Market State System Part of the B2U Market State System A professional indicator suite designed to analyze market structure, trend state, and momentum. B2U Market State System 의 구성 요소입니다. 시장 구조, 추세 상태, 모멘텀을 입체적으로 분석하기 위한 전문 인디케이터 시스템입니다. Highlights structurally validated reaction zones after FVG inversion. The New Generation of Inversion Fair Value Gaps B2U IFVG BOX & Zone visually analyzes market reaction zones formed after Fair Value Gap (FVG) inversion. 차세대 Inversion Fair Value Gaps FVG 반
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
Enhanced FVG Enhanced FVG is a technical indicator for MetaTrader 5 that identifies Fair Value Gaps on the chart and measures the buyer-to-seller volume ratio within each detected gap. Volume classification is performed using M1 timeframe tick volume data, applying the same methodology used in standard Volume Profile analysis. How It Works The indicator scans three consecutive candlesticks to detect Fair Value Gaps. A Bullish FVG is identified when the high of the first candle does not overlap w
FREE
TradeVisonPro Forex Analyzer Pro MT5取引口座分析・モニタリングダッシュボード TradeVisonPro Forex Analyzer Proは、MetaTrader 5ユーザー向けに設計された取引分析および口座モニタリングソリューションです。 本製品は、MT5の取引データを構造化されたWebダッシュボードに整理し、口座情報の確認、保有ポジションの監視、取引履歴の分析、戦略の追跡、トレードジャーナルの記録、パフォーマンス統計の確認を可能にします。 TradeVisonPro Forex Analyzer Proは、取引情報を整理し、対応するデスクトップおよびモバイルWebブラウザからアクセスできるようにすることを目的としています。 主な機能 • MT5口座ダッシュボード • 保有ポジション監視 • 取引履歴分析 • トレードカレンダー • 戦略追跡 • トレードジャーナル • 口座パフォーマンス統計 • パフォーマンスレポート • 取引通知 • 複数口座対応 • 共有可能な読み取り専用レポート MT5口座ダッシュボード MetaTrader 5取引口
FREE
革新的な MT5 インジケーター、DARWIN Assistant   をご紹介します。これは、トレーディングを成功させる世界への究極のゲートウェイです。精度と専門知識に基づいて設計された DARWIN Assistant   は、RSI、ストキャスティクス、CCI、トレンドなどの高度なテクニカル指標をすべての時間枠にわたって活用する特別な戦略に基づいて動作します。この最先端のインジケーターはエントリーのための最も正確なシグナルを提供し、比類のない自信を持って市場をナビゲートできるようにするため、並外れた取引体験に備えてください。 DARWIN Assistant   を使用すると、最も収益性の高い取引機会を検出するために細心の注意を払って調整された、重要な指標の包括的な分析にアクセスできるようになります。不確実性に別れを告げ、情報に基づいた意思決定の新時代を迎えましょう。 RSI、ストキャスティクス、CCI、トレンドを DARWIN Assistant   内でシームレスに統合することでその力を解き放ち、これまでにないほど市場のダイナミクスを鮮明に描きます。 DARWIN As
Ultra Momentum Advanced Directional-Force Market Analyzer Ultra Momentum is a professional momentum indicator engineered to detect the market’s true speed and directional dominance . It combines the classic Momentum calculation with an adaptive multi-period structure and high-quality algorithmic smoothing to deliver a noise-resistant, market-contextual view of momentum. Unlike standard oscillators, Ultra Momentum does more than measure a simple price difference: it analyzes the coherence of m
FREE
YOU CAN NOW DOWNLOAD FREE VERSIONS OF OUR PAID INDICATORS . IT'S OUR WAY OF GIVING BACK TO THE COMMUNITY ! >>>    GO HERE TO DOWNLOAD This system is an Heiken Ashi system based on RSI calculations . The system is a free open source script originally published on TradingView by JayRogers . We have taken the liberty of converting the pine script to Mq4 indicator . We have also added a new feature which enables to filter signals and reduces noise on the arrow signals. Background HEIKEN ASHI Th
FREE
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
この指標は、2つの移動平均の差をヒストグラムの形で示しています。 移動平均には巨大なカスタマイズオプションがあります。 ヒストグラムの色が変わると、あらゆる方法で通知されます。端末でビープ音が鳴り、電話に通知を送信し、メールに電子メールを送信します。今、あなたは間違いなく取引を見逃すことはありません。 チャート上の線の形で完全に無料の移動平均交差点インジケータ: https://www.mql5.com/ja/market/product/148478 あなたのフィードバックは私にとって非常に重要です。 フィードバックは開発をはるかに良くし、私たちが一緒に前進するのに役立ちます。 ご質問がありますか、あなたの意見を共有したいですか? コメントを書いたり、メッセージを送信します-私はいつも連絡を取り合っています! このツールは、市場を監視するルーチンを引き継ぐあなたの信頼性の高いアシスタントになります。 交差点の瞬間を見越してチャートを常に見る代わりに、このタスクをインジケーターに委ねることができます。 明確なヒストグラム列を使用してトレンド強度のダイナミクスを視覚化するだけでなく、最も
FREE
Mini Charts MTF EMA Mini Charts MTF EMA is a MetaTrader 5 indicator that displays multiple mini charts from selected timeframes directly on the main chart. It helps traders monitor multi-timeframe price movement and EMA direction in one clean visual layout. Main Features Multiple mini charts on the main chart Custom timeframe selection for each mini chart Up to 4 EMA lines for every mini chart Custom EMA period, shift, method, applied price, color, style, and width Custom mini chart width, heigh
FREE
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
SMC Alpha Engine SMC Alpha Engine is a Smart Money Concepts indicator for MetaTrader 5 designed to identify Order Blocks, Fair Value Gaps, Liquidity Sweeps, and market structure changes directly on the chart. The indicator focuses on displaying the most recent valid Order Block together with automatically calculated TP and SL levels for simplified chart analysis. Main Features Automatic Order Block detection Buy and Sell zone visualization Automatic TP and SL calculation Fair Value Gap (FVG) det
Eclair
Adier Antonio Pereira
Eclair は、MetaTrader 5 向けに開発された高度なボリュームフロー分析インジケーターです。複数の出来高インジケーターを1つのモダンでドラッグ可能なパネルに統合し、市場の買い圧力と売り圧力を素早く視覚化したいトレーダー向けに設計されています。 パネルは、11種類の出来高およびマネーフロー指標をリアルタイムで正規化表示し、モメンタム、蓄積、分配、機関投資家の圧力を直感的かつ視覚的に把握できます。 搭載インジケーター OBV (On Balance Volume) VPT (Volume Price Trend) CVD (Cumulative Volume Delta) EMV (Ease of Movement) Force Index ADL (Accumulation Distribution Line) MFI (Money Flow Index) VFI (Volume Flow Indicator) CMF (Chaikin Money Flow) Chaikin Oscillator Demand Index 主な機能 完全ドラッグ可能なパネル リアルタイム自
FREE
== LT RAINBOW TREND - 36本の移動平均線を持つトレンドインジケーター == 概要 LT Rainbow Trendは、36本の移動平均線を同時に処理し、スマートなカラーシステム(レインボー)を搭載した先進的なトレンド分析テクニカルインジケーターです。主力のトレンド方向へ最大の視覚的明瞭さをもって取引したいトレーダーのために開発され、マルチタイムフレーム分析の複雑さを、シンプルでカラフル、かつ非常に直感的なビジュアルへと変換します。 「トレンドは友達(The trend is your friend)」であることを理解しているトレーダーに最適です。このインジケーターは、トレンドの強さ、方向、そして潜在的な反転を常に事前に見極めることを可能にします。 仕組み インジケーターは、4つのトレンドゾーンに分散された36本の移動平均線を監視します: 赤(トレンド転換ゾーン) 31〜20番目の移動平均線 トレンドが反転する可能性を示す強いサイン オレンジ(トレンド減速ゾーン) 19〜10番目の移動平均線 トレンドの勢いが失われつつあるが、継続の可能性もあるサ
Candle MAXIMUS RITZ Candle MAXIMUS adalah indikator visual cerdas yang menggabungkan kekuatan analisis tren berbasis Kaufman Adaptive Moving Average (KAMA) , informasi perubahan harian (Daily Change), perbandingan OHLC terhadap hari sebelumnya, serta panel dominasi bar multi-hari. Dirancang untuk semua pair dan semua timeframe, indikator ini menghadirkan tampilan modern, bersih, serta informatif dalam satu panel kompak di chart Anda. Fitur Utama Trend Candle Warna Adaptif (Color Candles) Warna
FREE
Fibonacci Trend Indicator for MT5 Unlock the power of Fibonacci analysis on your MetaTrader 5 charts! Our   Fibonacci Trend Indicator   automatically plots dynamic support and resistance levels so you can spot trends, reversals, and breakout opportunities at a glance. Features & Advantages Automatic Fibonacci Levels Instantly displays seven key Fibonacci retracement levels based on the highest and lowest prices from your chosen lookback period — no manual work required. Dynamic Trend Adaptatio
FREE
概要 このインジケーターは、クラシックな ドンチャンチャネル を強化したバージョンで、実践的なトレード機能を追加しています。 標準の3本線(上限、下限、中央線)に加え、 ブレイクアウト を検出し、チャート上に矢印で視覚的に表示します。また、チャートを見やすくするために、 現在のトレンド方向と逆側のラインのみを表示 します。 インジケーターの機能: 視覚的シグナル :ブレイクアウト時にカラフルな矢印を表示 自動通知 :ポップアップ、プッシュ通知、Eメール RSIフィルター :市場の相対的な強弱に基づいてシグナルを検証 カスタマイズ可能 :色、ラインの太さ、矢印コード、RSI閾値など 動作原理 ドンチャンチャネルは次のように計算します: 上限線 :直近N本のクローズ済みローソク足の最高値 下限線 :直近N本のクローズ済みローソク足の最安値 中央線 :最高値と最安値の平均値 上方ブレイクアウト は終値が上限線を超えたときに発生し、 下方ブレイクアウト は終値が下限線を下回ったときに発生します。 インジケーターは以下を行います: 3本のドンチャンラインを描画 方向転換後の最初のブレイクアウト
FREE
THE BRAIN SMC ULTIMATE   "Trade Like an Institution, Analyze Like a Professional" Are you tired of cluttered charts, lagging indicators, and conflicting signals? Welcome to the era of Clean Trading. The Brain SMC Ultimate is engineered for traders who prioritize visual clarity without sacrificing data accuracy. Utilizing the latest Smart Money Concepts (SMC) algorithms, this indicator maps institutional footprints directly onto your MetaTrader 5 chart. CORE PREMIUM FEATURES Smart Entry Guidan
FREE
このプロダクトを購入した人は以下も購入しています
この製品は 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、トレーリングストップロジック、サポートとレジスタンス、ローソク足の色分け
SuperScalp Pro
Van Minh Nguyen
4.69 (29)
SuperScalp Pro – プロフェッショナル多層コンフルエンス・スキャルピングシステム SuperScalp Pro は、複数のコンフルエンスを組み合わせたプロフェッショナル向けスキャルピングシステムです。より高い確率のトレードチャンスを見つけられるよう設計されており、明確なエントリー確認、ATRに基づくStop LossとTake Profit、さらにXAUUSD、BTCUSD、主要なFX通貨ペアに対応した柔軟なシグナルフィルター機能を提供します。 完全なドキュメントは製品ブログにあります: [User Guide] SuperScalp Pro Auto Trader EA による自動売買が利用可能です: [Auto Trader] SuperScalp Pro のトレードロジックを基に開発されたゴールド自動スキャルピングEA: [SuperScalp Gold] SuperScalp Pro は、Supertrend、VWAP、EMA、RSI、ADX、出来高分析、ボリンジャーバンド、MACDダイバージェンスを組み合わせ、低品質なトレードセットアップをフィルタリングし
Trend Sniper X
Sarvarbek Abduvoxobov
5 (6)
Trend Sniper X は、MetaTrader 5 用のマルチタイムフレーム・トレンドフォロー・インジケーターです。トレーダーがトレンドの方向性と反転ポイントを明確かつ正確に特定できるよう支援します。 価格情報: 現在の価格はキャンペーン価格であり、今後のアップデートや新機能のリリースに伴い変更される可能性があります。 Code2Profit チャンネル マルチタイムフレーム分析で市場をマスターしよう! 技術仕様 プラットフォーム MetaTrader 5 インジケータータイプ マルチタイムフレーム・トレンドインジケーター 操作タイムフレーム あらゆるチャートタイムフレームに対応。個別に選択可能な上位タイムフレーム (M1–MN1) を搭載 主要銘柄 FX、ゴールド (XAUUSD)、およびその他のCFD 推奨口座 あらゆる口座タイプに対応 視覚化 色分けされたトレンドローソク足 (買い/売り/弱気/変化) + 買い/売り矢印 追加モジュール セッション市場ボックス (シドニー、東京、ロンドン、ニューヨーク) 主な機能 マルチタイムフレーム・トレンド分析: 上位タイムフレームの
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a professional trading indicator built on Smart Money Concepts (SMC) , combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis , Points of Interest (POIs) , and real-time signals, th
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
M1 Quantum を使用したライブトレードシグナル : シグナル (取引は 自動的に Quantum Trade Assistant によって実行され、この製品に 無料 で含まれています。) 価格プラン: 現在価格: $169 (早期購入者向けオファー) 次回予定価格: $189 予定小売価格: $299 開発者からのお知らせ: ご購入後、 最新の推奨設定ファイル(Set File) 、運用アドバイス、および他の M1 Quantum ユーザーと交流できる VIPサポートグループ への招待をご希望の場合は、お気軽にご連絡ください。 よくある質問 - 設定ファイル - インストールガイド M1 Quantum は、M1専用のプロフェッショナルトレーディングシステムであり、ストップロス、テイクプロフィット、スマートな資金管理を内蔵した、迅速かつ正確な取引シグナルを提供します。 M1 Quantum は、 連続勝利 に重点を置いて口座を素早く成長させるために設計されたプロフェッショナルな資金管理を備えています。 M1 Quantum インジケーター の主な特徴 M1時間足 およびすべ
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インジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
UZFX {SSS} スキャルピング・スマートシグナル v4.0 MT5は、変動の激しい市場において正確かつリアルタイムのシグナルを求めるスキャルパー、デイトレーダー、スイングトレーダー向けに設計された、リペイントのない高性能な取引インジケーターです。(UZFX-LABS)によって開発されたこのインジケーターは、価格行動分析、トレンド確認、スマートフィルタリングを組み合わせることで、すべての通貨ペアおよび時間軸において、高確率の売買シグナル、警告シグナル、トレンド継続の機会を生成します。 トレードの判断に迷うのはもうやめましょう。明確さ、正確さ、そして規律ある市場執行を求めるトレーダーのために設計された、体系的なシグナルシステムに従い始めましょう。 私のおすすめ* 最適な時間足:15分足以上。 {H1} が私のお気に入りです。そして、その成果は驚異的です…!! 主な機能の更新 • 自動売買シグナル検出 • 高度な反転認識ロジック • 市場反転の可能性に先立つ早期警告シグナル • トレンド継続確認シグナル • エントリー、ストップロス、TP1、TP2、TP3レベルを備えた組み込み型
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
伝説が帰ってきました:Entry Points Pro 10。 MQL5 Marketのトップ3に3年間入り続けた伝説的インジケーターの再始動です。 2つのバージョンで合計589件の高評価レビュー、毎日数千人のトレーダーが実際のトレードに使用し、デモのダウンロードは31,000件以上   MT4+MT5 。 私はこの5年間に寄せられたレビューをすべて読み、約束を並べる代わりに、その答えをバージョン10に組み込みました。1999年から相場に携わり、 誠実さ、自らの評判、そして顧客を大切にする 作者による製品です。 Entry Points Proのエントリーシグナルは、リペイント(再描画)を一切行いません。 そして今回初めて、これは作者の言葉ではなく検証可能な事実になりました。確定シグナルはローソク足の終値確定後にのみ表示され、自動テストで リペイントはゼロ と確認されています(EURUSD、XAUUSD、BTCUSDで2,486,568回の不変条件チェック、違反0件)。検証方法は公開されており、ストラテジーテスターでご自身で再現できます。 ご購入後は、必ずすぐにダイレクトメッセージでご
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Atomic Analyst は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Atomic Analyst を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Atomic Analyst のシグナルを自動売買に変えることができます。 Atomic Analyst は、リペイントなし、再描画なし、遅延なしの Price Action トレーディングインジケーターで、手動取引、シグナルの明確化、EA 自動化のために設計されています。 User manual: settings, inputs and strategy.   &   User Manual PDF . 価格行動、強さ、モメンタム、マルチタイムフレーム方向、高度なフィルターを分析し、トレーダーがノイズを減らし、弱いセットアップを避け、より構造化された取引判断を行えるようにします。 このイ
GoldenX Entryは、MT5向けのインジケーターであり、適応型Smart Entry Trendアルゴリズム、シグナルスコアリングシステム、マーケットレジーム検出機能、およびボラティリティフィルターを備えています。各シグナルには、計算されたエントリーレベル、3つのテイクプロフィット(TP1、TP2、TP3)、およびストップロスレベルが含まれます。本インジケーターは、異なる市場環境に適応するために設計された複数の分析レイヤー上に構築されており、マルチレイヤー分析システムと内蔵オプティマイザーおよび統計トラッキングシステムを組み合わせています。リスク・リワード(RR)指標および過去のトレード履歴に基づく定量分析を提供します。 使い始めは簡単です — 選択した時間足でオプティマイザーを実行し、そのままチャート上でインジケーターを使用します。 コア機能 GoldenX Entryは、シグナルエンジンとトレード管理機能、そして過去統計トラッキングを1つのチャートに統合しています: - 内蔵オプティマイザー: オプティマイザーはチャート上でワンクリックで実行できます。200通りのパラメー
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
Zoryk Gold
Reda El Koutbane
5 (1)
ZORYK — MetaTrader 5専用 XAUUSDシグナル・トレードプランニングシステム このような経験はありませんか。 ゴールドを分析し、エントリーを待ち、ようやくポジションを持った直後に価格が逆方向へ動く。 早すぎる決済をしてしまったり、Stop Lossを動かしたり、数秒迷っている間にチャンスを逃したりする。 その後、相場は自分が最初に予想していた方向へ進み、目標へ到達する。 問題は常に方向判断ではありません。 本当の問題は、明確な計画がなかったことです。 どこでエントリーすべきか。 どこでトレードの前提が無効になるのか。 近い利益を確保すべきか、より大きな値動きを待つべきか。 現在のsetupが本当に強いのか、それとも無理にトレードを探しているだけなのか。 ゴールドは非常に速く動きます。 正しい分析でも、明確なプランがなければ数秒で悪い判断に変わることがあります。 ZORYKは、その問題を解決するために開発されました。 ZORYKとは ZORYKは、MetaTrader 5とXAUUSDのM5チャート専用に開発された、シグナルとトレードプ
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
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
AXIOM MATRIX MT5 ローンチ価格:$99 Axiom Matrix はローンチ価格 $99 でご利用いただけます。 最初の30件の購入後、価格は $199 に上がります。 ご購入後、手順のご案内と限定ギフトボーナスの受け取りのために、直接DMをお送りください。 Axiom Matrix は、MetaTrader 5 用のプロフェッショナルなマルチシンボル・マルチタイムフレーム市場スキャナー兼意思決定ダッシュボードです。 Market Watch をスキャンし、複数の時間足を分析し、複数のエビデンスエンジンを読み取り、最も強いチャンスを比較し、1つのクリーンなマトリックスダッシュボード内で最適な BUY、SELL、WAIT、またはブロック状態を表示します。 私が Axiom Matrix を作った理由は、市場スキャンという重い作業を代わりに行ってくれる1つのツールが欲しかったからです。 RSI だけを確認したくありませんでした。 次に MACD だけ。 次に移動平均線。 次に出来高。 次にボラティリティ。 次にサポートとレジスタンス。 そして、1つのトレードアイデアを作るた
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
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (5)
新たな王者が登場 - インジケーター + 注文管理表示(TP1 + TP2 + TP3)+ オプションのTelegramシグナル送信機能付き(無料) (完全なトレード&シグナルシステム) ゴールド向け最高のEA: Gold Slayer このインジケーターには、高度な戦略、カスタマイズ可能な注文管理システム、そしてエンベロープ拡張を組み合わせた平均回帰システムが搭載されています。さらに、RSIなど複数のインテリジェントな確認フィルターによって、高確率の反転エントリーをBUY・SELLシグナルとして検出します。 単にトレードを学ぶだけでなく、複数ポジションを効果的に管理し、過去に利益を出しているオープンポジションで損失トレードをカバーする方法も学べます。 M5向けに構築・最適化されており、流動性が高くシグナルの精度が安定しているBTCUSDとXAUUSDで優れたパフォーマンスを発揮します。 このインジケーターは、ATRを基に自動計算されたエントリー、ストップロス、テイクプロフィットレベルを備えた明確なLong・Shortシグナルを提供するため、リスク管理が最初から組み込まれています。 マ
この製品は 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 などの高度な取引アイデアを組み合わせています。このインジケ
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
IX Power MT5
Daniel Stein
4.92 (13)
IX Power: 指数、商品、暗号資産、外国為替市場の洞察を発見 概要 IX Power は、指数、商品、暗号資産、外国為替市場の強弱を分析するための多用途ツールです。 FX Power が全ての利用可能な通貨ペアデータを活用して外為ペアで最高の精度を提供する一方、 IX Power は基礎資産の市場データにのみ焦点を当てています。この特性により、 IX Power は非外為市場に最適であり、単純な外為分析にも信頼性の高いツールです。どのチャートでもスムーズに機能し、取引判断を向上させるための明確で実行可能な洞察を提供します。 1. IX Power がトレーダーにとって価値がある理由 複数市場での強弱分析 • IX Power は指数、商品、暗号資産、外為シンボルの強弱を計算し、それぞれの市場に合わせた洞察を提供します。 • US30、WTI、ゴールド、ビットコイン、または通貨ペアなどの資産を監視して取引機会を発見できます。 幅広い市場に適応 • 外為取引では、 FX Power が関連する全ての通貨ペアを分析することで比類のない精度を提供します。 • IX Power
ブレーカートレーダーになり、価格が反転すると市場構造からの利益が変化します。 注文ブロックブレーカーインジケーターは、トレンドまたは価格の動きが枯渇に近づいており、逆転の準備ができていることを識別します。通常、反転または大規模なプルバックが発生しようとしているときに発生する市場構造の変化について警告します。 この指標は、ブレイクアウトと価格の勢いを識別する独自の計算を使用します。使い果たされる可能性のあるポイントの近くで新しい高値が形成されるたびに、インディケーターはその高値の作成を担当する最後の注文ブロックを描きます。次に、移動する価格とともに注文ブロックを追跡します。その後、価格が反対方向にシフトし、その注文ブロックを突破すると、新しい市場構造を作成し、トレンドまたは大きな後退の可能性のある反転の開始を警告します。 注文ブロックは、高値/安値が作成される前の最後の反対色のろうそくであり、価格がこれらの重要な領域を下抜けすると、トレンドの短期的ま​​たは長期的な反転の兆候です。 特徴 重要な枯渇点での市場構造の変化を警告します 価格が使い果たされるレベルに近づくと、自動的に
Quant Direction は、3次元の市場分析ツールです。完全に客観的なアルゴリズムベースの市場分析を提供し、様々なパラメータにわたる正確なパーセンテージ偏差を同時に算出します。高度なAI搭載モデリングツールで開発され、厳密なテストを経て開発されたこのアルゴリズムは、かつてない精度で市場を分析するように設計されています。プラットフォーム上では、あらゆる通貨ペアや金融商品を分析できます。 短期取引、デイトレード、スイングトレードなど、どのような取引スタイルに も、Quant Directionは最適な選択肢です。 オペレーターの本当の利点 Quant Directionの真の利点は、感情、眼精疲労、過剰分析を完全に排除できる点にあります。方向性を探るために何十ものチャートを手作業で精査したり、自分の好みを常に疑ったりする必要がなくなります。このシステムは、8つの時間間隔(5ヶ月から月単位まで)をミリ秒単位で処理します。あらゆる瞬間に市場を支配している主体を正確に明らかにし、常に成功確率が最も高い方向で取引できるようにします。 市場分析の3つの側面 このアルゴリズムは市場を3つの
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
作者のその他のプロダクト
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
FREE
フィルタ:
レビューなし
レビューに返信