RSI Alerts MT5

RSI Alerts は、クラシックな Relative Strength Index(RSI)に便利なアラート機能を追加する MetaTrader 5 用インジケーターです。RSI ラインとレベル 30、50、70 はそのまま表示され、選択したレベルをクロスしたときにポップアップアラート、プッシュ通知、メールを送信できます。反転やブレイクアウトの可能性を見逃しません。

何を基準にしているか
標準の RSI(Relative Strength Index)をベースにしており、多くのトレーダーがオーバーボート/オーバーソールやモメンタムの変化を見るために使っているのと同じオシレーターです。RSI Alerts は RSI の計算式は変えず、RSI ラインを監視し、指定したレベルをクロスしたときだけ通知します。
  • - オーバーボートゾーン(例:70、設定可)- 押し目やショートエントリーの検出によく使われます
  • - オーバーソールゾーン(例:30、設定可)- 反発やロングエントリー用
  • - 中央線(50)- トレンドやモメンタムの確認用
どのクロスを重視するかは、ご自身の戦略に合わせて選択できます。

主な機能
  • - 6 種類の独立したアラート - それぞれオン/オフ可能:
    •   - RSI がレベル 70 を下から上にクロス(オーバーボート)
    •   - RSI がレベル 70 を上から下にクロス
    •   - RSI がレベル 30 を下から上にクロス(オーバーソール)
    •   - RSI がレベル 30 を上から下にクロス
    •   - RSI がレベル 50 を下から上にクロス
    •   - RSI がレベル 50 を上から下にクロス
  • - 時間フィルター - 指定した時間帯(例:サーバー時間 00:00-06:00)のみアラート有効。開始=終了の場合は 24 時間。
  • - 複数の通知手段 - ポップアップ、MT5 プッシュ通知、メール(それぞれ個別に有効化可能)。
  • - RSI 設定 - 期間、価格種別(Close / Open / High / Low / Median / Typical / Weighted)、オーバーボート/オーバーソールレベル(デフォルト 70/30)、ラインの色・太さ、レベル色。
  • - シグナル用 bar の選択 - 現在の bar(0)または N bar 前(1-10)をチェックし、ノイズを減らしたり確定足を基準にしたりできます。
  • - メッセージテンプレート - アラート文では `%num%`(bar 番号)と `%level%`(レベル値)のプレースホルダーが使えます。
  • - 週末ギャップ対策 - bar 間の時間が大きく空く場合(例:金曜->月曜)はシグナルを送らず、誤作動を防ぎます。

こんな方に
  • - RSI でエントリーするスイング・ポジショントレーダーで、重要レベル到達時にアラートが欲しい方。
  • - 複数銘柄・時間足を扱い、全チャートを常時監視できない方 - 条件を満たしたときだけ通知されます。
  • - RSI をフィルターに使うアルゴ・裁量トレーダーで、アラートで分析や手動注文を行いたい方。
  • - 24/7 張り付かずに、RSI ベースのセットアップは逃したくない方。
設定一覧と意味
=== Alert settings ===
  • Enable popup alerts - ポップアップアラートのオン/オフ(デフォルト:オン)。
  • Signal: RSI crosses above level (overbought) - RSI がオーバーボートレベル(例:70)を下から上にクロスしたときのアラート(デフォルト:オフ)。
  • Signal: RSI crosses below level (overbought) - RSI がオーバーボートレベルを上から下にクロスしたときのアラート(デフォルト:オン)。
  • Signal: RSI crosses above level (oversold) - RSI がオーバーソールレベル(例:30)を下から上にクロスしたときのアラート(デフォルト:オン)。
  • Signal: RSI crosses below level (oversold) - RSI がオーバーソールレベルを上から下にクロスしたときのアラート(デフォルト:オフ)。
  • Signal: RSI crosses above level 50 - レベル 50 を下から上にクロスしたときのアラート(デフォルト:オフ)。
  • Signal: RSI crosses below level 50 - レベル 50 を上から下にクロスしたときのアラート(デフォルト:オフ)。
  • Bar to check for signal (0 = current bar) - クロス判定に使う bar:0=現在、1=1本前、... 10 まで(デフォルト:1)。
  • Send push notifications - MT5 プッシュ通知のオン/オフ(デフォルト:オフ)。
  • Send email - アラート文のメール送信のオン/オフ。MT5 のメール設定が必要(デフォルト:オフ)。
=== Alert time filter (HH:MM, Start=End = 24h) ===
  • Window start (e.g. 00:00) - アラート許可時間帯の開始(サーバー時間)、形式 HH:MM(例:00:00)。
  • Window end (e.g. 06:00) - 時間帯の終了、形式 HH:MM。開始=終了の場合は 24 時間有効。
=== RSI settings ===
  • RSI period - RSI の計算期間(デフォルト:14)。
  • Applied price - RSI に使う価格(Close / Open / High / Low / Median (High+Low)/2 / Typical (High+Low+Close)/3 / Weighted (High+Low+Close+Close)/4)、デフォルト Close。
  • Overbought level - オーバーボートレベル(RSI 値、デフォルト:70)。
  • Oversold level - オーバーソールレベル(RSI 値、デフォルト:30)。
  • RSI line color - RSI ラインの色。
  • RSI line width - RSI ラインの太さ(ピクセル、デフォルト:1)。
  • Horizontal levels color (30, 50, 70) - レベル 30、50、70 のラインの色。
=== Alert message templates (%num%=bar, %level%=level) ===
  • MessageCrossUp - レベルを下から上にクロスしたときのアラート文。`%num%`(bar 番号)と `%level%`(レベル値)が使えます。
  • MessageCrossDown - レベルを上から下にクロスしたときのアラート文。同様に `%num%` と `%level%` が使えます。

RSI Alerts v1.6 - MetaTrader 5。標準 RSI ベース。情報提供のみ。過去の結果は将来の結果を保証しません。

おすすめのプロダクト
AUC - Super Trends   は、価格の動きに基づいた視覚的なラインで市場の方向を示すインジケーターです。 このインジケーターは、価格追跡システムを使用して上昇局面と下降局面の変化を示します。ラインは市場の変動に応じて自動的に調整されます。 Forex、指数、ゴールドなどのさまざまな金融商品や複数の時間足で使用できます。 ---------------------------------------------------- 機能 市場方向の可視化 価格変動の変化の識別 トレンド分析の補助 ---------------------------------------------------- 特徴 上昇および下降局面の視覚的表示 価格への自動適応 シンプルで分かりやすい表示 複数の時間足に対応 さまざまな金融商品で使用可能 注意 本インジケーターは分析を補助するツールであり、リスク管理や意思決定の代替ではありません。
FREE
Overview The Market Perspective Structure Indicator is a comprehensive MetaTrader indicator designed to provide traders with a detailed analysis of market structure across multiple timeframes. It identifies and visualizes key price action elements, including swing highs and lows, Break of Structure (BOS), Change of Character (CHOCH), internal structures, equal highs/lows, premium/discount levels, previous levels from higher timeframes, and trading session zones. With extensive customization opt
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
このインジケーターは、H.M.Gartley (「株式市場の利益」、1935 年) の開発に従って調和パターン (XABCD) を識別します。 D 点を透視投影の点として投影します (設定で ProjectionD_Mode = true を指定します)。 再描画はしません。 作業時間枠のバーが閉じるとき、特定されたパターン ポイントが Patterns_Fractal_Bars バーの間に移動していない場合、チャート上に (予想される価格変動の方向に) 矢印が表示されます。 この瞬間から、矢印はチャート上に永久に残ります。 連続した 2 ~ 3 つ以上の矢印 - これは市場状況の変化であり、再描画/再描画ではありません (時間枠を前後に切り替えてはなりません)。 注: 2 ~ 3 つ以上の矢印が連続している場合 - これは市況の変化であり、再描画ではありません。 パターンの総数は 85 です (Gartley-222 と Gartley-222WS を含む。完全なリストはコメント セクションにあります)。 識別されたすべてのパターンのうち、最後に識別されたパターンのみがベ
PR EA - Engulfing Pattern Trading System Automated Engulfing Pattern Detection with MA Confirmation The PR EA is a Meta Trader 5 expert advisor that identifies and trades bullish/bearish engulfing candlestick patterns when confirmed by a moving average filter. Designed for swing trading on 30-minute charts with compatibility for M15 and H1 time frames. Key Features: Pattern Recognition - Detects valid bullish/bearish engulfing candle formations Trend Confirmation - 238-period SMA filter
SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視覚
NOTE: Turn Pattern Scan ON This indicator identifies Swing Points, Break of Structure (BoS), Change of Character (CHoCH), Contraction and Expansion patterns which are plotted on the charts It also comes with Alerts & Mobile notifications so that you do not miss any trades. It can be used on all trading instruments and on all timeframes. The non-repaint feature makes it particularly useful in backtesting and developing profitable trading models. The depth can be adjusted to filter swing points.
FREE
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
This is an advanced multi-timeframe version of the popular Hull Moving Average (HMA) Features Two lines of the Hull indicator of different timeframes on the same chart. The HMA line of the higher timeframe defines the trend, and the HMA line of the current timeframe defines the short-term price movements. A graphical panel with HMA indicator data from all timeframes at the same time . If the HMA switched its direction on any timeframe, the panel displays a question or exclamation mark with a tex
「調整可能なフラクタル」はフラクタル インジケーターの高度なバージョンで、非常に便利なトレーディング ツールです。 - ご存知のとおり、標準フラクタル MT5  インジケーターには設定がまったくありません。これはトレーダーにとって非常に不便です。 - 調整可能なフラクタルは、この問題を解決しました。必要な設定がすべて揃っています。 - インジケーターの調整可能な期間 (推奨値 - 7 以上)。 - 価格の高値/安値からの距離を調整可能。 - フラクタル矢印のデザインを調整可能。 - インジケーターにはモバイルおよび PC アラートが組み込まれています。 高品質のトレーディングロボットとインジケーターをご覧になるにはここをクリックしてください! これは、この MQL5 Web サイトでのみ提供されるオリジナル製品です。
Reversal Oscillator — Advanced Momentum Shift Detector Reversal Oscillator is a free indicator designed to highlight price zones that are statistically outside their normal movement patterns, helping traders anticipate potential turning points before they occur. Unlike traditional oscillators that react mainly to overbought/oversold conditions, this indicator applies third derivative analysis (the "acceleration of the acceleration" of price) calculated using two independent methods within a n
FREE
The Expert Advisor and the video are attached in the Discussion tab . The robot applies only one order and strictly follows the signals to evaluate the indicator efficiency. Pan PrizMA CD Phase is an option based on the Pan PrizMA indicator. Details (in Russian). Averaging by a quadric-quartic polynomial increases the smoothness of lines, adds momentum and rhythm. Extrapolation by the sinusoid function near a constant allows adjusting the delay or lead of signals. The value of the phase - wave s
RSI abcd
Francisco Gomes Da Silva
4.33 (3)
RSI ABCDパターンファインダー:テクニカル戦略 1. インジケーターの仕組み 古典的RSI と ABCD調和パターン の自動検出を組み合わせたものです。 主要コンポーネント 標準RSI (調整可能な期間) 高値・安値マーカー (矢印) ABCDパターン (緑/赤の線) 過買(70)・過売(30)フィルター 2. MT5設定 period = 14 ; // RSI期間 size = 4 ; // 最大パターンサイズ OverBought = 70 ; // 過買水準 OverSold = 30 ; // 過売水準 Filter = USE_FILTER_ YES ; // 確認フィルター 3. 取引戦略 3.1. 買いエントリー(強気ABCD) 条件: RSIが以下を形成: 谷( A )→ 山( B )→ より高い谷( C ) D が過売域(30)より上だが C より下 確認:A-B-C-Dを結ぶ緑色の線 目標: TP1: B-Cの61.8% TP2: B-Cの100% ストップロス: D より下 3.2. 売りエントリー(弱気ABCD) 条件: RSIが以下を形成: 山( A
FREE
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
ATrend
Zaha Feiz
4.83 (18)
ATrend: その仕組みと使い方 仕組み MT5プラットフォーム向けの「ATREND」インジケーターは、テクニカル分析手法の組み合わせを利用して、トレーダーに堅牢な買いと売りのシグナルを提供するように設計されています。このインジケーターは主に、ボラティリティ測定のために平均真の範囲(ATR)を活用し、潜在的な市場動向を特定するためのトレンド検出アルゴリズムを併用しています。 購入後にメッセージを残すと、特別なボーナスギフトが贈呈されます。 主な特徴: - ダイナミックなトレンド検出: インジケーターは市場トレンドを評価し、シグナルを適宜調整することで、トレーダーが優位な市場環境に合わせて戦略を立てるのを支援します。     - ボラティリティ測定: ATRを使用することで、インジケーターは最適なストップロス(SL)とテイクプロフィット(TP)レベルを決定するために不可欠な市場ボラティリティを測定します。 - シグナルの視覚化: インジケーターは、チャート上に買いと売りのシグナルを視覚的に表示することで、トレーダーの意思決定を強化します。 操作手順 入力とセッティング - TimeF
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Obsidian Forest Automaton AI (MT5) [Subtitle: Forest Structure | Obsidian Blade TEMA | Shield Safety] Introduction Obsidian Forest Automaton AI is a structural trend-following construct designed to navigate the market with the cold precision of an automaton. It builds a "Forest Structure" using Ichimoku Cloud , cuts through noise with the Obsidian Blade (TEMA) , and validates density with Standard Deviation . This creates a system that
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
This is Gekko's Cutomized Relative Strength Index (RSI), a customized version of the famous RSI indicator. Use the regular RSI and take advantage two entry signals calculations and different ways of being alerted whenever there is potential entry or exit point. Inputs Period: Period for the RSI calculation; How will the indicator calculate entry (swing) signals: 1- Produces Exit Signals for Swings based on RSI entering and leaving Upper and Lower Levels Zones; 2- Produces Entry/Exit Signals for
ACB Breakout Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
3.5 (2)
ACB Breakout Arrows インジケーターは、特別なブレイクアウトパターンを検出することで、市場における重要なエントリーシグナルを提供します。このインジケーターはチャートを常に監視し、一方向に勢いが定着してきた段階で、主要な値動きの直前に精度の高いエントリーシグナルを表示します。 マルチシンボル・マルチタイムフレームスキャナーはこちらから - ACB Breakout Arrows MT5 用スキャナー 主な機能 ストップロスとテイクプロフィットの水準が自動で表示されます。 すべての時間足のブレイクアウトシグナルを監視できるMTFスキャナーダッシュボードを搭載。 デイトレーダー、スイングトレーダー、スキャルパーに最適。 シグナル精度を高めるための最適化されたアルゴリズム。 損益分岐点やスキャルピングターゲットに使える特別なライン(クイックプロフィットライン)。 勝率、平均利益などのパフォーマンス分析メトリクスを表示。 リペイントなし。 トレードの確認 - 低確率のトレードを除外するために ACB Trade Filter インジケーター を使用してください。 強い買い:
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
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
Professional Gold Trading Levels Indicator Features: - Daily & Weekly Pivot Points - Fibonacci Retracement Levels   - Round Number Levels - Customizable Colors & Fonts - Auto-Update Daily - Clean & Simple Interface Perfect for Gold (XAUUSD) traders Reliable Support/Resistance levels Lightweight & Fast Performance Easy to install and use Compatible with all MT5 accounts. No complex settings required! SimpleGoldLevels v1.0 - User Manual Professional Support & Resistance Levels
KT Renko Patterns は、レンコチャートの各レンガをスキャンしながら、さまざまな金融市場でトレーダーによく使用されている有名なチャートパターンを検出します。 時間ベースのチャートと比較して、レンコチャートは視認性が高くシンプルなため、パターンベースのトレードがより簡単かつ明確になります。 KT Renko Patterns は複数のレンコパターンを搭載しており、その多くは Prashant Shah 氏の著書『Profitable Trading with Renko Charts』でも詳しく解説されています。 KT Renko Patterns インジケーターに基づいた 100% 自動化された EA は、こちらからご利用いただけます - KT Renko Patterns EA 。 機能一覧 最大8種類の明確なレンコパターンを表示し、あいまいさなく取引をサポートします。 完全な客観性を保つため、すべてのパターンにストップロスとフィボナッチターゲットが設定されています。 KT Renko Patterns は各パターンの精度を継続的に測定し、重要な統計情報をチャート
Auto Fractal Support And Resistance is a powerful multi-timeframe indicator designed for traders who want to trade lower timeframes with higher timeframe accuracy. When your mouse cursor is on a line you can easily see fractal describtion and index of fractal candle  and timeframe of that fractal candle.  This indicator automatically detects H1 and D1 fractal levels and draws clean horizontal support and resistance lines on any lower timeframe chart (M1, M5, M15, M30). Now you can see where the
マルチタイムフレーム対応、カスタマイズ可能なビジュアルシグナル、設定可能なアラートシステムを備えたBalance of Power(BOP)インジケーター。 フリーランスプログラミングサービス、アップデート、その他のTrueTL製品は私の MQL5プロフィール からご利用いただけます。 フィードバックとレビューを大歓迎します! BOPとは? Balance of Power(BOP)は、価格の変化をバーの値幅と比較することで、買い手と売り手の強さを測定するオシレーターです。インジケーターは(終値 - 始値)/(高値 - 安値)として計算され、その後Simple Moving Average(SMA)で平滑化されます。 BOP値は-1から+1の間で変動します。正の値は買い手が強いことを示し(終値が始値より高い)、負の値は売り手が強いことを示します(終値が始値より低い)。値の大きさは動きの強さを示します。BOPは買い圧力と売り圧力のバランスを示すことで、市場の強さと潜在的な反転を識別するのに役立ちます。 特徴: 矢印と垂直線によるビジュアルシグナルマーカー 設定可能なトリガーを持つ3
FREE
Little useful tool - you manually select range on chart by dragging vertical blue lines and indicator shows support and resistance zones for this range and extends them outside of selected range.  Useful for: * Range trading * Range breakout * Range breakout & retest * Good entry during pullback in trend phase when previous high is retested * Good for scalping on short timeframes * Good for trades on longer timeframes around selected important zones like daily high or low
FREE
ピボットポイントフィボRSJは、フィボナッチレートを使用してその日のサポートラインとレジスタンスラインを追跡するインジケーターです。 この壮大な指標は、フィボナッチレートを使用してピボットポイントを通じて最大7レベルのサポートとレジスタンスを作成します。 価格がこのサポートとレジスタンスの各レベルを尊重する方法は素晴らしいです。そこでは、オペレーションの可能な入口/出口ポイントを認識することができます。 特徴 最大7レベルのサポートと7レベルの抵抗 レベルの色を個別に設定します 入力 ピボットタイプ ピボットフィボRSJ1 =フィボ比1の計算 ピボットフィボRSJ2 =フィボ比2の計算 ピボットフィボRSJ3 =フィボ比3の計算 ピボットフィボクラシック=クラシックピボット計算 最小ピボットレベル ピボット3レベル ピボット4レベル ピボット5レベル ピボット6レベル ピボット7レベル それでも質問がある場合は、ダイレクトメッセージで私に連絡してください: https://www.mql5.com/ja/users/robsjunqueira/
FREE
Strifor Pivot ATR Target MetaTrader 5用 ATRターゲット付きピボットレベル指標と分析パネル Strifor Pivot ATR Target は、日中および中期トレード向けのツールで、クラシックピボットと動的ATRターゲット、拡張分析パネルを統合しています。指標は、取引レンジ、価格反応の可能性ゾーン、価格の動きの潜在力を事前に評価し、手作業の計算や主観的な判断を排除します。 主な機能 ピボットレベルの自動描画(PP, R1–R3, S1–S3) 平均ボラティリティに基づくATRターゲットの計算 上昇・下降別ターゲット(ATR Long / ATR Short) 情報パネル表示: 現在のATR値 日内レンジ進行率 残りの潜在力 高値/安値からの動きの評価 前日のデータを考慮可能 ラインとパネルの表示設定が柔軟 全種類の金融商品に対応:指数、通貨、商品、暗号資産 MT5完全対応(ヘッジ・ネット取引) 動作ロジック 前日のデータを基にピボットを描画し、ATR(14)に基づくターゲットレベルを設定。 ATRターゲットは統計的に予測される日内レンジを示し
FREE
KT Fractal Channel Breakout draws a continuous channel by connecting the successive Up and Down fractals. It provides alerts and also plots the Up and Down arrows representing the bullish and bearish breakout of the fractal channel. Features If you use Bill Williams fractals in your technical analysis, you must also include it in your trading arsenal. It can be very effective and useful for stop-loss trailing. A new market trend often emerges after a fractal channel breakout in a new direction.
このプロダクトを購入した人は以下も購入しています
SuperScalp Pro
Van Minh Nguyen
4.57 (21)
SuperScalp Pro – 高度なマルチフィルタースキャルピングインジケーターシステム SuperScalp Pro は、クラシックな Supertrend と複数のインテリジェント確認フィルターを組み合わせた高度なスキャルピングインジケーターです。M1 から H4 まで複数の時間足で効率的に動作し、XAUUSD、BTCUSD、主要 Forex 通貨ペア向けに最適化されています。 このインジケーターは明確な Buy / Sell シグナルを提供し、ATR に基づいてエントリー価格、Stop Loss、Take Profit を自動計算します。Fibonacci Take Profit 機能により、重要な価格帯で早期決済し、到達時に通知を送信します。 初期設定では Fibonacci Take Profit が有効化されており、より安定した取引体験を重視しています。チャートに適用するだけですぐ利用可能です。上級者向けに、すべてのパラメータは自由にカスタマイズできます。 EMA、RSI、ADX、Volume、VWAP、Bollinger Bands、MACD Divergence な
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
Entry In The Zone and SMC Multi Timeframe is a real-time 2-in-1 market analysis tool that combines market structure analysis and a No Repaint BUY / SELL signal system into a single indicator, built on Smart Money Concepts (SMC) — a widely adopted framework used by professional traders to understand market structure. This indicator helps you see the market more clearly, make decisions based on structure rather than guesswork, and focus on high-probability zones where price is more likely to react
Azimuth Pro
Ottaviano De Cicco
5 (6)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 V2発売記念オファー — Azimuth Pro V2をUSD 399で(次の100本)。最終価格:USD 499。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、従来のMTF同期問題なし。シンセティックエンジンは 固定比率タ
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
このインジケーターを購入すると、プロ仕様のトレードマネージャーを無料で差し上げます。 まず第一に、このトレーディングシステムがノンリペイント、ノンリドロー、ノンラグのインジケーターであることを強調する価値がある。これにより、手動取引とロボット取引の両方に理想的なものになっています。 オンラインコース、マニュアル、プリセットのダウンロード。 「スマートトレンドトレーディングシステム MT5」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的なトレーディングソリューションです。10以上のプレミアムインジケーターを組み合わせ、7つ以上の堅実なトレーディング戦略を備えており、多様な市場状況に対応する多目的な選択肢となっています。 トレンドフォロー戦略:トレンドを効果的に乗り越えるための正確なエントリーとストップロス管理を提供します。 リバーサル戦略:潜在的なトレンドの反転を特定し、トレーダーがレンジ相場を活用できるようにします。 スキャルピング戦略:高速で正確なデイトレードおよび短期取引のために設計されています。 安定性:すべてのインジケーターはノンリペイント、ノンリドロー、ノ
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
Power Candles – あらゆる市場に対応した強度ベースのエントリーシグナル Power Candles は、Stein Investments が長年培ってきた強度分析を価格チャート上に直接反映します。価格だけに反応するのではなく、各ローソク足は実際の市場の強さに基づいて色分けされ、モメンタムの蓄積、強度の加速、明確なトレンド転換を瞬時に把握できます。 すべての市場に共通する単一ロジック Power Candles は すべての取引シンボル で自動的に動作します。現在のシンボルが Forex か非 Forex 市場かを自動判別し、内部で適切な強度モデルを適用します。 Forex および Gold :FX Power のデルタ値を使用(絶対値レンジ最大 100) 指数、暗号資産、CFD :IX Power の強度値を使用(絶対値レンジ最大 50) 必要な強度計算は Power Candles に直接組み込まれています。ローソク足のカラーリングやシグナルロジックに、追加のインジケーターは不要です。 価格ノイズではなく「強度状態」 各ローソク足は、以下の 9 つの明確に定義された強
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状態のみを表示します。
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
優れたテクニカルインジケーター「Grabber」をご紹介します。これは、すぐに使える「オールインワン」トレーディング戦略として機能します。 ひとつのコードに、市場のテクニカル分析ツール、取引シグナル(矢印)、アラート機能、プッシュ通知が強力に統合されています。 このインジケーターを購入された方には、以下の特典を無料で提供します: Grabberユーティリティ:オープンポジションを自動で管理するツール ステップバイステップのビデオマニュアル:インジケーターのインストール、設定、取引方法を解説 カスタムセットファイル:インジケーターをすばやく自動設定し、最大限の成果を出すための設定ファイル 他の戦略はもう忘れてください!Grabberだけが、あなたを新たなトレードの高みへと導いてくれるのです。 Grabber戦略の主な特徴: 推奨タイムフレーム:M5〜H4 対応通貨ペア・資産:どれでも使用可能ですが、私が実際に検証した以下を推奨します(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、E
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
CGE Trading Suite
Carl Gustav Johan Ekstrom
5 (2)
Institutional-Grade Analytics for MT5 C GE Trading Suite delivers the analytical edge typically reserved for professional trading desks. The platform integrates a full suite of analytical tools into one seamless workflow: dynamic grid mapping, liquidity behavior analysis, ECM, trend lines, MIDAS, trade cycles, and directional channel projections. Together, these provide a unified view of market structure and momentum. Directional clarity is further enhanced by the capital flow index, which meas
あなたのシンボルでどの戦略が実際に機能するか確認しましょう - リアルマネーをリスクにさらす前に。 Power Barは、あらゆるシンボルとあらゆるタイムフレームで 極端な価格バー を検出し、3つの異なるトレード戦略を即座にバックテストします。勝率、プロフィットファクター、損益を並べて比較できます。すべてが1つのインタラクティブなパネルに集約されています。 推測なし。カーブフィッティングなし。データだけです。 Power Barが特別な理由 ほとんどのインジケーターはシグナルを出すだけで、それが機能するかどうかは推測に任されます。Power Barはさらに先を行きます - すべてのシグナルを 3つの戦略 に対してテストし、統計を表示します。FlipFlop、Momentum、Reversalをワンクリックで切り替え、数値が即座に変化するのを確認できます。 FlipFlop - 常にポジションを保有。シグナルでエントリーし、反対シグナルでイグジット。当社のリサーチでは、US30、US500、DAXなどのトレンドのあるインデックスで最も効果的です。 Momentum - シグナルの方向に
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイ
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 100 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な
Meridian Pro
Ottaviano De Cicco
5 (1)
Meridian Pro:MT5用プロフェッショナル・マルチタイムフレーム・トレンドマトリックス 概要 Meridian Pro は Merkava Labs が開発したマルチタイムフレーム・トレンドマトリックスで、方向性の状態、強度、モメンタムの状況、マトリックスの合意をひとつのコンパクトなパネルに集約します。ひとつのアダプティブエンジンがM1からW1まで一貫して適用されます。シンボルごとの調整は不要。インジケーターの積み重ねも不要。すべてのアセットとすべてのタイムフレームをカバーするひとつの構造化された読み取りです。 発売キャンペーン — Meridian Proを USD 99 (導入価格)で入手。通常価格:USD 149 。 1. Meridian Proが他と異なる理由 ひとつのエンジン、バラバラなインジケーターのダッシュボードではない 多くのMTFダッシュボードは、タイムフレームごとに生のインジケーター値を繰り返すだけです。Meridian Proはマトリックス全体でひとつのアダプティブ・トレンドエンジンを使用するため、パネルの各行が同じ構造化フレームワークから導出されます
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Smart Stop Indicator – チャート上で実現するインテリジェントなストップロス精度 概要 Smart Stop Indicator は、ストップロスを勘や感情ではなく、明確で体系的に設定したいトレーダーのために設計されています。本ツールは、クラシックなプライスアクション(高値更新・安値切り下げ)と最新のブレイクアウト認識ロジックを組み合わせ、次に来るべき論理的なストップレベルを正確に特定します。トレンド相場、レンジ、急速なブレイクアウト局面のいずれであっても、最適な SL ゾーンとその状態(“new”、“broken”、“valid”)をチャート上に直接表示します。さらに今回、SL 距離の %ADR 表示も新たに追加されています。 主な特徴 マーケット構造に基づく自動ストップ配置 • 市場構造とリアルタイムの値動きに基づき、意味のあるストップロスレベルを自動検出します。 スマートなブレイクアウト感知 • 急激な方向転換やブレイクアウトにも柔軟に対応し、早すぎるストップ調整を避けます。 SL %ADR の表示 • ストップロスまでの距離を ADR(Averag
Auto Optimized Parabolic RSI: 高度な3Dモメンタムエンジン ほとんどのリテール向けインジケーターは、市場のボラティリティが変化した瞬間に破綻する静的な入力値に依存しているため、失敗に終わります。Auto Optimized Parabolic RSIは、自らの数学的優位性を継続的に再計算することで「インジケーターの陳腐化」問題を解決し、機関投資家レベルの定量的適応力をMT5ターミナルに直接もたらします。 最大の強み: カスタムインメモリ3D最適化 標準的な自動最適化ツールは、インジケーターの呼び出しで端末に過負荷をかけるため、頻繁にMT5プラットフォームをフリーズさせます。本ツールは、このボトルネックを完全に回避しています。RAMベースのカスタムネイティブ計算機を内蔵した内部エンジンは、チャートを読み込んだりタイムフレームを変更したりするたびに、超高速の3Dグリッド探索を実行します。RSI期間(頻度)、SARステップ(加速度)、SAR最大値(制限速度)を同時にスイープし、プラットフォームを遅延させることなく、数万通りものパラメーターの組み合わせを絶対的なミ
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
Market Structure Order Block Dashboard MT5 は、チャート上でマーケットストラクチャーと主要な価格反応ゾーンを直接読み取りたいトレーダー向けに設計された MT5 インジケーターです。BOS、ChoCH、Order Blocks、Fair Value Gaps (FVG)、Liquidity、Kill Zones、Volume Profile、そして高速分析のためのコンパクトな dashboard を組み合わせています。 このインジケーターは、マーケットストラクチャー、ICT コンセプト、Smart Money コンセプトを意思決定の基準として使うトレーダー向けに作られています。トレンド継続、反転の可能性、価格の不均衡、流動性ターゲット、重要な注目ゾーンを、より構造的に把握するのに役立ちます。 Version 1.19 では重要な機能が追加されました。 Pending BOS / Pending ChoCH detection です。ローソク足が前回の swing を超えてクローズすると、標準的な swing 確認を待たずに、インジケーターが pe
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
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
SignalTech MT5 is a trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY H2 and H3 Timeframe.  It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flagged on the chart, as well as potential Targets 1, 2, and 3. The Entry and TP levels are fixed after the trade is taken. The exit level is dynamic. If there are signs of a potential short-term trend reversal, the
MERAVITH SCANNERは、MetaTrader 5用のプロフェッショナルな金融市場インジケーターで、複数の分析ツールを一つの統合システムにまとめています。独自の出来高加重平均価格(VWAP)手法を使用してすべての計算を自動で行い、主観的な解釈を完全に排除します。 このインジケーターは、すべての資産クラス(FX、株式、指数、商品、暗号通貨)およびM1から月足までのすべての時間軸で動作します。基本原理は「価格は出来高に従う」というものです。MERAVITHは機関投資家の出来高が集中するポイントを特定し、その集中から数学的に正確な価格レベルを導き出します。予測や投機は行わず、計算のみを行います。 MERAVITH SCANNERを使用すると、28の主要FX通貨ペアをすべての時間軸でわずか2~3分でスキャンできます。また、任意の市場をスキャンすることも可能です。例えば、約100銘柄の株式を約10分でスキャンできます。 インジケーターは、消耗レベル、均衡線、偏差、統計レベル、およびターゲット予測を算出します。 チャート要素 Origin Point :すべての計算が始まる起点です。イン
Was: $299  Now: $99  Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings a
Master Editionは、ボリュームとマネーフローの視点を通じて市場構造を可視化するために設計されたプロフェッショナルグレードの分析ツールです。標準のボリュームインジケーターとは異なり、このツールはチャート上に日足ボリュームプロファイルを直接表示し、価格発見がどこで行われたか、そして「スマートマネー」がどこに位置しているかを正確に確認できます。 このMaster Editionは、明確さとスピードを考慮して設計されており、ロード時にチャートレイアウトを即座に美化するユニークな自動テーマ同期システムを備えています。 主な機能: 真のマネーフロー計算: 標準のティックボリュームを超えます。「Use Money Flow」を有効にすると、ボリュームは価格によって重み付けされ、特定の価格レベルでの実際の資本コミットメントが明らかになります。 バリューエリア (VA) の可視化: バリューエリア(デフォルトではボリュームの70%)を自動的に計算します。 VA Fill: コントロールゾーンを即座に識別するために、バリューエリアの背景をシェーディングします。 主要レベル: コントロールポイン
作者のその他のプロダクト
When using CCI (Commodity Channel Index) oscillator, the waiting time till the next signal can be long enough depending on a timeframe. CCI Alerts indicator prevents you from missing the indicator signals. It is a good alternative for the standard CCI indicator. Once there appears a CCI signal on the required level, the indicator will notify you with a sound or push, so you will never miss an entry. This is especially significant if you follow the indicator in different timeframes and currency p
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
本インジケーターは、水平チャネルとシグナルゾーンの描画、極値のブレイクアウト・反発・カスタムフィボナッチレベルに基づくターゲットの検出を目的としています(音声アラートの有無は選択可)。選択したフィボナッチレベルを極値に自動で適用します。設定で有効にしたフィボナッチレベルを価格がブレイクした際、音声の再生、メッセージ表示、モバイル端末へのプッシュ通知またはメール送信(設定で有効化時)が可能です。 機能: 時間帯によるチャネルの自動構築(例:夜間レンジからのブレイクアウト検出) 新規反発の自動追跡 フィボナッチレベルスケールの反転 コントロールパネルの表示/非表示/折りたたみ パネルインターフェースの5言語から選択 フィボナッチレベルに許容幅を追加し、線ではなくより広いシグナルゾーンとして表示 複数時間足で水平レベルとフィボナッチを描画し、他時間足のチャネルを残すか削除するかを選択可能 High/Low または Open/Close 価格でチャネルを構築;チャネルは価格に自動でスナップ チャネルをロック(選択不可に)して誤削除を防止 設定 --------- 言語 ---------
First RSI level indicator analyzes and displays the level, at which the first crossing of the standard RSI maximum or minimum value took place for the subsequent definition of strong trends. The indicator allows you to track the beginning of a trend that does not follow the signals of the standard RSI trading strategy, for example, when the price rushes downwards after reaching an oversold level instead of reversing. In this case, we have to conclude that a strong trend is underway and the next
FREE
Time Levels
Yurij Izyumov
4.38 (8)
The indicator is designed for displaying the following price levels on the chart: Previous day's high and low. Previous week's high and low. Previous month's high and low. Each of the level types is customizable. In the indicator settings, you set line style, line color, enable or disable separate levels. The version of the exact same indicator but only with sound alerts there - Time Levels with Alerts . Configurations ----Day------------------------------------------------- DayLevels - enable/
FREE
The indicator is based on a single Moving Average of a user-defined period. By analyzing the price movement of the price relative to this MA, and also by tracking all updates of the price Highs and Lows over the same period as the MA period, the indicator draws its own picture of the trend, avoiding the ever-breaking MA lines. Therefore, if the trend goes up, the line will also point upwards and will not change its direction even on small retracements, allowing to capture almost the entire trend
FREE
The indicator is designed for displaying the following price levels on the chart: Previous day's high and low. Previous week's high and low. Previous month's high and low. Each of the level types is customizable. In the indicator settings, you set line style, line color, enable or disable separate levels. Configurations ----Day------------------------------------------------- DayLevels   - enable/disable previous day's levels. WidthDayLines   - line width of daily levels. ColorDayLines   - line
FREE
This semaphore indicator is based in the standard RSI, which is applied over the Envelopes indicator that shows an envelope or envelope fluctuation borders. This is a version of RSI vs Envelopes drawn in the symbol window . A sell signal emerges when the upper envelope/border is broken by the RSI indicator from top to bottom. A buy signal emerges when the lower envelope/border is broken by the RSI indicator from bottom upwards. The indicator can draw arrows on the indicator, draw vertical lines
FREE
This semaphore indicator is based in the standard RSI, which is applied over the Envelopes indicator that shows an envelope or envelope fluctuation borders. This is a version of RSI vs Envelopes Graph drawn in a separate window . A sell signal emerges when the upper envelope/border is broken by the RSI indicator from top to bottom. A buy signal emerges when the lower envelope/border is broken by the RSI indicator from bottom upwards. The indicator can draw arrows on the indicator, draw vertical
FREE
RSI 7TF
Yurij Izyumov
2.75 (4)
This is a multitimeframe RSI indicator defining trends, oversold/overbought zones, as well as all intersections of signal lines from different timeframes on a single chart using arrows and audio alerts. When working with standard RSI, we often need to examine data from all necessary timeframes simultaneously. RSI 7TF solves this issue. If you are only interested in audio signals when signal lines are crossed, then have a look at RSI Alerts . Attention! The indicator uses seven timeframes - M5, M
FREE
If you execute or test an Expert Advisor on a laptop, personal computer or a VPS, you may face the situation when Internet connection is lost and the EA stops. Of course, this utility ( Disconnect Alerts ) will not help you restore the Internet connection, but it will gather the information and will send an alert to you about when and how long your terminal was without access to the Internet and did not actually work. After receiving such a notification, you can check your trades or think about
FREE
This indicator MA Alerts with Arrows gives you the opportunity to receive signals about the intersection of two moving averages (Moving Average), as well as signals about the price rollback to MA - to enter the transaction. Alert options: Sound and text alerts (alert). Push notification to the mobile terminal. Email notification (message to your e-mail).  Visual alert (arrows on the chart). The indicator has the following features: To display or hide the moving averages and arrows themselves.  T
As the proper trading using CCI indicators requires the trader to monitor multiple timeframes and CCI indicators with different periods. For example - monitor the trend using CCI with the period of 100 or 200 ( slow CCI period ) on the H4 timeframe, and make entries based on the CCI with the period of 13 ( fast CCI period ) on the H1 timeframe. To facilitate this task, the Delta CCi MTF7 indicator was created, which implements monitoring the changes of the price movement trends as well as marks
RSI Alerts は、クラシックな Relative Strength Index(RSI)に便利なアラート機能を追加する MetaTrader 4 用インジケーターです。RSI ラインとレベル 30、50、70 はそのまま表示され、選択したレベルをクロスしたときにポップアップアラート、プッシュ通知、メールを送信できます。反転やブレイクアウトの可能性を見逃しません。 何を基準にしているか 標準の RSI(Relative Strength Index)をベースにしており、多くのトレーダーがオーバーボート/オーバーソールやモメンタムの変化を見るために使っているのと同じオシレーターです。RSI Alerts は RSI の計算式は変えず、RSI ラインを監視し、指定したレベルをクロスしたときだけ通知します。  オーバーボートゾーン(例:70、設定可)- 押し目やショートエントリーの検出によく使われます  オーバーソールゾーン(例:30、設定可)- 反発やロングエントリー用  中央線(50)- トレンドやモメンタムの確認用 どのクロスを重視するかは、ご自身の戦略に合わせて選択できます
The MarketView utility is designed to display the market changes in percents as a table over the specified time interval. Every column element can be disabled. The color scheme can be easily and quickly customized for your needs. The number of symbols in columns can be adjusted ( PerColumn ). The MarketView also allows to open chart of any symbol by simply clicking its name. It can automatically apply any customized template to the newly opened chart. Attention! In order to remove any symbol fro
The Extremum catcher indicator analyzes the price action after breaking the local Highs and Lows, generates price reversal signals with the ability to plot the Price Channel. If you need the version for MetaTrader 5, see Extremum catcher MT5 . The indicator takes the High and Low of the price over the specified period - 24 bars by default (can be changed). Then, if on the previous candle the price broke the High or Low level and the new candle opened higher than the extremums, then a signal will
You can avoid constant monitoring of computer screen waiting for the DeMarker signal while receiving push notifications to a mobile terminal or a sound alert on the screen about all required events, by using this indicator - DeMarker Alerts. In fact, it is the replacement of the standard indicator with which you will never miss the oscillator signals. If you don't know the benefits of DeMarker or how to use it, please read here . If you need signals of a more popular RSI indicator, use RSI Alert
If you use the MFI (Money Flow Index) indicator, the waiting time till the next signal can be long enough. Now you can avoid sitting in front of the monitor by using MFI Alerts. This is an addition or a replacement to the standard MFI oscillator . Once there appears an MFI signal on the required level, the indicator will notify you with a sound or push, so you will never miss a signal. This is especially significant if you follow the indicator in different timeframes and currency pairs, which ca
The RSI Panel MTF indicator has been created in order to have the ability to monitor the values of the standard RSI indicator from a multitude of timeframes and symbols on a single chart, as well as to receive timely notifications about the trading opportunities using an audio signal or a notification. The indicator can output both the indicator values, and only the indicator signals (confirmed and expected). A user-friendly feature for selecting the required symbol has been implemented - simply
This is an expanded version of the Time Levels indicator provided with sound alerts notifying of level intersection. The indicator is designed for displaying the following price levels on the chart: Previous day's high and low. Previous week's high and low. Previous month's high and low. Each of the level types is customizable. In the indicator settings, you set line style, line color, enable or disable separate levels. This version is provided with an option for alerting using an audio signal a
本インジケーターは、水平チャネルとシグナルゾーンの描画、極値のブレイクアウト・反発・カスタムフィボナッチレベルに基づくターゲットの検出を目的としています(音声アラートの有無は選択可)。選択したフィボナッチレベルを極値に自動で適用します。設定で有効にしたフィボナッチレベルを価格がブレイクした際、音声の再生、メッセージ表示、モバイル端末へのプッシュ通知またはメール送信(設定で有効化時)が可能です。 機能: 時間帯によるチャネルの自動構築(例:夜間レンジからのブレイクアウト検出) 新規反発の自動追跡 フィボナッチレベルスケールの反転 コントロールパネルの表示/非表示/折りたたみ パネルインターフェースの5言語から選択 フィボナッチレベルに許容幅を追加し、線ではなくより広いシグナルゾーンとして表示 複数時間足で水平レベルとフィボナッチを描画し、他時間足のチャネルを残すか削除するかを選択可能 High/Low または Open/Close 価格でチャネルを構築;チャネルは価格に自動でスナップ チャネルをロック(選択不可に)して誤削除を防止 設定 --------- 言語 ---------
This is а modified oscillator CCI (Commodity Channel Index) with all sorts of signals, alerts and arrows. The indicator is designed so that any signal of crossing any specified level does not escape you. This is a supplemented version of the CCI Alerts Indicator, which does not draw the CCI indicator window, but only draws the result of its work as arrows on the symbol graph. This version of CCI Alerts with Arrows is for MetaTrader 4. If you need signals from another popular RSI indicator, then
The indicator is a modification of RSI Alerts . However, it does not have a separate RSI indicator window. Instead, it uses signal arrows on the price chart. This saves space on the symbol chart, without affecting the quality of received signals and alerts. Similar to RSI Alerts, the indicator can generate sound alert, send push notifications and email messages, as well as draw signal arrows. The display of arrow can be disabled. If the arrows are enabled, they only display the signals chosen in
When using CCI (Commodity Channel Index) oscillator, the waiting time till the next signal can be long enough depending on a timeframe. CCI Alerts indicator prevents you from missing the indicator signals. It is a good alternative for the standard CCI indicator. Once there appears a CCI signal on the required level, the indicator will notify you with a sound or push, so you will never miss an entry. This is especially significant if you follow the indicator in different timeframes and currency p
The Extremum catcher MT5 indicator analyzes the price action after breaking the local Highs and Lows and generates price reversal signals with the ability to plot the Price Channel. If you need the version for MetaTrader 4, see Extremum catcher . The indicator takes the High and Low of the price over the specified period - 24 bars by default (can be changed). Then, if on the previous candle, the price broke the High or Low level and the new candle opened higher than the extremums, then a signal
You can avoid constant monitoring of computer screen waiting for the DeMarker signal while receiving push notifications to a mobile terminal or a sound alert on the screen about all required events, by using this indicator - DeMarker Alerts. In fact, it is the replacement of the standard indicator with which you will never miss the oscillator signals. If you don't know the benefits of DeMarker or how to use it, please read here . If you need signals of a more popular RSI indicator, use RSI Alert
If you use the MFI (Money Flow Index) indicator, the waiting time till the next signal can be long enough. Now you can avoid sitting in front of the monitor by using MFI Alerts. This is an addition or a replacement to the standard MFI oscillator . Once there appears an MFI signal on the required level, the indicator will notify you with a sound or push, so you will never miss a signal. This is especially significant if you follow the indicator in different timeframes and currency pairs, which ca
このインジケーターは、RSIアラートインジケーターを修正したものですが、個別のRSIインジケーターウィンドウはなく、シンボルのチャート上に直接シグナル矢印を表示します。これにより、受信するシグナルと通知の品質を損なうことなく、シンボルのチャート上のスペースを節約できます。RSIアラートと同様に、このインジケーターは、音声アラート、プッシュ通知、電子メールでのメッセージ送信機能、およびシグナルが出現した場所に矢印を描画する機能を提供できます。 矢印の表示はオフにできます。また、オンの場合、設定で有効にしたシグナルに対してのみ矢印を表示します。例えば、70レベルの下から上へのクロスのみ、または30レベルの上から下へのクロスのみ、あるいは設定に応じて表示します。すべての設定は、お客様のご希望に合わせて柔軟に変更できます。 シグナルレベルは3つあります。上限レベル(デフォルト70)は必要に応じて変更可能、下限レベル(デフォルト30)は必要に応じて変更可能、中間レベル50は固定です。必要に応じて、上限レベルと下限レベルは整数だけでなく、小数を使用して設定することもできるようになりました。 実装さ
フィルタ:
Oscarzz
104
Oscarzz 2021.10.01 20:15 
 

It doesnt send notifications, all settings are correct: as it should be

DMITRII SALNIKOV
2979
DMITRII SALNIKOV 2019.12.05 02:12 
 

ユーザーは評価に対して何もコメントを残しませんでした

レビューに返信