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>

Önerilen ürünler
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
Renko bricks drawn as time-anchored boxes on your ordinary chart, so brick structure and real time stay visible together. A renko brick prints when price moves a set distance, ignoring how long that takes. That strips out the sideways noise a time chart is full of. The usual way to see them is a separate offline chart, which loses the clock. This draws the same bricks over your normal candles instead, so you keep the time axis, your other indicators, and your orders. How the bricks are built Onl
FREE
FVG Zone
Robby Suhendrawan
Fair Value Gap (FVG) Free Edition - Automated Smart Money Footprints In the ICT (Inner Circle Trader) and Smart Money Concepts (SMC) methodology, a Fair Value Gap (FVG)—also known as an Imbalance—occurs when the price moves with extreme momentum, leaving behind a void of liquidity. These unfilled gaps act as magnets for future price action, making them the most high-probability retracement and entry zones for professional traders. Pro Version Link :    https://www.mql5.com/en/market/product/1476
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
Genel Bakış Heiken Ashi Smoothwave, grafiğinizi doğrudan ana grafik penceresinde yumuşatılmış Heiken Ashi mumlarına dönüştürerek standart mumların yerini alır ve daha net bir trend görünümü sunar. Ayrı pencere yok, karmaşa yok. Nasıl Çalışır Her barda gerçek fiyat verilerinden Heiken Ashi OHLC değerlerini hesaplar. Renkli Heiken Ashi mumlarını doğrudan ana grafik üzerinde çizer. Yerel grafik mumlarını otomatik olarak gizler, yalnızca Heiken Ashi mumları görünür kalır. Gösterge kaldırıldığında s
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. Renko EDGE EA Golden Delta | A
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
5 (1)
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
Nebula Gold Strike – Micro-Noise Heatmap + Hybrid Direction Logic + Tick Anomaly Detector   Version 1.3 | Copyright 2025 Bob's Channel | t.me/BobsGoldCrusherVIP "See the market in ticks — not bars."  What You Get in 1 Minute   - Hybrid Heatmap: Real-time color shows **direction + noise level** (green = bullish clean, dark red = bearish chaos).   - Tick Anomaly Dot: Yellow alert **the moment** a statistically weird tick arrives — no bar-close delay.   - DOM Imbalance Line: Buyer vs seller pr
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 MT5 İşlem Hesabı Analiz ve İzleme Paneli TradeVisonPro Forex Analyzer Pro, MetaTrader 5 kullanıcıları için tasarlanmış bir işlem analizi ve hesap izleme çözümüdür. Ürün, MT5 işlem verilerini yapılandırılmış web tabanlı bir panelde düzenleyerek yatırımcıların hesap bilgilerini görüntülemesine, açık pozisyonları izlemesine, işlem geçmişini analiz etmesine, stratejileri takip etmesine, işlem günlüğü tutmasına ve performans istatistiklerini incelemesine olanak tanır.
FREE
Devrim niteliğindeki MT5 göstergesi ile tanışın, DARWIN Assistant   - başarılı ticaret dünyasına açılan nihai kapınız! Hassasiyet ve uzmanlıkla tasarlanan DARWIN Assistant   , tüm zaman dilimlerinde gelişmiş teknik göstergelerin (RSI, Stokastik, CCI ve Trendler) gücünden yararlanan özel bir strateji üzerinde çalışır. Bu son teknoloji gösterge size giriş için en doğru sinyalleri sunarak, piyasalarda benzersiz bir güvenle gezinmenizi sağladığından, olağanüstü bir ticaret deneyimi için kendinizi d
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
Mini Charts MTF EMA Mini Charts MTF EMA is a MetaTrader 5 indicator that displays multiple mini charts from selected timeframes directly on the main chart. It helps traders monitor multi-timeframe price movement and EMA direction in one clean visual layout. Main Features Multiple mini charts on the main chart Custom timeframe selection for each mini chart Up to 4 EMA lines for every mini chart Custom EMA period, shift, method, applied price, color, style, and width Custom mini chart width, heigh
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.57 (14)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
SMC Alpha Engine SMC Alpha Engine is a Smart Money Concepts indicator for MetaTrader 5 designed to identify Order Blocks, Fair Value Gaps, Liquidity Sweeps, and market structure changes directly on the chart. The indicator focuses on displaying the most recent valid Order Block together with automatically calculated TP and SL levels for simplified chart analysis. Main Features Automatic Order Block detection Buy and Sell zone visualization Automatic TP and SL calculation Fair Value Gap (FVG) det
Eclair
Adier Antonio Pereira
Eclair, MetaTrader 5 için geliştirilmiş gelişmiş bir hacim akışı analiz göstergesidir. Birden fazla hacim göstergesini modern ve sürüklenebilir tek bir panelde birleştirerek piyasanın alım ve satım gücünü hızlıca görselleştirmek isteyen yatırımcılar için tasarlanmıştır. Panel, 11 farklı hacim ve para akışı göstergesinin normalize edilmiş değerlerini gerçek zamanlı olarak gösterir ve momentum, birikim, dağıtım ve kurumsal baskının görsel ve sezgisel şekilde analiz edilmesini sağlar. Dahil Edilen
FREE
LT Rainbow Trend
Thiago Duarte
5 (1)
== LT RAINBOW TREND - 36 HAREKETLİ ORTALAMALI TREND İNDİKATÖRÜ == GENEL BAKIŞ LT Rainbow Trend, akıllı bir renk sistemi (Rainbow/Gökkuşağı) ile çalışan ve aynı anda 36 Hareketli Ortalamayı (Moving Average) kullanan gelişmiş bir teknik trend analizi indikatörüdür. Ana trend yönünde maksimum görsel netlikle işlem yapmak isteyen yatırımcılar için geliştirilen bu indikatör, çoklu zaman dilimi (multi-timeframe) analizinin karmaşıklığını basit, renkli ve son derece sezgisel bir görünüme dönüştürür.
Kito Order Block & FVG Detector Clean market structure. Relevant zones. Less chart noise. Kito Order Block & FVG Detector is a standalone MT5 indicator designed to identify important Order Blocks and optional Fair Value Gaps directly on your chart. Instead of filling the screen with every possible imbalance, the indicator is configured to start with Order Block detection enabled and Fair Value Gap detection disabled by default . This gives traders a cleaner first view of the market while keeping
FREE
XAUUSD OrderFlow Structure AutoPOC Pro is an advanced MetaTrader 5 indicator designed to analyze market structure, order flow, buying and selling pressure, liquidity, and volume distribution directly on the chart. The indicator is especially focused on XAUUSD (Gold) analysis, although it can also be used with other instruments available in MetaTrader 5. Its objective is to bring together several analytical tools that would normally require multiple indicators: market structure, BOS and CHOCH, Or
Bu ürünün alıcıları ayrıca şunları da satın alıyor
Bu ürün 2026 piyasası için güncellendi ve en son MT5 sürümleri için optimize edildi. FİYAT GÜNCELLEME BİLDİRİMİ: Smart Trend Trading System şu anda $99 fiyatıyla sunulmaktadır. Sonraki 30 satın alma işleminden sonra fiyat $199 olacaktır. ÖZEL TEKLİF: Smart Trend Trading System satın aldıktan sonra bana özel mesaj gönderin, Smart Universal EA’yı ÜCRETSİZ olarak alın ve Smart Trend sinyallerinizi otomatik işlemlere dönüştürün. Smart Trend Trading System, daha temiz sinyaller, daha iyi trend yönü
Trend Sniper X
Sarvarbek Abduvoxobov
4.8 (20)
Trend Sniper X , tüccarların trend yönünü ve olası dönüş noktalarını netlik ve hassasiyetle belirlemelerine yardımcı olan MetaTrader 5 için çoklu zaman dilimli bir trend takip göstergesidir. MT4 için: https://www.mql5.com/en/market/product/193245 Fiyat Bilgisi: Mevcut fiyat tanıtım amaçlıdır ve gelecek güncellemeler ile yeni özellikler yayınlandıkça değişebilir. Bonus Fırsatı: Bu indikatör için ÜCRETSİZ Oto-Trade Assistant EA'yı almak için lütfen satın aldıktan sonra yazara mesaj gönderin. Code
Neuro Poseidon MT5
Daria Rezueva
4.85 (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
UNIX Scalper — Gold Scalping Indicator for MetaTrader 5 UNIX Scalper is a focused Gold scalping indicator designed primarily for XAUUSD on M1, M2, M3, M5, M10 and M15. It gives the trader a clear BUY, SELL or WAIT decision together with the complete trade plan: Entry, Stop Loss, TP1 and TP2 . PRICE UPDATE NOTICE: Currently available for $199. The price will   increase to $399   after the next   30 purchases . The concept is simple: wait for the signal, follow the levels, move the Stop Loss to
Zoryk Gold
Reda El Koutbane
5 (7)
ZORYK — MetaTrader 5 İçin Gelişmiş XAUUSD Sinyal Sistemi Bu hissi biliyorsunuz. Altını analiz etmek için uzun zaman harcarsınız. Doğru giriş noktasını beklersiniz. Sonunda işlemi açarsınız ve fiyat hemen aleyhinize hareket etmeye başlar. İşlemi çok erken kapatırsınız, Stop Loss seviyesini değiştirirsiniz veya birkaç saniye tereddüt edersiniz. Daha sonra piyasa, başlangıçta beklediğiniz hedefe tam olarak ulaşır; ancak siz artık işlemin içinde değilsinizdir. Sorun her zaman yön değildi. Asıl sorun
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading opp
Önce dürüst olalım. Hiçbir gösterge tek başına sizi kârlı yapmaz. Eğer biri size aksini söylüyorsa, size bir hayal satıyordur. Mükemmel al/sat okları gösteren her gösterge, kusursuzmuş gibi görünecek şekilde yapılabilir — sadece geçmişin doğru bir bölümünü yakınlaştırıp kazanan işlemleri ekran görüntüsü almanız yeterlidir. Biz bunu yapmıyoruz.  SMC Intraday Formula bir araçtır. Piyasa yapısını sizin için okur, en yüksek olasılıklı fiyat bölgelerini belirler ve şu anda akıllı paranın izinin nası
SuperScalp Pro
Van Minh Nguyen
4.63 (32)
SuperScalp Pro – Profesyonel Çok Katmanlı Doğrulama Scalping Sistemi SuperScalp Pro, Supertrend'i VWAP, EMA, RSI, ADX, Volume, Bollinger Bands ve MACD Divergence gibi gelişmiş piyasa analiz araçlarıyla birleştiren çok katmanlı bir doğrulama sistemi üzerine kurulmuş profesyonel bir scalping göstergesidir. Trend analizi, momentum, hacim ve piyasa volatilitesini birleştiren SuperScalp Pro, potansiyel işlem fırsatlarını belirlemek için yapılandırılmış bir yaklaşım sunar. Buy ve Sell sinyalleri doğru
M1 Sniper MT5
Oleg Rodin
5 (7)
M1 SNIPER   kullanımı kolay bir işlem göstergesi sistemidir. M1 zaman dilimi için tasarlanmış bir ok göstergesidir. Gösterge, M1 zaman diliminde scalping için bağımsız bir sistem olarak kullanılabilir ve mevcut işlem sisteminizin bir parçası olarak kullanılabilir. Bu işlem sistemi özellikle M1'de işlem yapmak için tasarlanmış olsa da, diğer zaman dilimleriyle de kullanılabilir. Başlangıçta bu yöntemi XAUUSD ve BTCUSD ticareti için tasarladım. Ancak bu yöntemi diğer piyasalarda işlem yaparken de
GoldenX Entry MT5
Kareem Abbas
5 (16)
GoldenX Entry, adaptif Smart Entry Trend algoritmasına, sinyal skorlaması sistemine, piyasa rejimi algılayıcısına ve volatilite filtresine sahip bir MT5 indikatörüdür. Her sinyal; hesaplanmış bir giriş seviyesi, üç adet Take-Profit seviyesi (TP1, TP2, TP3) ve bir Stop-Loss seviyesi içerir. Farklı piyasa koşullarına uyum sağlamak için tasarlanmış çok katmanlı analitik yapı üzerine kuruludur ve yerleşik optimizasyon aracı ile istatistik takip sistemini birleştirir. Risk-ödül (RR) metrikleri ve geç
FiboSniper Pro
Van Minh Nguyen
5 (2)
FiboSniper Pro – Profesyonel Çoklu Filtre Fibonacci Grid Trading Sistemi FiboSniper Pro, Fibonacci Envelopes'ı ADX, EMA, RSI, ATR ve Zaman Filtreleri dahil olmak üzere birden fazla piyasa doğrulama katmanıyla birleştiren gelişmiş bir teknik işlem indikatör sistemidir. Fiyat yapısı, trend, momentum ve volatilite analizini bir araya getirerek traderların daha seçici ve daha yüksek kaliteli giriş fırsatlarını belirlemesine yardımcı olurken, yapılandırılmış işlem yönetimi için ATR tabanlı Stop Loss
Atomic Analyst MT5
Issam Kassas
4.44 (54)
Bu ürün 2026 piyasası için güncellendi ve en son MT5 sürümleri için optimize edildi. FİYAT GÜNCELLEME BİLDİRİMİ: Atomic Analyst şu anda $99 fiyatıyla sunulmaktadır. Sonraki 30 satın alma işleminden sonra fiyat $199 olacaktır. ÖZEL TEKLİF: Atomic Analyst satın aldıktan sonra bana özel mesaj gönderin, Smart Universal EA’yı ÜCRETSİZ olarak alın ve Atomic Analyst sinyallerinizi otomatik işlemlere dönüştürün. Atomic Analyst, manuel trading, sinyal netliği ve EA otomasyonu için tasarlanmış, repaint
ATSTRONG PRO: Piyasa Yapısı ve Kırılım (Breakout) Göstergesi Kırılım Algılama Motoru | 5 Dinamik TP Hedefi | Canlı Gösterge Paneli | Yeniden Boyama Yok (Non-Repainting) Lansman Fiyatı Mevcut Fiyat: 59 $ — Her 10 satıştan sonra fiyat 10 $ artar. ATSTRONG PRO , MetaTrader 5 için tasarlanmış gelişmiş bir kırılım (breakout) ve kurumsal piyasa yapısı göstergesidir. Yüksek olasılıklı swing pivot noktalarını tespit eder, kümelenmiş destek ve direnç birikim bölgelerini belirler ve gerçek zamanlı olar
Gold Entry Sniper
Tahir Mehmood
5 (19)
Gold Entry Sniper – Altın Scalping & Swing Trading için Profesyonel Çoklu Zaman Çerçeveli ATR Paneli Gold Entry Sniper , XAUUSD ve diğer enstrümanlar için doğru al/sat sinyalleri veren, ATR Trailing Stop mantığı ve çoklu zaman çerçevesi analizi ile geliştirilmiş gelişmiş bir MetaTrader 5 göstergesidir. Temel Özellikler ve Avantajlar Çoklu Zaman Çerçevesi Analizi – M1, M5, M15 trendlerini tek panelde gösterir. ATR Tabanlı Trailing Stop – Volatiliteye göre dinamik olarak ayarlanır. Profesyonel Gra
Gann Made Easy , bay teorisini kullanarak ticaretin en iyi ilkelerine dayanan, profesyonel ve kullanımı kolay bir Forex ticaret sistemidir. WD Gann. Gösterge, Zararı Durdur ve Kâr Al Seviyeleri dahil olmak üzere doğru SATIN AL ve SAT sinyalleri sağlar. PUSH bildirimlerini kullanarak hareket halindeyken bile işlem yapabilirsiniz. Satın alma işleminden sonra, alım satım talimatlarını ve harika ek göstergeleri ücretsiz olarak almak için lütfen benimle iletişime geçin! Muhtemelen Gann ticaret yöntem
Divergence Bomber
Ihor Otkydach
4.89 (94)
Zaman zaman bu sistemle bizzat işlem yapıyorum. Gerçek hesapta yaptığım manuel BOMBER işlemlerimi değerlendir - CANLI SİNYAL Bu göstergeyi satın alan herkese aşağıdaki ekstra içerikler ücretsiz olarak sunulmaktadır: Her işlemi otomatik olarak yöneten, Stop Loss ve Take Profit seviyelerini ayarlayan ve işlemleri strateji kurallarına göre kapatan özel yardımcı araç: "Bomber Utility" Göstergenin farklı varlıklar üzerinde kullanılmasına yönelik ayar dosyaları (set dosyaları) Bomber Utility için 3 f
Superhero
Ihor Otkydach
5 (3)
SUPERHERO göstergesi, "her şeyi kapsayan" bir temele dayalı olarak tasarlanmış çoklu para birimli bir işlem sistemidir. Gösterge, piyasayı bağımsız olarak analiz eder ve işlemlerin ne zaman açılıp kapatılacağına dair sinyaller verir. Stop Loss ve Take Profit emirlerini kullanır. R:R oranı 1:1'dir. Zaman zaman ben de bu sistemin sinyallerine göre işlem yapıyorum ve işte elde ettiğim sonuçlar: CANLI SİNYAL Bu sistem akıllı telefonunuza anlık bildirimler gönderebilir; böylece bir bilgisayara bağlı
Efsane geri dönüyor: Entry Points Pro 10. MQL5 Market'te 3 yıl boyunca ilk 3'te kalan efsanevi indikatörün yeniden lansmanı. Yüzlerce övgü dolu yorum (iki sürümde toplam 589), her gün binlerce trader onunla işlem yapıyor, 31.000+ demo indirmesi   MT4+MT5 . Beş yıl boyunca yazdığınız her yorumu okudum — ve söz vermek yerine yanıtları 10. sürümün içine işledim. 1999'dan beri piyasada olan ve dürüstlüğe, itibarına ve müşterilerine değer veren bir yazardan. Entry Points Pro, işleme giriş sinyallerin
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. ️ Summer Sale
SR Liquidity , piyasa likiditesinin yoğunlaştığı ve fiyatın en güçlü tepkiyi verdiği gizli bölgeleri ortaya çıkarmak için tasarlanmış bir alım-satım göstergesidir. Bu özel likidite alanları güçlü destek ve direnç seviyeleri işlevi görerek, piyasanın yön değiştirme ihtimalinin en yüksek olduğu yerlere dair size net bir harita sunar. SR Liquidity, sıradan Destek/Direnç çizgileri çizmek yerine, alım ve satım baskısının yoğunlaştığı bölgeleri tespit etmek için gerçek fiyat hareketlerini analiz eder.
UZFX {SSS} Scalping Smart Signals v5.0 MT5, hızlı hareket eden piyasalarda doğru ve gerçek zamanlı sinyaller bekleyen scalperlar, günlük işlemciler ve swing işlemciler için tasarlanmış, yeniden çizilmeyen yüksek performanslı bir işlem göstergesidir. (UZFX-LABS) tarafından geliştirilen bu gösterge, fiyat hareketi analizi, trend teyidi ve akıllı filtrelemeyi bir araya getirerek tüm döviz çiftleri ve zaman dilimlerinde yüksek olasılıklı alım ve satım sinyalleri, Uyarı Sinyalleri ve Trend Devam Fırs
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (4)
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
Axiom Matrix
Issam Kassas
5 (6)
AXIOM MATRIX MT5 LANSman FİYATI: $99 Axiom Matrix, $99 lansman fiyatıyla sunulmaktadır. İlk 30 satın alma tamamlandıktan sonra fiyat $199 olacaktır. Satın alma işleminizden sonra, talimatları almak ve özel hediye bonusunuzu talep etmek için bana doğrudan mesaj gönderin. Axiom Matrix, MetaTrader 5 için profesyonel bir çoklu sembol, çoklu zaman dilimi piyasa tarayıcısı ve karar panelidir. Market Watch listenizi tarar, birden fazla zaman dilimini analiz eder, birden fazla kanıt motorunu okur, en gü
Bu ürün 2026 piyasası için güncellendi ve en son MT5 sürümleri için optimize edildi. FİYAT GÜNCELLEME BİLDİRİMİ: Smart Price Action Concepts şu anda $200 fiyatıyla sunulmaktadır. Sonraki 30 satın alma işleminden sonra fiyat $299 olacaktır. ÖZEL TEKLİF: Satın aldıktan sonra bana özel mesaj gönderin ve ÜCRETSİZ Bonus + Hediye alın. Öncelikle, bu trading aracının repaint yapmayan, geçmişi yeniden çizmeyen ve gecikmeyen bir indikatör olduğunu vurgulamak gerekir. Bu da onu profesyonel trading için
TrendMaestro5
Stefano Frisetti
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these da
Power Candles MT5
Daniel Stein
4.73 (11)
Power Candles V3 - Kendi Kendini Optimize Eden Güç Göstergesi Power Candles V3, döviz ve enstrüman gücünü, eklendiği her grafikte eyleme geçirilebilir bir ticaret planına dönüştürür. Sadece mumları renklendirmek yerine, arka planda canlı bir otomatik optimizasyon çalıştırır ve önünüzdeki sembol için en iyi Stop Loss, Take Profit ve sinyal eşiğini size sunar. Tek bir tıklama ile canlı ticarete uyarlanır - giriş, Stop Loss ve Take Profit ışınları grafikte tam fiyatlarla görünür ve uyarılar yön bil
Smart Market Structure Pro by G-Labs — ICT and Smart Money Concepts toolkit with built-in multi-symbol scanner for MetaTrader 5. Break of structure, change of character, order blocks, fair value gaps, liquidity sweeps, premium and discount zones, ICT sessions, confluence scoring, AI trade ideas, and a traffic-light scanner across up to 30 pairs and four timeframes from one chart. Map SMC and ICT on the active chart while the built-in scanner monitors your full watchlist. Each cell shows BUY, S
Advanced Supply Demand MT5
Bernhard Schweigert
4.53 (15)
Herhangi bir Acemi veya Uzman Tüccar için En İyi Çözüm! Bu gösterge benzersiz, yüksek kaliteli ve uygun fiyatlı bir ticaret aracıdır çünkü bir dizi tescilli özelliği ve yeni bir formülü bir araya getirdik. Bu güncelleme ile çift zaman dilimi dilimlerini gösterebileceksiniz. Yalnızca daha yüksek bir TF gösteremeyeceksiniz, aynı zamanda TF grafiğini ve ARTIK daha yüksek TF'yi de gösterebileceksiniz: YUVARLAK BÖLGELERİ GÖSTERMEK. Tüm Arz Talebi tüccarları buna bayılacak. :) Önemli Bilgiler Açıkland
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (6)
Şehre yeni bir Kral geldi - Gösterge + Emir Yönetimi göstergeleri (TP1 + TP2 + TP3) + Opsiyonel Telegram Sinyal Gönderici DAHİL (ÜCRETSİZ) (TAM TRADING ve SİNYAL SİSTEMİ) Altın için en iyi EA’mız: Gold Slayer Bu gösterge; gelişmiş bir strateji, özelleştirilebilir emir yönetimine sahip bir trading sistemi ve envelope uzantılarını birleştiren bir mean reversion sistemi içerir. Ayrıca RSI gibi birçok akıllı onay filtresiyle desteklenerek yüksek olasılıklı dönüş girişlerini AL ve SAT sinyalleriyle y
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (18)
TREND YAKALAYICI GÖSTERGE Trend Yakalayıcı Gösterge, yazarın tescilli ve özelleştirilmiş uyarlanabilir trend analiz göstergelerinin bir kombinasyonunu kullanarak piyasa fiyat hareketlerini analiz eder. Kısa vadeli gürültüyü filtreleyerek ve temel momentum gücüne, volatilite genişlemesine ve fiyat yapısı davranışına odaklanarak gerçek piyasa yönünü belirler. Ayrıca, hareketli ortalamalar, RSI ve volatilite filtreleri gibi yumuşatma ve trend filtreleme özelleştirilmiş göstergelerinin bir kombina
Yazarın diğer ürünleri
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
Filtrele:
Değerlendirme yok
Değerlendirmeye yanıt