ALL Averages MT5

  • Purpose: The AllAverages indicator plots a moving average line on the chart, with options to select from a wide range of MA types and price applications. It also displays buy and sell signals as arrows when the trend changes, and supports alerts (sound, email, push notifications) for these signals.
  • Key Features:
    • Supports multiple moving average types (e.g., SMA, EMA, HMA, TEMA, etc.).
    • Allows customization of the price type (e.g., Close, Open, High, Low, Heiken Ashi variants).
    • Displays a colored MA line (yellow for neutral, blue for uptrend, red for downtrend when ShowInColor is enabled).
    • Generates buy (lime arrows) and sell (red arrows) signals based on trend direction changes.
    • Configurable alerts for trend changes (sound, email, push notifications).
    • Supports multi-timeframe (MTF) analysis.
  • General Settings

    • TimeFrame: Select the timeframe for the indicator (e.g., M1, M5, H1, D1, or 0 for the current chart timeframe).
    • Price: Choose the price type for calculations:
      • Options include Close, Open, High, Low, Median, Typical, Weighted Close, Heiken Ashi variants, etc.
      • Example: Select close for standard close price or haClose for Heiken Ashi close.
    • MA_Period: Set the period for the moving average (default: 14). This determines the number of bars used in the calculation.
    • MA_Shift: Shift the MA line forward or backward on the chart (default: 0). Positive values shift forward, negative values shift backward.
    • MA_Method: Select the moving average type:
      • Options include SMA, EMA, Wilder, LWMA, HMA, TEMA, T3, Laguerre, etc. (see ENUM_MA_MODE in the code for the full list).
      • Example: SMA for Simple Moving Average, HMA for Hull Moving Average.
    • ShowInColor: Enable/disable color changes for the MA line (default: true).
      • Yellow: Neutral trend.
      • DeepSkyBlue: Uptrend (MA rising).
      • OrangeRed: Downtrend (MA falling).
    • CountBars: Number of bars to calculate (default: 0, meaning all available bars).

    Alert Settings

    • AlertOn: Enable/disable sound alerts for trend changes (default: false).
    • AlertShift: Bar to check for signals (0 = current bar, 1 = previous bar, default: 1).
    • SoundsNumber: Number of times to play the sound alert (default: 5).
    • SoundsPause: Pause in seconds between sound alerts (default: 5).
    • UpTrendSound: Sound file for uptrend signals (default: "alert.wav").
    • DnTrendSound: Sound file for downtrend signals (default: "alert2.wav").
    • EmailOn: Enable/disable email alerts (default: false).
    • EmailsNumber: Number of email notifications to send (default: 1).
    • PushNotificationOn: Enable/disable push notifications to mobile devices (default: false).

    4. How the Indicator Works

    • Moving Average Line:
      • The indicator plots a single MA line on the chart based on the selected MA_Method and Price.
      • The line changes color if ShowInColor is enabled:
        • Yellow: Neutral (no clear trend).
        • DeepSkyBlue: Uptrend (current MA value > previous MA value).
        • OrangeRed: Downtrend (current MA value < previous MA value).
    • Buy/Sell Signals:
      • Buy Signal: A lime arrow (symbol code 233) appears below the candle when the trend changes from downtrend (trend = 2) to uptrend (trend = 1).
      • Sell Signal: A red arrow (symbol code 234) appears above the candle when the trend changes from uptrend (trend = 1) to downtrend (trend = 2).
      • Signals are generated when the MA direction changes, indicating a potential trend reversal.
    • Multi-Timeframe (MTF):
      • If a higher timeframe is selected (e.g., H1 on an M15 chart), the indicator calculates the MA based on the higher timeframe data.
    • Alerts:
      • When a trend change occurs, the indicator can trigger:
        • Sound Alerts: Plays the specified sound file (UpTrendSound or DnTrendSound) up to SoundsNumber times with a pause of SoundsPause seconds.
        • Email Alerts: Sends an email with the signal details (up to EmailsNumber times).
        • Push Notifications: Sends a notification to your mobile device via the MT5 app.

    1. Example Configuration

    For a trend-following strategy on a daily chart (D1):

    • TimeFrame: D1 (or 0 for current chart).
    • Price: close.
    • MA_Period: 21.
    • MA_Shift: 0.
    • MA_Method: HMA (Hull Moving Average, for smoother and faster trend detection).
    • ShowInColor: true.
    • CountBars: 0 (calculate all bars).
    • AlertOn: true.
    • AlertShift: 1 (signals on the previous bar for confirmation).
    • UpTrendSound: "alert.wav".
    • DnTrendSound: "alert2.wav".
    • EmailOn: false.
    • PushNotificationOn: true.

    Expected Behavior:

    • The chart displays a Hull MA (HMA) line that changes color based on trend direction.
    • Lime arrows appear below candles for buy signals (trend turns up).
    • Red arrows appear above candles for sell signals (trend turns down).
    • Push notifications are sent to your mobile device when a new signal occurs.


    おすすめのプロダクト
    SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視覚
    https://www.mql5.com/en/users/gedeegi/seller    The GEN indicator is a multifunctional technical analysis tool for the MetaTrader 5 (MT5) platform. It is designed to automatically identify and display key Support and Resistance (S&R) levels and detect False Breakout signals, providing clear and visual trading cues directly on your chart. Its primary goal is to help traders identify potential price reversal points and avoid market traps when the price fails to decisively break through key levels
    FREE
    DeepInsight
    Gustavo Santos Pedrosa
    Title: DeepInsight: Flow and Market Context Analysis What is DeepInsight? DeepInsight is a technical analysis tool for MetaTrader 5, developed to assist in reading market dynamics. The indicator processes volume and price movement data to generate objective visual references, facilitating the identification of areas of interest on the chart. The tool functions as an auxiliary analysis dashboard, offering support for manual decision-making without performing automatic order execution. Operationa
    Value Chart Candlesticks
    Flavio Javier Jarabeck
    4.69 (13)
    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
    Best SAR MT5
    Ashkan Hazegh Nikrou
    4.33 (3)
    説明 :  外国為替市場(PSAR)で専門的で人気のあるインジケーターの1つに基づいた新しい無料インジケーターをご紹介します。このインジケーターは元のパラボリックSARインジケーターの新しい変更です。プロSARインジケーターでは、ドットと価格チャートのクロスオーバーを見ることができます。クロスオーバーはシグナルではありませんが、動きの終わりの可能性について話します。新しい青いドットで購入を開始し、最初の青いドットの1 atr前にストップロスを配置し、最後にドットが価格チャートを横切るとすぐに終了できます。 売買シグナルを開く方法は? 最初の青い点によるオープンバイトレードと最初の赤いドットによるオープンセルトレード 正しいストップロスはどこにありますか? 安全なストップロスは最初のドットにある可能性があります(最初の青いドットの買いの場合と最初の赤い点の売りの場合) 正しいテイクプロフィットはどこにありますか? テイクプロフィットはストップロス距離とRRに基づいて調整できるので、私の提案は2 RRで、ストップロスの2倍です。 利益を上げているのにtpを達成できなかった場合
    FREE
    Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
    Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
    Delta + CVD & CVD Candles Order-flow indicator combining Delta (Ask–Bid), Cumulative Volume Delta (CVD), and a unique CVD-based synthetic candle system. Shows buy/sell pressure, volume aggressiveness, and momentum shifts with optional Delta histogram, CVD line, and CVD+Delta combined candles. Useful for scalping, intraday trading, divergence detection, and understanding buyer/seller dominance. Overview The Delta + CVD & CVD Candles Indicator combines multiple order-flow tools into one clean
    回帰取引を意味する専門的かつ定量的なアプローチを実装する独自の指標。これは、価格が予測可能かつ測定可能な方法で迂回して平均に戻るという事実を利用しており、非定量的な取引戦略を大幅に上回る明確な出入りルールを可能にします。 [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] 明確な取引シグナル 驚くほど簡単に取引できます カスタマイズ可能な色とサイズ パフォーマンス統計を実装します ほとんどの取引戦略を上回ります 適切なSLおよびTPレベルを表示します 電子メール/音声/視覚アラートを実装します 使い方 インディケータは、より高い時間枠からの完全にカスタマイズ可能な移動平均の周りの標準偏差を測定し、トレンドフォローアプローチを使用して正確に取引を見つけます。取引は、現在のチャートの価格アクションに飛び込むことによって見つけられ、価格が選択したより高い時間枠から計算された平均価格帯に戻ったときに閉じられます。それがコード化される方法のために、指標は高ボラティリティと強いトレンドの市場か
    The new update makes this indicator a complete tool for studying, analyzing and operating probabilistic patterns. It includes: On-chart Multi-asset percentage monitor. Configurable martingales. Twenty-one pre-configured patterns, including Mhi patterns and C3. An advanced pattern editor to store up to 5 custom patterns. Backtest mode to test results with loss reports. Trend filter. Hit operational filter. Martingale Cycles option. Various types of strategies and alerts. Confluence between patter
    MT4版  |  FAQ Owl Smart Levels Indicator は、 Bill Williams の高度なフラクタル、市場の正しい波構造を構築する Valable ZigZag、エントリの正確なレベルをマークする Fibonacci レベルなどの一般的な市場分析ツールを含む 1 つのインジケーター内の完全な取引システムです。 利益を得るために市場と場所に。 戦略の詳細な説明 インジケータを操作するための指示 顧問-取引助手 プライベートユーザーチャット ->購入後に私に書いて、私はプライベートチャットにあなたを追加し、あなたはそこにすべてのボーナスをダウンロードすることができます 力はシンプルさにあります! Owl Smart Levels 取引システムは非常に使いやすいので、専門家にも、市場を勉強し始めて自分で取引戦略を選択し始めたばかりの人にも適しています。 戦略と指標に秘密の数式や計算方法が隠されているわけではなく、すべての戦略指標は公開されています。 Owl Smart Levels を使用すると、取引を開始するためのシグナルをすばやく確認し、注文を出すための
    Statistical Arbitrage Spread Generator for Cointegration [MT5] What is Pair Trading? Pair trading is a market-neutral strategy that looks to exploit the relative price movement between two correlated assets — instead of betting on the direction of the market. The idea? When two assets that usually move together diverge beyond a statistically significant threshold, one is likely mispriced. You sell the expensive one, buy the cheap one , and profit when they converge again. It’s a statistica
    FREE
    Improved version of the free HMA Trend indicator (for MetaTrader 4) with statistical analysis. HMA Trend is a trend indicator based on the Hull Moving Average (HMA) with two periods. HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. The main differences from the free version: Ability to predict the probability of a trend reversal using analysis of history data. Plotting statistical charts for analyzi
    Adjustable Consecutive Fractals  looks for 2 or more fractals in one direction and sends out a on screen alert, sound alert and push notification, for strong reversal points . Adjustable Consecutive Fractals, shows the fractals on chart along with a color changing text for buy and sell signals when one or more fractals appear on one side of price. Adjustable Consecutive Fractals is based Bill Williams Fractals . The standard Bill Williams fractals are set at a non adjustable 5 bars, BUT withe th
    RSI Divergence Suite Pro - MetaTrader 5 用高度な指標 概要 RSI Divergence Suite Pro は、MetaTrader 5 用の高度なテクニカル指標であり、価格と RSI の間のダイバージェンスを自動的に検出し、高精度の取引シグナルを提供します。このプロフェッショナルな指標は、RSI の強力な機能とダイバージェンス分析、マルチタイムフレームのサポート/レジスタンス、および完全なアラートシステムを組み合わせています。 主な機能 高度なダイバージェンス検出 4 種類のダイバージェンス: レギュラーブル:価格が安値を更新する一方で、RSI が高値を更新する強気シグナル レギュラーベア:価格が高値を更新する一方で、RSI が安値を更新する弱気シグナル ヒドゥンブル:強気トレンドの確認(継続) ヒドゥンベア:弱気トレンドの確認(継続) 統合された品質フィルター: 最小出来高フィルター ATR ボラティリティフィルター RSI レベルフィルター(買われすぎ/売られすぎ) バー間距離フィルター 2. 強度分類システム シグナルの自動分類: 強:
    Range Directional Force Indicator – Designed for You to Optimize! The Range Directional Force Indicator is a cutting-edge tool designed to empower traders by visualizing market dynamics and directional strength. Built to offer insights into market trends and reversals, this indicator is an invaluable asset for traders seeking precision in their strategies. However, it is important to note that this indicator is not optimized, leaving room for you to tailor it to your unique trading preferences.
    概要 このインジケーターは、クラシックな ドンチャンチャネル を強化したバージョンで、実践的なトレード機能を追加しています。 標準の3本線(上限、下限、中央線)に加え、 ブレイクアウト を検出し、チャート上に矢印で視覚的に表示します。また、チャートを見やすくするために、 現在のトレンド方向と逆側のラインのみを表示 します。 インジケーターの機能: 視覚的シグナル :ブレイクアウト時にカラフルな矢印を表示 自動通知 :ポップアップ、プッシュ通知、Eメール RSIフィルター :市場の相対的な強弱に基づいてシグナルを検証 カスタマイズ可能 :色、ラインの太さ、矢印コード、RSI閾値など 動作原理 ドンチャンチャネルは次のように計算します: 上限線 :直近N本のクローズ済みローソク足の最高値 下限線 :直近N本のクローズ済みローソク足の最安値 中央線 :最高値と最安値の平均値 上方ブレイクアウト は終値が上限線を超えたときに発生し、 下方ブレイクアウト は終値が下限線を下回ったときに発生します。 インジケーターは以下を行います: 3本のドンチャンラインを描画 方向転換後の最初のブレイクアウト
    FREE
    Your Trend Friend
    Luigi Nunes Labigalini
    5 (1)
    The trend is your friend! Look at the color of the indicator and trade on that direction. It does not  repaint. After each candle is closed, that's the color of the trend. You can focus on shorter faster trends or major trends, just test what's most suitable for the symbol and timeframe you trade. Simply change the "Length" parameter and the indicator will automatically adapt. You can also change the color, thickness and style of the lines. Download and give it a try! There are big movements w
    High Low Open Close
    Alexandre Borela
    4.98 (43)
    このプロジェクトが好きなら、5つ星レビューを残してください。 このインジケータは、指定されたためのオープン、ハイ、ロー、クローズ価格を描画します 特定のタイムゾーンの期間と調整が可能です。 これらは、多くの機関や専門家によって見られた重要なレベルです トレーダーは、彼らがより多くのかもしれない場所を知るために有用であり、 アクティブ。 利用可能な期間は次のとおりです。 前の日。 前週。 前の月。 前の四半期。 前年。 または: 現在の日。 現在の週。 現在の月。 現在の四半期。 現年。
    FREE
    フラットとトレンドを決定するための指標。 価格が2つのヒストグラムと2つの線(赤と青)のいずれかを下回っている場合、これは売りゾーンです。 このバージョンのインジケーターを購入するときは、1つの実際のアカウントと1つのデモアカウント用のMT4バージョン-ギフトとして(受け取るには、プライベートメッセージを書いてください)! 価格が2つのヒストグラムと2つの線(赤と青)のいずれかを上回っている場合、これは購入ゾーンです。 MT4バージョン: https//www.mql5.com/en/market/product/3793 価格が2つの線の間、またはいずれかのヒストグラムのゾーンにある場合、市場に明確な傾向はありません。簡単に言えば、市場は横ばいです。 インジケーターの動作は、スクリーンショットでより明確に示されています。
    Overview Heiken Ashi CE Filtered MT5 is a technical indicator for the MetaTrader 5 platform. It integrates smoothed candlestick charting with a dynamic exit strategy and a customizable trend filter to deliver clear buy and sell signals. The indicator is designed to improve trend detection and signal reliability by reducing market noise. If you want to see more high-quality products or order the development/conversion of your own products, visit my partners' website: 4xDev Get 10% OFF on manual
    Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
    1. Overview The Scalping PullBack Signal indicator is a powerful technical analysis tool designed to help traders identify scalping opportunities based on potential pullback and reversal signals. This tool is particularly useful on lower timeframes (below 15 minutes) but can also be applied on higher timeframes for longer-term trades. This indicator integrates several key analytical components, providing a comprehensive view of trends and potential entry/exit points, helping you make quick and e
    FREE
    Introduction The Wave Trend Oscillator Indicator for MT5 is one of the well known indicators in the market, helping traders find strong entry points into the market. Like any other MetaTrader 5 indicator , it can produce both good and bad signals, but the number of accurate buy/sell signals is significantly higher than the weak ones. This makes it a powerful tool for improving your forex trading strategy , whether you are a beginner or an advanced trader. How does this indicator work? This indic
    Crypto_Forex MT5用インジケーター「HTF移動平均線クロス」 - 強力なMT5用HTF移動平均線クロスインジケーターで、トレード手法をアップグレードしましょう。HTFとは、より長い時間枠での取引を意味します。 - このインジケーターは、プライスアクションエントリーを行うトレンドトレーダーに最適です。 - より長い時間枠の高速移動平均線と低速移動平均線を現在のチャートに貼り付けることができます。これはプロフェッショナルな手法です。 - HTF移動平均線クロスには、モバイルとPCの両方に対応したアラート機能が組み込まれています。 - このインジケーターは、低リスクで十分な利益を得る機会を提供します。 高品質のトレーディングロボットとインジケーターをご覧になるにはここをクリックしてください! これは、このMQL5ウェブサイトでのみ提供されるオリジナル製品です。
    General Description In the simplest terms this is a contrarian intra-day scalping system. Built to try and let correct trades run as far as possible and flip the trade when indicated. The indicator looks at historical daily trading ranges to lay out levels at which it takes long and short positions based on the statistical levels. The indicator is built around index futures, mainly around S&P and the DOW but can be used an any futures contract mainly using AMP Futures to trade. The indicator is
    Long&Short Cointegration Analyzer An advanced tool for traders looking to profit from cointegration. Analyzes any asset pair for Long&Short strategies. What does the Long&Short Cointegration Analyzer do? Identifies cointegrated pairs that revert to the mean, ideal for profitable trades. Provides a detailed panel with statistical data for confident decisions. Works with any currency pair, on any timeframe. Find buying and selling opportunities based on cointegration. Minimize risks with a relia
    FlatBreakout MT5 (Free Version) Flat Range Detector and Breakout Panel for MT5 — GBPUSD Only FlatBreakout MT5   is the free version of the professional FlatBreakoutPro MT5 indicator, specially designed for flat (range) detection and breakout signals on the   GBPUSD   pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout MT5 and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of
    FREE
    ElohimTrade Ultimate Confluence Pro — 世界で最も強力なマルチタイムフレーム・コンフルエンスインジケーター ElohimTrade Ultimate Confluence Pro で、あなたのトレーディングの真の可能性を解き放ちましょう。精度・信頼性・市場の深い洞察を追求するトレーダーのために設計された、テクニカル分析ツールの最高峰です。 この最先端インジケーターは、EMA、RSI、MACD、ボリンジャーバンド、ストキャスティクス、ADX などの主要インジケーターを巧みに組み合わせ、M15、H1、H4 といった3つの主要タイムフレームを同時に分析します。その結果、市場ノイズを排除し、最も利益を生むチャンスを明確に示す「コンフルエンススコア」を提供します。 なぜ推測で取引するのですか?次のようにできます: マルチタイムフレームのシナジーを活用: 複数の時間軸を同時に分析し、トレンドや反転の精度を飛躍的に向上させます。 シグナルの品質を最大化: 複数のインジケーターとタイムフレームの確認を統合した高度なスコアリングにより、偽シグナルを大幅に削減。 リアル
    市場ボリュームプロファイル指標 + スマートオシレーター。通貨ペア、株式、先物、暗号資産など、ほぼすべての銘柄で動作し、リアルボリュームとティックボリュームの両方に対応しています。プロファイル作成範囲は、1週間や1ヶ月などの自動設定のほか、境界線(赤と青の2本の垂直線)を動かして手動で設定することも可能です。ヒストグラム形式で表示され、特定の価格レベルにおけるヒストグラムの幅は、その価格帯で行われた取引量(約定数)を表します。 Mode level line color パラメータを使用すると、価格が反発する可能性が高い重要なボリュームレベルを自動表示できます。また、 Maximum color パラメータは、指定した範囲全体で最も取引が集中した最大ボリュームレベルを個別に表示します。 スマートオシレーターは買われすぎ・売られすぎのゾーンを表示します。複数のインジケーターからの情報を分析し、処理されたデータに基づいて、買われすぎと売られすぎのゾーンを対応する色で塗りつぶします。 Volume every day では、 Range period パラメータでプロファイル作成の時間間隔を
    このプロダクトを購入した人は以下も購入しています
    ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
    SuperScalp Pro — 高度なマルチフィルター対応スキャルピングインジケーターシステム SuperScalp Pro は、クラシックな Supertrend と複数のインテリジェントな確認フィルターを組み合わせた高度なスキャルピング用インジケーターシステムです。M1〜H4 のすべての時間足で効率的に機能し、特に XAUUSD、BTCUSD、および主要なFX通貨ペアに適しています。単体のシステムとして、また既存の取引戦略へ柔軟に統合して使用できます。 本インジケーターは 11 以上のフィルターを統合しており、短期・長期の EMA、トレンド判定に用いる 3 本の EMA、EMA スロープ(EMA slope)、RSI、ADX、出来高、VWAP、ボリンジャーバンドのブレイクアウト、MACD ダイバージェンスフィルターなどを含みます。スマートキャンドルフィルターはローソク足の終値を確認して弱いシグナルを排除し、3 本の EMA と MACD ダイバージェンスを組み合わせたトレンド認識メカニズムにより勝率の高いシグナルの選別を支援します。 SuperScalp Pro は ATR に基
    AriX
    Temirlan Kdyrkhan
    1 (4)
    AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
    このインジケーターを購入すると、プロ仕様のトレードマネージャーを無料で差し上げます。 まず第一に、このトレーディングシステムがノンリペイント、ノンリドロー、ノンラグのインジケーターであることを強調する価値がある。これにより、手動取引とロボット取引の両方に理想的なものになっています。 オンラインコース、マニュアル、プリセットのダウンロード。 「スマートトレンドトレーディングシステム MT5」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的なトレーディングソリューションです。10以上のプレミアムインジケーターを組み合わせ、7つ以上の堅実なトレーディング戦略を備えており、多様な市場状況に対応する多目的な選択肢となっています。 トレンドフォロー戦略:トレンドを効果的に乗り越えるための正確なエントリーとストップロス管理を提供します。 リバーサル戦略:潜在的なトレンドの反転を特定し、トレーダーがレンジ相場を活用できるようにします。 スキャルピング戦略:高速で正確なデイトレードおよび短期取引のために設計されています。 安定性:すべてのインジケーターはノンリペイント、ノンリドロー、ノ
    FX Trend NG:次世代マルチマーケット・トレンドインテリジェンス 概要 FX Trend NG は、複数の時間足に対応したプロフェッショナル向けトレンド分析およびマーケット監視ツールです。 市場全体の構造を数秒で把握することができます。 複数のチャートを切り替える必要はありません。どの銘柄がトレンド中なのか、どこでモメンタムが弱まっているのか、そしてどの時間足で強い整合性があるのかを瞬時に確認できます。 ローンチ特別オファー – FX Trend NG を $30(6ヶ月) または $80 永久ライセンス でご利用いただけます。 すでに Stein Investments のユーザーですか? -> メッセージを送信 して、プライベートグループへアクセスしてください。 セットアップや詳細情報が必要ですか? -> Stein Investments 公式ページ をご覧ください。 1. FX Trend NG が他と異なる理由 3ステート・トレンドロジック ― Buy と Sell だけではない • 多くのインジケーターは Buy または Sell の2状態のみを表示します。
    このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
    Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1), c
    Game Changerは、あらゆる金融商品で使用できる革新的なトレンドインジケーターです。MetaTraderを強力なトレンドアナライザーへと変貌させます。あらゆる時間枠で動作し、トレンドの特定、反転の可能性のシグナル、トレーリングストップ機能、そして迅速な市場反応のためのリアルタイムアラートを提供します。経験豊富なプロでも、優位性を求める初心者でも、このツールは自信と規律、そして根本的なトレンドダイナミクスを明確に理解した上で取引を行うための力となります。このインジケーターはリドロー機能も備えています。 購入後すぐにご連絡いただければ、個人ボーナスを進呈いたします。Strong SupportとTrend Scannerインジケーターの無料コピーを入手できます。[email protected]までプライベートメッセージを送ってください。 私のEAや特別なセットはTelegramでは販売しておりません。MQL5でのみ販売しており、セットファイルは私のブログでのみ公開しています。詐欺師にはご注意ください。他の方からセットを購入しないでください。 設定 トレンド変化時のアラート
    Power Candles – あらゆる市場に対応した強度ベースのエントリーシグナル Power Candles は、Stein Investments が長年培ってきた強度分析を価格チャート上に直接反映します。価格だけに反応するのではなく、各ローソク足は実際の市場の強さに基づいて色分けされ、モメンタムの蓄積、強度の加速、明確なトレンド転換を瞬時に把握できます。 すべての市場に共通する単一ロジック Power Candles は すべての取引シンボル で自動的に動作します。現在のシンボルが Forex か非 Forex 市場かを自動判別し、内部で適切な強度モデルを適用します。 Forex および Gold :FX Power のデルタ値を使用(絶対値レンジ最大 100) 指数、暗号資産、CFD :IX Power の強度値を使用(絶対値レンジ最大 50) 必要な強度計算は Power Candles に直接組み込まれています。ローソク足のカラーリングやシグナルロジックに、追加のインジケーターは不要です。 価格ノイズではなく「強度状態」 各ローソク足は、以下の 9 つの明確に定義された強
    このインジケーターは、反転ポイントと価格戻りゾーンを正確に表示します。     主要プレーヤー 。新たなトレンドが形成される場所を把握し、最大限の精度で意思決定を行い、すべての取引をコントロールします。 TREND LINES PRO インジケーターと組み合わせることで、その潜在能力を最大限に発揮します。 VERSION MT4 インジケーターが示す内容: 新しいトレンドの始まりに活性化する反転構造と反転レベル。 リスクと報酬の比率を最小限に抑えた利益 確定 と 損失停止の レベルの表示     RR 1:2   。 インテリジェントな削減ロジックによるストップロス。 指定されたインジケーターから 2 つのトレンド タイプの反転パターンを表示します。 指標: トレンドを追う   TREND LINES PRO   (世界的なトレンドの変化) TREND PRO   (クイックトレンド変更) シンプルで効果的   スキャナー   リアルタイムトレンド(新機能)。 マルチタイムフレームのインストゥルメント フィルタリング。 画面   利益     LOGIC AI信号の後。 当日プラス方
    FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
    Azimuth Pro
    Ottaviano De Cicco
    5 (4)
    発売プロモーション Azimuth Proは先着100名様限定で 299ドル でご提供します。最終価格は 499ドル となります。 リテールとインスティテューショナルのエントリーの違いはインジケーターではなく、ロケーションにあります。 多くのトレーダーは、モメンタムを追いかけたり、遅行シグナルに反応して、任意の価格レベルでエントリーします。機関投資家は、需給が実際にシフトする構造的なレベルに価格が到達するのを待ちます。 Azimuth Proはこれらのレベルを自動的にマッピングします:スイングアンカーVWAP、マルチタイムフレーム構造ライン、高確率ロケーションにのみ出現するABCパターン。 Azimuth Proは、構造分析とインテリジェントな自動化の両方を求めるプロフェッショナルトレーダー向けに構築されています。 Azimuthが外科的精度で市場構造をマッピングする一方、Azimuth Proはインテリジェンスレイヤーを追加します:トレーディングスタイルの自動検出、スマート設定された移動平均線、20年のデータでバックテストされた最適化パラメータ。その結果、お使いの銘柄と
    優れたテクニカルインジケーター「Grabber」をご紹介します。これは、すぐに使える「オールインワン」トレーディング戦略として機能します。 ひとつのコードに、市場のテクニカル分析ツール、取引シグナル(矢印)、アラート機能、プッシュ通知が強力に統合されています。 このインジケーターを購入された方には、以下の特典を無料で提供します: Grabberユーティリティ:オープンポジションを自動で管理するツール ステップバイステップのビデオマニュアル:インジケーターのインストール、設定、取引方法を解説 カスタムセットファイル:インジケーターをすばやく自動設定し、最大限の成果を出すための設定ファイル 他の戦略はもう忘れてください!Grabberだけが、あなたを新たなトレードの高みへと導いてくれるのです。 Grabber戦略の主な特徴: 推奨タイムフレーム:M5〜H4 対応通貨ペア・資産:どれでも使用可能ですが、私が実際に検証した以下を推奨します(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、E
    Smart Stop Indicator – チャート上で実現するインテリジェントなストップロス精度 概要 Smart Stop Indicator は、ストップロスを勘や感情ではなく、明確で体系的に設定したいトレーダーのために設計されています。本ツールは、クラシックなプライスアクション(高値更新・安値切り下げ)と最新のブレイクアウト認識ロジックを組み合わせ、次に来るべき論理的なストップレベルを正確に特定します。トレンド相場、レンジ、急速なブレイクアウト局面のいずれであっても、最適な SL ゾーンとその状態(“new”、“broken”、“valid”)をチャート上に直接表示します。さらに今回、SL 距離の %ADR 表示も新たに追加されています。 主な特徴 マーケット構造に基づく自動ストップ配置 • 市場構造とリアルタイムの値動きに基づき、意味のあるストップロスレベルを自動検出します。 スマートなブレイクアウト感知 • 急激な方向転換やブレイクアウトにも柔軟に対応し、早すぎるストップ調整を避けます。 SL %ADR の表示 • ストップロスまでの距離を ADR(Averag
    まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイ
    Trend Ai indicatorは、トレンドの識別と実用的なエントリポイントと反転アラートを組み合わせることで、トレーダーの市場分析を強化する優れたツールです。 この指標は、ユーザーが自信と正確さで外国為替市場の複雑さをナビゲートすることを可能にします トレンドAiインジケーターは、主要なシグナル以外にも、プルバックやリトレースメント中に発生するセカンダリエントリポイントを識別し、トレーダーが確立されたトレンド内の価格修正を活用できるようにします。 重要な利点: *MT4およびMT5の仕事 *明確な買いまたは売りシグナル *再描画しません ·すべての資産で動作します 私はeaやセットをtelegram it詐欺で販売しないように注意してください。 すべての設定はここでブログで無料です。  重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! 私の他のプロダクトと同様、実質操作の監視はここに見つけることができます: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 設定および入力: すべての
    Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
    FX Levels: あらゆる市場における非常に高精度なサポート&レジスタンス 概要 通貨ペア、株式指数、個別銘柄やコモディティなど、どのような市場でも信頼できるサポートとレジスタンスを特定したいですか? FX Levels は伝統的な “Lighthouse” メソッドと先進的な動的アプローチを融合し、ほぼ汎用的な精度を実現します。ブローカーの実務経験を活かし、自動化されたデイリー更新とリアルタイム更新を組み合わせることで、 FX Levels は反転ポイントを見つけ、利益目標を設定し、自信をもってトレードを管理するための手助けをします。今すぐ試してみて、サポート/レジスタンス分析の正確性がどれほどトレードを向上させるかを実感してください! 1. FX Levels がトレーダーにとって非常に有用な理由 非常に正確なサポート&レジスタンスゾーン • FX Levels は異なるブローカー環境でもほぼ同一のゾーンを生成するよう設計されており、データフィードの差異や時刻設定のずれによる不一致を解消します。 • つまり、どのブローカーを利用していても一貫したレベルが得られるため、戦
    トレンドラインプロ   市場の真の方向転換点を理解するのに役立ちます。この指標は、真のトレンド反転と主要プレーヤーが再び参入するポイントを示します。 分かりますか     BOSライン   複雑な設定や不要なノイズなしに、より長い時間足でのトレンドの変化と重要なレベルを把握できます。シグナルは再描画されず、バーが閉じた後もチャート上に残ります。 MT4バージョン   -   RFI LEVELS PRO インジケーター と組み合わせることで、その最大限の能力を発揮します インジケーターが示す内容: 本当の変化   トレンド(BOSライン) 一度シグナルが現れたら、それは有効です!これは、リペイント機能を持つインジケーターとの重要な違いです。リペイント機能を持つインジケーターは、シグナルを発した後、それを変更し、資金の損失につながる可能性があります。これにより、より高い確率と精度で市場に参入できます。また、矢印が現れた後、目標値(利益確定)に達するか、反転シグナルが現れるまで、ローソク足の色を変更する機能もあります。 繰り返しエントリ   主要プレーヤーの補充 エントリーポイントを探す
    FX Dynamic: カスタマイズ可能なATR分析でボラティリティとトレンドを把握 概要 FX Dynamic は平均的な真のレンジ(ATR)の計算を活用して、日次および日中ボラティリティに関する卓越した情報をトレーダーに提供する強力なツールです。80%、100%、130%などのボラティリティ閾値を設定することで、通常の範囲を超えた際にすぐに警告を受け取ったり、有望な利益機会を素早く捉えられます。 FX Dynamic はブローカーのタイムゾーンに合わせて調整でき、安定したボラティリティ測定を維持しながら、リアルタイム分析のためにMetaTraderとシームレスに連携します。 1. なぜFX Dynamicがトレーダーにとって非常に有益か リアルタイムのATRインサイト • 日次・日中のボラティリティをひと目で把握。価格がATRの80%、100%、130%などに達したときに警告を受け取り、重要な水準にあるかどうかを確認できます。 • ボラティリティが完全に爆発する前に潜在的な反転やブレイクアウトを先取り可能。 幅広いマーケットへの適用 • 外国為替、コモディティ、株価指数な
    RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
    トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 100 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な
    これはMT5のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。 あら
    IX Power MT5
    Daniel Stein
    4.92 (13)
    IX Power: 指数、商品、暗号資産、外国為替市場の洞察を発見 概要 IX Power は、指数、商品、暗号資産、外国為替市場の強弱を分析するための多用途ツールです。 FX Power が全ての利用可能な通貨ペアデータを活用して外為ペアで最高の精度を提供する一方、 IX Power は基礎資産の市場データにのみ焦点を当てています。この特性により、 IX Power は非外為市場に最適であり、単純な外為分析にも信頼性の高いツールです。どのチャートでもスムーズに機能し、取引判断を向上させるための明確で実行可能な洞察を提供します。 1. IX Power がトレーダーにとって価値がある理由 複数市場での強弱分析 • IX Power は指数、商品、暗号資産、外為シンボルの強弱を計算し、それぞれの市場に合わせた洞察を提供します。 • US30、WTI、ゴールド、ビットコイン、または通貨ペアなどの資産を監視して取引機会を発見できます。 幅広い市場に適応 • 外為取引では、 FX Power が関連する全ての通貨ペアを分析することで比類のない精度を提供します。 • IX Power
    Candle Smart Range
    Gianny Alexander Lugo Sanchez
    MetaTrader 5用 Candle Smart Range (CSR) Candle Smart Rangeは、複数のタイムフレームで価格レンジを自動的に識別するためのテクニカル指標です。このツールは、ローソク足の形成と、以前の高値・安値との相互作用に基づいて市場構造を分析します。 主な機能: レンジ検出: 勢いのある動きの前のコンソリデーション(保ち合い)ゾーンを特定します。 だまし(フェイクアウト)の識別: 価格が以前の水準を超えたものの、ローソク足の終値基準でレンジ内に戻った場合をマークします。 マルチタイムフレーム分析: カスタム期間を含む最大19のタイムフレームのデータを1つのチャートに表示します。 内部可視化(ズーム): チャートを切り替えずに、上位足のローソク足内部の値動きを確認できます。 時間フィルター: 主要な市場セッションなど、特定の時間帯で動作するように設定可能です。 履歴確認モード: 過去のデータをステップバイステップで確認し、分析できます。 アラート機能: ローソク足の確定や新しいレンジの検出を通知します。 インターフェース: 視覚的な負荷を管理する画面
    Mirage Trading System — False Breakout (Fakey) Pattern Detector for MetaTrader 5 Overview   Mirage Trading System detects the Fakey pattern (false breakout reversal) on completed bars and draws entry, stop loss, and take profit levels on the chart. Detection is non-repainting: signal values do not change after bar close. The indicator scores each candidate pattern across 17 factors and routes scored signals through a 4-layer Signal Engine before displaying a tier-classified result. How Detectio
    ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
    The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time frames, although it is recommen
    「 Dynamic Scalper System MT5 」インジケーターは、トレンド波の中でスキャルピング取引を行う手法のために設計されています。 主要通貨ペアと金でテスト済みで、他の取引商品との互換性があります。 トレンドに沿った短期的なポジションオープンのシグナルを提供し、追加の価格変動サポートも提供します。 インジケーターの原理 大きな矢印はトレンドの方向を決定します。 トレンド波の中では、小さな矢印の形でスキャルピングシグナルを生成するアルゴリズムが機能します。 赤い矢印は強気方向、青い矢印は弱気方向です。 トレンドの方向には敏感な価格変動ラインが描かれ、小さな矢印のシグナルと連動します。 シグナルは次のように機能します。適切なタイミングでラインが現れるとエントリーシグナルが形成され、ラインが開いている間はポジションが保持され、完了すると取引が終了します。 推奨される動作時間枠はM1~H4です。 矢印は現在のローソク足に形成され、次のローソク足が開いている場合は、前のローソク足の矢印は再描画されません。 入力パラメータ Trend Wave Period - トレ
    ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
    作者のその他のプロダクト
    This MQL5 indicator, named BoS_ChoCh_Indicator, detects Break of Structure (BoS) and Change of Character (ChoCh) in trading charts. It identifies pivot highs and lows using a user-defined period (default 5), monitors price breakouts above highs or below lows, classifies them as bullish/bearish BoS or ChoCh based on the prevailing trend, draws colored lines and labels on the chart for visualization, and populates buffers with signals, structure levels, and trend direction (1 for up, -1 for down)
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. Here’s a brief description of how to use the indicator effectively. MT4 version: https://www.mql5.com/en/market/product/129509?source=Site +Market+My+Products+Page My Other Products:  https://www.mql5.com/en/users/1700046313/seller How to Use TD Sequential by Tom DeMark The TD Sequential is a technical analysis indicator develo
    This indicator functions similarly to the traditional Relative Strength Index (RSI), but it's integrated directly onto the main price chart. This setup allows traders to more easily identify price fluctuations and recognize conditions of overbought or oversold markets. By observing the indicator in conjunction with price movements, you can gain valuable insights into potential trend reversals or continued momentum. Keep an eye on these signals to enhance your trading strategy. Happy trading, eve
    FREE
    Overview The TD Sequential EA is a sophisticated automated trading system designed to capitalize on the TD Sequential indicator, developed by Tom DeMark. This EA identifies trading opportunities based on TD Sequential setups and executes trades with predefined risk management parameters. It offers a clean and customizable chart appearance and allows users to set their own lot sizes and other trading parameters. Key Features Automated Trading : Executes buy and sell orders based on TD Sequential
    To access the TD sequential Scanner for MT5, please check https://www.mql5.com/en/market/product/123369?source=Site +Market+My+Products+Page. One of the MT5 versions includes additional timeframes such as M1, M2, M3,H2,H6,H8 and so on.( https://www.mql5.com/en/market/product/123367?source=Site +Market+My+Products+Page) TD Sequential Scanner: An Overview The TD Sequential scanner is a powerful technical analysis tool designed to identify potential price exhaustion points and trend reversals in fi
    The indicator I’m referring to is a leading indicator, similar to the Bill Williams Fractals indicator, but with an added feature: it draws vertical lines on the chart to mark significant points in time. This functionality makes it particularly useful for traders as it provides clear visual cues for potential trading opportunities. What sets this indicator apart is its versatility; it can be applied across all timeframes and any currency pair, making it suitable for a wide range of trading stra
    This indicator functions similarly to the Relative Strength Index (RSI), but with a key difference: instead of being displayed in a separate window, it overlays directly on the main price chart. This allows for more convenient visualization and interpretation of market momentum alongside price movements. I believe this indicator will enhance your trading experience by providing clearer insights into market conditions. Wishing you successful trading!
    This tool is designed specifically for traders seeking to identify market reversals, allowing you to capitalize on advantageous trading opportunities. The indicator has undergone extensive testing and has established itself as a leading indicator; it often predicts market movements effectively. When a buy or sell signal is generated by the indicator, it tends to align with the market’s subsequent behavior, following the trend indicated by the signal. By utilizing this indicator, you can enhance
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. Here’s a brief description of how to use the indicator effectively. How to Use TD Sequential by Tom DeMark The TD Sequential is a technical analysis indicator developed by Tom DeMark, designed to identify potential turning points in market trends. It is widely used by traders to anticipate market reversals and manage trading ris
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. Most effective with TD sequential :           MT4:  https://www.mql5.com/en/market/product/129509?source=Site +Profile+Seller           MT5:  https://www.mql5.com/en/market/product/129507?source=Site +Profile+Seller My Other products:  https://www.mql5.com/en/users/1700046313/seller Here’s a brief description of how to use the
    This indicator outlines take profit (TP) stations derived from the Dinapoli ABC price projections. The key levels identified include COP (the critical operation point) designated as TP1, OP (the optimal point) marked as TP3, and SXOP (the secondary operation point) noted as TP4. This indicator proves to be especially beneficial for traders entering positions without clearly defined exit points. The Dinapoli levels provide precise price projections that highlight where the market is most likely
    A fair value gap (FVG) is a temporary price gap that occurs when the price of a stock or security is out of line with its fair value.   This gap is often caused by an imbalance between buyers and sellers. How it works Price imbalance When there is an imbalance between buyers and sellers, the price of a security can move too quickly. Price gap This creates an unadjusted area on the price chart, known as the fair value gap Price correction The price is often drawn back to the fair value gap, as i
    If you're familiar with COP, OP, and XOP levels, this indicator is definitely worth considering. There's no need to manually plot the ABC levels, as the indicator automatically calculates and displays the OP projection levels for you, updating regularly as the price changes. This is an essential indicator for your trading toolkit. Please if you are unsual on how to use this indicator feel fell to ask me for help and i can assist you where i can. Happy trading!
    If you're familiar with trading using Dinapoli levels, then this indicator is definitely worth your attention. It automatically plots key levels such as COP (Change of Polarity), OP (Objective Price), and XOP (Extended Objective Price) on your charts, regardless of the timeframe you choose to work with. One of the standout features of this indicator is its ability to generate alerts. Whenever a new ABC pattern is automatically identified and plotted by the indicator, you will receive a notifica
    Moving MinMax is a custom trend indicator that helps you easily identify the current market direction , reversals , and high-probability trade setups . This tool uses a unique calculation method that measures price pressure from both buyers and sellers, helping you see who is in control and when the market is likely to change direction. Unlike basic oscillators or moving averages, this indicator computes trend likelihoods using a distribution-based exponential model applied over a moving price w
    How to Use this indicator-: 1. Trend-Following Strategy Objective : Enter trades in the direction of the trend when the Net Score and Signal Line confirm a strong trend. Identify the Trend : Look at the Net Score in the separate window: If the Net Score is above 0 and rising, the trend is bullish. If the Net Score is below 0 and falling, the trend is bearish. Confirm with the LazyLine on the main chart: Green LazyLine indicates an uptrend. Red LazyLine indicates a downtrend. Entry : Buy (Long)
    Purpose : The AllAverages indicator plots a moving average line on the chart, with options to select from a wide range of MA types and price applications. It also displays buy and sell signals as arrows when the trend changes, and supports alerts (sound, email, push notifications) for these signals. Key Features : Supports multiple moving average types (e.g., SMA, EMA, HMA, TEMA, etc.). Allows customization of the price type (e.g., Close, Open, High, Low, Heiken Ashi variants). Displays a colore
    The Trend and Revesal Indicator is a custom indicator designed to help traders identify trend direction, reversal points, and high-probability trade setups. It uses advanced mathematical calculations to analyze market behavior and highlight potential turning points with great accuracy. This indicator measures buying and selling pressure over a defined period and shows which side is in control. It provides a clear visual display of trend zones, reversal arrows, and momentum signals in a separate
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. TD Sequential Scanner: An Overview The TD Sequential scanner is a powerful technical analysis tool designed to identify potential price exhaustion points and trend reversals in financial markets. Developed by Tom DeMark, this method is widely used by traders to gauge market cycles and potential turning points with precision. Ho
    This new version includes all MT5 timeframes (M1, M2, M3, M4, M5, M6, M10, M12, M15, M20, M30, H1, H2, H3, H4, H6, H8, H12, D1, W1 & MN1). The TD count for each timeframe is displayed on the top left corner. You don't need to do analysis anymore, as the scanner does all the analysis and updates every 1 second, allowing users to see real-time data for informed decision-making. Alerts are set on by default (can be turned off), which notifies users at the completion of every TD9. If you need a sca
    Description of the Ichimoku Cloud Scanner  The Ichimoku Cloud Scanner is an advanced MetaTrader 5 (MT5) custom indicator designed to monitor the Ichimoku Cloud system across multiple timeframes and provide visual and audible alerts based on the price's position relative to the Ichimoku Cloud. Here's a detailed description of its features and functionalities: Features: Ichimoku Cloud Calculation : Utilizes the Ichimoku Cloud indicator, which consists of five components: Tenkan-sen (Conversion Lin
    This indicator serves as a crucial leading tool for identifying pivotal points in market reversals. It provides traders with valuable insights regardless of the timeframe they are analyzing, whether it be minutes, hours, or days. Additionally, it is compatible with all trading pairs, making it highly versatile for various market scenarios. Incorporating this indicator into your trading strategy can significantly enhance your decision-making process and improve your overall trading performance. B
    A fair value gap (FVG) is a temporary price gap that occurs when the price of a stock or security is out of line with its fair value.   This gap is often caused by an imbalance between buyers and sellers. How it works Price imbalance When there is an imbalance between buyers and sellers, the price of a security can move too quickly. Price gap This creates an unadjusted area on the price chart, known as the fair value gap Price correction The price is often drawn back to the fair value gap, as i
    The Machine Learning Supertrend is a highly effective trading indicator specifically designed to identify and illustrate potential buy and sell signals through the use of clearly marked arrows.  One of the key advantages of this indicator is that it operates as a leading indicator, meaning it anticipates market movements rather than following them. Unlike many traditional indicators, the Machine Learning Supertrend does not lag or repaint, ensuring the signals provided are timely and reliable.
    The Jurik Moving Average (JMA) is a sophisticated, adaptive moving average designed to reduce lag while maintaining smoothness. Unlike traditional moving averages (e.g., SMA, EMA), JMA adjusts dynamically to market volatility, making it more responsive to price changes. It’s particularly useful in trading for identifying trends and generating signals with less noise. Input Parameters : inpJmaPeriod (default: 14): The period for calculating the JMA and ATR. inpJmaPhase (default: 0): Controls the
    Generates Buy/Sell Signals : Buy Signal : An upward arrow ( DRAW_ARROW ) appears when the JMA changes from a downtrend (red) to an uptrend (green). Sell Signal : A downward arrow ( DRAW_ARROW ) appears when the JMA changes from an uptrend (green) to a downtrend (red). Arrows are placed below (buy) or above (sell) the candle for visibility. Trend Following : Green Line : Indicates an uptrend. Consider holding or entering long positions. Crimson Line : Indicates a downtrend. Consider holding or en
    Purpose : The SuperTrend indicator tracks price trends, plotting a line that follows the trend direction (up or down) and optionally fills the area between the trend line and the closing price Plots : SuperTrend Line : A colored line (green for uptrend, red for downtrend) plotted below the price in uptrends and above in downtrends. Filling : Optional filled area (bisque/pale green) between the SuperTrend line and the closing price, shown only if Show_Filling is true. Logic : Calculates ATR usin
    Advanced Range Analyzer Pro – Smart Range Breakout & Probability Indicator Advanced Range Analyzer Pro is a powerful volatility-based range detection tool designed to identify high-probability consolidation zones before explosive breakouts occur. Using ATR, RSI, MACD, and volume-weighted price dynamics, this indicator automatically: Detects and draws clean, non-overlapping consolidation ranges Measures real-time Range Strength (compression & accumulation analysis) Calculates Bullish vs Bea
    Smart Adaptive Renko Pro – Dynamic ATR & Fixed Box Renko Indicator Smart Adaptive Renko Pro is a powerful non-time-based Renko indicator designed to eliminate market noise and reveal true price momentum with precision. Unlike standard chart candles, this indicator builds Renko bricks based purely on price movement — helping traders focus on trend strength, reversals, and clean breakout structures. Key Features Adaptive ATR-Based Box Size (Auto-adjusts to market volatility) Fixed Pip Box M
    FractalEA Pro — Smart Fractal Trading, Fully Automated FractalEA Pro turns Bill Williams' proven Fractal indicator into a complete, fully automated trading system. Every entry is confirmed by multiple filters — EMA trend direction, RSI momentum check, ATR volatility guard, and session timing — so the EA only trades when conditions genuinely align, not on every signal that appears. What makes FractalEA Pro stand out is the control it gives you. Every single feature has its own ON/OFF switch. Turn
    フィルタ:
    レビューなし
    レビューに返信