Repaint Auditor

=== WHY THE TWO BEHAVIOURS ARE NOT THE SAME THING ===

"Repainting" gets used for two very different things, and mixing them up is the reason the
harmful one goes unnoticed.

Intrabar movement. Any indicator built on the current price moves while the bar is still
forming and settles when the bar closes. This is normal. It is not a defect, and it is not
what breaks a backtest. It only matters if you act on a signal before the bar has closed -
and then it matters a great deal, because the signal you acted on may not be there at the
close.

Change after the close. The value shown on a bar that has already closed turns out to be
different later. This is the one that invalidates a backtest, because the strategy is tested
against numbers that were never available at the time. It is also nearly invisible in
day-to-day use: reloading a chart only ever shows you the final values, never what was
displayed when the decision would have been made.

This indicator measures both, keeps them apart, and passes no judgement. Plenty of indicators
change after the close by design and are perfectly legitimate - zigzags, fractals, and any
pattern confirmed some bars after the fact. The point is not to label them: it is to make the
behaviour visible, so you know which one you are holding and can decide whether it belongs in
a backtest.

=== HOW THE DETECTION WORKS ===

On historical bars only final values exist, so a change after the close cannot be detected by
looking backwards - the information needed is simply not there any more. The only way is to
watch forwards:

1. When a bar closes in real time, the indicator records the value the audited buffer was
   showing at that exact moment, together with the bar's open time.
2. Some bars later it asks again what that buffer now says about that same bar.
3. If the two values differ by more than the tolerance, that bar changed after it had closed.
   It is counted once.

Bars are matched by OPEN TIME, not by index. A bar's index shifts when the terminal loads more
history, and comparing against the wrong bar would produce a false positive - which is exactly
what a tool like this cannot afford.

The comparison is relative and bounded, dividing by the larger of the two values (and never by less than 1e-10),
so it behaves correctly for oscillators that cross zero, where a plain percentage would blow up.

=== HOW TO USE IT ===

1. Set "Indicator to audit" to the path of the indicator, relative to MQL5\Indicators and
   without the .ex5 extension. Example: Examples\Custom Moving Average
2. Set "Buffer index" to the buffer you want to watch (0 is the first one).
3. If the indicator needs parameters, set "How many of the parameters below to pass" and fill
   them in. Leave it at 0 to use the indicator's own defaults.
4. Leave the chart open and let bars close.

The verdict appears in the indicator window header, and the line plots the running count of
bars that changed after closing.

Sanity check first. Point it at an indicator you know does not repaint, such as a simple moving
average, and leave it for a while. The counter must stay at zero. If it does not, the tolerance
is too tight for that instrument and should be raised.

=== READING THE RESULT ===

"waiting for live bars" - the normal state right after attaching it. It is not a clean bill of
health.

"no changes after close (N bars observed)" - over the bars observed so far, nothing moved once
it had closed. How much this is worth depends entirely on how large N is: five means almost
nothing, several hundred means a lot.

"CHANGES AFTER CLOSE: X of N bars" - at least one closed bar changed value later, with the
worst change measured as a percentage.

=== LIMITATIONS, STATED UP FRONT ===

- It only audits forwards, in real time. It cannot audit history, and neither can anything
  else: the information required no longer exists on historical bars.
- Observations accumulate only while the indicator stays attached, and reset when the chart or
  the terminal restarts. Longer sessions produce a more meaningful verdict.
- It reads a buffer through iCustom, so the audited indicator has to expose the value in a
  buffer. Values a script keeps in internal variables cannot be reached.
- It reports behaviour, not intent. An indicator that changes after the close is not
  automatically broken - but a strategy backtested on one is not measuring what it appears to
  measure.
- Lower timeframes produce a verdict sooner, simply because more bars close per hour.

=== EDUCATIONAL ===

This is a measurement tool. It does not trade, it does not open or close positions, it does not
produce buy or sell signals and it does not tell anyone what to trade. Published as open source
so the method can be read end to end: a tool whose whole point is verification should be
verifiable itself.

More free tools and the trading journal they come from: https://suavar.com

おすすめのプロダクト
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
EasyTrading Panel Basic by Vexo EasyTrading Panel Basic is a free manual trade execution panel for MetaTrader 5. It provides a streamlined workflow for placing market orders with automatic risk-based lot sizing, stop loss, and take profit calculation. The panel works on any symbol and any timeframe. How It Works The panel displays on-chart with your account balance, current lot size, risk percentage, reward-to-risk ratio, and calculated stop loss. All values update in real time as you adjust par
FREE
SmartPullback
Samuel Jesus Fidalgo Lopez
Smart Pullback Pro v4 High-Probability Pullback Indicator for MT5 Smart Pullback Pro v4 is a professional trend-following indicator for MetaTrader 5 that identifies high-probability pullback entries in real time. It automatically plots entry zones, Stop Loss, and Take Profit levels directly on the chart, giving traders a complete visual trading plan with every signal. How It Works Smart Pullback Pro v4 combines multiple confluence filters to eliminate low-quality signals and focus only on va
FREE
概要 Fair Gap Value インジケーターは、MetaTrader 5 のチャート上で「フェアバリューギャップ」(公平価値ギャップ)を検出・強調表示します。フェアバリューギャップとは、あるローソク足の安値と、1本隔てた別のローソク足の高値の間に価格の空白が生じる現象を指します。本インジケーターは、これらの領域を多の矩形で表示し、プライスアクション戦略の視覚的サポートを提供します。 主な機能 ブルギャップ検出 :現在のローソク足の安値と2本前のローソク足の高値の間のギャップを緑色の矩形で強調。 ベアギャップ検出 :逆方向のギャップを赤色の矩形で強調。 動的拡張 :矩形をチャート右方向へ任意のバー数だけ延長可能。 透明度制御 :矩形の不透明度を設定し、下部のチャートを隠さないよう調整。 表示切替 :ブルギャップ/ベアギャップを個別にオン・オフ可能。 履歴制限 :スキャンする最大バー数を設定でき、大量データ時のパフォーマンスを最適化。 自動クリア :タイムフレーム変更時や初回ロード時に既存ギャップを一旦削除し再描画。 入力パラメーター LookbackBars :ギャップ計算に遡る
FREE
The Dual MACD & Stochastic Expert Advisor (EA)  is a fully automated trading system that utilizes two  MACD (Moving Average Convergence Divergence) indicators along with the  Stochastic Oscillator  to identify high-probability trading opportunities. By combining trend confirmation from MACD with momentum analysis from Stochastic, this EA provides precise entry and exit points for optimized trading performance. Key Features: • Dual MACD Strategy – Uses two MACD indicators with different setting
FREE
MACD Colored ZeroLag
Farzin Sadeghi Bonjar
4.73 (11)
It is the MQL5 version of zero lag MACD that was available for MT4 here: https://www.mql5.com/en/code/9993 Also there was a colored version of it here but it had some problems: https://www.mql5.com/en/code/8703 I fixed the MT4 version which has 95 lines of code. It took me 5 days to write the MT5 version.(reading the logs and testing multiple times and finding out the difference of MT5 and MT4!) My first MQL5 version of this indicator had 400 lines of code but I optimized my own code again and n
FREE
The main purpose of the indicator is to determine and mark trade signals on the histogram of the Accelerator Oscillator, which were described by Bill Williams in his book "New Trading Dimensions". The list of signals: The buy signal when the indicator histogram is below the zero line. The sell signal when the indicator histogram is below the zero line. The sell signal when the indicator histogram is above the zero line. The buy signal when the indicator histogram is above the zero line.  The buy
FREE
Elevate Your Trading with Advanced Anchored Volume Weighted Average Price Technology Unlock the true power of price action with our premium Anchored VWAP Indicator for MetaTrader 5 - the essential tool for precision entries, strategic exits, and high-probability trend continuation setups. Write me a DM for a 7 day free trial.  Anchored VWAP Plus gives traders unprecedented control by allowing custom anchor points for Volume Weighted Average Price calculations on any chart. With support for 4 sim
FREE
MACD indicators https://mql5.com This MACD indicator looks slightly different from the MACD indicator found in many other charting software. When the value of the signal line parameter is greater than the value of the MACD parameter, the indicator will give a buy prompt, and when the signal line parameter is less than the value of the MACD parameter, the indicator will give a sell prompt.
FREE
The standard Bollinger Bands indicator has been improved by integrating additional indications from the Standard Deviation indicator (StdDev), which gives an additional filter for confirming trading signals. In addition, the color of the indicator's lines shows the beginning of a trend, its development and exhaustion. This indicator has a signal block that notifies the trader of the beginning of the trend on any time frame to which it is attached. Settings Type of messages - select the type of
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
Auto Fibonacci Retracement Indicator — Flexible and Reliable This isn’t just another Auto Fibonacci Retracement indicator. It’s one of the most flexible and dependable tools available . If you find it useful, please consider leaving a review or comment — your feedback means a lot! Check out my other helpful tools below: Telegram to MT5 using AI   - AI-Powered Signal Copier Bot Smart Alert Manager   - Set up advanced alerts and send them to Mobile, Telegram, Discord, Webhook... Timeframes Trend
FREE
Friend of the Trend: Your Trend Tracker Master the market with Friend of the Trend , the indicator that simplifies trend analysis and helps you identify the best moments to buy, sell, or wait. With an intuitive and visually striking design, Friend of the Trend analyzes price movements and delivers signals through a colorful histogram: Green Bars : Signal an uptrend, indicating buying opportunities. Red Bars : Alert to a downtrend, suggesting potential selling points. Orange Bars : Represent cons
FREE
Japanese RSI Cross Alert EA for MT5 RSI Cross Alert EA は、 相対力指数(RSI) が一般的な買われ過ぎまたは売られ過ぎのレベルに到達したときに通知する、MetaTrader 5 用のシンプルなツールです。チャートを常に監視しなくても RSI の状態を確認できます。 チャートに追加すると、EA が RSI を監視し、重要なレベルをクロスしたときに ポップアップアラート を表示します。これにより、チャートをすばやく確認し、取引の可能性を評価できます。 特徴 RSI が買われ過ぎレベル(デフォルト 70)を上抜けたときに検出 RSI が売られ過ぎレベル(デフォルト 30)を下抜けたときに検出 MetaTrader 5 のポップアップアラート すべての銘柄と時間足で使用可能 軽量で使いやすい 仕組み EA はチャート上の RSI インジケーターを監視します。RSI が買われ過ぎレベルを上回るか、売られ過ぎレベルを下回るとポップアップアラートが表示されます。 RSI の期間とアラートレベルは設定で変更できます。 この EA は アラート専用
FREE
Fibo zone manuel
Dimitri Patrick A Daumerie
Fibo Zones Manual — Manual Fibonacci with Buy/SL/TP Zones Fibo Zones Manual is a fully manual Fibonacci tool — drag the two points to your swing high/low, exactly like the native MT5 Fibonacci retracement. On top of it, the indicator draws three colored zones directly on the chart: entry zone (Buy/Sell), SL zone, and TP zone, each with the exact price displayed. Key Features • Manual placement, drag-and-drop like the native tool • Colored zones (entry, SL, TP), fully adjustable • Price and pe
FREE
全体像を把握し、上位足の視点であらゆる時間足をトレード。精度の高いエントリーを実現! プロのトレーダーは、質の高いトレードはすべてトップダウン分析から始まることを理解しています。しかし、従来の分析手法では複数のチャートや時間足を何度も切り替える必要があり、集中力が途切れたり、重要な上位足の情報を見逃したりする原因となります。 この繰り返しの作業は分析効率を低下させ、エントリーの精度にも影響を与え、市場全体の構造を継続的に把握することを難しくします。 TOP-DOWN CANDLE CAST は、上位時間足のローソク足(実体・ヒゲ・始値・終値・値幅)を、任意の下位時間足チャート上へ正確に投影する MT5 インジケーターです。チャートを何度も切り替えたり、上位足の値動きを記憶に頼って判断したりする必要はありません。 TOP-DOWN CANDLE CAST は、ライブでピクセル単位の正確さを持つ視覚的な基準を提供し、トップダウン分析をより迅速にし、エントリー判断をより規律あるものにします。これにより、トレーダーは次のことが可能になります。 ・ 実行用チャートを離れることなく、上位時間足の市
FREE
Spike Catch Pro 22:03 release updates Advanced engine for searching trade entries in all Boom and Crash pairs (300,500 and 1000) Programmed strategies improvements Mx_Spikes (to combine Mxd,Mxc and Mxe), Tx_Spikes,   RegularSpikes,   Litho_System,   Dx_System,   Md_System,   MaCross,   Omx_Entry(OP),  Atx1_Spikes(OP),   Oxc_Retracement (AT),M_PullBack(AT) we have added an arrow on strategy identification, this will help also in the visual manual backtesting of the included strategies and see ho
FREE
Description of the MonteCarloBands Indicator The   MonteCarloBands   indicator is a forward-looking analytical tool that employs the Monte Carlo method to project potential future price scenarios of a financial asset. It appears as a set of five percentile bands extending into the future, visualizing a "probability cone" based on the historical behavior of the market. Visual Appearance: P50 (Median) : Solid green line at the center, representing the expected median path P25 and P75 : Two orange
FREE
MACD Enhanced
Nikita Berdnikov
4 (4)
Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
FREE
トレンド,トレンド指標,モメンタム,オシレーター,ヒストグラム,トレンド強度,マーケットフロー,トレンド確認,強気,弱気,テクニカル分析 Trend Flow Oscillatorは、市場のフローとモメンタムを分析するためのインジケーターであり、価格の動きの強さと方向性を明確かつシンプルに、そして迅速に視覚的に把握できるよう設計されています。 特にM5タイムフレームで効果的であり、この時間足ではフローの変化がより頻繁に発生します。 機能 買いと売りの圧力の変化および継続を識別 価格変動の加速と減速を表示 トレンド方向へのエントリーの確認をサポート フローを独立したヒストグラムで表示し、視認性を向上 方向性モメンタムオシレーターとして機能 対象ユーザー 裁量トレーダー スキャルパーおよびデイトレーダー(特にM5) 自動シグナルではなくフローの確認を重視するトレーダー トレンドおよび押し目・戻りを狙うトレーダー シンプルで明確なインジケーターを好むユーザー 使用方法 推奨タイムフレーム:M5 ヒストグラムの解釈: プラスのバーは買い圧力の増加を示す マイナスのバーは売り圧力の増加を示す
FREE
Fibomathe
Almaquio Ferreira De Souza Junior
Fibomathe Indicator: Support and Resistance Tool for MT5 The Fibomathe Indicator is a technical analysis tool designed for MetaTrader 5 (MT5) that assists traders in identifying support and resistance levels, take-profit zones, and additional price projection areas. It is suitable for traders who use structured approaches to analyze price action and manage trades. Key Features Support and Resistance Levels: Allows users to define and adjust support and resistance levels directly on the chart.
FREE
The indicator plots a curve of the difference between the values ​​of two trading instruments (currency pairs). The purpose of the indicator is to observe the processes of divergence and convergence of the values ​​of two trading instruments. The results obtained can be used for trading strategies of statistical arbitrage, pair trading, correlation, and others. Trading strategy The indicator is attached to the chart of any trading instrument. In the input parameters, the names of trading instr
FREE
VolumeBasedColorsBars — Free Powerful Volume Analysis for All Traders Unlock the hidden story behind every price bar! VolumeBasedColorsBars is a professional-grade, 100% FREE indicator that colorizes your chart candles based on real, adaptive volume analysis. Instantly spot surges in market activity, identify exhaustion, and catch the moves that matter. This indicator gives you:    • Dynamic color-coded bars for instant volume context    • Adaptive thresholds based on historical, session-awar
FREE
Gold Scalper XAUUSD
Gerardo Armando Ochoa Aguilera
3 (4)
Hey!. Welcome to my board, some explanation below: IC Markets   XAUUSD M30  Low Risk Scalper system for M30 XAUUSD . Default file is ready to use and it has a very interesting working mechanism based on the indicator Tyr-Bands XAU. The indicator already points the way with an arrow, what this trading system does is to activate a buy/sell of 0.05 Lots (Yes, it has to be above 0.01 lots), because the system has partial closures depending on configuration, A1 50%/25%; A2 100%; A3 75%/25%. So the fi
FREE
エキスパートアドバイザー (EA) バージョン 手動シグナルではなく自動売買を希望する場合は、こちらでこのインジケーターのエキスパートアドバイザー版をご利用いただけます: https://www.mql5.com/en/market/product/148222 このインジケーターは、ローソク足が ボリンジャーバンド(Bollinger Bands) の外側に抜けた後に価格が再びバンド内に戻る リエントリ(再突入)タイミング を計算し、それを RSIによる確認 と組み合わせて誤検知を減らします。 価格が下側のバンドの下に出た後に再び内部に戻り、かつ(オプションで)RSIがちょうど**オーバーソールド(売られ過ぎ)**状態から抜けたときに、**Buy ReEntry(買い再突入) シグナルが検出されます。 価格が上側のバンドの上に出た後に再び内部に戻り、かつ(オプションで)RSIがちょうど オーバーボート(買われ過ぎ)**状態から抜けたときに、**Sell ReEntry(売り再突入)**シグナルが生成されます。 シグナルはチャート上に矢印で表示され、視認性を高めるために高値/安値
FREE
Fibo Autopilot — automatic Fibonacci retracement Fibo Autopilot detects swings on a timeframe you choose and draws the Fibonacci retracement for you - no manual anchoring, no re-dragging the tool every time price makes a new high or low. It follows the live extremum tick by tick and rebuilds itself once price retraces past the 61.8% level, so it stays in sync with the current move without you touching the chart. How it works The indicator scans 5-candle fractals on the timeframe you select to fi
FREE
1. Overview — TrendFusion Pro TrendFusion Pro is a free, open-source MetaTrader 5 indicator that generates buy and sell signals only when all seven independent filters simultaneously agree. By requiring SuperTrend direction change, Triple EMA alignment, EMA proximity, RSI momentum direction, MACD divergence, wick ratio, and over-extension filters to pass at once, it delivers high-precision confluence signals with minimal false positives — suitable for both trend-following and scalping strategie
FREE
Pivot Points Indicator – a fast, reliable, and fully customizable pivot detection for MetaTrader 5. This indicator uses MetaTrader’s native iHighest and iLowest functions to identify pivot highs and lows by scanning for the highest and lowest prices within a user-defined window of bars. A pivot is confirmed only when the current bar is the absolute maximum or minimum within the selected range, ensuring accurate and timely signals based on robust built-in logic. Key Features No Repainting : Onc
FREE
VWAP WAVE [Riz] - MT5 Indicator               Advanced VWAP Divergence Detection System VWAP Wave is a professional-grade Volume Weighted Average Price indicator with built-in divergence detection system. It identifies high-probability reversal and continuation signals by analyzing price-VWAP relationships across multiple timeframes.
FREE
The fact that round number levels have a significant influence on the market cannot be denied and should not be overlooked. These psychological levels are used by both retail Forex traders and major banks that deal in Forex.  Very simple and effective indicator and most importantly free. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// The program does not work in the strategy tester.
FREE
このプロダクトを購入した人は以下も購入しています
SMART TREND TRADING SYSTEM — 特別オファー トレードシステム、自動化EA、学習コンテンツとサポートをひとつに。 MT5用のSmart Trend Trading Systemを99米ドルでご購入いただくと、シグナルの自動売買に使える Smart Universal Expert Advisorを無料でプレゼント します。 STTSは、トレンドの方向、エントリー・決済シグナル、反転ゾーン、重要な価格水準をチャート上にまとめて表示します。システムを参考に手動で取引することも、付属のEAを接続し、ご自身で選んだ設定に基づいて自動売買することもできます。 現在の99米ドルという価格は、これからの30件の購入に適用されます。その後、価格は149米ドルに上がります。 充実のパッケージ内容 ご購入には以下が含まれます。 • MT5用Smart Trend Trading System。 • Smart Universal Expert Advisor — 無料。 • STTSの完全版PDFユーザーマニュアル。 • STTS公式オンラインコース。 • インストールと
Trend Sniper X
Sarvarbek Abduvoxobov
4.88 (34)
Trend Sniper X は、トレードの方向性と潜在的な反転ポイントを明確かつ正確に特定するのに役立つ、MetaTrader 5 用のマルチタイムフレーム・トレンドフォロー指標です。 MT4用: https://www.mql5.com/en/market/product/193245 価格情報: 現在の価格はプロモーション価格であり、今後のアップデートや新機能のリリースに伴い変更される場合があります。 ボーナス特典: このインジケーター用の無料自動売買アシスタントEAを入手するには、購入後に an 著者(開発者)へメッセージをお送りください。 Code2Profit チャンネル マルチタイムフレーム分析で相場をマスターしよう! Trend Sniper X で勝率を最大化する方法:重要なルールとセッションのコツ 技術仕様 プラットフォーム MetaTrader 5 インジケータータイプ マルチタイムフレーム・トレンドインジケーター 操作タイムフレーム あらゆるチャートタイムフレームに対応。個別に選択可能な上位タイムフレーム (M1–MN1) を搭載 主要銘柄 FX、ゴールド (X
Zoryk Gold
Reda El Koutbane
5 (10)
割引は 24 時間後に終了します — 次の価格は$ 69 ZORYK — MetaTrader 5専用 XAUUSDシグナル・トレードプランニングシステム このような経験はありませんか。 ゴールドを分析し、エントリーを待ち、ようやくポジションを持った直後に価格が逆方向へ動く。 早すぎる決済をしてしまったり、Stop Lossを動かしたり、数秒迷っている間にチャンスを逃したりする。 その後、相場は自分が最初に予想していた方向へ進み、目標へ到達する。 問題は常に方向判断ではありません。 本当の問題は、明確な計画がなかったことです。 どこでエントリーすべきか。 どこでトレードの前提が無効になるのか。 近い利益を確保すべきか、より大きな値動きを待つべきか。 現在のsetupが本当に強いのか、それとも無理にトレードを探しているだけなのか。 ゴールドは非常に速く動きます。 正しい分析でも、明確なプランがなければ数秒で悪い判断に変わることがあります。 ZORYKは、その問題を解決するために開発されました。 ZORYKとは ZORYKは、MetaTrader 5とXAU
UNIX SCALPER — 特別オファー セットアップを見つけ、取引プランを確認し、取引方法を選ぶ。 MT5用UNIX Scalperを99米ドルで購入すると、シグナルを自動売買に活用できるSmart Universal Expert Advisorが無料で付属します。 UNIX Scalperは、市場分析、BUY/SELL/WAITの判断、Entry、Stop Loss、TP1、TP2の水準を、見やすいパネルにまとめています。取引プランに沿って手動で取引することも、付属のEAを接続し、ご自身の設定に従って自動執行することもできます。 現在の99米ドルの価格は、今後30件の購入に適用されます。その後、価格は149米ドルになります。 パッケージの内容 ご購入には以下が含まれます。 • MT5用UNIX Scalper。 • Smart Universal Expert Advisor — 無料。 • UNIX Scalperの完全版PDFユーザーマニュアル。 • UNIX Scalper公式オンラインコース。 • インストールと設定の手順ガイド。 • 購入者限定コミュニティへ
SuperScalp Pro
Van Minh Nguyen
4.64 (33)
SuperScalp Pro - Professional Multi-Layer Confluence Scalping System SuperScalp Proは、クラシックなSupertrendに複数のインテリジェントな確認フィルターを追加した、高度なスキャルピングインジケーターです。より高い確率が期待できるBuy/Sellの取引機会を特定し、ダマシのシグナルを大幅に減らすことをサポートします。 明確なBuyとSellの矢印がチャート上に直接表示され、ATRに基づくStop LossとTake Profitのレベルがリアルタイムで自動計算されます。 購入後、設定方法や推奨設定についてのサポートが必要な場合は、私にご連絡ください。 SuperScalp Pro Auto Traderを使用して、シグナルを簡単に自動化できます: [Auto Trader] 推奨設定ファイルをダウンロード: [Set File] 完全なドキュメントは製品ブログでご覧いただけます: [User Guide] 最新情報を受け取るには公式チャンネルに参加してください: [Official Channel]
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
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
GoldenX Entryは、MT5向けのインジケーターであり、適応型Smart Entry Trendアルゴリズム、シグナルスコアリングシステム、マーケットレジーム検出機能、およびボラティリティフィルターを備えています。各シグナルには、計算されたエントリーレベル、3つのテイクプロフィット(TP1、TP2、TP3)、およびストップロスレベルが含まれます。本インジケーターは、異なる市場環境に適応するために設計された複数の分析レイヤー上に構築されており、マルチレイヤー分析システムと内蔵オプティマイザーおよび統計トラッキングシステムを組み合わせています。リスク・リワード(RR)指標および過去のトレード履歴に基づく定量分析を提供します。 使い始めは簡単です — 選択した時間足でオプティマイザーを実行し、そのままチャート上でインジケーターを使用します。 コア機能 GoldenX Entryは、シグナルエンジンとトレード管理機能、そして過去統計トラッキングを1つのチャートに統合しています: - 内蔵オプティマイザー: オプティマイザーはチャート上でワンクリックで実行できます。200通りのパラメー
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
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (8)
新たな王者が登場 - インジケーター + 注文管理表示(TP1 + TP2 + TP3)+ オプションのTelegramシグナル送信機能付き(無料) (完全なトレード&シグナルシステム) ゴールド向け最高のEA: Gold Slayer このインジケーターには、高度な戦略、カスタマイズ可能な注文管理システム、そしてエンベロープ拡張を組み合わせた平均回帰システムが搭載されています。さらに、RSIなど複数のインテリジェントな確認フィルターによって、高確率の反転エントリーをBUY・SELLシグナルとして検出します。 単にトレードを学ぶだけでなく、複数ポジションを効果的に管理し、過去に利益を出しているオープンポジションで損失トレードをカバーする方法も学べます。 M5向けに構築・最適化されており、流動性が高くシグナルの精度が安定しているBTCUSDとXAUUSDで優れたパフォーマンスを発揮します。 このインジケーターは、ATRを基に自動計算されたエントリー、ストップロス、テイクプロフィットレベルを備えた明確なLong・Shortシグナルを提供するため、リスク管理が最初から組み込まれています。 マ
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示
伝説が帰ってきました:Entry Points Pro 10。 MQL5 Marketのトップ3に3年間入り続けた伝説的インジケーターの再始動です。 2つのバージョンで合計589件の高評価レビュー、毎日数千人のトレーダーが実際のトレードに使用し、デモのダウンロードは31,000件以上   MT4+MT5 。 私はこの5年間に寄せられたレビューをすべて読み、約束を並べる代わりに、その答えをバージョン10に組み込みました。1999年から相場に携わり、 誠実さ、自らの評判、そして顧客を大切にする 作者による製品です。 Entry Points Proのエントリーシグナルは、リペイント(再描画)を一切行いません。 そして今回初めて、これは作者の言葉ではなく検証可能な事実になりました。確定シグナルはローソク足の終値確定後にのみ表示され、自動テストで リペイントはゼロ と確認されています(EURUSD、XAUUSD、BTCUSDで2,486,568回の不変条件チェック、違反0件)。検証方法は公開されており、ストラテジーテスターでご自身で再現できます。 ご購入後は、必ずすぐにダイレクトメッセージでご
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
ATOMIC ANALYST — 特別オファー 市場分析、自動化EA、学習コンテンツとサポートをひとつに。 MT5用のAtomic Analystを99米ドルでご購入いただくと、シグナルの自動売買に使える Smart Universal Expert Advisorを無料でプレゼント します。 Atomic Analystは、プライスアクション、トレンドの方向、エントリー・決済シグナル、損切り水準、複数の利確水準をチャート上にまとめて表示します。分析を参考に手動で取引することも、付属のEAを接続し、ご自身で選んだ設定に基づいて自動売買することもできます。 現在の99米ドルという価格は、これからの30件の購入に適用されます。その後、価格は149米ドルに上がります。 充実のパッケージ内容 ご購入には以下が含まれます。 • MT5用Atomic Analyst。 • Smart Universal Expert Advisor — 無料。 • Atomic Analystの完全版PDFユーザーマニュアル。 • Atomic Analyst公式オンラインコース。 • インストールと設
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
FiboSniper Pro – Multi-Filter Fibonacci System with Auto SL/TP and Control Panel FiboSniper Proは、動的なFibonacci Envelopesと複数の確認フィルターを組み合わせ、選別されたBuyおよびSellシグナルを生成するテクニカルインジケーターです。FibonacciレベルはMoving AverageとATRを基に計算され、その後ADX、EMA、RSI、ATR、Volume、Time、Candle構造によってフィルタリングされます。インジケーターは、ATRに基づく自動Stop LossおよびTake Profitレベルをチャート上に直接表示し、さらに迅速な調整が可能なインタラクティブControl Panelを提供します。 購入後、推奨設定ファイルと詳細な使用方法については、私にご連絡ください。 Auto Trader Xを使用してFiboSniper Proのシグナルを自動化できます: [Auto Trader X] User GuideとSet Files: [Click her
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
UZFX {SSS} スキャルピング・スマートシグナル v5.0 MT5は、変動の激しい市場において正確かつリアルタイムのシグナルを求めるスキャルパー、デイトレーダー、スイングトレーダー向けに設計された、リペイントのない高性能な取引インジケーターです。(UZFX-LABS)によって開発されたこのインジケーターは、価格行動分析、トレンド確認、スマートフィルタリングを組み合わせることで、すべての通貨ペアおよび時間枠において、高確率の売買シグナル、警告シグナル、トレンド継続の機会を生成します。 トレードの判断に迷うのはもうやめましょう。明確さ、正確さ、そして規律ある市場執行を求めるトレーダーのために設計された、体系的なシグナルシステムに従い始めましょう。 間違いなく、MQL5で入手可能な最高のインジケーターの一つです。絶対に見逃さないでください!!「スマートなトレーダーのためのスマートシグナル」 最新バージョン5.0がリリースされました。価格は予告なく最大499.99ドルまで値上がりする可能性がありますので、チャンスを逃さないようお早めにお求めください!! 購入を決める前に!無料トライアル
[User Manual]   ,   [Online Course]   ,   [PDF]  And [DEMO] Axiom Matrix は、MetaTrader 5 用のプロフェッショナルなマルチシンボル・マルチタイムフレーム市場スキャナー兼意思決定ダッシュボードです。 Market Watch をスキャンし、複数の時間足を分析し、複数のエビデンスエンジンを読み取り、最も強いチャンスを比較し、1つのクリーンなマトリックスダッシュボード内で最適な BUY、SELL、WAIT、またはブロック状態を表示します。 私が Axiom Matrix を作った理由は、市場スキャンという重い作業を代わりに行ってくれる1つのツールが欲しかったからです。 RSI だけを確認したくありませんでした。 次に MACD だけ。 次に移動平均線。 次に出来高。 次にボラティリティ。 次にサポートとレジスタンス。 そして、1つのトレードアイデアを作るためだけに、銘柄と時間足を手動で切り替えることもしたくありませんでした。 私は、市場をスキャンし、エビデンスを比較し、最良のチャンスをランク付けし、今最も強い
ATSTRONG PRO:市場構造&ブレイクアウトインジケーター ブレイクアウト検出エンジン | 5つの動的TPターゲット | ライブダッシュボードパネル | リペイントなし 導入価格 現在の価格: $59 — 10回の販売ごとに価格が$10上昇します。 ATSTRONG PRO は、MetaTrader 5 用に設計された高度なブレイクアウトおよび機関投資家向け市場構造インジケーターです。 高確率のスイングピボットを検出し、クラスター化されたサポートとレジスタンスの蓄積ゾーンを特定し、 リアルタイムで構造の破壊(BOS)と性質の変化(CHoCH)のシグナルを発します。 このインジケーターは、ダイナミックなストップロスと5つの個別のテイクプロフィットレベル(TP1〜TP5)をチャート上に自動的に直接描画します。 リスクリワード予測ボックス、星付けされたシグナル品質の評価、およびリアルタイムのオンチャートパフォーマンス分析ダッシュボードを備えています。 取引に関する注意: これは手動取引および市場分析用のインジケーターです。ローソク足の確定時に明確な視覚的シグナル、レベル、アラー
Smc Pro ToolKit
Talal N Z Aljarusha
5 (12)
SMC PRO TOOLKIT — SMART MONEY ANALYSIS & STRUCTURED TRADE PLANNING SMC Pro ToolKit is a professional Smart Money Concepts analysis workspace for MetaTrader 5. It combines market structure, multi-timeframe analysis, institutional price zones, setup evaluation, confirmation tools, volume context, alerts, and risk planning inside one organized chart environment. One workspace. Multiple layers of confirmation. One structured trading plan. OPEN COMPLETE USER GUIDE MULTI-CONDITION SETUP ENGINE At
SMART PRICE ACTION CONCEPTS — 特別オファー 構造を確認し、ゾーンを見つけ、取引プランを立てる。 MT5用Smart Price Action Conceptsを49米ドルで購入すると、Smart Universal Expert Advisorが無料で付属します。 Smart Money Concepts(SMC)、ICTスタイルの分析、プライスアクションを、見やすいチャートにまとめます。市場構造、オーダーブロック、流動性の参考水準、インバランスを確認し、Smart Panelで表示する要素を選択できます。 現在の49米ドルの価格は、今後30件の購入に適用されます。その後、価格は100米ドルになります。 パッケージの内容 • MT5用Smart Price Action Concepts。 • Smart Universal Expert Advisor — 無料特典。 • 完全版PDFユーザーマニュアルと公式オンラインコース。 • インストールと設定の手順ガイド。 • 購入者限定コミュニティへの参加とサポート。 ツール、学習教材、わかりやすい入門
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 ️ サマーセール — 夏至とThe Oracle Proの発売を記念して、Azimuth Proが30%オフ。現在279 USD(通常399 USD)。期間限定の夏季オファー。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、
Currency Strength Anchor — セッション適応型の相対的強さ指標。日足・週足・月足の始値をアンカーとして使用。非リペイント。 多くの強さメーターは、固定された過去期間で銘柄を比較します。しかし、取引日がアジアから欧州、そして米国セッションへと進むにつれ、その比較結果の意味は変化します。アジアセッションのデータで作られたランキングは、ロンドンやニューヨークが取引している時間帯にはほとんど役に立ちません。 Currency Strength Anchor は異なる基準を採用しています。各銘柄を、日足・週足・月足の3つの固定アンカーポイントに対して測定し、取引している時間帯に応じて計算範囲を自動調整します。 コンテキストは自動的に以下の間で切り替わります: アジアセッションのみ アジア+欧州セッション アジア+欧州+米国セッション 米国セッションのみ 値は確定した価格データから算出され、リペイントしません。 読み方 インジケーターは、チャート上のシンボルを構成する各コンポーネントに1本ずつラインを描画します。つまり、常に2本のラインを比較することになります。 例 1
CRT Candle Range Theory HTF MT5.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicator automates the highly effective  Candle Range Theory (CRT) , a core pillar of  ICT Concepts (Inner Circle Trader
Crystal Quantum Pro
Muhammad Jawad Shabir
5 (3)
CRYSTAL QUANTUM PRO Institutional Signal & Trade Intelligence for MetaTrader 5 Final Price: 199 USD ----> Price goes up 10 USD after every 10 sales. Limited launch slots available, act fast. Most indicators give you an arrow and leave you alone. A naked arrow is a gamble. Winning consistently requires CONFLUENCE , a clear STOP and TARGET , and honest PROOF that the system works. Crystal Quantum Pro delivers all three in one clean, no-repaint package. Crystal Quantum Pro is a complete decision sy
フィルタ:
レビューなし
レビューに返信