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>

Prodotti consigliati
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
Clean Smart Sessions
Ahmed Esmat Omer Eisa
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
Alexandre Vincent Traber
Panoramica Heiken Ashi Smoothwave trasforma il tuo grafico in candele Heiken Ashi smussate direttamente nella finestra principale del grafico, sostituendo le candele standard per una visione di tendenza più chiara. Nessuna finestra separata, nessun disordine. Come funziona Calcola i valori OHLC Heiken Ashi dai dati di prezzo reali su ogni barra. Traccia candele Heiken Ashi colorate direttamente sul grafico principale. Nasconde automaticamente le candele native del grafico, lasciando visibili so
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
Quang Huy Quach
5 (1)
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)
L'indicatore rappresenta i box di sessione per le sessioni Asiatica, Europea e Americana. E' possibile modificare gli orari di ogni sessione, come il colore. E' anche possibile disabilitare a piacimento la visualizzazione di ogni sessione. Trovate nei parametri di input Tab Dati in ingresso le variabili da modificare in formato hh:mm, nel tab Colori i colori da modificare per ogni box.
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
Som Prakash Gehlot
5 (1)
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 Ticks
Ricardo Almeida Branco
5 (4)
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
TradeVision Pro
Ian Nganga Comba
TradeVisonPro Forex Analyzer Pro Dashboard di analisi e monitoraggio dei conti di trading MT5 TradeVisonPro Forex Analyzer Pro è una soluzione di analisi del trading e monitoraggio dei conti progettata per gli utenti di MetaTrader 5. Il prodotto organizza i dati di trading MT5 in una dashboard web strutturata, consentendo ai trader di visualizzare le informazioni del conto, monitorare le posizioni aperte, analizzare lo storico delle operazioni, seguire le strategie, mantenere un diario di tradin
FREE
Presentazione del rivoluzionario indicatore MT5, DARWIN Assistant   , la tua porta d'accesso definitiva al mondo del trading di successo! Progettato con precisione ed esperienza, DARWIN Assistant   opera su una strategia speciale che sfrutta la potenza di indicatori tecnici avanzati - RSI, stocastico, CCI e tendenze - in tutti i tempi. Preparati per un'esperienza di trading straordinaria poiché questo indicatore all'avanguardia ti offre i segnali di ingresso più accurati, consentendoti di navig
Ultra Momentum
Sejro Toussaint Boco
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
L'indicatore mostra la differenza tra le due medie mobili sotto forma di un grafico a barre. Le medie mobili hanno enormi opportunità di personalizzazione. Notifica in tutti i modi quando il colore dell'istogramma cambia: emette un segnale acustico nel terminale, invia una notifica al telefono e una lettera alla posta: ora non perderai sicuramente l'affare. Indicatore di intersezione delle medie mobili completamente gratuito sotto forma di linee sul grafico: https://www.mql5.com/it/market/produc
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 è un indicatore avanzato di analisi del flusso di volume per MetaTrader 5, sviluppato per trader che desiderano visualizzare rapidamente la forza di acquisto e vendita del mercato attraverso molteplici indicatori di volume integrati in un unico pannello moderno e trascinabile.  Il pannello mostra in tempo reale la lettura normalizzata di 11 indicatori di volume e flusso finanziario, consentendo di identificare visivamente e intuitivamente momentum, accumulazione, distribuzione e pressione
FREE
LT Rainbow Trend
Thiago Duarte
5 (1)
== LT RAINBOW TREND - L'INDICATORE DI TREND CON 36 MEDIE MOBILI == PANORAMICA Il LT Rainbow Trend è un indicatore tecnico avanzato per l'analisi dei trend che utilizza 36 Medie Mobili simultanee gestite da un sistema di colori intelligente (Rainbow). Sviluppato per i trader che desiderano operare nella direzione del trend principale con la massima chiarezza visiva, l'indicatore trasforma la complessità dell'analisi multi-timeframe in una visualizzazione semplice, colorata e altamente intuitiva
Ritz Candle Maximus
Syamsurizal Dimjati
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
Vinoth Durairaj Durairaj
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
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
Descrizione generale Questo indicatore è una versione avanzata del classico Donchian Channel , arricchita con funzioni operative per il trading reale. Oltre alle tre linee tipiche (massimo, minimo e linea centrale), il sistema rileva i breakout e li segnala graficamente con frecce sul grafico, mostrando solo la linea opposta alla direzione del trend per semplificare la lettura. L’indicatore include: Segnali visivi : frecce colorate al breakout Notifiche automatiche : popup, push e email Filtro R
FREE
Brain SMC Ultimate
Yudi Sri Warsito
5 (1)
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
Gli utenti di questo prodotto hanno anche acquistato
SuperScalp Pro
Van Minh Nguyen
4.69 (29)
SuperScalp Pro –  Sistema Professionale di Scalping con Confluenza Multilivello SuperScalp Pro è un sistema professionale di scalping con confluenza multilivello, progettato per aiutare i trader a individuare opportunità con una probabilità più elevata grazie a conferme di ingresso più chiare, livelli di Stop Loss e Take Profit basati sull'ATR e un filtro flessibile dei segnali per XAUUSD, BTCUSD e le principali coppie Forex. La documentazione completa è disponibile nel blog del prodotto:   [Use
Questo prodotto è stato aggiornato per il mercato 2026 e ottimizzato per le ultime build di MT5. AVVISO DI AGGIORNAMENTO PREZZO: Smart Trend Trading System è attualmente disponibile a $99 . Il prezzo aumenterà a $199 dopo i prossimi 30 acquisti . OFFERTA SPECIALE: Dopo aver acquistato Smart Trend Trading System, inviami un messaggio privato per ricevere Smart Universal EA GRATIS e trasformare i tuoi segnali Smart Trend in operazioni automatiche. Smart Trend Trading System è un sistema di tradin
Neuro Poseidon MT5
Daria Rezueva
4.8 (54)
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
Cominciamo con la verità. Nessun indicatore da solo ti renderà profittevole. Se qualcuno ti dice il contrario, ti sta vendendo un sogno. Qualsiasi indicatore che mostra frecce perfette di acquisto/vendita può essere reso impeccabile — basta ingrandire la giusta sezione della storia e catturare solo i trade vincenti. Noi non lo facciamo.  SMC Intraday Formula è uno strumento. Legge la struttura del mercato per te, identifica le zone a più alta probabilità e ti mostra esattamente come appare la t
Trend Sniper X
Sarvarbek Abduvoxobov
5 (6)
Trend Sniper X è un indicatore di trend following multi-timeframe per MetaTrader 5 che aiuta i trader a identificare la direzione del trend e i potenziali punti di inversione con chiarezza e precisione. Informazioni sul prezzo: Il prezzo attuale è promozionale ed è soggetto a modifiche con il rilascio di futuri aggiornamenti e nuove funzionalità. Canale Code2Profit Padroneggia il mercato con l'analisi multi-timeframe! Specifiche tecniche Piattaforma MetaTrader 5 Tipo di indicatore Indicatore di
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
M1 Quantum MT5
Hamed Dehgani
4.56 (9)
Segnali di Trading Live con M1 Quantum: Segnale   (Operazione eseguita automaticamente dal Quantum Trade Assistant , incluso gratuitamente con questo prodotto.) Piano prezzi: Prezzo attuale: $169 (Offerta per i primi utenti) Prossimo prezzo previsto: $189 Prezzo al dettaglio previsto: $299 Nota dello sviluppatore: Dopo l’acquisto, contattami per ricevere il file di configurazione più recente (Set File) , consigli operativi e l’invito al gruppo VIP di supporto , dove potrai interagire con altri
Gold Entry Sniper
Tahir Mehmood
5 (15)
Gold Entry Sniper – Dashboard ATR Multi-Timeframe per Scalping e Swing Trading sull’Oro Gold Entry Sniper è un indicatore avanzato per MetaTrader 5 che offre segnali di acquisto/vendita precisi per XAUUSD e altri strumenti, basato sulla logica ATR Trailing Stop e l' analisi multi-timeframe . Caratteristiche e Vantaggi Analisi Multi-Timeframe – Visualizza trend su M1, M5, M15 in un'unica dashboard. Trailing Stop Basato su ATR – Stop dinamici che si adattano alla volatilità. Dashboard Professional
La leggenda ritorna: Entry Points Pro 10. Il rilancio del leggendario indicatore che per 3 anni è rimasto nella Top-3 del MQL5 Market. Centinaia di recensioni entusiaste (589 su due versioni), migliaia di trader lo usano ogni giorno per operare, 31.000+ download della demo   MT4+MT5 . Ho letto ogni vostra recensione degli ultimi cinque anni — e invece di promesse ho inserito nella versione 10 le risposte. Dall'autore che opera sui mercati dal 1999 e tiene all'onestà, alla propria reputazione e a
Gann Made Easy è un sistema di trading Forex professionale e facile da usare che si basa sui migliori principi del trading utilizzando la teoria di mr. WD Gann. L'indicatore fornisce segnali ACQUISTA e VENDI accurati, inclusi i livelli di Stop Loss e Take Profit. Puoi fare trading anche in movimento utilizzando le notifiche PUSH. CONTATTAMI DOPO L'ACQUISTO PER RICEVERE GRATUITAMENTE LE ISTRUZIONI DI TRADING E OTTIMI INDICATORI EXTRA! Probabilmente hai già sentito parlare molte volte dei metodi d
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (14)
INDICATORE TREND CATCHER L'indicatore Trend Catcher analizza i movimenti dei prezzi di mercato, utilizzando una combinazione di indicatori di analisi del trend proprietari dell'autore e personalizzati. Identifica la vera direzione del mercato filtrando il rumore a breve termine e concentrandosi sulla forza del momentum sottostante, sull'espansione della volatilità e sul comportamento della struttura dei prezzi. Utilizza inoltre una combinazione di indicatori personalizzati di smoothing e filtr
M1 Sniper MT5
Oleg Rodin
5 (4)
M1 SNIPER   è un sistema di indicatori di trading facile da usare. Si tratta di un indicatore a freccia progettato per l'intervallo temporale M1. L'indicatore può essere utilizzato come sistema autonomo per lo scalping sull'intervallo temporale M1 e come parte del tuo sistema di trading esistente. Sebbene questo sistema di trading sia stato progettato specificamente per il trading sull'intervallo temporale M1, può comunque essere utilizzato anche con altri intervalli temporali. Inizialmente ho p
GoldenX Entry MT5
Kareem Abbas
5 (14)
GoldenX Entry è un indicatore per MT5 con un algoritmo adattivo Smart Entry Trend, un sistema di scoring dei segnali, un rilevatore del regime di mercato e un filtro di volatilità. Ogni segnale include un livello di ingresso calcolato, tre livelli di Take-Profit (TP1, TP2, TP3) e un livello di Stop-Loss. È costruito su più livelli analitici progettati per adattarsi a diverse condizioni di mercato, combinando un sistema analitico multilivello con un ottimizzatore integrato e un sistema di traccia
Divergence Bomber
Ihor Otkydach
4.9 (92)
Ogni acquirente dell’indicatore riceverà inoltre gratuitamente: L’utilità esclusiva “Bomber Utility”, che gestisce automaticamente ogni operazione, imposta i livelli di Stop Loss e Take Profit e chiude le posizioni secondo le regole della strategia I file di configurazione (set file) per adattare l’indicatore a diversi asset I set file per configurare il Bomber Utility in tre modalità: “Rischio Minimo”, “Rischio Bilanciato” e “Strategia di Attesa” Una guida video passo-passo per installare, conf
Power Candles MT5
Daniel Stein
5 (9)
Power Candles V3 - Indicatore di forza ad ottimizzazione automatica Power Candles V3 trasforma la forza delle valute e degli strumenti in un piano di trading attuabile su ogni grafico a cui è collegato. Invece di limitarsi a colorare le candele, esegue un'auto-ottimizzazione in tempo reale in background e ti fornisce i migliori valori di Stop Loss, Take Profit e soglia di segnale per il simbolo che hai davanti. Basta un clic per adottarlo nel trading live: i raggi di ingresso, Stop Loss e Take P
L'indicatore UZFX {SSS} Scalping Smart Signals v4.0 MT5 è un indicatore di trading ad alte prestazioni che non subisce ripaint, progettato per scalper, day trader e swing trader che necessitano di segnali accurati e in tempo reale in mercati in rapida evoluzione. Sviluppato da (UZFX-LABS), questo indicatore combina l’analisi dell’azione dei prezzi, la conferma del trend e il filtraggio intelligente per generare segnali di acquisto e vendita ad alta probabilità, segnali di allerta e opportunità d
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (2)
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
Atomic Analyst MT5
Issam Kassas
4.34 (44)
Questo prodotto è stato aggiornato per il mercato 2026 e ottimizzato per le ultime build di MT5. AVVISO DI AGGIORNAMENTO PREZZO: Atomic Analyst è attualmente disponibile a $99 . Il prezzo aumenterà a $199 dopo i prossimi 30 acquisti . OFFERTA SPECIALE: Dopo aver acquistato Atomic Analyst, inviami un messaggio privato per ricevere Smart Universal EA GRATIS e trasformare i tuoi segnali Atomic Analyst in operazioni automatiche. Atomic Analyst è un indicatore di trading Price Action non-repainting
Axiom Matrix
Issam Kassas
5 (4)
AXIOM MATRIX MT5 PREZZO DI LANCIO: $99 Axiom Matrix è disponibile al prezzo di lancio di $99. Il prezzo aumenterà a $199 dopo i primi 30 acquisti. Dopo il tuo acquisto, inviami un messaggio diretto per ricevere le istruzioni e richiedere il tuo bonus regalo esclusivo. Axiom Matrix è uno scanner di mercato professionale multi-simbolo e multi-timeframe, oltre a un pannello decisionale per MetaTrader 5. Scansiona il tuo Market Watch, analizza più timeframe, legge più motori di evidenza, confronta l
Zoryk Gold
Reda El Koutbane
ZORYK — Sistema avanzato di segnali e pianificazione per XAUUSD su MetaTrader 5 Conosci sicuramente questa situazione. Analizzi l’oro, aspetti l’ingresso e finalmente apri la posizione. Il prezzo si muove immediatamente contro di te. Chiudi troppo presto, sposti lo Stop Loss oppure esiti per alcuni secondi. Poco dopo, il mercato raggiunge esattamente la direzione e l’obiettivo che avevi previsto, ma senza di te. Il problema non era sempre la direzione. Il vero problema era l’incertezza. No
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
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (5)
Un nuovo Re in città - Indicatore + Gestione ordini (TP1 + TP2 + TP3) + Invio opzionale di segnali Telegram INCLUSO (GRATIS) (SISTEMA COMPLETO DI TRADING e SEGNALI) Il nostro miglior EA per l’Oro: Gold Slayer Questo indicatore include una strategia avanzata, un sistema di trading con gestione ordini personalizzabile e un sistema mean reversion che combina estensioni di envelope, supportato da molteplici filtri intelligenti di conferma come RSI per individuare ingressi di inversione ad alta proba
Currency Strength Wizard   è un indicatore molto potente che ti fornisce una soluzione all-in-one per un trading di successo. L'indicatore calcola la potenza di questa o quella coppia forex utilizzando i dati di tutte le valute su più intervalli di tempo. Questi dati sono rappresentati in una forma di indice di valuta facile da usare e linee elettriche di valuta che puoi utilizzare per vedere il potere di questa o quella valuta. Tutto ciò di cui hai bisogno è collegare l'indicatore al grafico ch
Questo prodotto è stato aggiornato per il mercato 2026 e ottimizzato per le ultime build di MT5. AVVISO DI AGGIORNAMENTO PREZZO: Smart Price Action Concepts è attualmente disponibile a $200 . Il prezzo aumenterà a $299 dopo i prossimi 30 acquisti . OFFERTA SPECIALE: Dopo l’acquisto, inviami un messaggio privato per ricevere un bonus gratuito + regalo . Prima di tutto, vale la pena sottolineare che questo strumento di trading è un indicatore non-repainting, non-redrawing e non-lagging, il che lo
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Ecco   Quantum TrendPulse   , lo strumento di trading definitivo che combina la potenza di   SuperTrend   ,   RSI   e   Stocastico   in un unico indicatore completo per massimizzare il tuo potenziale di trading. Progettato per i trader che cercano precisione ed efficienza, questo indicatore ti aiuta a identificare con sicurezza le tendenze di mercato, i cambiamenti di momentum e i punti di entrata e uscita ottimali. Caratteristiche principali: Integrazione SuperTrend:   segui facilmente l'andame
IX Power MT5
Daniel Stein
4.92 (13)
IX Power: Scopri approfondimenti di mercato per indici, materie prime, criptovalute e forex Panoramica IX Power è uno strumento versatile progettato per analizzare la forza di indici, materie prime, criptovalute e simboli forex. Mentre FX Power offre la massima precisione per le coppie di valute utilizzando i dati di tutte le coppie disponibili, IX Power si concentra esclusivamente sui dati di mercato del simbolo sottostante. Questo rende IX Power una scelta eccellente per mercati non correlat
Gold Scalper Pro PSAR ADX Dashboard MT5 Indicatore professionale multi–timeframe con rilevamento avanzato dei segnali di trading. Panoramica Il Parabolic SAR V3 + ADX è un indicatore di analisi tecnica sofisticato che combina le capacità di follow–trend del Parabolic SAR con la misurazione della forza del trend fornita dall’Average Directional Index (ADX). Questa versione migliorata include un’ottimizzazione specifica per coppie di valute, un sistema di avvisi multilingue e un dashboard multi–ti
KAMA Confluence Engine Opera seguendo il trend — e conosci subito il tuo Entry, Stop e Target nel momento esatto in cui il mercato si gira. Il KAMA Confluence Engine è un indicatore di trend tutto‑in‑uno basato sulla Kaufman Adaptive Moving Average (KAMA), potenziato con ponderazione del volume tick, conferma multi‑timeframe e livelli di trading automatici. Si adatta al mercato: rapido e reattivo nelle fasi di trend, stabile e filtrato nelle fasi laterali — così rimani sempre dalla parte giusta
Smc Pro ToolKit
Talal N Z Aljarusha
5 (3)
SMC Pro ToolKit  is a professional chart-based Smart Money Concepts indicator for MetaTrader 5. It helps traders read market structure, identify key liquidity areas, organize trade context, and plan setups directly from the chart. This is not a simple buy/sell arrow indicator. It is a complete visual trading toolkit that combines Smart Money Concepts, multi-timeframe analysis, session context, setup planning, risk assistance, and professional dashboard tools in one clean workspace. Watch setup
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction è uno strumento di analisi di mercato 3D. Offre un'analisi di mercato perfettamente oggettiva, basata su algoritmi, calcolando con precisione le deviazioni percentuali su diversi parametri. Sviluppato utilizzando strumenti di modellazione avanzati basati sull'intelligenza artificiale e rigorosamente testato, questo algoritmo analizza il mercato con una precisione senza pari. È possibile analizzare qualsiasi coppia di valute o strumento finanziario sulla piattaforma. Che si pratic
Altri dall’autore
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
Filtro:
Nessuna recensione
Rispondi alla recensione