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 ベース。情報提供のみ。過去の結果は将来の結果を保証しません。

おすすめのプロダクト
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
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 (2)
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
The Zigzag Price Arrow indicator is an enhanced version of the classic Zigzag indicator, combining the traditional zigzag pattern with advanced visual features. It not only identifies major market turning points but also provides clear trading signals through: • Directional arrows: Displays colored arrows (green for buy, magenta for sell) indicating potential trend directions. • Price labels: Shows the exact price values at each pivot point directly on the chart. • Improved visual clarity: Make
FREE
ATrend
Zaha Feiz
4.82 (17)
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
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
5 (1)
ACB Breakout Arrows インジケーターは、特別なブレイクアウトパターンを検出することで、市場における重要なエントリーシグナルを提供します。このインジケーターはチャートを常に監視し、一方向に勢いが定着してきた段階で、主要な値動きの直前に精度の高いエントリーシグナルを表示します。 マルチシンボル・マルチタイムフレームスキャナーはこちらから - ACB Breakout Arrows MT5 用スキャナー 主な機能 ストップロスとテイクプロフィットの水準が自動で表示されます。 すべての時間足のブレイクアウトシグナルを監視できるMTFスキャナーダッシュボードを搭載。 デイトレーダー、スイングトレーダー、スキャルパーに最適。 シグナル精度を高めるための最適化されたアルゴリズム。 損益分岐点やスキャルピングターゲットに使える特別なライン(クイックプロフィットライン)。 勝率、平均利益などのパフォーマンス分析メトリクスを表示。 リペイントなし。 トレードの確認 - 低確率のトレードを除外するために ACB Trade Filter インジケーター を使用してください。 強い買い:
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
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
Cumulative Volume Delta MAX MTF Pro v3.0 - The Ultimate Volume-Based Trading Edge     One Indicator to Rule Them All: See What the Market REALLY Thinks   Stop guessing - Start knowing what institutional players are doing before price shows you. The CVD MAX MTF Pro indicator represents the pinnacle of volume analysis technology, transforming complex volume data into clear, actionable trading signals across multiple timeframes. This sophisticated tool doesn't just show you volume - it reveals th
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.
Auto Optimized RSI   は、正確な売買シグナルを提供するために設計された、使いやすいスマートな矢印インジケーターです。過去のデータを使ったトレードシミュレーションに基づき、各通貨ペアや時間足に最適なRSIの買い/売りレベルを自動で見つけ出します。 このインジケーターは、独立したトレードシステムとしても、既存の戦略の一部としても使用できます。特に短期トレーダーにとって便利なツールです。 従来のRSI(70/30など)の固定レベルとは異なり、 Auto Optimized RSI   はリアルな価格の動きとバックテスト結果に基づき、ダイナミックにレベルを調整します。勝率、ドローダウン、平均利益/損失といった重要な統計をモニターし、現在の市場に適応して、本当に機能するシグナルを提供します。 RSIが最適化されたレベルをクロスすると、チャート上に買い・売りの矢印が表示され、成功率の高いエントリーポイントを見つけるのに役立ちます。 ご購入後にご連絡いただければ、追加のツールや特別なトレードのヒントを無料でお渡しいたします! 皆様のトレードが成功しますように!
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
First time on MetaTrader, introducing IQ Star Lines - an original Vedic Astrology based indicator. "Millionaires don't use astrology, billionaires do" . - J.P. Morgan, Legendary American financier and banker. IQ Star Lines, an unique astrological indicator purely based on   Vedic astrology   calculations, published for the   first time on Metatrader.  This unique tool plots dynamic planetary grid lines based on real-time stars, constellations, and celestial movements, which allows you to plot t
回帰取引を意味する専門的かつ定量的なアプローチを実装する独自の指標。これは、価格が予測可能かつ測定可能な方法で迂回して平均に戻るという事実を利用しており、非定量的な取引戦略を大幅に上回る明確な出入りルールを可能にします。 [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] 明確な取引シグナル 驚くほど簡単に取引できます カスタマイズ可能な色とサイズ パフォーマンス統計を実装します ほとんどの取引戦略を上回ります 適切なSLおよびTPレベルを表示します 電子メール/音声/視覚アラートを実装します 使い方 インディケータは、より高い時間枠からの完全にカスタマイズ可能な移動平均の周りの標準偏差を測定し、トレンドフォローアプローチを使用して正確に取引を見つけます。取引は、現在のチャートの価格アクションに飛び込むことによって見つけられ、価格が選択したより高い時間枠から計算された平均価格帯に戻ったときに閉じられます。それがコード化される方法のために、指標は高ボラティリティと強いトレンドの市場か
このプロダクトを購入した人は以下も購入しています
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インジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
Market Flow Pro Market Flow Pro is an intelligent trading advisor for the MetaTrader 5 platform, designed for automatic trading on financial markets using algorithmic analysis and strict risk management. -Key features: - Fully automatic trading 24/5 - Adaptive trend and momentum entry algorithm -  Built-in risk management - Flexible lot settings (fixed/auto-calculation) - Support for major currency pairs and indices - Optimised for operation on various timeframes  How it works Market
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
優れたテクニカルインジケーター「Grabber」をご紹介します。これは、すぐに使える「オールインワン」トレーディング戦略として機能します。 ひとつのコードに、市場のテクニカル分析ツール、取引シグナル(矢印)、アラート機能、プッシュ通知が強力に統合されています。 このインジケーターを購入された方には、以下の特典を無料で提供します: Grabberユーティリティ:オープンポジションを自動で管理するツール ステップバイステップのビデオマニュアル:インジケーターのインストール、設定、取引方法を解説 カスタムセットファイル:インジケーターをすばやく自動設定し、最大限の成果を出すための設定ファイル 他の戦略はもう忘れてください!Grabberだけが、あなたを新たなトレードの高みへと導いてくれるのです。 Grabber戦略の主な特徴: 推奨タイムフレーム:M5〜H4 対応通貨ペア・資産:どれでも使用可能ですが、私が実際に検証した以下を推奨します(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、E
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信号の後。 当日プラス方
Game Changerは、あらゆる金融商品で使用できる革新的なトレンドインジケーターです。MetaTraderを強力なトレンドアナライザーへと変貌させます。あらゆる時間枠で動作し、トレンドの特定、反転の可能性のシグナル、トレーリングストップ機能、そして迅速な市場反応のためのリアルタイムアラートを提供します。経験豊富なプロでも、優位性を求める初心者でも、このツールは自信と規律、そして根本的なトレンドダイナミクスを明確に理解した上で取引を行うための力となります。このインジケーターはリドロー機能も備えています。 購入後すぐにご連絡いただければ、個人ボーナスを進呈いたします。Strong SupportとTrend Scannerインジケーターの無料コピーを入手できます。[email protected]までプライベートメッセージを送ってください。 私のEAや特別なセットはTelegramでは販売しておりません。MQL5でのみ販売しており、セットファイルは私のブログでのみ公開しています。詐欺師にはご注意ください。他の方からセットを購入しないでください。 設定 トレンド変化時のアラート
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年のデータでバックテストされた最適化パラメータ。その結果、お使いの銘柄と
Smart Stop Indicator – チャート上で実現するインテリジェントなストップロス精度 概要 Smart Stop Indicator は、ストップロスを勘や感情ではなく、明確で体系的に設定したいトレーダーのために設計されています。本ツールは、クラシックなプライスアクション(高値更新・安値切り下げ)と最新のブレイクアウト認識ロジックを組み合わせ、次に来るべき論理的なストップレベルを正確に特定します。トレンド相場、レンジ、急速なブレイクアウト局面のいずれであっても、最適な SL ゾーンとその状態(“new”、“broken”、“valid”)をチャート上に直接表示します。さらに今回、SL 距離の %ADR 表示も新たに追加されています。 主な特徴 マーケット構造に基づく自動ストップ配置 • 市場構造とリアルタイムの値動きに基づき、意味のあるストップロスレベルを自動検出します。 スマートなブレイクアウト感知 • 急激な方向転換やブレイクアウトにも柔軟に対応し、早すぎるストップ調整を避けます。 SL %ADR の表示 • ストップロスまでの距離を ADR(Averag
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイ
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
トレンドラインプロ   市場の真の方向転換点を理解するのに役立ちます。この指標は、真のトレンド反転と主要プレーヤーが再び参入するポイントを示します。 分かりますか     BOSライン   複雑な設定や不要なノイズなしに、より長い時間足でのトレンドの変化と重要なレベルを把握できます。シグナルは再描画されず、バーが閉じた後もチャート上に残ります。 MT4バージョン   -   RFI LEVELS PRO インジケーター と組み合わせることで、その最大限の能力を発揮します インジケーターが示す内容: 本当の変化   トレンド(BOSライン) 一度シグナルが現れたら、それは有効です!これは、リペイント機能を持つインジケーターとの重要な違いです。リペイント機能を持つインジケーターは、シグナルを発した後、それを変更し、資金の損失につながる可能性があります。これにより、より高い確率と精度で市場に参入できます。また、矢印が現れた後、目標値(利益確定)に達するか、反転シグナルが現れるまで、ローソク足の色を変更する機能もあります。 繰り返しエントリ   主要プレーヤーの補充 エントリーポイントを探す
Trend Ai indicatorは、トレンドの識別と実用的なエントリポイントと反転アラートを組み合わせることで、トレーダーの市場分析を強化する優れたツールです。 この指標は、ユーザーが自信と正確さで外国為替市場の複雑さをナビゲートすることを可能にします トレンドAiインジケーターは、主要なシグナル以外にも、プルバックやリトレースメント中に発生するセカンダリエントリポイントを識別し、トレーダーが確立されたトレンド内の価格修正を活用できるようにします。 重要な利点: *MT4およびMT5の仕事 *明確な買いまたは売りシグナル *再描画しません ·すべての資産で動作します 私はeaやセットをtelegram it詐欺で販売しないように注意してください。 すべての設定はここでブログで無料です。  重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! 私の他のプロダクトと同様、実質操作の監視はここに見つけることができます: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 設定および入力: すべての
FX Dynamic: カスタマイズ可能なATR分析でボラティリティとトレンドを把握 概要 FX Dynamic は平均的な真のレンジ(ATR)の計算を活用して、日次および日中ボラティリティに関する卓越した情報をトレーダーに提供する強力なツールです。80%、100%、130%などのボラティリティ閾値を設定することで、通常の範囲を超えた際にすぐに警告を受け取ったり、有望な利益機会を素早く捉えられます。 FX Dynamic はブローカーのタイムゾーンに合わせて調整でき、安定したボラティリティ測定を維持しながら、リアルタイム分析のためにMetaTraderとシームレスに連携します。 1. なぜFX Dynamicがトレーダーにとって非常に有益か リアルタイムのATRインサイト • 日次・日中のボラティリティをひと目で把握。価格がATRの80%、100%、130%などに達したときに警告を受け取り、重要な水準にあるかどうかを確認できます。 • ボラティリティが完全に爆発する前に潜在的な反転やブレイクアウトを先取り可能。 幅広いマーケットへの適用 • 外国為替、コモディティ、株価指数な
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 100 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な
FX Levels: あらゆる市場における非常に高精度なサポート&レジスタンス 概要 通貨ペア、株式指数、個別銘柄やコモディティなど、どのような市場でも信頼できるサポートとレジスタンスを特定したいですか? FX Levels は伝統的な “Lighthouse” メソッドと先進的な動的アプローチを融合し、ほぼ汎用的な精度を実現します。ブローカーの実務経験を活かし、自動化されたデイリー更新とリアルタイム更新を組み合わせることで、 FX Levels は反転ポイントを見つけ、利益目標を設定し、自信をもってトレードを管理するための手助けをします。今すぐ試してみて、サポート/レジスタンス分析の正確性がどれほどトレードを向上させるかを実感してください! 1. FX Levels がトレーダーにとって非常に有用な理由 非常に正確なサポート&レジスタンスゾーン • FX Levels は異なるブローカー環境でもほぼ同一のゾーンを生成するよう設計されており、データフィードの差異や時刻設定のずれによる不一致を解消します。 • つまり、どのブローカーを利用していても一貫したレベルが得られるため、戦
これはMT5のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。 あら
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 MANUAL   ,   MQL5 Channel Buy any indicator and get a FREE bonus indicator Phantom trading System, SMC retest Trading system, GOLD SCALP System! Send me a private message for details. 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
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
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 - トレ
作者のその他のプロダクト
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
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
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
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
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
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
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
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
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 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 
 

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

レビューに返信