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>

Produtos recomendados
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
Visão geral Heiken Ashi Smoothwave transforma seu gráfico em velas Heiken Ashi suavizadas diretamente na janela principal do gráfico, substituindo as velas padrão para uma visão de tendência mais limpa. Sem janela separada, sem confusão. Como funciona Calcula os valores OHLC de Heiken Ashi a partir de dados reais de preço em cada barra. Plota velas Heiken Ashi coloridas diretamente sobre o gráfico principal. Oculta automaticamente as velas nativas do gráfico, deixando visíveis apenas as velas H
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)
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
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 Este indicador mostra o somatório do volume em cada onda, bulish ou bearish, conforme idealizado por David Weis, mas traz um importante adicional que é a marcação da barra de maior volume da onda (White Bar)! Na codificação do indicador, foi buscado otimizar o código para exigir o mínimo processamento durante o uso e não sobrecarregar o mt5. O indicador pode ser usado para análise e estudo pré pregão, onde o trader analisa possíveis pontos de suporte e resistência com base
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 Painel de análise e monitoramento de contas de trading MT5 TradeVisonPro Forex Analyzer Pro é uma solução de análise de trading e monitoramento de contas desenvolvida para usuários do MetaTrader 5. O produto organiza os dados de trading do MT5 em um painel web estruturado, permitindo que os traders visualizem informações da conta, monitorem posições abertas, analisem o histórico de operações, acompanhem estratégias, mantenham um diário de trading e revisem estatí
FREE
Apresentando o revolucionário indicador MT5, DARWIN Assistant   - sua porta de entrada definitiva para o mundo das negociações bem-sucedidas! Projetado com precisão e experiência, o DARWIN Assistant   opera em uma estratégia especial que aproveita o poder de indicadores técnicos avançados - RSI, Estocástico, CCI e Tendências - em todos os prazos. Prepare-se para uma extraordinária experiência de negociação, pois este indicador de ponta oferece os sinais mais precisos para entrada, permitindo qu
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
O indicador mostra a diferença entre as duas médias móveis na forma de um histograma. As médias móveis têm enormes possibilidades de personalização. Notifica por todos os meios quando você muda a cor do histograma: chia no terminal, envia uma notificação para o telefone e uma carta para o correio — agora você definitivamente não perderá um negócio. Indicador totalmente gratuito de cruzamento de médias móveis na forma de linhas no gráfico: https://www.mql5.com/pt/market/product/148478 O seu feedb
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 é um indicador avançado de análise de fluxo de volume para MetaTrader 5, desenvolvido para traders que desejam visualizar rapidamente a força compradora e vendedora do mercado através de múltiplos indicadores de volume integrados em um único painel moderno e arrastável.  O painel exibe em tempo real a leitura normalizada de 11 indicadores de volume e fluxo financeiro, permitindo identificar momentum, acumulação, distribuição e pressão institucional de forma visual e intuitiva. Indicadores
FREE
LT Rainbow Trend
Thiago Duarte
5 (1)
== LT RAINBOW TREND - O INDICADOR DE TENDÊNCIA COM 36 MÉDIAS MÓVEIS == VISÃO GERAL O LT Rainbow Trend é um indicador técnico avançado de análise de tendências que utiliza 36 Médias Móveis simultâneas com um sistema de cores inteligente (Rainbow). Desenvolvido para traders que desejam operar na direção da tendência principal com máxima clareza visual, o indicador transforma a complexidade da análise multi-timeframe em uma visualização simples, colorida e altamente intuitiva. Ideal para operado
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)
Descrição geral Este indicador é uma versão aprimorada do Canal Donchian clássico, enriquecida com funções práticas para o trading real. Além das três linhas padrão (máxima, mínima e linha do meio), o sistema detecta breakouts e os mostra visualmente com setas no gráfico, exibindo apenas a linha oposta à direção da tendência atual para uma leitura mais limpa. O indicador inclui: Sinais visuais : setas coloridas nos breakouts Notificações automáticas : alerta pop-up, push e e-mail Filtro RSI : pa
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
Os compradores deste produto também adquirem
Este produto foi atualizado para o mercado de 2026 e otimizado para as versões mais recentes do MT5. AVISO DE ATUALIZAÇÃO DE PREÇO: Smart Trend Trading System está atualmente disponível por $99 . O preço aumentará para $199 após as próximas 30 compras . OFERTA ESPECIAL: Após comprar o Smart Trend Trading System, envie-me uma mensagem privada para receber o Smart Universal EA GRÁTIS e transformar seus sinais do Smart Trend em operações automatizadas. Smart Trend Trading System é um sistema de tr
SuperScalp Pro
Van Minh Nguyen
4.69 (29)
SuperScalp Pro – Sistema Profissional de Scalping com Confluência Multicamadas SuperScalp Pro é um sistema profissional de scalping com confluência em múltiplas camadas, desenvolvido para ajudar os traders a identificar oportunidades de maior probabilidade com confirmações de entrada mais claras, níveis de Stop Loss e Take Profit baseados no ATR e filtragem flexível de sinais para XAUUSD, BTCUSD e os principais pares de Forex. A documentação completa está disponível no blog do produto:   [User G
Trend Sniper X
Sarvarbek Abduvoxobov
5 (6)
Trend Sniper X é um indicador de acompanhamento de tendência multi-timeframe para MetaTrader 5 que ajuda os traders a identificar a direção da tendência e potenciais pontos de reversão com clareza e precisão. Informações de preço: O preço atual é promocional e está sujeito a alterações à medida que futuras atualizações e novos recursos forem lançados. Canal Code2Profit Domine o mercado com análise de múltiplos prazos! Especificações técnicas Plataforma MetaTrader 5 Tipo de indicador Indicador de
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
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
Vamos ser honestos primeiro. Nenhum indicador sozinho vai te tornar lucrativo. Se alguém te disser o contrário, está te vendendo um sonho. Qualquer indicador que mostre setas perfeitas de compra/venda pode ser feito para parecer impecável — basta dar zoom na parte certa da história e tirar um print das operações vencedoras. Nós não fazemos isso.  SMC Intraday Formula é uma ferramenta. Ela lê a estrutura do mercado para você, identifica as zonas de maior probabilidade de preço e mostra exatament
M1 Quantum MT5
Hamed Dehgani
4.56 (9)
Sinais de Trading ao Vivo usando o M1 Quantum: Sinal   (Operação executada automaticamente pelo Quantum Trade Assistant , incluído gratuitamente neste produto.) Plano de Preços: Preço Atual: $169 (Oferta para primeiros usuários) Próximo preço planejado: $189 Preço de varejo planejado: $299 Nota do Desenvolvedor: Após a compra, entre em contato comigo para receber o arquivo de configuração (Set File) mais recente , recomendações de uso e um convite para o Grupo VIP de Suporte , onde você poderá
Gold Entry Sniper
Tahir Mehmood
5 (15)
Gold Entry Sniper – Painel ATR Multi-Tempo Profissional para Scalping e Swing Trading em Ouro Gold Entry Sniper é um indicador avançado para MetaTrader 5 projetado para fornecer sinais de compra/venda precisos para XAUUSD e outros ativos, com base na lógica de Trailing Stop ATR e análise multi-tempo . Ideal tanto para scalpers quanto para swing traders. Principais Recursos e Vantagens Análise Multi-Tempo – Veja a tendência de M1, M5 e M15 em um único painel. Trailing Stop Baseado em ATR – Níveis
Divergence Bomber
Ihor Otkydach
4.9 (92)
Cada comprador deste indicador recebe adicionalmente, e de forma gratuita: A ferramenta exclusiva "Bomber Utility", que acompanha automaticamente cada operação, define os níveis de Stop Loss e Take Profit e fecha operações de acordo com as regras da estratégia; Arquivos de configuração (set files) para ajustar o indicador em diferentes ativos; Set files para configurar o Bomber Utility nos modos: "Risco Mínimo", "Risco Balanceado" e "Estratégia de Espera"; Um vídeo tutorial passo a passo que aju
M1 Sniper MT5
Oleg Rodin
5 (4)
O   M1 SNIPER   é um sistema indicador de negociação fácil de usar. É um indicador de seta projetado para o período M1. O indicador pode ser usado como um sistema independente para scalping no período M1 e pode ser usado como parte do seu sistema de negociação existente. Embora este sistema de negociação tenha sido projetado especificamente para negociação no M1, ele também pode ser usado em outros períodos. Originalmente, desenvolvi este método para negociar XAUUSD e BTCUSD. Mas considero-o úti
O UZFX {SSS} Scalping Smart Signals v4.0 MT5 é um indicador de negociação de alto desempenho, sem repintura, concebido para scalpers, day traders e swing traders que exigem sinais precisos e em tempo real em mercados em rápida evolução. Desenvolvido pela (UZFX-LABS), este indicador combina a análise da ação do preço, a confirmação de tendências e a filtragem inteligente para gerar sinais de compra e venda de alta probabilidade, sinais de alerta e oportunidades de continuação de tendências em tod
Gann Made Easy   é um sistema de negociação Forex profissional e fácil de usar, baseado nos melhores princípios de negociação usando a teoria do sr. W. D. Gann. O indicador fornece sinais precisos de COMPRA e VENDA, incluindo níveis de Stop Loss e Take Profit. Você pode negociar mesmo em movimento usando notificações PUSH. Entre em contato comigo após a compra para receber instruções de negociação e ótimos indicadores extras gratuitamente! Provavelmente você já ouviu muitas vezes sobre os método
A lenda está de volta: Entry Points Pro 10. O relançamento do lendário indicador que se manteve por 3 anos no Top-3 do MQL5 Market. Centenas de avaliações entusiasmadas (589 nas duas versões), milhares de traders operam com ele todos os dias, 31.000+ downloads da versão demo   MT4+MT5 . Li cada avaliação de vocês ao longo de cinco anos — e, em vez de promessas, coloquei as respostas dentro da versão 10. Do autor que está no mercado desde 1999 e valoriza a honestidade, a própria reputação e os se
Atomic Analyst MT5
Issam Kassas
4.36 (45)
Este produto foi atualizado para o mercado de 2026 e otimizado para as versões mais recentes do MT5. AVISO DE ATUALIZAÇÃO DE PREÇO: Atomic Analyst está atualmente disponível por $99 . O preço aumentará para $199 após as próximas 30 compras . OFERTA ESPECIAL: Após comprar o Atomic Analyst, envie-me uma mensagem privada para receber o Smart Universal EA GRÁTIS e transformar seus sinais do Atomic Analyst em operações automatizadas. Atomic Analyst é um indicador de trading de Price Action sem repa
GoldenX Entry MT5
Kareem Abbas
5 (14)
GoldenX Entry é um indicador para MT5 com um algoritmo adaptativo Smart Entry Trend, um sistema de pontuação de sinais, um detector de regime de mercado e um filtro de volatilidade. Cada sinal inclui um nível de entrada calculado, três níveis de Take-Profit (TP1, TP2, TP3) e um nível de Stop-Loss. Ele é construído sobre múltiplas camadas analíticas projetadas para se adaptar a diferentes condições de mercado, combinando um sistema analítico multicamadas com um otimizador integrado e um sistema d
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (14)
INDICADOR TREND CATCHER O Indicador Trend Catcher analisa os movimentos de preços do mercado, utilizando uma combinação de indicadores de análise de tendências adaptativos, proprietários e personalizados pelo autor. Identifica a verdadeira direção do mercado, filtrando o ruído de curto prazo e focando a força do momentum subjacente, a expansão da volatilidade e o comportamento da estrutura de preços. Utiliza também uma combinação de indicadores personalizados de suavização e filtragem de tendê
Power Candles MT5
Daniel Stein
5 (9)
Power Candles V3 - Indicador de força com auto-otimização O Power Candles V3 transforma a força da moeda e do instrumento num plano de negociação prático em todos os gráficos aos quais está associado. Em vez de se limitar a colorir as velas, executa uma otimização automática em tempo real em segundo plano e apresenta-lhe os melhores valores de Stop Loss, Take Profit e limiar de sinal para o símbolo em questão. Basta um clique para o adotar na negociação em tempo real — as linhas de entrada, Stop
Zoryk Gold
Reda El Koutbane
5 (1)
ZORYK — Sistema avançado de sinais e planejamento para XAUUSD no MetaTrader 5 Você conhece essa sensação. Você analisa o ouro, espera pela entrada e finalmente abre a operação. O preço começa a se mover contra você. Você fecha cedo demais, altera o Stop Loss ou hesita por alguns segundos. Logo depois, o mercado segue exatamente na direção que você esperava, mas sem você na operação. O problema nem sempre era a direção. O verdadeiro problema era a falta de um plano claro. Você não sabia exa
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
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Apresentando   Quantum TrendPulse   , a ferramenta de negociação definitiva que combina o poder do   SuperTrend   ,   RSI   e   Stochastic   em um indicador abrangente para maximizar seu potencial de negociação. Projetado para traders que buscam precisão e eficiência, este indicador ajuda você a identificar tendências de mercado, mudanças de momentum e pontos de entrada e saída ideais com confiança. Principais características: Integração SuperTrend:   siga facilmente a tendência predominante do
Axiom Matrix
Issam Kassas
5 (4)
AXIOM MATRIX MT5 PREÇO DE LANÇAMENTO: $99 Axiom Matrix está disponível pelo preço de lançamento de $99. O preço aumentará para $199 após as primeiras 30 compras. Após a sua compra, envie-me uma mensagem direta para receber as instruções e reivindicar o seu bônus exclusivo de presente. Axiom Matrix é um scanner de mercado profissional multissímbolo e multitimeframe, além de um painel de decisão para MetaTrader 5. Ele escaneia o seu Market Watch, analisa múltiplos timeframes, lê múltiplos motores
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
Currency Strength Wizard   é um indicador muito poderoso que fornece uma solução completa para uma negociação bem-sucedida. O indicador calcula o poder deste ou daquele par forex usando os dados de todas as moedas em vários intervalos de tempo. Esses dados são representados em uma forma de índice de moeda fácil de usar e linhas de energia de moeda que você pode usar para ver o poder desta ou daquela moeda. Tudo o que você precisa é anexar o indicador ao gráfico que deseja negociar e o indicador
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (5)
Um novo Rei chegou à cidade - Indicador + Gestão de Ordens (TP1 + TP2 + TP3) + Enviador opcional de sinais para Telegram INCLUÍDO (GRÁTIS) (SISTEMA COMPLETO DE TRADING e SINAIS) Nosso melhor EA para Ouro: Gold Slayer Este indicador inclui uma estratégia avançada, um sistema de trading com gestão de ordens personalizável e um sistema de reversão à média que combina extensões de envelopes, apoiado por múltiplos filtros inteligentes de confirmação, como o RSI, para capturar entradas de reversão de
Este produto foi atualizado para o mercado de 2026 e otimizado para as versões mais recentes do MT5. AVISO DE ATUALIZAÇÃO DE PREÇO: Smart Price Action Concepts está atualmente disponível por $200 . O preço aumentará para $299 após as próximas 30 compras . OFERTA ESPECIAL: Após comprar, envie-me uma mensagem privada para receber Bônus grátis + Presente . Antes de tudo, vale destacar que esta ferramenta de trading é um indicador sem repaint, sem redesenho e sem atraso, o que a torna ideal para tr
FX Power MT5 NG
Daniel Stein
5 (33)
FX Power: Analise a Força das Moedas para Decisões de Negociação Mais Inteligentes Visão Geral FX Power é a sua ferramenta essencial para compreender a força real das principais moedas e do ouro em quaisquer condições de mercado. Identificando moedas fortes para comprar e fracas para vender, FX Power simplifica as decisões de negociação e revela oportunidades de alta probabilidade. Quer você prefira seguir tendências ou antecipar reversões usando valores extremos de Delta, esta ferramenta adap
IX Power MT5
Daniel Stein
4.92 (13)
IX Power: Descubra informações de mercado para índices, commodities, criptomoedas e forex Visão Geral IX Power é uma ferramenta versátil projetada para analisar a força de índices, commodities, criptomoedas e símbolos de forex. Enquanto o FX Power oferece a máxima precisão para pares de moedas ao utilizar dados de todos os pares disponíveis, o IX Power foca exclusivamente nos dados do mercado do símbolo subjacente. Isso torna o IX Power uma excelente escolha para mercados fora do forex e uma o
Torne-se um Negociador Breaker e lucre com as mudanças na estrutura do mercado à medida que o preço reverte. O indicador de quebra de bloco de pedidos identifica quando uma tendência ou movimento de preço está chegando à exaustão e pronto para reverter. Ele o alerta sobre mudanças na estrutura do mercado, que normalmente ocorrem quando uma reversão ou uma grande retração está prestes a ocorrer. O indicador usa um cálculo proprietário que identifica rupturas e momento do preço. Toda vez que um
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction é uma ferramenta de análise de mercado tridimensional. Ela oferece uma análise de mercado totalmente objetiva, baseada em algoritmos, que calcula simultaneamente desvios percentuais precisos em diversos parâmetros. Desenvolvido com ferramentas avançadas de modelagem com inteligência artificial e rigorosamente testado, o algoritmo foi projetado para interpretar o mercado com precisão sem precedentes. Você pode analisar qualquer par de moedas ou instrumento financeiro em sua plataf
Btmm state engine pro
Garry James Goodchild
5 (4)
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
Mais do autor
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:
Sem comentários
Responder ao comentário