KillZones Display and Alert NY London Asia Daily

  • インディケータ
  • Shin Kojima
    Shin Kojima
    MQL4 / MQL5 Development Services

    • Custom Indicator Modifications
    • Convert Your Indicator into a 448 Multi-Symbol & Multi-Timeframe Scanner
    • MT4 ⇔ MT5 Conversion
    • Feel free to contact me for your project or any questions.
  • バージョン: 1.0
================================================================
  ShowKillZones v1.0
  - NY AM終了を11→10、NY PM終了を17→16(キルゾーン時刻に修正)
  - NY AM/PM のラベルをKill Zoneに変更

v1.0  -  使用マニュアル
================================================================

【概要】
ICTのKill Zone(セッション時間帯)をチャート上にゾーン表示し、
各セッションの高値・安値にアラートを出すインジケーター。

・ロンドン / NY AM / NY PM は ET(米国東部時間)で入力
・US夏時間(DST)を自動判定 → UTC変換を自動補正
・前日高値/安値・上位足高値/安値・ラウンドナンバーも表示


================================================================
  インストール
================================================================

1. ShowKillZones.mq4 を以下へコピー
   (MT4メニュー)ファイル → データフォルダを開く
   → MQL4 → Indicators フォルダに入れる

2. MT4のナビゲーター → インジケーター → 更新(F5)

3. チャートにドラッグ&ドロップ


================================================================
  Kill Zone 時刻一覧(デフォルト設定)
================================================================

┌─────────────────┬───────────┬───────────┬───────────┐
│ セッション      │  ET 入力  │ UTC(夏)  │ UTC(冬)  │
├─────────────────┼───────────┼───────────┼───────────┤
│ Asia           │ UTC直接入力│  00:00-04:00│  00:00-04:00│
│ London         │ 02:00-05:00│  06:00-09:00│  07:00-10:00│
│ NY AM          │ 07:00-10:00│  11:00-14:00│  12:00-15:00│
│ NY PM          │ 13:00-16:00│  17:00-20:00│  18:00-21:00│
└─────────────────┴───────────┴───────────┴───────────┘

※ Asia のみ UTC 直接入力(東京市場はDST無関係)
※ Use_AutoDST = true にすると夏冬を自動切り替え


このインジケーターは、全通貨検索と併用すると大きな爆発力を生みます
Defaul.tplにキルゾーンを使ったチャート状態を保存しておきます。

おススメは
・IFVG全通貨検索+キルゾーン
全ての通貨・時間足でIFVGを監視。アラートが鳴った時間足をクリックするとキルゾーン表示のチャートが開く。
キルゾーンをSweepしてのIFVGは大きなチャンスです!
・MA+ピンバー全通貨監視+キルゾーン
全ての通貨・時間足でMA+ピンバーを監視。アラートが鳴った時間足をクリックするとキルゾーン表示のチャートが開く。
キルゾーンをピンバーでSweepしていたらチャンスです!



================================================================
  パラメータ説明
================================================================

【アラート設定】
  Alert_Enable     : アラート全体のON/OFF
  Alert_Popup      : ポップアップ表示
  Alert_Email      : メール送信
  Alert_Push       : スマホプッシュ通知

  Alert_Timing
    1. 瞬間(INSTANT)  : 価格がラインをまたいだ瞬間
    2. 足確定(CLOSE)  : 足の終値でブレイク判定(ダマシ除外)
    3. 足ヒゲ(CLOSE_ANY): 足のヒゲも含めてブレイク判定

  Alert_Daily      : 前日高値/安値でアラート
  Alert_HTF        : 上位足高値/安値でアラート
  Alert_Asia       : Asiaゾーン高値/安値でアラート
  Alert_London     : Londonゾーン高値/安値でアラート
  Alert_NY_AM      : NY AMゾーン高値/安値でアラート
  Alert_NY_PM      : NY PMゾーン高値/安値でアラート

【共通ライン表示】
  Show_DailyHL     : 前日高値/安値ライン(水平・自動消去)
  Show_HTFHL       : 上位足高値/安値ライン(動的参照)
  Show_RoundNumbers: ラウンドナンバー(100 Pips刻み)
  RoundNum_Pips    : 刻み幅(XAU/GOLDは自動で5000に変更)
  Show_Labels      : 各ラインのラベル表示ON/OFF

【上位足の自動参照ルール】
  M1  → M15 の高値/安値
  M5  → H1
  M15 → H4
  M30 → H4
  H1  → D1
  H4  → W1
  D1  → MN1

【DST設定】
  Use_AutoDST      : US夏時間を自動判定(推奨: true)
    true  → 3月第2日曜?11月第1日曜は夏時間(EDT, UTC-4)
             それ以外は冬時間(EST, UTC-5)
    false → London/NY の時間を入力値のまま固定(手動管理)

【Asia Session (UTC)】
  Asia_StartHour   : 開始時刻(UTC, デフォルト 0)
  Asia_EndHour     : 終了時刻(UTC, デフォルト 4)
  Asia_BoxColor    : ゾーン背景色
  Asia_LineColor   : 高値/安値ラインの色

【London Session (ET)】
  London_StartHour_ET : 開始時刻(ET, デフォルト 2)
  London_EndHour_ET   : 終了時刻(ET, デフォルト 5)

【NY AM Kill Zone (ET)】
  NYAM_StartHour_ET   : 開始時刻(ET, デフォルト 7)
  NYAM_EndHour_ET     : 終了時刻(ET, デフォルト 10)

【NY PM Kill Zone (ET)】
  NYPM_StartHour_ET   : 開始時刻(ET, デフォルト 13)
  NYPM_EndHour_ET     : 終了時刻(ET, デフォルト 16)


================================================================
  ゾーンの見方
================================================================

■ 四角い背景ゾーン
  そのセッション内の高値?安値の範囲

■ 水平ライン(セッションの高値/安値)
  実態でブレイクすると自動的にラインが終了する
  → 「まだ効いているレベル」だけが残る

■ 前日高値/安値ライン
  実態ブレイクするまで延長して表示


================================================================
  注意事項
================================================================

・日足・週足・月足では Kill Zone ゾーンは非表示(自動)
・ブローカーのサーバー時間を自動取得するため
  ブローカーが変わっても設定変更不要
・Use_AutoDST = true の場合、毎年自動でDSTを判定
  手動変更は一切不要


================================================================
  バージョン履歴
================================================================

v1.31(2026-06-04)
  - NY AM終了を11→10、NY PM終了を17→16(キルゾーン時刻に修正)
  - NY AM/PM のラベルをKill Zoneに変更

v1.0(2026-06-03)
  - London/NYAM/NYPM の入力を ET に変更
  - US夏時間(DST)自動判定機能を追加(IsUSDST())
  - Use_AutoDST パラメータ追加
  - Asia は UTC 直接入力のまま(変更なし)

v1.20
  - 初回リリース

================================================================

おすすめのプロダクト
This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Woodie Pivots. Woodie’s pivot points are made up of multiple key levels, calculated from past price points, in order to frame trades in a simplistic manner. The key levels include the ‘pivot’ itself, and multiple support and resistance levels (usually up to three each). Traders use these levels as a guide for future price movements when setting up trades. The pivot : (Previous high + previous low + 2 x previous
FREE
Candle Time (MT4) The Candle Time indicator shows the remaining time for the current candle on the active chart timeframe. It adapts automatically to the chart period and updates on every tick. This is a charting utility; it does not provide trading signals and does not guarantee any profit. Main functions Display the time remaining for the current candle on any timeframe (M1 to MN). Color-coded state: green when price is above the open (up), gray when unchanged, and red when below the open (do
FREE
AC Pivot Panel – Your Ultimate Pivot Trading Tool The   AC Pivot Panel   is a powerful yet user-friendly pivot point indicator designed to help traders identify key support and resistance levels with ease. Whether you’re a beginner or an experienced trader, this indicator simplifies pivot trading and enhances your decision-making process. Key Features : Interactive Selection Panel : Easily adjust pivot settings directly on the chart with a compact and intuitive panel. Multiple Pivot Methods : C
FREE
Pivot Points MT4
KEENBASE SOFTWARE SOLUTIONS
KT Pivot Points は、最新の市場データに基づいて、日足・週足・月足のピボットレベルをチャート上に自動で表示します。ピボットポイントは、特にFX市場において、テクニカル分析で広く利用されている指標の一つです。 特徴 価格がピボットレベルに到達した際にアラートを送信します。  各種類のピボットレベルに対して完全なカスタマイズが可能です。   シンプルな表示で、日足・週足・月足のピボットレベルを一目で確認できます。 最小限のCPUリソースを使用し、高速な計算を実現します。 チャート上の他のインジケーターとも互換性があります。 ピボットポイントとは ピボットポイントは、前の取引日の高値、安値、終値の平均から算出されます。  この計算により、将来のサポートおよびレジスタンスレベルを予測でき、価格がこれらのレベル付近でどのように動くかを判断する手助けとなります。 また、価格がピボットポイントの上にあるときは強気傾向、下にあるときは弱気傾向とされるのが一般的です。 ピボットの計算式 ピボットレベルの計算には、前日、週、または月の高値、安値、終値が使用されます。 P = (H +
FREE
.................................if you need pivot point s levels............................... ............................this is a daily pivot point level creator........................... ...it is for daily pivots and show levels at times period H4 , H1 , M30 , M15 ,M 5... .................................also shows levels for 3 last days.............................. ................can use it with other indicators and see important levels...............
FREE
Arlene Sessions Background is an indicator that draws colored rectangles on the chart depending on your session, within the price range that has moved and when the sessions overlap, it will be painted in a color that will be the mixture of the colors of the respective sessions. You can see the version 2 here:  https://www.mql5.com/en/market/product/68934 Inputs NumberOfDays AsiaBegin AsiaEnd AsiaColor EurBegin EurEnd EurColor USABegin USAEnd USAColor If you only want to paint a session on your
FREE
MASi Three Screens is based on the trading strategy by Dr. Alexander Elder. This indicator is a collection of algorithms. Algorithms are based on the analysis of charts of several timeframes. You can apply any of the provided algorithms. List of versions of algorithms:     ThreeScreens v1.0 - A simple implementation, with analysis of the MACD line;     ThreeScreens v1.1 - A simple implementation, with analysis of the MACD histogram;     ThreeScreens v1.2 - Combines the first two algorithms in
FREE
Show Pips
Roman Podpora
4.27 (59)
この情報インジケーターは、アカウントの現在の状況を常に把握したい人にとって役立ちます。このインジケーターには、ポイント、パーセンテージ、通貨での利益、現在のペアのスプレッド、現在の時間枠でバーが閉じるまでの時間などのデータが表示されます。 バージョンMT5 -   より便利なインジケーター チャート上に情報線を配置するには、いくつかのオプションがあります。 価格の右側 (価格の後ろにあります); コメントとして (グラフの左上隅に); 画面の選択した隅。 情報区切り記号を選択することもできます。 | / 。 \ # インジケーターにはホットキーが組み込まれています。 キー 1 - 情報表示の種類に戻ります (価格、コメント、コーナーの右側) キー 2 - 情報表示の種類を 1 つ進みます。 キー 3 - 情報ライン表示の位置を変更します。 ホットキーは設定で再割り当てできます。 このインジケーターは使いやすく、非常に有益です。設定で不要な情報項目を無効にすることも可能です。 設定 表示された情報を置き換えるホット キー (戻る)   - 情報表示の種類に戻ります。 表示情報を切り替
FREE
Introduction To Time Box Indicator Time Box Indicator is a must have indicator for any trader. It will display daily, weekly and Monthly box according to your preferences. Yet, you can extend any important price levels in your chart automatically. You can use them as the significant support and resistance levels. It is very simple but effective tool for your trading. Graphic Setting Use White Chart Line Style for Current Open price Daily Setting Update Timeframe for daily box Number of days to
FREE
The   Pivot Point indicator   automatically calculates and displays the pivot point line and support and resistance levels. Pivot can be calculated according to the Classic, Floor, Fibonacci, Woodie, Camarilla or DeMark formula. It is also possible to select the period for calculating the indicator. A trader can choose from daily, weekly, monthly, or user-defined periods. Types of pivots Classic Floor Fibonacci Woodie Camarilla DeMark Main features The indicator shows the current and historic
FREE
The Pivot Indicator is a vital tool for technical analysis used by traders in the financial markets. Designed to assist in identifying potential reversal points or trend changes, this indicator provides valuable insights into key levels in the market. Key features of the Pivot Indicator include: Automatic Calculations: The Pivot Indicator automatically calculates Pivot Point, Support, and Resistance levels based on the previous period's high, low, and close prices. This eliminates the complexity
FREE
デュアルライン信号、2レベルシステム、マルチタイムフレーム対応、カスタマイズ可能なビジュアル信号、高度に設定可能なアラートシステムを備えた高度なFisher Transformインジケーター。 フリーランスプログラミングサービス、アップデート、その他のTrueTL製品は私の MQL5プロフィール からご利用いただけます。 フィードバックとレビューを心よりお待ちしております! Fisher Transformとは? Fisher Transformは、価格をガウス正規分布に変換するテクニカルインジケーターです。John Ehlersによって開発され、価格を極端な正および負の値の間で振動する値に変換することで価格の転換点を増幅します。 このインジケーターは鋭く明確に定義された転換点を生成し、潜在的なリバーサルの発見を容易にします。+2.0以上の値は極端な買われすぎ状態を示し、-2.0以下の値は極端な売られすぎ状態を示します。インジケーターは2本のラインで構成されています:メインライン(Fisher Transform値)とシグナルライン(メインラインの平滑化バージョン)。これらのライ
FREE
Swap Detector
Dustin Ricardo Pierenz
The Swap Detector is an essential MQL4 utility that displays the swap costs of any instrument when applied to a chart. It helps traders make informed decisions by visually indicating the swap value in customizable colors— green for positive (good) and red for negative (bad) by default. This tool ensures transparency in overnight holding costs, enabling better trade planning and risk management
FREE
マトリックスアローインジケーターマルチタイムフレームパネルMT4 は無料のアドオンであり、マトリックスアローインジケーターMT4の優れた資産です。これは、5つのユーザーがカスタマイズした時間枠と合計16の変更可能なシンボル/機器の現在のマトリックスアローインジケーターMT4信号を示しています。ユーザーは、マトリックスアローインジケーターMT4で構成される10の標準インジケーターのいずれかを有効/無効にするオプションがあります。マトリックスアローインジケーターMT4のように、10の標準インジケーター属性もすべて調整可能です。マトリックスアローインジケーターマルチタイムフレームパネルMT4には、16個の変更可能なシンボルボタンのいずれかをクリックすることで、現在のチャートを変更するオプションもあります。これにより、異なるシンボル間ではるかに高速に作業でき、取引の機会を逃すことはありません。 この無料の マトリックスアローインジケーターマルチタイムフレームパネルMT4 アドオンを使用する場合は、ここでマトリックスアローインジケーターMT4を別途購入する必要があります: https://w
FREE
Now free. The key Fibonacci pivot levels, drawn for you automatically every day, on any timeframe. Automatic Fibonacci Pivots calculates the daily support and resistance from the Fibonacci sequence and plots them clean on your chart: the daily pivot, S1/S2/S3 below and R1/R2/R3 above. These are the price zones where the market tends to react, bounce or break, and now you see them without drawing a single line. What it does: - Daily Fibonacci pivot levels (pivot, S1/S2/S3, R1/R2/R3), updated
FREE
This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Demark's Pivots. Calculations:     PP = X / 4     R1 = X / 2 - LOWprev     S1 = X / 2 - HIGHprev Uses: When the pair currency price may change the direction of movement. Possible constraints of support and resistance that creates plateaus for the currency pair prices. Tendency identification by comparing the present prices according to current day's pivot point and also the prior day's pivot points. ____________
FREE
製品説明 CM Ultimate MA MTF V2は、MetaTrader 4専用に開発された、高度に最適化されたデュアル移動平均テクニカル指標です。1つのチャート上に2つの独立した移動平均線(短期と長期)を表示し、市場の勢いの変化を瞬時に追跡できる適応型3色トレンド表示機能を備えています。 高性能なマルチタイムフレーム(MTF)テクノロジーを採用することで、トレーダーはタイムラグを発生させることなく、ノイズを除去したクリーンなトレンド方向を把握できます。 主な技術的利点 厳密な4バッファアーキテクチャ:データプロット用2バッファとカラーインデックス用2バッファ、合計4つの内部インジケーターバッファで構成されており、MT5のレイアウトアーキテクチャに完全に準拠しています。 デュアル移動平均線のコンフルエンス:2つの主要トレンドラインを使用して市場のノイズを除去することで、チャートを簡素化します。 Ultimate MA 1(短期):プロット幅4(実線) – 短期的な価格変動に高い感度を持ち、正確なエントリータイミングを狙うために設計されています。 アルティメットMA 2
FREE
This indicator help to mark the high and low of the session Asian,London,Newyork , with custom hour setting This indicator is set to count from minute candle so it will move with the current market and stop at the designated hour and create a accurate line for the day. below is the customization that you can adjust : Input Descriptions EnableAsian Enables or disables the display of Asian session high and low levels. EnableLondon Enables or disables the display of London session high and
FREE
After purchasing the Tpx Dash Supply Demand indicator, you must download this indicator which will link and feed market data to the Tpx Dash Supply Demand indicator and will provide all Supply Demand price signals, ATR Stop, VAH and VAL, trend values ​​with the ADX, and POC prices and locations in the market. Just download it and Dash will locate the indicator to retrieve the information!
FREE
Shadow Flare インジケーターは、MetaTrader 4 向けの 非リペイント型トレンド&流動性ツール です。設定可能な移動平均ベースライン(HMA / EMA / SMA / RMA から選択)を計算し、その上下に ATR(Average True Range)エンベロープを巻き付けることで、価格が上側または下側バンドを終値で明確に抜けたときだけ反転する「粘着型(スティッキー)」トレンド状態を生成します。同じトレンドエンジンが自動サプライ・デマンドゾーンモジュールも駆動し、ピボットハイ/ピボットローを検出してその周囲に色付きボックスを描画し、価格が終値ベースでゾーンを抜けた瞬間にそのゾーンをミティゲート(無効化)します。 トレンド状態が反転したバーで買い・売りシグナルが発生し、オプションのボリュームフィルターと RSI フィルターにより、弱いエントリーやモメンタムに逆行するエントリーをブロックできます。内蔵ダッシュボードはリアルタイムでトレンドバイアス、モメンタム(RSI ベース)、ボリューム状態を表示します。ポップアップ、サウンド、モバイルプッシュ、メールからなるフルア
FREE
Easy Pips Maker
Andrei Gerasimenko
4 (4)
The recommended timeframe is H1! The indicator has two kinds of signal. This is a signal to open a position from the appearance of an arrow. The price leaves the channel In the first case, the indicator builds arrows based on the constructed channel and Bollinger Bands years. In another case, the trader can trade if the price just went beyond the channel. If the price is higher than the channel - we sell. If the price is lower than the channel, then you can look for a place to buy. It can al
FREE
An extended version of the indicator for visualizing the time ranges of key trading sessions: Asian, European and American. The main advantage of this indicator is the automatic construction of a price profile for a trading session. The indicator has the functionality to set the start and end time of each trading session, as well as automatically determine the time zone of the trading server. The indicators include the ability to work with minimal CPU usage and save RAM. In addition, the option
FREE
SR indicator
Alexander Chertnik
5 (3)
SR is a support and resistance indicator, it shows major highs and lows by different colors. The color of a level is changing if the last high or low are touching it. After the closing of a bar above or below level, it will delete it. extern inputs: loop for candles / colors / drawing time *This indicator signal is not perfect and have to be used with other market analysis and confirmations.
FREE
Renko charts. This is not timeframe based indicator. Works with close prices. External parameters:  BrickSize - each brick size, 10 by default. PriceColor - Bid line color, white by default. UpColor - up brick color, LimeGreen by default. DnColor - down brick color, Crimson by default. BarsCount - bars amount to work with (0 by default - for all available). Alerts - alerts on trend change (true/false), false by default.
FREE
================================================================   TradeInfoS_en  -  Trade Statistics Indicator for MT4   Copyright (C) 2014 fx-mt4ea.com ================================================================ OVERVIEW -------- Displays trade history statistics and market info in a separate indicator window. Shows results for All-time, This Month, and This Week in three columns. DISPLAY LAYOUT -------------- [ S ]  T:xx/W:xx/L:xx/R:xx%/PL:xx    <- All-time stats [ M ]  T:xx/W:xx/L:xx
FREE
The indicator displays overbought and oversold levels, calculating them using the Fibonacci golden ratio formula. It enables both trend-following and counter-trend trading, accommodating breakouts and rebounds from these levels. It operates on all timeframes, across various currency pairs, metals, and cryptocurrencies. Suitable for binary options trading. Key Features:  Based on the Fibonacci golden ratio  Shows overbought and oversold levels  Suitable for market and pending orders  Simple
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
The indicator builds a Renko chart in the sub window for the current symbol. The bars are formed from live data and the desired bar size can be set in the inputs tab. Most importantly, because the Renko chart only uses price to construct bars and ignores time, the indicator can be applied to any time frame and same results can be achieved. Recommended usage As Renko charts are famous for eliminating noise so traders can use this tool to see clear picture of the trend to help their analysis, entr
FREE
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つ星レビューを残してください。 このインジケータは、指定されたためのオープン、ハイ、ロー、クローズ価格を描画します 特定のタイムゾーンの期間と調整が可能です。 これらは、多くの機関や専門家によって見られた重要なレベルです トレーダーは、彼らがより多くのかもしれない場所を知るために有用であり、 アクティブ。 利用可能な期間は次のとおりです。 前の日。 前週。 前の月。 前の四半期。 前年。 または: 現在の日。 現在の週。 現在の月。 現在の四半期。 現年。
FREE
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出す
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for all
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
Trend Catcher ind
Ramil Minniakhmetov
5 (11)
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
M1 Arrow
Oleg Rodin
4.81 (21)
M1 Arrowは、ボラティリティとボリューム分析を含む市場の自然な取引原理に基づいたインジケーターです。このインジケーターは、あらゆる時間枠と通貨ペアで使用できます。インジケーターに搭載された使いやすいパラメーター1つで、取引したい通貨ペアと時間枠に合わせてシグナルを調整できます。 買いと売りのシグナルに基づくメインアルゴリズムに加え、入力欄で選択できる複数の追加戦略も内蔵されています。これらの戦略は設定不要で、インジケーターで選択した戦略モードに基づいて自動的に設定されます。 アルゴリズムは、追加フィルターを用いたボリュームと価格波動の分析に基づいています。このインテリジェントなアルゴリズムは、2つの市場要因が1つに組み合わさった場合にのみシグナルを発します。インジケーターは一定範囲の波動を計算し、ボリューム分析を用いて波動を確認します。 ご購入後、私の取引ヒントと素晴らしいボーナスインジケーターを無料で入手するには、ご連絡ください!
KURAMA GOLD SIGNAL PRO(MT4版)— 7層フィルター・自動TP/SL・品質スコア・サイン履歴保存搭載 XAUUSD完全トレードシステム リアルタイムでリペイントしません。サインが出た瞬間、矢印・エントリー・TP・SLはその場で固定され、後から動きません。あなたがトレードするのは、この「リアルタイムで出たサイン」です。さらにv7.20では、実際に通知されたサインを自動保存し、再起動後もそのまま復元します。 購入者限定特典 買い切りライセンスをご購入いただいた方に、AI Zone Radar($59相当)+完全PDFマニュアルを無料プレゼント。本体価格に$59相当の特典が付いてきます。購入後にMQL5でメッセージをお送りください。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高く評価されています。 あな
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Smart Trend Trading System は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Smart Trend Trading System を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Smart Trend のシグナルを自動売買に変えることができます。 Smart Trend Trading System は、リペイントなし、再描画なし、遅延なしの完全なトレーディングシステムです。よりクリーンなシグナル、より明確なトレンド方向、そしてより整理された取引方法を求めるトレーダー向けに作られています。 Online course , manual and [download presets] . このシステムは、トレンド検出、反転ゾーン、Smart Cloud、トレーリングストップロジック、サポートとレジスタンス、ローソク足の色分け
Scalper Inside PRO Scalper Inside PRO は、独自の内蔵アルゴリズムを用いて相場の方向性や主要なターゲット価格を評価する、デイトレード向けのトレンド&スキャルピングインジケーターです。本インジケーターはエントリーポイントとエグジットポイント、および複数の利益確定ターゲット価格を自動的に計算し、詳細なパフォーマンス統計を表示します。これにより、さまざまな銘柄や戦略がヒストリカルデータ上でどのように機能したかを確認できます。これは、現在の相場環境に適した銘柄を選ぶのに役立ちます。また、ご自身の矢印インジケーターを Scalper Inside PRO に接続し、その統計やヒストリカルシグナルをすばやく確認することも可能です。 Scalper Inside PRO マニュアルおよび設定の説明: こちらをクリックして読む 本インジケーターはあらゆる銘柄および時間足で動作し(デイトレードには M5 を推奨)、複数の内蔵戦略を備えています。単独のスキャルピングツールとして、またトレードシステムの分析コンポーネントとして使用できます。 主な機能 独自の次世代トレ
CRT Candle Range Theory HTF MT4.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Discounted   Price   $50  !!     Secure your lifetime access   now   before it switches to   subscription-only ! Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicat
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Atomic Analyst は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Atomic Analyst を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Atomic Analyst のシグナルを自動売買に変えることができます。 Atomic Analyst は、リペイントなし、再描画なし、遅延なしの Price Action トレーディングインジケーターで、手動取引、シグナルの明確化、EA 自動化のために設計されています。 User manual: settings, inputs and strategy.     &   User Manual PDF . 価格行動、強さ、モメンタム、マルチタイムフレーム方向、高度なフィルターを分析し、トレーダーがノイズを減らし、弱いセットアップを避け、より構造化された取引判断を行えるようにします。 こ
Quant Direction
Georgios Kalomoiropoulos
Quant Direction は、3次元の市場分析ツールです。完全に客観的なアルゴリズムベースの市場分析を提供し、様々なパラメータにわたる正確なパーセンテージ偏差を同時に算出します。高度なAI搭載モデリングツールで開発され、厳密なテストを経て開発されたこのアルゴリズムは、かつてない精度で市場を分析するように設計されています。プラットフォーム上では、あらゆる通貨ペアや金融商品を分析できます。 短期取引、デイトレード、スイングトレードなど、どのような取引スタイルに も、Quant Directionは最適な選択肢です。 オペレーターの本当の利点 Quant Directionの真の利点は、感情、眼精疲労、過剰分析を完全に排除できる点にあります。方向性を探るために何十ものチャートを手作業で精査したり、自分の好みを常に疑ったりする必要がなくなります。このシステムは、8つの時間間隔(5ヶ月から月単位まで)をミリ秒単位で処理します。あらゆる瞬間に市場を支配している主体を正確に明らかにし、常に成功確率が最も高い方向で取引できるようにします。 市場分析の3つの側面 このアルゴリズムは市場を3つの
Super Signal – Skyblade Edition プロ仕様のノンリペイント / ノーラグ・トレンドシグナルシステム。卓越した勝率を実現 | MT4 / MT5 対応 1分足、5分足、15分足などの低い時間足で最も効果を発揮します。 主な特徴: Super Signal – Skyblade Edition は、トレンド取引に特化したスマートなシグナルシステムです。マルチレイヤーのフィルターロジックを用いて、明確な方向性と実際のモメンタムに支えられた強力なトレンドのみを検出します。 このシステムは 天井や底を予測するものではありません 。次の3つの条件がすべて満たされた場合にのみシグナルを発生させます: 明確なトレンド方向 モメンタムの増加 健全なボラティリティ構造 市場セッションに基づく流動性分析と組み合わせることで、シグナルの精度とタイミングがさらに向上します。 シグナルの特性: すべての矢印シグナルは 100% 非リペイント / 遅延なし 一度出現したシグナルは固定され、点滅・消失しません チャート上の矢印、情報パネル、ポップアップ通知、音声アラート、プッシュ通知
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
Cycle Sniper
Elmira Memish
4.39 (36)
Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before purchasing. Videos, settings  and descri
A. A2SR とは何ですか ?   * 先行テクニカル指標です (塗り直しなし、ラグなし)。 -- ガイダンス : -- https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- そして https://www.mql5.com/en/users/yohana/blog A2SR には、サポート (需要) とレジスタンス (供給) のレベルを決定する特別な手法があります。 ネットで見かける通常の方法とは異なり、A2SR は実際の SR レベルを決定する独自のコンセプトを持っています。 元の手法はインターネットから取得されたものではなく、インターネット上で公開されたこともありません。 A2SR は、取引スタイルに応じて SR レベルを自動選択します。 時間枠を変更しても、SR レベルはその位置にとどまります。 実際のSRは、使用する時間枠から取得されるわけではないため. A2SR には、取引のための完全な手段があります 。 実際のサポート (需要) とレジスタンス (供給) の真のコンセプト。 ニュー
トレンドラインプロ   市場の真の方向転換点を理解するのに役立ちます。この指標は、真のトレンド反転と主要プレーヤーが再び参入するポイントを示します。 分かりますか     BOSライン   複雑な設定や不要なノイズなしに、より長い時間足でのトレンドの変化と重要なレベルを把握できます。シグナルは再描画されず、バーが閉じた後もチャート上に残ります。 VERSION MT 5     -     RFI LEVELS PRO インジケーター と組み合わせることで、その潜在能力を最大限に発揮します。 インジケーターが示す内容: 本当の変化   トレンド(BOSライン) 一度シグナルが現れたら、それは有効です!これは、リペイント機能を持つインジケーターとの重要な違いです。リペイント機能を持つインジケーターは、シグナルを発した後、それを変更し、資金の損失につながる可能性があります。これにより、より高い確率と精度で市場に参入できます。また、矢印が現れた後、目標値(利益確定)に達するか、反転シグナルが現れるまで、ローソク足の色を変更する機能もあります。 繰り返しエントリ       主要プレーヤーの
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
発見が困難で頻度が少ないため、分岐は最も信頼できる取引シナリオの1つです。このインジケーターは、お気に入りのオシレーターを使用して、通常の隠れた分岐点を自動的に見つけてスキャンします。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 取引が簡単 通常の隠れた発散を見つけます 多くのよく知られている発振器をサポート ブレイクアウトに基づいて取引シグナルを実装します 適切なストップロスおよび利益レベルを表示します 設定可能なオシレーターパラメーター カスタマイズ可能な色とサイズ バー単位でサイズ別に分岐をフィルタリング パフォーマンス統計を実装します 電子メール/音声/視覚アラートを実装します 幅広い市場の見通しを提供するために、異なるオシレーターを使用して、干渉なしで同じチャートにインジケーターを何度もロードできます。このインジケーターは、次のオシレーターをサポートしています。 RSI CCI MACD オスマ 確率的 勢い 素晴らしい発振器 加速器発振器 ウィリアムズパーセントレンジ 相対活力指数 特に外国為替市場では、
このインジケーターは、反転ポイントと価格戻りゾーンを正確に表示します。     主要プレーヤー 。新たなトレンドが形成される場所を把握し、最大限の精度で意思決定を行い、すべての取引をコントロールします。 TREND LINES PRO インジケーターと組み合わせることで、その潜在能力を最大限に発揮します。 VERSION MT5 インジケーターが示す内容: 新しいトレンドの始まりに活性化する反転構造と反転レベル。 リスクと報酬の比率を最小限に抑えた利益 確定 と 損失停止の レベルの表示     RR 1:2   。 インテリジェントな削減ロジックによるストップロス。 指定されたインジケーターから 2 つのトレンド タイプの反転パターンを表示します。 指標: トレンドを追う   TREND LINES PRO   (世界的なトレンドの変化) TREND PRO   (クイックトレンド変更) シンプルで効果的   スキャナー   リアルタイムトレンド(新機能)。 マルチタイムフレームのインストゥルメント フィルタリング。 画面   利益     LOGIC AI信号の後。 当日プラス方
Legacy of Gann
Pavel Zamoshnikov
4.83 (12)
The indicator very accurately determines the levels of the possible end of the trend and profit fixing. The method of determining levels is based on the ideas of W.D.Gann, using an algorithm developed by his follower Kirill Borovsky. Extremely high reliability of reaching levels (according to K. Borovsky  - 80-90%) Indispensable for any trading strategy – every trader needs to determine the exit point from the market! Precisely determines targets on any timeframes and any instruments (forex, met
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
DayTrader PRO DayTrader PROは、ジョン・エリュース(John Ehlers)のラグuerreフィルターと強力な自動最適化エンジンを組み合わせた、高度なトレーディング・インジケーターです。固定されたパラメーターを使用するのではなく、直近の市場状況に基づいて最適な設定を自動的に検索するため、手動による絶え間ない調整をすることなく、変化する市場のボラティリティに適応できます。 本インジケーターは、明確な「買い(BUY)」および「売り(SELL)」シグナルを生成し、現在の市場ボラティリティから算出された適応型のストップロス(Stop Loss)およびテイクプロフィット(Take Profit)レベルを表示します。トレンド、効率レシオ(Efficiency Ratio)、ボラティリティ、およびローソク足フィルターが内蔵されており、精度の低いセットアップを排除し、シグナルの精度を向上させます。 リアルタイム・パフォーマンスパネルには、現在最適化されている設定、プロフィットファクター(Profit Factor)、勝率(Win Rate)、ドローダウン(Drawdown)、
BlueDigitsFx公式エコシステムへのアクセス インフラ更新情報、トレーディングリソース、製品リリース情報、およびBlueDigitsFx公式エコシステムへのアクセスを取得できます。 Telegramエコシステム ウェブサイト MT5版 BlueDigitsFx Easy 123 System — MT4向け高性能な反転・ブレイクアウト検出システム 市場の反転とブレイクアウトを見つけるためのオールインワン非リペイントシステム — 構造的な分析、明確なシグナル、確認ベースのトレードを重視するトレーダー向けに開発されています。 BlueDigitsFx Easy 123 Systemは、MT4向けのビジュアルインジケーターおよびアラートシステムであり、市場構造の変化、ブレイクアウト、トレンド反転をシンプルかつ明確に識別するのに役立ちます。 このインジケーターは、構造化された「123」パターンに基づいて動作します。 ステップ 1 :潜在的な相場の失速ポイントで大きな矢印を表示し、新高値または新安値を識別します。 ステップ 2 :市場構造のブレイクを検出し、トレンド反転の可能性を確
Channel Trend Bands  MTF – A Comprehensive Indicator for Market Analysis MetaTrader 5 Version Simple to Use, Effective in Application User-Friendly and Suitable for All Traders This indicator stands out due to its straightforward functionality. Whether you're a beginner exploring the market or an experienced trader refining your strategy, this tool offers valuable insights. Using a Triangular Moving Average (TMA) with additional ATR-based bands , it provides structured market data to support w
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
現在30%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適な
Extreme Value Sniper is a detrended price indicator  Indicator finds the potential reversal levels by checking value ranges and price cycles. MT5 Version of the product :  https://www.mql5.com/en/market/product/114550 It shows the overbought and oversold levels using the average range. Overbought Levels are between 4 and 10 Oversold levels are bewtween -4 and -10 Those levels can be used as a reversal levels. Extreme Value Sniper look for some special divergence and convergence patterns to c
Liquidity Sweeps Detector PRO MT4 買い側および売り側の流動性をマッピングし、価格が流動性レベルをスイープする瞬間を検出し、その後のマーケットストラクチャーシフト (MSS) を確認する Smart Money Concepts (SMC / ICT) インジケーターです。有効な sweep + MSS ごとに矢印で印を付け、マルチタイムフレームのコンフルエンスで格付けし、自動のリスクリワード投影とチャート上のライブパネルを備えています。 機能 確定したスイングの高値と安値から 買い側 (BSL) と 売り側 (SSL) の流動性をマッピングします。 流動性の sweep (ストップ狩り)を検出します。価格がレベルを貫いた後、内側に戻って確定します。 setup を検証する前に、sweep の後の マーケットストラクチャーシフト (MSS) を確認します。 BSL + MSS には ショート の矢印、SSL + MSS には ロング の矢印を表示します。 マルチタイムフレーム・コンフルエンス 3つの上位タイムフレーム(デフォルトは M15 / H1
新しい指標の検索と試行をやめてください! Winshots Massive FX Profitsインジケーターを入手して、群衆から離れてください。 長年の取引経験により、このすべてを1つの指標で構築することができました。 Winshots Massive FX Profitsでプロのように取引しましょう! この指標は、以下の方法論を使用して、より一貫した収益性の高いトレーダーになるのに役立ちます。 -マーケットボリュームプロファイル -毎日のピボットレベル -価格サイクル分析 ボリュームプロファイルとは何ですか? ボリュームプロファイルは、多くのトレーダーが見落としている非常に便利な取引ツールです。重要な価格アクションが発生した実際の価格レベルを見つけることができます。サポートレベルとレジスタンスレベルに似ていますが、ロジックが異なります。ボリュームプロファイリングは、機関投資家の取引が行われた実際のレベルのサポートとレジスタンスの概要を示しています。これ以上の推測作業はありません!あなたはすべての重い取引がたくさんのロットとボリュームでいつ行われたかを正確に知るでし
TrendMaestro
Stefano Frisetti
4 (4)
Attention: beware of SCAMS, TRENDMAESTRO is only ditributed throught MQL5.com market place. note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes a
Price & Time Market Structure Indicator A professional market structure tool that analyzes waves through both price and time — not price alone. Main Description NeoWave PRO is a professional market structure indicator for MetaTrader 4 designed for traders who want to move beyond traditional one-dimensional wave tools such as ZigZag, swing indicators, and basic high/low systems. Most wave indicators analyze only one thing: Price. But a real market wave is not only a price movement. A true wave de
作者のその他のプロダクト
Reverse Elements - Formatted Description Reverse Elements Reverse Elements is a signal-based indicator designed to help identify potential market reversal points directly on the chart. Using a proprietary calculation method, the indicator displays buy and sell signals with arrows. It is built to support discretionary trading by making potential entry areas easier to recognize visually. This is not an Expert Advisor and does not place trades automatically. Main Features Buy and sell arrows displa
================================================================  DispTrade_en.mq4  User Manual ================================================================ OVERVIEW -------- Displays trade history and open positions visually on the MT4 chart using arrows and connecting lines. WHAT IT SHOWS ------------- - BUY Entry Arrow   : Entry point for BUY orders (blue) - SELL Entry Arrow  : Entry point for SELL orders (red) - Exit Arrow        : Close point for historical trades (goldenrod) - Dott
FREE
## 1. Overview Scan up to 64 symbols $FFFD~ 7 timeframes = 448 combinations simultaneously. --- ## 2. All-Currency Monitoring Series Tools that monitor all currency pairs at once become an incredibly powerful weapon once mastered ? a trading tool for life. The key is to match the right tool to your trading strategy. Here are the hottest tools available right now: - IFVG All-Currency Scanner   The most effective tool for catching ICT fake-out moves.   https://www.gogojungle.co.jp/tools/
FREE
First 20 Downloads FREE ## 1. Overview $2014 MA Perfect Order All-Currency Scanner Detects "Perfect Order" moving average alignment across all currency pairs simultaneously. A Perfect Order occurs when 3-5 moving averages of increasing periods are stacked in a single, uninterrupted order $2014 proof that price is trending cleanly with no conflicting timeframes.   BUY  signal : Shorter-period MAs are all above longer-period MAs (fast-to-slow stack) -> strong uptrend   SELL signal : Shorte
FREE
FREE for the First 100 Users ================================================================================   IFVG Signals Indicator  (ICTIFVGmq4_en.mq4)  ?  User Manual ================================================================================ Version : 1.00 Platform: MetaTrader 4 Signal  : IFVG Buy / IFVG Sell arrows on the main chart Zone    : Horizontal rectangle drawn at the confirmed IFVG zone -------------------------------------------------------------------------------- WHAT
FREE
Stoch Cross 448 Scanner Scan 64 pairs x 7 timeframes for stochastic golden/dead crosses — all from a single chart.  |  User Manual ------------------------------------------------------------------------ 1. Overview ------------------------------------------------------------------------ Stoch Cross 448 Scanner is a MetaTrader 4 indicator that monitors stochastic cross signals across 64 currency pairs and 7 timeframes simultaneously, displaying all results in a single panel. Drop it onto any
FREE
================================================================   TradeInfoS_en  -  Trade Statistics Indicator for MT4   Copyright (C) 2014 fx-mt4ea.com ================================================================ OVERVIEW -------- Displays trade history statistics and market info in a separate indicator window. Shows results for All-time, This Month, and This Week in three columns. DISPLAY LAYOUT -------------- [ S ]  T:xx/W:xx/L:xx/R:xx%/PL:xx    <- All-time stats [ M ]  T:xx/W:xx/L:xx
FREE
First 50 Downloads Free      AutoLineSaver for 448 Save and restore your chart workspace automatically.  |  User Manual 1. Overview AutoLineSaver automatically saves every line you draw on the chart and restores them the next time you open it. No more redrawing your analysis from scratch. Drop AutoLineSaver onto your chart once, and your workspace is always preserved. What it saves: • Horizontal lines • Trendlines • Rays (extended trendlines) • Vertical lines • Rectangles • Fibonacci retra
FREE
RSI Border Search scans up to 64 symbols across 7 timeframes (448 combinations) in real time, detecting when RSI reaches overbought or oversold levels on confirmed bars. KEY FEATURES - Multi-Symbol Scanner: Monitor up to 64 symbols x 7 timeframes = 448 cells simultaneously. - RSI Boundary Detection: Detects when RSI crosses above or below your specified boundary level on confirmed (closed) bars. - No Repaint: Only confirmed bars are evaluated. The forming bar is never used, so signals
FREE
MagicalTouch for MT4 Draw a line. Wait for the alert. MagicalTouch monitors lines you draw on MT4 and fires an alert the instant price touches them. What it does Horizontal lines: Alerts when price hits the specified level. Vertical lines: Alerts when a candle reaches the specified time. Trendlines: Alerts on touch (a unique feature MT4 cannot do natively). Alert Types: Supports Popup, Sound, Email, and Mobile Push Notifications. Quick Start (3 Steps) Apply: Drag MagicalTouch onto any chart. Dr
MA Cross 448 Scanner Scan 64 pairs x 7 timeframes for MA crossovers — all from a single chart.  |  User Manual ------------------------------------------------------------------------ 1. Overview ------------------------------------------------------------------------ MA Cross 448 Scanner is a MetaTrader 4 indicator that monitors moving average crossovers across 64 currency pairs and 7 timeframes simultaneously, displaying all results in a single panel. Drop it onto any chart and it instantly
======================================= 50% OFF for the First 50 Users ======================================= ## 1. Overview  ?  ICT IFVG All-Currency Scanner Detects IFVG (Inverse Fair Value Gap) signals across all currency pairs simultaneously. An IFVG occurs when a candle body fully breaks through a prior Fair Value Gap in the OPPOSITE direction ? a key ICT concept indicating a potential institutional reversal.   BUY  signal : Bear FVG is broken upward   → price likely to rise   SELL si
HigherTF Background Candle draws higher timeframe candlesticks directly on your chart background, giving you instant multi-timeframe context without switching charts. KEY FEATURES - Background HTF Candles: Renders Open/High/Low/Close of any higher timeframe as colored rectangles behind your price action. - Instant TF Switching: Press keys 1-9 to switch between M1, M5, M15, M30, H1, H4, D1, W1, MN1. Press 0 to hide. - Auto-Promotion: If the selected TF is equal to or lower than the cha
Reverse_Elements_AllSearch Reverse_Elements signals multi-symbol / multi-timeframe scanner for MetaTrader 4 ---------------------------------------------------------------------- Important Requirement ---------------------------------------------------------------------- Reverse_Elements_AllSearch requires the main Reverse_Elements indicator. Reverse_Elements_AllSearch is not a standalone signal-generation indicator. It is a scanner that reads signals from the main Reverse_Elements indicator an
フィルタ:
レビューなし
レビューに返信