YouTubeにあるマーケットチュートリアルビデオをご覧ください
ロボットや指標を購入する
仮想ホスティングで
EAを実行
EAを実行
ロボットや指標を購入前にテストする
マーケットで収入を得る
販売のためにプロダクトをプレゼンテーションする方法
MetaTrader 5のための新しいテクニカル指標 - 10
ALGOTRIBE Volatility Filter (GVZ + ATR) Institutional Volatility Intelligence for Smart Risk Control Category: Volatility & Risk Management
Platform: MetaTrader 5
Type: Indicator (Chart Window) Overview ALGOTRIBE Volatility Filter is a next-generation volatility intelligence tool engineered to help traders anticipate, interpret, and manage market volatility with precision. By combining the CBOE Gold Volatility Index (GVZ) with a dynamic ATR-based engine , the indicator identifies real-ti
Adaptive Fibonacci Trend Zones is an MT5 indicator built for traders who want a clean structure-based Fibonacci workflow without constantly redrawing anchors by hand.
The indicator automatically detects the dominant swing, builds the active Fibonacci map, projects trade-map zones and adapts its behavior across scalp, intraday and swing conditions.
Instead of leaving outdated levels on the chart when structure changes, the indicator can disable the active trade map and wait for a new anchor. T
คำอธิบายอินดิเคเตอร์ Ichimoku Future Cloud Focus PRO – รุ่นโซนรายการ อินดิเคเตอร์นี้พัฒนาจาก Ichimoku ปกติ แต่เพิ่ม "โซนเข้าออเดอร์ (Entry Zone)" + "การมอง Cloud ล่วงหน้า" เพื่อให้ตัดสินใจง่ายขึ้น โครงสร้างหลัก 1. Tenkan (เส้นฟ้า) เส้นเร็ว → บอกโมเมนตัมสั้น ใช้ดูจังหวะ “เริ่มขยับ” 2. Kijun (เส้นทอง) เส้นหลัก → แนวโน้มจริง ใช้เป็น “ฐานเข้าออเดอร์ / รีเทส” 3. Future Cloud (เมฆล่วงหน้า) สีเขียว = แนวโน้มขึ้น สีแดง = แนวโน้มลง ใช้ดู “อนาคตของเทรนด์” (ล่วงหน้า 26 แท่ง) จุดขายหลักของตัวนี้คือ
Introducing the Big Move Indicator MT5, a powerful tool designed to highlight significant price movements on your trading charts. This indicator is perfect for traders seeking to capitalize on strong momentum shifts and volatility changes in the market. With the ability to visually mark large price swings, the Big Move Indicator MT5 helps traders identify high-impact trading opportunities quickly, allowing for precise entry and exit points. Installation Guide for MQL Products | Updating Purc
QUANTFLOW The Institutional VWAP Confluence Command Center for MT5 "Clarity • Volume • Precision • See The Institutional Fair Value In Every Tick" Welcome to the ultimate quantitative analytical system engineered for professional traders who demand complete market transparency and multi-dimensional confirmation QUANTFLOW gives you the institutional edge to trade with precision and confidence across all global financial markets THE QUANTFLOW PHILOSOPHY: CONFLUENCE IS KING In a mar
Liquidity Wave Pro is not just an indicator. It is a professional-grade momentum engine designed to reveal the true behavior of price and smart money activity. Built on an advanced WaveTrend algorithm, this tool filters market noise and highlights only high-probability trading opportunities. What makes it powerful? • Accurate Buy & Sell signals based on oversold/overbought momentum shifts
• Advanced WaveTrend system (WT1 & WT2) for precise market timing
• Dynamic liquidity zones with visual g
Spike Alert Pro - Advanced Volatility & Market Spike Detector Stay ahead of sudden market movements with Spike Alert Pro , a powerful, highly responsive, and meticulously coded indicator designed to detect high-volatility market spikes in real time. Whether you are trading Forex or Gold (XAUUSD), catching rapid price expansions is crucial for successful trading. Spike Alert Pro acts as your personal market monitor, ensuring you never miss a critical trading opportunity by delivering instan
# HeavenWay Signal System V1.1 User Manual
## I. Product Overview
**HeavenWay Signal System** is a professional trading auxiliary tool based on precise analysis of gold and silver market microstructure. Through real-time calculation of market depth data, the system can promptly issue trading signals when prices show abnormal deviations, helping traders capture high-probability trading opportunities.
---
## II. Core Advantages
### 2.1 The Elegance of Algorithm Design
This system employs **m
Reversal Edge Pro is a powerful, next-generation reversal indicator designed to identify high-probability turning points in the market with precision and clarity. Built using a smart combination of RSI behavior, price action, candle structure, and adaptive validation logic , this indicator filters out weak signals and focuses only on meaningful reversals — helping traders avoid noise and stay aligned with real market movements. Unlike traditional indicators that flood charts with signals, Revers
MOMO Scanner for MT5 — Momentum Signals, Market Filters, and a Stunning Panel MOMO Scanner is a powerful MT5 indicator that transforms your Market Watch into a high-impact signal panel for H1, H4, and D1 . Instead of guessing or scanning manually, you get instant visibility into which symbols are trending, which are choppy, and where momentum is igniting—complete with exact signal time and date . Why traders love it Momentum + Confirmation (not just a color flip)
This is not a basic histogra
ReverseNoRepaint Elite — how it works The indicator identifies potential trend reversal points on any chart by looking for a specific candle pattern. Its core logic checks whether the current bar has broken below (or above) the prior bar's high and low simultaneously, while also confirming that no candle within a lookback window (set by FilterCandle , default 12) exceeded that prior bar's extreme. In other words, it finds a bar that breaks cleanly out of a consolidation zone — a genuine momentum
Brandon Angelo Flag Pattern — how it works This indicator automatically detects classic bull and bear flag chart patterns in real time. The detection happens in three stages for each bar. First it looks for a flagpole — a sharp, strong directional move over a configurable number of bars ( FlagpoleBars , default 5) that must exceed a minimum percentage size ( FlagpoleMinPct ). For a bullish flag the pole must close net higher than it opened; for a bearish flag, net lower. Second it identifies th
这是一个基于前一个交易日的最高价、最低价和收盘价来计算的枢轴点指标,具体公式如下: 计算前一日的 Pivot Point (枢轴点): Pivot = (High + Low + Close) / 3 计算 Resistance 1 (R1) 、 Support 1 (S1) 等: R1 = (2 * Pivot) - Low S1 = (2 * Pivot) - High R2 = Pivot + (High - Low) S2 = Pivot - (High - Low)
与市面上其他的枢轴点指标相比,该指标主要有以下4个特点: 1、可以修改交易日的开始时间; 2、可以设定支撑压力线的颜色; 3、可以设定是否显示各个支撑压力线对应的价格; 4、可以设定天数用以显示枢轴点的历史记录; 开发这个指标的最初目的是为了解决设定交易日开始时间的问题,接下来会进一步说明。基于计算公式,我们需要获得上一个交易日的最高价、最低价和收盘价,在夏令时,北京时间6点是开市时间,大多数交易平台服务器的0点对应的是北京时间的6点,但是香港的服务器6点才是对应的是北京时间的6点。如果你有多个平台,且存在
这是一个非常好用的供需指标,具有以下特色: 1、可以精准的识别出供给区和需求区,且不重绘。 2、价格到达供给区或需求区会弹窗报警,且会改变颜色用来和未测试的供需区做区分。 3、价格突破供给区、需求区会弹窗报警并清除该失效的供需区。 4、供给区和需求区的进入边界价格直接标注在图表上,一目了然。 该指标配合均线使用效果更佳,用均线判断方向,用供需区的点位为设定入场位置,用供需区的边界来设定止损位置,便于以损定量,管理资金控制仓位,制定交易计划限价交易。当然也可以根据行情方向,在到达供给区或需求区报警触发后市价进厂做单,但前提是要提前做好计划,判断好方向,不可以盲目开单。关于止盈,使用供需指标来交易的话,盈亏比是比较划算的,保守的可以根据2:1或者3:1的盈亏比设置止盈,也可以把较远的供给区或需求区当作止盈目标。
Opulence Liquidity is a precision-built, non-repainting liquidity detection indicator for MetaTrader 5. Designed for traders who operate within Smart Money and ICT concepts, it automatically identifies and displays the most recent Buy-Side Liquidity (BSL) and Sell-Side Liquidity (SSL) zones directly on your chart — in real time, on any symbol and timeframe. The indicator works by detecting confirmed swing highs and swing lows, then marking the price levels where buy stops and sell stops are most
Reconstruct Market Intent. Track Real Participation. Trade Where the Money Moves. The Advanced Volume Intelligence Suite is a cutting‑edge analytical engine built for traders who demand more than standard volume bars and simplistic histograms. Powered by institutional‑grade microstructure algorithms, this indicator reveals the true architecture of market participation—showing you where liquidity is building, where it is being consumed, and where price is most likely to react next. Inside the in
The integrated control panel of QuantDynamics gives you full command over the indicator’s intelligence.
With a single click, you can: Switch between quant models Adjust sensitivity and precision Activate enhanced modes for deeper analysis Toggle advanced filters and signal layers Monitor real‑time metrics and probability outputs The panel is engineered for speed, clarity, and instant decision‑making , even in fast markets. It reduce the noise and react in a high AI methods which are defined into
ProSR Elite MTF is a complete trading assistant for MetaTrader 5 designed for Forex, Gold, Indices, Crypto, Oil, and Stocks. The indicator automatically detects strong support and resistance zones, confirms trend direction using EMA crossover, checks momentum with RSI, measures trend strength with ADX, and then gives clear buy and sell signals directly on the chart. It is suitable for: EURUSD and major Forex pairs XAUUSD (Gold) BTCUSD and Crypto US30, NASDAQ, SP500 Oil and Commodities Stocks and
Input Menu: * Backtest Start * Market Session * Signal Trigger Type * Take Profit (Pips) * Stop Loss (Pips) * Spread test manual and Live Spread * Simulation Timeframe (M5/M15/H1) * Show Dashboard * Notification Alert * Push Notification * Telegram Notfication
Dashborad Menu: * Show Backtest Start * Show Trigger Active * Show Live Spread or Manual Spread Test * Total Trade / Closed Trade * Success Rate * Hit Take Profit * Hit Stop Loss * Gross P/L * Float Profit * Float Loss * Net Profit (Clos
FREE
opnMAX Aeorus: Indicator Overview The retail trading industry is plagued by subjective, messy technical analysis. Most traders simply connect random wicks that fit their bias and draw permanent, static rectangles on their charts that offer zero mathematical edge. opnMAX Aeolus strips the emotion and subjectivity out of chart mapping. It is an algorithmic, institutional-grade market structure framework that maps the true, unbroken boundaries of the market in real-time. It doesn't just connect dot
FREE
Currency Strength & MTF Direction Panel What is Currency Strength & MTF Direction Panel? A real-time currency analysis dashboard that ranks all 8 major currencies by composite strength, displays trend direction across 4 timeframes (M15/H1/H4/D1), and suggests which pair to focus on. Designed by a data analyst using statistical methods. Non-repainting. Works with all major FX brokers. Do any of these sound familiar? - You open multiple charts every morning, flip between pairs, and still cannot de
opnMAX Sysifus: Indicator Overview Traditional Volume Profile and TPO (Time Price Opportunity) indicators suffer from a fatal flaw: they rely on hundreds of heavy graphical objects that lag the MetaTrader 5 terminal, drain CPU resources, and interfere with Expert Advisor execution. opnMAX Sysifus is engineered to solve this. It is a razor-sharp, highly optimized structural mapper that dives into granular 1-minute tick data to reveal exactly where institutional liquidity is parked and where sudd
FREE
>>> THE TRADER'S PSYCHOLOGICAL DILEMMA While trade execution demands split-second speed, successful trade management requires absolute, uncompromising patience. Ask any seasoned professional: the most difficult aspect of trading is not finding the optimal entry, but sitting idly while a massive winning trade slowly navigates market fluctuations toward your Take Profit. Staring at static, slow-moving price action induces screen fatigue, heightens anxiety, and inevitably triggers the most destruc
FREE
Pullback Indicator is your all-in-one MT5 indicator for any instrument, on any timeframe. It identifies precise zones where high-probability pullback setups are likely to form. Set it up, lock in, and simply follow the zones — no guessing, no overthinking.
How to Enter Buy or Sell:
• Only enter a buy or sell when price enters the zone and then rejects it, confirmed by clear rejection candles.
• If the level is broken (price closes beyond the zone), do not enter the trade.
• Place your sto
Full Untapped Liquidity Indicator LQ MAP is a professional liquidity indicator for MetaTrader 5 designed for traders using Smart Money Concepts. It automatically detects and displays: Untapped liquidity above highs and below lows Buy-side and Sell-side liquidity levels Estimated liquidity value shown next to each level Main features Full Untapped Liquidity Map Buyer & Seller Liquidity Levels Liquidity value estimation Works on Forex, Gold, Indices and Crypto Clean chart visualization How it wor
Demo Version Here : https://www.mql5.com/en/market/product/170738 ADX System is an advanced trend-strength and momentum confirmation indicator built on ADX and Directional Movement logic. It transforms traditional ADX data into a structured visual system that helps traders identify: • Trend initiation
• Strength acceleration
• Buy/Sell confirmation phases
• Momentum shifts
• Continuation zones The indicator features a two-step confirmation process (Alert → Confirmation), a DI momentum histogr
Этот индикатор основан математическим анализом с помощью Хейкен аши и Японской Свечи. Он покажет настрой рынка используйте пробный период и оставьте комментарии. математика основа этой индикатора Индикатор показивает сила тренда если + нумерация болше 50 надо искат сигнал на покупка и набарот нумерация меньше - 50 надо искать продажу,
индикатор основан на свечу хейкен аши и Японской Свечи
индикатор подойдет особенна для скалпинга и средный срок трейдинга WhatsApp +77767238899
This indic
HAT IT DOES MONTHLY HIGH & LOW — AUTO-DRAWN EVERY MONTH Draws the High and Low of every month for the current year (or any year you set). Each level extends as a horizontal ray into the future so you always see where price is reacting to historical monthly extremes. Color-coded (blue = high, red = low), labeled (JAN HIGH, FEB LOW etc.), fully customizable width and style. Toggle individual months on or off. WEEKLY HIGH & LOW
NoWick Candle MT5
Precision Reversal Detection for Smart Traders NoWick Candle MT5 is a powerful price-action indicator that automatically detects no-wick candles — one of the clearest signs of strong momentum and potential reversals in the market. No more guessing.
No more overcomplicating charts. You get clean, simple arrows directly on your chart — showing you where the market is making decisive moves. Perfect for traders who want clarity, precision, and speed .
________________________
Operational Guide: ADX-Filtered Dynamic Analysis System This indicator is a high-precision quantitative tool designed for advanced market analysis. The core engine is based on the synchronization between trend structural strength and momentum velocity , utilizing proprietary filters to eliminate market noise and false signals during consolidation phases. 1. Entry Logic (Arrow Signals) The algorithm continuously monitors price action for confirmed breakout points. The signals are split into tw
Stop guessing. Start sniping. Trend hunter scans 10 confluence factors on every bar and fires a single, clean BUY or SELL arrow only when the market truly lines up. No repainting, no clutter — just high-probability entries backed by math. What the scoring engine checks (10 points max): EMA Fast/Slow alignment (1 pt) Price above/below EMA Trend (1 pt) RSI momentum zone (1 pt) MACD histogram direction (1 pt) MACD signal crossover (1 pt) Price vs session VWAP (1 pt) Volume above 20-period aver
Session Lines & Labels Precise V15 – The Ultimate Prop Firm Tool for MT5 Session Lines & Labels Precise V15 is a high-precision trading indicator designed for MetaTrader 5, specifically engineered for Intraday Traders, Scalpers, and SMC (Smart Money Concepts) specialists. If you are trading Prop Firm challenges (FTMO, Apex, MyFundedFX, etc.), timing is everything. This tool ensures you never miss a critical market open or close by marking exactly when liquidity enters or leaves the market.
Chart Score AI Panel What is Chart Score AI Panel? A real-time environment scoring panel that combines 6 technical elements into a single 0-100 score. It helps you quickly judge whether current chart conditions appear favorable for trading. Designed by a data analyst using statistical methods. Non-repainting. Works on all Forex pairs, Gold, indices, and crypto. Do any of these sound familiar? - You use several indicators such as EMA, RSI, ADX, and ATR, but still struggle to decide whether curren
Gold Emperor Scalper is a MetaTrader 5 indicator designed to give traders precise buy/sell signals for XAUUSD and other symbols, powered by ATR Trailing Stop logic . Built for both scalpers and swing traders, it combines real-time market direction to help you identify high-probability gold entries with confidence. Key Features & Advantages ATR-Based Trailing Stop System – Adaptive stop levels that adjust with volatility to protect profits and reduce risk. Clear Buy/Sell Marke
EMA Cross Master Pro: Arrows & Phone Alerts 9/20 is a powerful and user-friendly trend-following indicator designed for MetaTrader 5. It specializes in detecting the high-probability "Golden Cross" and "Death Cross" setups using the Exponential Moving Average (EMA) 9 and 20 periods. This tool is perfect for traders who want to capture early trend reversals without staring at the screen 24/7. Key Features: Precision Entry Arrows: Clear Buy/Sell arrows appear instantly on your chart when th
Alpha Harvester Professional XAUUSD Signal Indicator with Dynamic SL, TP & Trailing Stop
Are you tired of indicators that show arrows but leave you guessing where to place your Stop Loss and Take Profit? Alpha Harvester solves this completely.
Every signal comes with automatically calculated SL, TP, and a swing-based trailing stop — all drawn directly on your chart with clear price labels. No guesswork. No manual calculations. Just follow the signals.
5 SMART SIGNAL TYPES
Alpha Harvester
Here’s a tight ~300-character text : A trendline break signals a potential shift in market direction. However, entry should only be taken after a confirmation candle. A strong bullish or bearish close beyond the trendline validates the breakout and reduces false signals, improving trade accuracy and confidence. ShowPatterns ShowBullEngulf ShowBearEnguIf ShowHammer ShowShootingStar ShowMorningStar ShowEveningStar ShowMarubozu
Confluence Signal Engine (MT5 Indicator) A powerful multi-indicator confluence tool that analyzes market conditions using EMA trend, RSI, MACD, Stochastic, ADX, Bollinger Bands, Volume, and candlestick patterns to generate high-confidence trading signals. It filters trades using: Minimum indicator agreement (confluence) Market session quality Multi-timeframe confirmation Risk-to-reward validation (ATR-based SL/TP) The indicator provides: Real-time dashboard with signal strength (%) Early alerts
opnMAX Pythia: Indicator Overview The fatal flaw of retail trading is reliance on isolated data. A moving average cross means nothing if it happens right into a macro resistance wall. A structural breakout is a trap if it isn't backed by institutional volume. To achieve true algorithmic edge, you must trade based on Confluence . opnMAX Pythia is the "Brain" of the opnMAX suite. It is not just another signal indicator; it is a Weighted Confluence Oracle . Pythia mathematically aggregates Multi-T
Garuda Gold Signal Indicator – Smart & Simple Gold Trading Tool Garuda Gold Signal Indicator is specially designed for XAUUSD (Gold) traders who want clean and accurate buy/sell signals without confusion. This indicator uses smart trend detection and momentum filtering to help traders avoid bad entries and focus only on high-probability setups. Unlike complex indicators, this tool is beginner-friendly and provides clear signals directly on the chart using buy and sell arrows. It helps traders
Garuda Support Resistance Indicator is a powerful smart trading tool designed to automatically detect high-probability support and resistance zones on your chart. Built especially for Gold (XAUUSD) and Forex traders, this indicator removes the need for manual drawing and provides clean, visually clear buy and sell areas. This indicator uses intelligent swing-based logic to identify key price reaction levels where the market is most likely to reverse or react. The zones are dynamically updated an
Garuda Trend Strength Indicator is a powerful and easy-to-use trading tool designed to help traders instantly understand market direction and trend strength. Built specifically for Gold (XAUUSD) and Forex markets, this indicator removes confusion and provides clear trend insights directly on the chart. This indicator combines EMA-based trend logic with RSI strength analysis to deliver accurate and reliable trend information in real time. It displays a clean on-chart panel showing whether the mar
Environment Pro MT5 What is Environment Pro? Environment Pro is a real-time market scanning dashboard that monitors multiple symbols and timeframes in a single panel. It helps you quickly identify which pairs show clear directional bias, which are stuck in range, and where unusual volatility is appearing. Built as a practical environment-assessment tool for MT5, it can be used with Forex pairs, Gold, indices, and crypto symbols supported by your broker. The Problem It Solves - You enter a trade
The Core Trend Pro - Professional Trend Following Indicator The Core Trend Pro is a sophisticated trend-following indicator designed for MetaTrader 5. It combines multiple technical layers—Exponential Moving Averages (EMA), MACD Divergence, ADX Filtering, and Multi-Timeframe (MTF) analysis—to find high-probability pullback entries in strong trending markets. Whether you are a scalper or a swing trader, this indicator helps you filter out market noise and focus on "The Core" of the trend. Key F
Apex Institutional Edge Apex Institutional Edge is a market structure and order block indicator developed to help traders identify key price zones and better understand market behavior. It focuses on highlighting areas where price may react, using a combination of structure analysis and volatility based filtering. What the Indicator Does The indicator provides: Market structure direction (trend bias) Break of Structure (BOS) detection Fair Value Gap (FVG) filtering Order Block zone identificati
Stop Cluster Mapper
Stop Cluster Mapper is a custom MT5 indicator that identifies where stop orders are most likely concentrated in the market and ranks each level by probability. Rather than drawing flat support and resistance lines, it scores every detected swing point across five independent factors and renders a weighted heatmap directly on your chart.
The result is a continuous score from 0 to 100 per level. High-scoring levels are drawn as thick red lines. Medium scores draw orange. Low
Auto Optimized Parabolic RSI: 高度な3Dモメンタムエンジン ほとんどのリテール向けインジケーターは、市場のボラティリティが変化した瞬間に破綻する静的な入力値に依存しているため、失敗に終わります。Auto Optimized Parabolic RSIは、自らの数学的優位性を継続的に再計算することで「インジケーターの陳腐化」問題を解決し、機関投資家レベルの定量的適応力をMT5ターミナルに直接もたらします。 最大の強み: カスタムインメモリ3D最適化 標準的な自動最適化ツールは、インジケーターの呼び出しで端末に過負荷をかけるため、頻繁にMT5プラットフォームをフリーズさせます。本ツールは、このボトルネックを完全に回避しています。RAMベースのカスタムネイティブ計算機を内蔵した内部エンジンは、チャートを読み込んだりタイムフレームを変更したりするたびに、超高速の3Dグリッド探索を実行します。RSI期間(頻度)、SARステップ(加速度)、SAR最大値(制限速度)を同時にスイープし、プラットフォームを遅延させることなく、数万通りものパラメーターの組み合わせを絶対的なミ
Meridian Pro:MT5用プロフェッショナル・マルチタイムフレーム・トレンドマトリックス 概要 Meridian Pro は Merkava Labs が開発したマルチタイムフレーム・トレンドマトリックスで、方向性の状態、強度、モメンタムの状況、マトリックスの合意をひとつのコンパクトなパネルに集約します。ひとつのアダプティブエンジンがM1からW1まで一貫して適用されます。シンボルごとの調整は不要。インジケーターの積み重ねも不要。すべてのアセットとすべてのタイムフレームをカバーするひとつの構造化された読み取りです。 発売キャンペーン — Meridian Proを USD 99 (導入価格)で入手。通常価格:USD 149 。 1. Meridian Proが他と異なる理由 ひとつのエンジン、バラバラなインジケーターのダッシュボードではない 多くのMTFダッシュボードは、タイムフレームごとに生のインジケーター値を繰り返すだけです。Meridian Proはマトリックス全体でひとつのアダプティブ・トレンドエンジンを使用するため、パネルの各行が同じ構造化フレームワークから導出されます
Apollo Volume Profile は、出来高分析を使用して市場の動きの方向性を決定する指標です。インジケーターは非常に使いやすいです。この指標は、使用される時間枠に応じて、市場における売り手と買い手の比率を明確に示します。この指標は、あらゆる取引システムの基礎として使用できます。インディケータはシグナルを再描画しません。 この指標は、通貨、金属、指数、株式、暗号通貨などの金融商品の取引に使用できます。 このインジケーターは、スタンドアロンの取引システムとして、またはインジケーターのトレンド フィルターとして使用できます。 購入後、必ず私に書いてください!私の取引の推奨事項と素晴らしいボーナスをあなたと共有します!
Precision Sniper Trader – 高精度マルチコンフルエンス・システム Precision Sniper Traderは、マルチコンフルエンス(根拠の重なり)アプローチを用いて、高確率なトレードシグナルを提供するために設計された高度なトレードインジケーターです。トレンド分析、モメンタム、および主要なテクニカル要因を一つのシステムに統合し、トレーダーが正確なエントリーポイントとエグジットポイントを特定するのを支援します。 Gold、Nasdaq、BTC向けの収益性の高いEAに関する魅力的なオファーについては、私のプロフィールをご覧ください。 市場のノイズをフィルタリングし、強力なセットアップのみに焦点を当てることで、Precision Sniper Traderは、さまざまな相場状況において自信を持って高い精度でトレードすることを可能にします。 主な特徴: 多角的な根拠(マルチファクター)に基づく高精度な売買シグナル。 低確率なトレードを避けるための内蔵トレンドフィルター。 明確な相場方向性を示すダイナミックなゾーン可視化。 より強力なエントリーのためのモメンタムベース
RSI Assistant MT5 – 高度なRSIトレーディングツール 主な機能 スマートRSI可視化 – 滑らかなカラーエリアで買われ過ぎ・売られ過ぎゾーンを明確に表示 高度なシグナル検出 – RSIゾーンの強さ(70、80、90 / 30、20、10)に応じて異なる色で強気・弱気の矢印を表示 ゾーン別アラート – RSIの強さに応じて異なるアラートを受信 マルチタイムフレームRSIパネル – インタラクティブボタンでM15、M30、H1、H4のRSIを監視 動的ステータスボタン – ボタンは自動的に色が変わり、買われ過ぎ(赤)と売られ過ぎ(緑)を表示 プロ版利用可能 – 16以上のトレーディング戦略 をアンロック -> Strategy Assistant 今すぐ試す 最新情報を入手 – MQL5コミュニティ @hdtradinglabチャンネル に参加して最新情報と無料ツールを入手 概要 RSI Assistant MT5は、従来のRSIを強化するために設計された強力で完全無料のインジケーターです。高度な可視化、スマートアラート、マルチタイムフレーム分析により、R
FREE
Apollo Supply Demand Zones は、サポートとレジスタンスのレベルを計算する指標です。このインジケーターは、使用する戦略に関係なく、すべてのトレーダーにとって絶対に役立ちます。この指標は、取引システムの主要な要素の 1 つになる可能性があります。このインジケーターは、現在の時間枠でレベルを計算し、MTF モードで動作して、より高い時間枠からのレベルを表示できます。この指標は、任意の時間枠で、任意の取引商品で絶対に使用できます。インジケーターは、実際に市場の全体像を表示するさまざまなタイプのレベルを示します。このインジケーターは音声アラートを提供するため、このインジケーターの操作が非常に 購入後、必ず私に書いてください!インジケーターの使用に関する推奨事項を共有します。あなたを待っている素晴らしいボーナスもあります!
ほとんどのゴールド指標は、相場が どこにあったか を示します。Aurum Apex は、大多数が参入する前に、相場がどこへ向かうかを示します。 これは主張ではありません。これがシステムの設計思想です。 Aurum Apex とは? Aurum Apex は、 MetaTrader 5 向けのリペイントなし XAUUSD スキャルピング指標 です。ゴールドという単一の銘柄に特化して構築され、価格の拡張が本格化する前に、ブレイクアウトの起点となるモメンタムを捉えるよう設計されています。 リペイントしません。遅延しません。推測しません。 すべてのシグナルは、エントリーライン、ストップロス、テイクプロフィットがチャート上に完全に描画された状態で届きます。ボタンをクリックする前に、トレードの全体像が見えています。暗算は不要。曖昧さも不要。迷いも不要です。 ゴールドのスキャルピングでは、利益と損失の差が秒単位で、そして誰が先に入ったかで決まることを理解しているトレーダーのための、精度の高いツールです。 仕組み:ブレイクアウト + 速度 ゴールドは瞬発的に動きます。機関投資家は群衆が追いかける前に足
TrendDrift Oscillator — MetaTrader 5用の二重平滑平均偏差オシレーター。 価格が指数移動平均(EMA)からどれだけ乖離しているかを測定し、2層のEMA平滑を適用してノイズをフィルタリングし、明確で実行可能なトレンドシグナルを生成します。 動作原理: 1. 選択した価格ソースのEMAを計算 2. 価格とEMAの偏差を測定 3. 偏差に第1層のEMA平滑を適用 4. 第2層のEMA平滑を適用(TrendDriftライン) 5. シグナルラインを生成(TrendDriftのEMA) 色分けシグナル: - 濃緑: 強い買い(TrendDriftがゼロ以上で上昇中) - ライム: 通常の買い(TrendDriftが上昇中だがゼロ以下) - オレンジ赤: 通常の売り(TrendDriftが下降中だがゼロ以上) - 赤: 強い売り(TrendDriftがゼロ以下で下降中) 入力パラメータ: - 価格ソース: Close, Open, High, Low, Median, Typical または Weighted - EMA期間(デフォルト 32): 基本平均期間
MetaTrader 5用 KS Pattern Indicator
このインジケーターは、あらゆるチャートおよび時間足において、ローソク足パターンとプライスアクション・パターンを自動的に識別します。
検出されるローソク足パターン(ShowCandlestick = true で有効化):
Doji(十字線) – 市場の迷いを示す中立的なパターン(表示名:"Doji")
Bullish Engulfing(強気の包み足) – 強気への反転シグナル(表示名:"Bullish Engulfing")
Bearish Engulfing(弱気の包み足) – 弱気への反転シグナル(表示名:"Bearish Engulfing")
Hammer(ハンマー) – 強気への反転シグナル。潜在的な底値圏で出現しやすい(表示名:"Hammer")
Shooting Star(流れ星/上ヒゲ大陽線) – 弱気への反転シグナル。潜在的な天井圏で出現しやすい(表示名:"Shooting Star")
Morning Star(明けの明星) – 強力な強気反転パターン(表示名:"Morning Star")
E
FREE
KS Smart Trading ICTコンセプト
(SMCおよびICTの概念に着想を得て開発)
トレードスタイル/哲学:Smart Money Concepts(SMC)/ICT(Inner Circle Trader)の手法
目的:機関投資家や「スマートマネー」による価格変動(プライスアクション)における主要な構造や重要ゾーンを、リアルタイムまたは過去チャート上に直接、視覚的に表示します。マーケット構造のブレイク(BOS)、オーダーブロック、リクイディティ・グラブ、インバランス、そしてプレミアム/ディスカウント領域といったICTの概念に基づき、勝率の高いトレード機会が存在するエリアを特定できるよう、トレーダーを支援します。 主な機能と表示要素
カテゴリー | 表示内容 | 設定可否 | アラート機能
-------------------- | ---------------------------------------------------------------- | -------------------------------- | -----------
FREE
Dragos Clean Execution is a price action execution indicator designed to simplify a high-probability intraday workflow based on liquidity sweep, market structure shift, and fair value gap confirmation. The indicator combines a higher-timeframe sweep concept with a lower-timeframe execution model to help traders identify cleaner entry locations, define invalidation clearly, and visualize realistic take-profit targets directly on the chart. Instead of flooding the chart with unnecessary objects, D
Kalman Trend Filter — プロフェッショナル適応型トレンド平滑化指標 MetaTrader 5 で最も正確かつ数学的に最適なトレンド推定器。
航空宇宙・ロボット工学・クオンツトレーディングで実績のある古典的 カルマンフィルター(Kalman Filter) を採用。市場のノイズを賢く除去し、クリーンで高度に適応的なトレンドラインをリアルタイムで描きます。 なぜカルマンフィルターなのか? 単純移動平均や他の平滑化ツールとは異なり、カルマンフィルターは「真のトレンド」を継続的に推定しながら、自動的に感度を調整します。 完全無リペイント(Non-Repainting) ・厳密に因果的 — 過去の値は一切変わりません。 統計的に意味のある信頼区間(1σ ≈ 68%、2σ ≈ 95%)を提供します。 主な機能 リアルタイムで色分けされたトレンドライン(DodgerBlue = 強気、OrangeRed = 弱気) 上下の信頼バンド(幅は自由に調整可能) カルマンゲイン(Kalman Gain)の任意表示(上級者・デバッグ用) 全価格タイプ対応(終値、中央値、典型値、加重など
FREE
KS Day Week Multi TimeFrame(コメント欄などでは「Period Box + Corner Multi-TF Live Candles」とも呼ばれます)
主な目的
本インジケーターは、トレーダーが以下の情報を素早く視覚的に把握できるよう支援するために設計された、マルチタイムフレーム対応の情報・コンテキスト表示ツールです。
選択した上位時間軸における、直近の相場構造および市場センチメント(色分けされたレンジ/期間ボックスを通じて表示)
チャートの一角にコンパクトに集約表示された、主要な4つの上位時間軸(H4、D1、W1、MN1)における現在のローソク足のリアルタイム状況
特に、チャート画面を切り替えることなく、上位時間軸のコンテキストをすっきりと整理された状態で把握したいと考える、ICT/SMC/需給(Supply-Demand)/機関投資家スタイルのトレーダーたちの間で高い人気を博しています。 2つの主要な視覚要素
1. 期間ボックス(上位時間足のレンジ矩形)
ユーザーが選択した時間足において、過去N期間にわたる半透明の矩形ボックスを描画します。
FREE
Fair Value Gap for MT5 est un outil d'analyse technique de pointe conçu pour identifier automatiquement les Fair Value Gaps (FVG) , également appelés déséquilibres de prix ou imbalances. Ces zones apparaissent lorsqu'un mouvement de marché rapide laisse une inefficacité que le prix a tendance à venir "combler" ultérieurement. Principales fonctionnalités : Détection Intelligente : Identifie instantanément les FVG haussiers et baissiers basés sur une logique rigoureuse. Affichage Moderne & Mini
> Institutional Grade Multi-Index Adaptive Indicator
IndexViz Pro MT5 is a professional-grade, multi-index adaptive indicator designed for traders who demand institutional-level analysis across multiple markets simultaneously. Built for MetaTrader 5, IVP combines over 20 analytical modules into a single, unified visual dashboard that monitors stock indices, synthetic indices, commodities, forex pairs, and cryptocurrencies in real time. Unlike conventional indicators that analyze a single instr
G-FiboTrend — Indicator Description G-FiboTrend is a trend-channel indicator for MetaTrader 5 that plots dynamic Fibonacci-based price zones over a rolling lookback period. How It Works The indicator scans a user-defined number of bars ( FiboPeriod ) to identify the highest high (HH) and lowest low (LL) within that window. From this range, it derives three key levels: Upper Band — Fibonacci level (default 61.8%) Mid Band — 50.0% midpoint Lower Band — Fibonacci level (default 38.2%) These levels
FVGs + Alertsは、MetaTrader 5専用に設計されたフェアバリューギャップ検出・可視化ツールです。
このツールは、スマートマネーコンセプト(SMC)やICTトレーディング手法において重要なサポート/レジスタンスゾーン、あるいは反動ゾーンとして機能することが多い価格の不均衡(フェアバリューギャップ)を特定し、追跡するのに役立ちます。
フェアバリューギャップ(FVG)とは?
典型的な3本ローソク足のフェアバリューギャップは、連続するローソク足の間に強い不均衡が生じた場合に形成されます。
強気FVG(潜在的なサポートゾーン):ローソク足[n-2]の高値<ローソク足[n]の安値
弱気FVG(潜在的なレジスタンスゾーン):ローソク足[n-2]の安値>ローソク足[n]の高値
これらのギャップは、価格が元の方向に戻る前に、一時的に価格が下落する可能性のある非効率な領域を表しています。
主な機能
FVG(フィッシャー・バリュー・ゾーン)を自動的に検出し、チャート上に色付きの長方形として直接描画します。
強気FVG:青色のボックス
弱気FVG:オレンジ色のボックス
オプション
FREE
マルチタイムフレーム対応、カスタマイズ可能なビジュアルシグナル、設定可能なアラートシステムを備えたUltimate Oscillator(UO)インジケーター。
フリーランスプログラミングサービス、アップデート、その他のTrueTL製品は私の MQL5プロフィール でご覧いただけます。
フィードバックとレビューを大変お待ちしております!
Ultimate Oscillatorとは? Ultimate Oscillator(UO)は、ラリー・ウィリアムズが3つの異なるタイムフレームで同時にモメンタムを捉えるために開発したもので、単一期間を使用した場合に生じるダマシシグナルを減らします。速い・中間・遅いウィンドウでの真のレンジに対する買い圧力を計算し、0から100にスケーリングされた加重平均に組み合わせます。 70を超える値は買われすぎと見なされ、30を下回る値は売られすぎと見なされます。ラリー・ウィリアムズのオリジナルトレードシグナルは、取引に入る前に価格とオシレーターの間のダイバージェンスとそれに続くレベルブレイクを必要とします。多期間アプローチにより、Ultimate Osci
FREE
Crypto_Forex インジケーター HTF移動平均線 MT5用 - MT5対応のプロフェッショナルHTF MAインジケーターで、トレード手法をアップグレードしましょう。HTFとはHigher Time Frame(高時間枠)の略です。 - このインジケーターは、プライスアクションエントリーを行うトレンドトレーダーに最適です。 - HTF MAインジケーターを使用すると、高時間枠の移動平均線を現在のチャートに貼り付け、主要なトレンドの方向を追跡できます。 - このインジケーターは高時間枠のトレンドを表示します --> これは常に利益を生む方法です。 - HTF MAインジケーターは、低リスクで大きな利益を得る機会を提供します。 使用方法: - D1からH4またはH1チャートにMAを貼り付けます。 - H4からH1、M30、またはM15チャートにMAを貼り付けます。 - その他(画像を参照)。 高品質のトレーディングロボットとインジケーターをご覧になるにはここをクリックしてください! これは、このMQL5ウェブサイトでのみ提供されるオリジナル製品です。
OB Zones Oracle
価格が反転する前に機関投資家のオーダーブロックを特定し、スマートマネーと共に取引しましょう。
OB Zones Oracleは、実際のブレイク・オブ・ストラクチャー(BOS)ロジックに、ボリュームデルタ分析と3Dビジュアルレイヤーを組み合わせることで、確率の高い強気・弱気のオーダーブロックを検出します。再描画なし。遅延なし。出来高に裏打ちされた純粋な価格行動。
使い方
1. 任意のチャートや時間足に追加します。 2. 色分けされたゾーンが自動的に表示されます。強気のOBはティール色、弱気のOBは赤色です。 3. ダッシュボード(右上)でシグナル、エントリー、ストップロス、およびTP1/TP2/TP3レベルを確認します。 4. 価格がゾーンまで引き戻されたらエントリーします。ダッシュボードはリアルタイムで更新されます。 5. アラートを有効にすると、新しいOBやリテストが発生した際に通知を受け取れます(画面表示、モバイルプッシュ通知、またはメール)。
機能概要
- BOS(バルクオーダーストリーム)による確認付きで機関投資家のオーダーブロック
Breakout Finder Pro MT5 は、ダイナミックなサポートおよびレジスタンス構造に基づき、高確率な相場の動きを特定するために設計された、強力で精密なブレイクアウト検出インジケーターです。 このインジケーターは、高度なピボットベースのロジックを使用してコンソリデーション(揉み合い)ゾーンを自動的に検出し、確認されたブレイクアウト(強気)およびブレイクダウン(弱気)をハイライトします。チャート上に明確なブレイクアウトボックスを直接描画し、即座にアラートを通知するため、チャンスを逃すことはありません。 確認を伴う早い段階でのエントリーを求めるトレーダー向けに構築されており、シグナルを出す前に主要レベルの複数回のテストを必要とすることで、だまし(偽のブレイクアウト)をフィルタリングします。 主な特徴 ブレイクアウト&ブレイクダウンゾーンの自動検出 スマートなピボットベースの構造分析 ダイナミックなサポート&レジスタンス(レベル) 視覚的なブレイクアウトボックス(チャネルスタイルのゾーン) 確定後のリペイントなし(Non-repainting)シグナル
MACD SMA Pro Trend Signal MT5 は、トレンド分析、モメンタム確認、および構造的フィルタリングを融合させ、高確率なエントリーポイントを特定するために設計されたプロ仕様のトレーディング指標です。 洗練された MACD + マルチ SMA 戦略に基づき、このツールは従来の指標の枠を超え、 トレンドの方向性、モメンタムの変化、価格構造、および確認ロジック を一つのクリーンで強力なシステムに統合しています。 ノイズが多く遅行しがちな標準的な指標とは異なり、本システムは弱いセットアップを排除し、 高品質なブレイクアウトとリバーサルの機会 のみに焦点を当てます。トレンドの方向を視覚的に強調し、モメンタムの変化を検出し、多層的な条件を用いてエントリーを確定させます。 下位足での素早いスキャルピングでも、スイングポジションの保持でも、この指標はあなたのトレードスタイルに適応し、 明確で実行可能なシグナル を提供します。 憶測は不要 チャートを汚さない クリーンでスマートな売買シグナル 4. 主な機能 多層 SMA ロジックを用いた高度な トレンド検出 正確
Smart Confluence Radar 3つの指標を個別に分析してコンフルエンスを見つけるには時間がかかります。マルチタイムフレームのオーバーレイ、アラート、セッションフィルターについては、 Smart Confluence Radar Advanced をご覧ください。 Smart Confluence Radar は、ATR 拡張、出来高モメンタム、変化率を1つの視覚的なレイヤーにまとめ、ローソク足に直接重ねて表示します。 表示内容: 色付きローソク足: 明るい色 = 高コンフルエンス(スコア ≥70)。薄い色 = 中。グレー = 低モメンタム。 モメンタムライン: チャートに描画。青 = 買い圧力、赤 = 売り圧力、グレー = 中立。 バーラベル(+/-): 高コンフルエンスの確定バーのみ表示。上昇バーの下に "+"、下降バーの上に "-"。 バーカウントダウン: 右上 — 現在の時間足と残り秒数。 適用場面:
ゴールド(XAUUSD)、主要通貨ペア、指数の日中取引。M5〜H4。 このツールができないこと: 売買シグナルを自動生成しません。
将来の価格動向を予測しません。
FREE
Warlock Signal Liquidity Reaper Dashboard v1.2 は、 MetaTrader 5 専用のプロフェッショナルなマルチタイムフレーム信号インジケーターです。当社の Gold Liquidity Reaper Pro EA シリーズと同じ機関投資家の手法に基づいて設計されており、週足のマクロトレンドから5分足の精密なエントリーまで、市場の全体像を一目で把握することができます。 一言で言うと 6つのタイムフレームを同時に読み取り、それぞれを 強気(BULLISH) 、 弱気(BEARISH) 、または 中立(NEUTRAL) としてスコアリングします。十分な一致が見られた場合、エントリー価格、ストップロス、テイクプロフィットを含む完全な ICT トレードセットアップをチャート上に直接生成します。 6タイムフレーム・バイアスパネル パネルの上部には、各主要タイムフレームの方向性のバイアスがリアルタイムで表示されます。 W1 — 週足(最高マクロバイアス): 機関投資家の方向性を示します。価格が週足EMA200の上にあるか下にあるかで、市場が構造的な強
MetaTraderマーケットは自動売買ロボットとテクニカル指標を販売するための最もいい場所です。
魅力的なデザインと説明を備えたMetaTraderプラットフォーム用アプリを開発するだけでいいのです。マーケットでプロダクトをパブリッシュして何百万ものMetaTraderユーザーに提供する方法をご覧ください。
取引の機会を逃しています。
- 無料取引アプリ
- 8千を超えるシグナルをコピー
- 金融ニュースで金融マーケットを探索
新規登録
ログイン