Data analytics on phone mqid

═══════════════════════════════════════════════════════════════
                        NOTIFY PANEL
           Your trading dashboard delivered straight
                  to your pocket — in real time
═══════════════════════════════════════════════════════════════


── OVERVIEW ────────────────────────────────────────────────────

NotifyPanel is a lightweight Expert Advisor featuring 3 buttons
that instantly sends your trading data as push notifications to
your smartphone via the MetaTrader 5 Mobile application. No
need to sit in front of your screen to access your statistics,
your trading journal or the day's economic calendar — everything
arrives directly on your phone within seconds, in the language
of your choice.


── WHAT EACH BUTTON DOES ───────────────────────────────────────

BUTTON 1 — PERFORMANCE REPORT

Press once and receive a full performance report within seconds,
covering the time period of your choice. The report is sent as
several structured messages :

  • Account balance, total P&L, Winrate, Profit Factor
  • Number of winning trades / losing trades / total trades
  • Gross profit, Gross loss
  • Maximum drawdown, Average drawdown per trade
  • Average win per trade, Average loss per trade
  • Best performing asset and worst performing asset
  • Performance by day of the week (Mon → Sun)
  • Performance by month (Jan → Dec)
  • Annual performance (all years in the account history)

All values can be displayed in account currency or as a
percentage, depending on your preference.


BUTTON 2 — TRADING JOURNAL

Receive your journal in a weekly calendar format. For each
trading day you can see the number of winning trades, the
number of losing trades and the day's P&L. Each week ends with
a summary (total W, total L, weekly P&L). A monthly recap is
sent first.

You can choose which period to display :
  • The entire current month (recap + all weeks)
  • The current week only
  • The previous week (Week -1)
  • Two weeks ago (Week -2)
  • A specific week by entering its start date


BUTTON 3 — ECONOMIC CALENDAR

Receive all economic releases for the day, filtered according
to your criteria. For each event you receive : the time, the
currency concerned, the event name, the actual value, the
forecast and the previous value.

You can filter by impact level :
  • High impact only (recommended)
  • High + Medium impact
  • All releases (High + Medium + Low)

You can filter by currency / geographic zone :
  USD, EUR, GBP, JPY, CHF, CAD, AUD, NZD — or all at once.

Auto-News option (disabled by default) : when this option is
enabled, as soon as an economic result is published you
automatically receive a notification with the actual result,
the forecast, the previous value and a visual verdict
(📈 Better / 📉 Worse / ➡ In line). Each release is sent only
once, with no duplicates.


── AVAILABLE LANGUAGES ─────────────────────────────────────────

NotifyPanel is fully available in :
  🇫🇷 Français
  🇬🇧 English
  🇪🇸 Español
  🇩🇪 Deutsch

All notification text — titles, labels, day names, month names
— adapts to the selected language.


── DATA PERIODS ────────────────────────────────────────────────

For the Performance Report, you can choose the time window
used for the calculations :
  • Full account history
  • Current year (from January 1st)
  • Current month (from the 1st of the month)
  • From a specific date that you enter yourself

Each notification shows the period used for the calculation in
brackets, to avoid any confusion.


── AVAILABLE PARAMETERS ────────────────────────────────────────

  Recipient MQID        → your MetaQuotes ID (see the section
                          below on how to find it)

  Language              → FR / EN / ES / DE

  Display as %          → true = percentage / false = currency

  Data period           → Full history / Current year /
                          Current month / From a specific date

  Start date            → active when "From a specific date"
                          is selected

  Display (Journal)     → Full month / Current week /
                          Week -1 / Week -2 /
                          Specific week (date)

  Week date             → active when "Specific week" is
                          selected

  Impact filter         → High only / High+Medium / All

  All currencies        → true = ignores currency filters

  USD / EUR / GBP /     → enable or disable each currency
  JPY / CHF / CAD /       individually
  AUD / NZD

  Auto-notification     → false by default — automatically
                          sends news results as soon as they
                          are published

  X / Y position        → position of the panel on the chart


── HOW TO FIND YOUR MQID ───────────────────────────────────────

Your MQID (MetaQuotes ID) is the unique identifier that allows
MetaTrader to send push notifications to your phone. Here is
how to find it :

  ON ANDROID :
  1. Open the MetaTrader 5 app on your phone
  2. Tap the three lines in the top left corner (menu)
  3. Go to "Messages"
  4. Tap the settings icon (gear) in the top right corner
  5. Your MQID is displayed at the top of the screen
     Example : 68A3F29C1B7E4D05

  ON IPHONE :
  1. Open the MetaTrader 5 app on your phone
  2. Tap the "Chat" tab at the bottom of the screen
  3. Tap the settings icon in the top right corner
  4. Your MQID appears at the top of the settings page
     Example : 68A3F29C1B7E4D05

  COPY YOUR MQID :
  Press and hold your MQID to copy it, then paste it into the
  "Recipient MQID" field in the EA parameters.


── SETUP IN METATRADER 5 (PC) ──────────────────────────────────

Before push notifications can work, you must first enable them
in MetaTrader 5 on your computer :

  1. In MT5, go to Tools → Options
  2. Click on the "Notifications" tab
  3. Check the box "Enable Push Notifications"
  4. Enter your MQID in the field provided
  5. Click "Test" to verify that it works correctly
  6. Click OK to confirm

  Then, when adding the EA to a chart :
  1. Drag NotifyPanel onto any chart
  2. In the "Input Parameters" tab, enter your MQID in the
     "Recipient MQID" field
  3. Configure your language, filters and data period
  4. Check "Allow algorithmic trading" if prompted
  5. Click OK — the 3 buttons will appear on the chart


── TECHNICAL REQUIREMENTS ──────────────────────────────────────

  • MetaTrader 5 build 2755 or higher
  • MetaTrader 5 app installed on your smartphone
    (Android or iOS) and connected to your account
  • Active internet connection on both devices
  • The EA must remain active on an open chart for the
    Auto-News feature to work (requires active ticks)
  • No external subscription required — everything goes
    through the official MetaQuotes infrastructure


── IMPORTANT NOTES ─────────────────────────────────────────────

  • MetaTrader limits push notifications to 10,000 per day
    per account — more than enough for normal use.

  • Each notification cannot exceed 255 characters.
    NotifyPanel automatically splits long messages into
    several consecutive notifications.

  • The Auto-News feature requires the EA to be attached to
    an active chart receiving ticks. On low-liquidity pairs,
    there may be a slight delay between a news publication
    and the receipt of the notification.

  • The Economic Calendar uses MQL5's internal database
    (CalendarValueHistory). No connection to any third-party
    service is required.

  • The journal displays current month data by default. To
    consult a past month, use the "Data period" filter set to
    "From a specific date" in combination with the week
    selection.


── SUPPORT ─────────────────────────────────────────────────────

For any issue, question or suggestion, please use the Comments
section on the product page on MQL5 Market. All requests
receive a response within 48 hours.


═══════════════════════════════════════════════════════════════
おすすめのプロダクト
PS4 Trading Controller lets you trade MetaTrader 5 using a DualShock 4 controller (USB or Bluetooth). Designed for traders who want speed and convenience, this tool maps controller buttons to essential trading actions so you can execute and manage positions without touching the keyboard or mouse. Key Features: • Market Buy / Sell with R2 and L2 • Close one position at a time (R1 / L1) • Close all profitable trades (Triangle) • Close all losing trades (Circle) • Adjust lot size with D-Pad • Mov
FREE
SC-Copier Starter is the operational component of the SC-Copier system: it receives trading operations from the Master and replicates them on the Slave account. It is installed on a second MetaTrader 5 client running on the same computer or VPS as the Master account. Communication takes place locally between the two terminals, without web services, DLLs, or external infrastructure. The Receiver handles position openings, complete and partial closings, and Stop Loss or Take Profit modifications.
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
Orange Indicator by Quant Atlas Creator:  https://www.quant-atlas.com/ Orange Indicator is a clean reversal focused indicator for MetaTrader 5, designed to highlight potential turning points directly on the chart using simple orange buy and sell markers. The indicator focuses on moments where price may be transitioning out of short term exhaustion and into a possible reaction phase. When a bullish setup appears, an orange upward triangle is displayed below the candle. When a bearish setup appear
FREE
EW Close All – ワンクリックですべて終了。 EW Close All は軽量で多言語対応のEA(エキスパートアドバイザー)です。ボタンを1回クリックするだけで、すべてのオープン中のポジションを即座に決済し、すべての保留中注文をキャンセルできます。 すべての保有ポジションを決済   すべての保留注文を取消   どんな通貨ペア・時間足でも動作   多言語インターフェース対応   シンプル・高速・確実 素早い撤退、リスク管理、取引終了時のクリーンアップに最適。 完全にコントロールを維持 — EW Close All で数秒ですべてをクローズ! EW Close All – ワンクリックですべて終了。 EW Close All は軽量で多言語対応のEA(エキスパートアドバイザー)です。ボタンを1回クリックするだけで、すべてのオープン中のポジションを即座に決済し、すべての保留中注文をキャンセルできます。 すべての保有ポジションを決済   すべての保留注文を取消   どんな通貨ペア・時間足でも動作   多言語インターフェース対応  
FREE
The Scalp Master tool not only provides proper trade management but also helps a trader to build a proper psychology and discipline to gain consistent results in his trading. It offers  Max loss Limiter ( Risk per position ) and  RPT  limiter  (Risk per trade), Auto calculates Lot size,  CLOSE  multiple trades with single click.  Buy, Sell, Close with default Trend line and Horizontal line , Pips measuring tool, risk reward measuring tool and many other features. This tool offers to place quick
Best Tested Pairs :-  Step Index (Also can use on other pairs which spread is lowest) How does the Magic Storm work The Magic Storm will commence only if the Initial Trade becomes a losing trade. In case the initial trade is a profitable one, or has been closed by the trader there is no need for the Magic Stormto be initiated. Let’s assume that the initial trade was a 1 lot buy trade with Recovery Zone Range Pips is 50 and Recovery Zone Exit Pips is 150 pips. The take profit for this tr
MT5用ボリュームプロファイルVPVR ボリュームプロファイルVPVRは、高度なボリュームプロファイル(可視範囲)をチャート上に直接再現する、強力で高性能なMetaTrader 5インジケーターです。取引活動が集中している場所を視覚化することで、市場構造を深く理解し、トレーダーが重要な価格レベルを正確に特定するのに役立ちます。 このインジケーターは、価格レベルごとのボリューム分布を動的に分析し、詳細なヒストグラムをチャート上に直接表示します。これにより、市場の受容ゾーン、拒否ゾーン、流動性クラスターを一目で把握できます。 主な機能 • 可視範囲モードと固定範囲モード VPVR(可視ローソク足に合わせて自動調整)と、より精密な分析のための独自のカスタム範囲をシームレスに切り替えられます。 • ポイントオブコントロール(POC) 取引量が最も多い価格レベル(市場の関心度が最も高いレベル)を自動的に検出し、ハイライト表示します。 • バリューエリア(VAH / VAL) 設定可能なパーセンテージ(デフォルト70%)に基づいてバリューエリアの高値と安値を表示し、適正価格帯を
COS COPY TRADE EA: USER MANUAL It must be used in conjunction with the master file. Cos copy trade master | Free Download Trading Utility for MetaTrader 5 1. System Overview & Architecture The COS Copy Trade system is a local, high-speed copying solution designed to replicate trades across accounts running on the same computer . It fully supports copying between different brokers and can mirror trades from an Investor Password account. 2. Installation & Setup Guide Step 1: Deploying the Master
Backtest What-If Simulator Stop guessing, start testing. This offline What-If simulator lets you load one or multiple MT5 backtest HTML reports and instantly explore thousands of realistic "what if" scenarios, without running a single new backtest. Key Features Load & combine reports - import single backtests or merge multiple backtest HTML files into groups or full portfolios, and switch between them with one click Real-time What-If adjustments Lot Size Multiplier (0.1x – 5.0x) Extra Spread (in
Introducing "TG Trade Service Manager" — your all-in-one solution for seamless trade management in both MQL4 and MQL5 environments. With a focus on speed, reliability, and convenience, this powerful library simplifies the complexities of trade execution and management, empowering developers with a single interface for enhanced efficiency. Metatrader4 Version   |   All Products   |   Contact   Key Features: Unified Interface : TG Trade Service Manager" provides a unified interface for   MQL4   an
TradeJournal AutoExporter is a powerful utility designed for MetaTrader 5 that automatically captures and logs your trading activity in real time. Eliminate manual record-keeping and keep your focus entirely on the market. Key Features: Automated Data Capture: Instantly logs detailed trade statistics—including open/close prices, lot sizes, trade duration, commissions, swap, and profit/loss—the moment a trade closes. Seamless Exporting: Automatically saves your trade history into clean, structure
Win Streak Size Creep Mirror は、自分の口座の確定した取引履歴だけを読み、「連勝が続いている間に、自分のふだんの水準より大きいロットで新規ポジションを開いた」というパターンを1つだけ数えるツールです。予測も助言もしません。パネルに出るのは、すでにこの口座で起きたことの実測値だけです。 数字の作り方: 全銘柄・全マジック番号を対象に、最大31日分の確定した約定を読み込みます(チャートの銘柄に限らない、口座全体の集計です)。当日より前の30日間から、新規エントリーのロットの中央値を求めて 30d median lot として表示し、同じ30日間の1日あたり新規エントリー件数の中央値を 30d daily median として表示します。どちらも平均ではなく中央値を使うため、1件だけ大きな取引があっても基準値全体が引きずられません。その30日間のエントリーが5件に満たない場合は、十分な標本が無いということなので、無理に数字を出さず「Collecting history」と表示します。 Current win streak は、直近の利益確定から遡って、損失また
FREE
MT4/5通用交易库(  一份代码通用4和5 ) #ifdef __MQL5__      #define KOD_TICKET ulong      #define KOD_MAGIC   long #else        #define KOD_TICKET long      #define KOD_MAGIC   int #endif class ODLIST; #import "K Trade Lib Pro 5.ex5"       //祝有个美好开始,运行首行加入    void StartGood() ;    //简单开单    long OrderOpen( int type, double volume, int magic, string symbol= "" , string comment= "" , double opprice= 0 , double sl= 0 , double tp= 0 , int expiration= 0 , bool slsetmode= false , bool tpsetmode= false );    //复杂开单
Margin Call Shield – Defend Your Margin on Your Terms Margin Call Shield is a tool for MetaTrader 5 traders who want to decide for themselves which open positions are closed during margin call situations before the platform does so automatically based on its internal rules. By default, the broker or platform decides which positions to close, often using undisclosed algorithms. Margin Call Shield lets you set this order according to your own strategy. Why Was Margin Call Shield Created? In a mar
DAQ Capital - Visual Position Tool Stop guessing your lot sizes. Start planning trades like a professional with the visual precision of TradingView, now inside MetaTrader 5. Get this tool for FREE Unlock lifetime access to this tool (and much more) by joining the DAQ Capital community! Join here: https://daqcapital.pro/ Designed by DAQ Capital, this utility solves the biggest problem for trade
Только сейчас вы можете приобрести  TradeOps Command Center с 10% скидкой всего за 630$. Акция действует до 01.04.2026 Для получение инструкции об использование утилиты обратитесь в личные сообщения! TradeOps Command Center — Профессиональный инструмент контроля риска и дисциплины в трейдинге TradeOps Command Center — это многофункциональная утилита для MetaTrader 5, разработанная для трейдеров, которые стремятся к системному и дисциплинированному подходу к торговле. Продукт объединяет в себе у
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The indicator OrderBook Cumulative Indicator accumulates market book data online and visualizes them on the chart. In addition, the indicator can show the market
重要なお知らせ – ライセンスとアクティベーションが必要です ======================================================== アクティベーション手順: ご購入完了後、直ちに当社までご連絡いただき、ライセンスキー、パスワード、またはアクティベーション詳細をお受け取りください。これらがないとソフトウェアは動作しません。スムーズなアクティベーションプロセスを保証し、ご質問にお答えいたします。 --- Volume Delta Profile V2 Enhanced ================================ プロフェッショナルな出来高・デルタ分析ツール -------------------------------------------- 概要 ---- **Volume Delta Profile** は、従来の出来高プロファイル分析と高度なデルタおよびインバランス検出を組み合わせたプロフェッショナルグレードの分析ツールです。この総合的なインジケーターは、トレーダーに市場ダイナミクスの詳細なビュ
Local Copy Trader Utility - Professional Copy Trading System Overview Local Copy Trader Utility is the complete solution for mirroring trades between MetaTrader 5 accounts. With both Master and Slave functionality in one powerful Expert Advisor, it delivers reliable, lightning-fast trade copying with zero external dependencies. Perfect for managing multiple accounts, following trading signals, or transferring trades between brokers, this system ensures your positions stay perfectly synchronized
Japanese このインジケーターは、チャートパターンでのトレードを好むトレーダーにとって、高度なチャート分析アシスタントとして機能します。目視での分析負担を軽減し、利益を上げるための精度を高めるように設計されています。 実際の使用においての、このインジケーターの主な利点と特徴は以下の通りです: 1. 自動パターン検出 (Automated Pattern Detection) 時間の節約とバイアスの軽減: 手動でトレンドラインを引く必要はありません。価格のスイングポイント(Pivot High/Low)を検索し、価格構造が条件を満たすと、ライジングウェッジ(上昇楔形)とフォーリングウェッジ(下降楔形)を自動的に描画します。 あらゆる状況を網羅: パターン形成中、ブレイクアウト、さらにはパターン失敗(Failed)まで検出でき、市場の全体像を明確に把握できます。 2. ターゲットとフィボナッチTPの内蔵 (Built-in Targets & Fibonacci TP) ターゲットを自動計算: ブレイクアウトが発生すると、システムはウェッジの開き幅に基づいてメインターゲットの距離を即
Painel Profit is an operational trading panel for MetaTrader 5 created to make manual execution and visual order management easier directly on the chart. The operating principle is simple: the trader selects the symbol, timeframe, volume, entry type, and exit strategy. Based on these commands, the panel sends or organizes the trade through the interface, displaying the entry, take profit, and stop loss levels on the chart for visual monitoring. This product is not a signal robot and does not mak
An ICT fair value gap is a trading concept that identifies market imbalances based on a three-candle sequence. The middle candle has a large body while the adjacent candles have upper and lower wicks that do not overlap with the middle candle. This formation suggests that there is an imbalance where buying and selling powers are not equal. Settings Minimum size of FVG (pips) -> FVGs less than the indicated pips will be not be drawn Show touched FVGs Normal FVG color -> color of FVG that hasn't
FREE
MT5 Telegram Notifier — Real-Time Account Monitoring Stay informed and in control of your trading account from anywhere. This utility Expert Advisor sends instant notifications and detailed reports directly to your Telegram chat. Key Benefits Real-Time Alerts : Receive notifications when positions open, close, or pending orders change. Risk Management : Margin level alerts help you act before critical thresholds. Hedging Support : Displays every position individually using ticket-based logic. O
The EA Protection Filter ( MT4 version here ) provides a news filter as well as a stock market crash filter, which can be used in combination with other EAs. Therefore, it serves as an additional protective layer for other EAs that do provide such filters.  During backtest analysis of my own night scalpers, which already use a stock market crash filter, I noticed that the historic drawdown,  especially during stock market crash phases like 2007-2008, was reduced significantly by using such a fil
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 — 1つの端末内で動作するプロフェッショナルなポジション複製システム MetaTrader 5 ですでに開かれているポジションを自動で複製し、総ボリュームを拡張し、独自のロット設定を適用しながら、複製ポジションを明確なルールで管理したいトレーダーのための信頼性の高い Expert Advisor です。 手動売買、アルゴリズム売買、そして既存ポジションをより柔軟に管理したい場面に適した実用的なツールです。 Duplicator for MT5 は独自の売買戦略で新規ポジションを開くものではありません。役割は、MetaTrader 5 口座内にすでに存在しているポジションを監視し、指定した条件に従ってその複製を作成することです。複製回数、ロットサイズ、Stop Loss、Take Profit、コメント、追加の管理条件まで細かく設定できます。 異なるプラットフォーム間のコピーではなく、 同じ MetaTrader 5 端末内で ポジションを正確に複製したい場合、この MT5 版 Duplicator はその目的のために作られていま
RSI Currency Strength Meter is a powerful and elegant multi-currency indicator that measures the real-time relative strength of the 8 major currencies using RSI logic. By calculating the smoothed performance of each currency across its major pairs and applying the RSI formula, it delivers clean and responsive strength lines that make it easy to spot which currencies are truly strong or weak at any moment. This indicator is particularly useful for visualizing currency correlations and divergence
PropFirm RuleGuard – MT5向け究極のリスク管理スイート どんなプロップファームのチャレンジも突破。資金提供口座を守り抜く。 PropFirm RuleGuardは、すべての取引活動の上に位置する、機関投資家向けの「不死身の」リスク・インフラストラクチャです。感情的なミス、EAのエラー、ボラティリティの急上昇によるハード・ブリーチを防止します。 主な機能 3種類のドローダウンエンジン   – 日次損失(残高または純資産基準)、静的Maxドローダウン(ハードフロア)、トレーリング・ドローダウン(ハイウォーターマーク)。 不死身のメモリモジュール   – VPS再起動、停電、ターミナルクラッシュを乗り越えます。正確な状態を復元し、既にブリーチが発生していれば即座にロック。 トリプルロックプロトコル   – ポジション全決済 → 保留注文削除 → すべての取引を無効化(ターミナル全体に及ぶオーバーライド)。 ポジション&リスク制限   – 最大総ロット数、最大ポジション数、シンボルごとの上限、マーチンゲールブロッカー。 シンボル制限   – 任意の銘柄をブラックリ
SmartEA Trade Manager is a supervisor for accounts that run several Expert Advisors at once. It enforces an EXCLUSIVE TRADING LOCK: the first EA to open a position trades alone, all other managed EAs are removed from their charts, and they are restored with their exact original settings once the account is flat again. You keep the diversification of many EAs without ever stacking their risk. The manager does NOT open trades of its own. It manages the EAs you already run. EAs not in your list a
Balance And Equity Monitor Pro for MetaTrader 5 Overview Balance And Equity Monitor Pro is an advanced account-performance visualization indicator for MetaTrader 5. It displays a professional Strategy Tester-style balance and equity graph directly inside the main chart window. The indicator reads the trading account’s deal history, reconstructs historical open positions, calculates historical floating profit and drawdown, and combines this information with real equity values recorded while the i
FREE
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (216)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 * Before purchasing, please feel free to send me a message if you have any questions about the product or setup. - You can test the system using Strategy Tester: Visual Mode , a
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
TradePanel MT5
Alfiya Fazylova
4.88 (167)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 アプリの説明書+ビデオガイド: https://www.mql5.com/en/blogs/post/756482 デモ口座用アプリの試用版: https://www.mql5.com/en/blogs/post/750865 アプリのインストール方法: https://www.mql5.com/en/blogs/post/756239 アプリをビジュアルモードでテストする方法: https://www.mql5.com/en/blogs/post/770277 VPSのMetaTraderにアプリをインストールする方法: https://www.mql5.com/en/blogs/post/770190 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグルー
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.94 (148)
Local Trade Copier EA MT5 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT5 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT5 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT5 >> ファイル >> データ フォルダを開く >> MQL5 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
That backtest looks great. But will it still be making money tomorrow, next week, next month? EA Overfitter re-runs your EA on 100 price histories it has never seen. One score tells you if the edge is real. A backtest tells you what an EA did on one price history — the one that happened to occur. What you cannot tell from it is how much of that result was the strategy and how much was the particular path. EA Overfitter answers that. It builds up to 100 synthetic price histories your EA has n
Telegram to MT5 Multi-Channel Copier   は、Telegram チャンネルのトレードシグナルを MetaTrader 5 へ自動コピーします。ボット不要、ブラウザ拡張不要、手動コピー不要。Telegram にシグナルが届くと、EA が数秒であなたのターミナルに注文を出します。 製品は 2 つのコンポーネントで構成されます:Telegram チャンネルを監視する Windows アプリと、MT5 ターミナルでシグナルを執行する本 EA です。MT4 版もあります   こちら . セットアップガイドとアプリのダウンロード: https://www.mql5.com/en/blogs/post/768988 仕組み Windows アプリは、ボットではなくあなた自身の API 認証情報で Telegram に接続します。そのため、プライベートや VIP を含む、購読中のあらゆるチャンネル・グループ・トピックを読めます。あなたに直接メッセージを送るシグナルボット、個人チャット、さらには自分の「保存済みメッセージ」もソースとして使えます。シグナルを検出すると解
25% discount on the release of the tool: only for the next 3 buyers Send a message to receive a demo version. AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Vi
HINN MAGIC ENTRY – the ultimate tool for entry and position management! SIMPLE. FASTEST. INTUITIVE. MAX AUTOMATED. Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, a
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、チャート上でドラッグして組み立て、発注後も動かせるプラン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブ
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
MetaTrader 5 用のプロフェッショナル取引コピー機 MetaTrader 向けの高速・高性能・信頼性の高い 取引コピー機 です。 COPYLOT は、MT4 と MT5 のターミナル間で Forex 取引をコピーでき、 Hedge 口座と Netting 口座の両方に対応しています。 COPYLOT MT5 版の対応構成: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版 完全な説明 + DEMO + PDF 購入方法 インストール方法 ログファイルの取得方法 テストと最適化の方法 Expforex のすべての製品 MT4 ターミナルへのコピーも可能です(MT4 → MT4、MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT は、2台、3台、さらには10台のターミナル間で同時に動作できる、プロフェッ
Anchor: The EA Manager Your EAs cannot see each other, but Anchor can. Anchor gives you one place to coordinate your EAs, manage risk, and decide when trading is allowed. It works alongside the trading bots you already use without any changes to them. The Problem One EA opens a trade. Then another starts trading. The next thing you know, you wake up to multiple grids built across your account. Each EA may be doing exactly what it was designed to do, but together they can place far more risk on y
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
Telegram To MT5 — シグナルコピア Telegram チャンネルのトレードコールを、実際の MT5 注文に変換します — 自動で、好きなだけの口座に対応し、リスクとルールは完全にあなたの管理下に置けます。 Telegram To MT5 は、あなたが Telegram で既にフォローしている VIP / シグナルチャンネルを MetaTrader 5 端末に接続します。無料の付属デスクトップアプリがメッセージを読み取り(ボットを禁止しているチャンネルでも可能)、この EA があなたの口座でそれらを執行します — あなた自身のリスク設定、シンボルマッピング、テイクプロフィット処理、セッションおよびニュースフィルターを適用します。 これはシグナルコピアであり、ブラックボックス戦略ではありません。どのチャンネルを信頼するか、各トレードのロットと管理方法をあなたが決めます。 ステップバイステップの設定と付属アプリのインストールガイド 仕組み [あなたの Telegram チャンネル] -> [付属デスクトップアプリ] -> [MT5 + この EA] -> 注文 付属デスクトッ
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
Signal TradingView to MT5 Pro Automator TradingViewとMetaTrader 5間の即時プロフェッショナル実行 TradingViewのシグナル(アラート)とMT5での実際の約定を繋ぐ、最も強固なコミュニケーションブリッジで、取引戦略を自動化します。スピード、柔軟性、そして完璧なリスク管理を求めるトレーダー向けに設計されたこのExpert Advisorは、あらゆるアラートメッセージを正確な成行または指値注文に変換します。 強みと利点 ユニバーサルパーシングエンジン(独自技術): あらゆるアラート形式からデータを自動的に認識し、抽出できる高度なテクノロジー。単一の固定フォーマットに制限されることはありません。システムはシンボル(銘柄)、アクション、価格、SL(ストップロス)、TP(テイクプロフィット)を自動的に理解します。 リアルタイム実行: レイテンシ(遅延)を最小限に抑えるよう最適化された、1秒未満の超高速ポーリング技術。シグナルを受信してから数ミリ秒以内に注文が実行されます。 機関投資家レベルのリスク管理: 以下に基づく自動かつ正確
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
Strategy Ledger Pro は MetaTrader 5 向けの読み取り専用の口座分析パネルです。口座の成績をエキスパートアドバイザー、戦略、銘柄、マジックナンバーごとに分けて表示します。 すべての機能を解説した詳細な マニュアル 。 MetaTrader は口座全体でひとつの残高しか表示しません。複数の EA が同時に取引すると、その残高では各 EA の貢献が分かりません。Strategy Ledger Pro は口座履歴を読み取り、決済済みポジションを再構築し、戦略に割り当て、その結果をひとつのパネルに表示します。 本製品は注文の発注・変更・決済を行いません。取引戦略を含まず、インジケーターを作成せず、チャート価格も読み取りません。 主な機能 EA・個別戦略・銘柄・マジックナンバー別の成績。 プリセット期間と任意の日付範囲。 確定損益と含み損益、建玉エクスポージャー、取引統計、pips、ドローダウン、エクイティ曲線。 手数料、スワップ、コスト負担率、推定エントリー/エグジットのスリッページと合計。 固定ルールに基づく成績評価、文章による要約、状態マーク。 セットアッ
Trade Copier Ultimate
Janitha Sandaruwan Amaradasa Wickramasingha Arachchilage
5 (5)
Trade Copier Ultimate - Telegram to MT5 Signal Copier Trade Copier Ultimate automatically copies Telegram trading signals into MetaTrader 5. The EA can read signal messages, detect the symbol, order type, entry price, Stop Loss, Take Profit levels and selected update commands, then execute or manage the trade in MT5 using your lot and risk settings. It is more than a basic Telegram to MT5 copier. TCU also supports Bot API and user-account Bridge workflows, Discord signal routing, local MT5 to MT
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROL
Trade copier MT5
Alfiya Fazylova
4.59 (54)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate EA manager also now available when you use cloud pro and above for free!! Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automa
Risk Manager Pro MT5 is an account protection Expert Advisor for traders who want strict risk control inside MetaTrader 5. The utility monitors your account equity, daily and weekly results, drawdown, open positions, trade count, consecutive losses, and trading hours. When a configured limit is reached, it can automatically close positions, cancel pending orders, stop other EAs, send notifications, or close the terminal. Instead of relying on discipline during a stressful trading session, you de
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Prop Firm Os
Gayathiri Gopalakrishnan
5 (1)
PROP FIRM OS Structured Trading Assistant for MetaTrader 5 PROP FIRM OS is a structured trading assistant designed for MetaTrader 5 users who prefer rule-based market analysis and organized trading workflows. The Expert Advisor combines market analysis tools, scanner functions, dashboard monitoring, alerts, risk-control settings, and trade management features inside one system. PROP FIRM OS is designed to help traders follow selected rules, filters, and monitoring conditions during trading activ
作者のその他のプロダクト
VORTEX OSCILLATOR: The Power of Volume Flow VORTEX OSCILLATOR is an advanced trading tool that transforms the classic Vortex indicator into a highly responsive precision oscillator. Designed for traders who demand absolute clarity, it merges price action and volume to reveal the true strength behind every market movement. What Makes VORTEX OSCILLATOR Unique Most indicators simply follow price, often resulting in late entries. VORTEX OSCILLATOR utilizes a mathematical approach centered on Volume-
XAU/XAG Panel Gestion Introduction Gold (XAU) vs. Silver (XAG) arbitrage is a cornerstone strategy for hedge funds and institutional traders. This professional-grade panel for MetaTrader 5 provides an all-in-one control station to exploit correlation gaps and relative strength between these two precious metals. Designed for surgical precision, it automates complex ratio calculations and risk management to ensure flawless execution. 1. Dual-Leg Trading System (Arbitrage) Unlike standard directio
Pairs Synthetic Pro (Synthetic Pairs & Spread) Master Correlation Trading Correlation trading and statistical arbitrage are now within your reach thanks to the Pairs Synthetic Pro indicator. This tool goes beyond simple ratio analysis, acting as a specialized radar for detecting price imbalances between two assets to anticipate market corrections. For example, when Brent rises while WTI lags, the price spread widens. Our indicator, integrated with adaptive Bollinger Bands, identifies when this d
Trend Filter By HYPOLITE MAKER (v3.00) Trend Filter is a visual indicator for MetaTrader 5 designed to clean up your charts and display the market's true trend. It eliminates market noise and visual traps to help you stay on the right side of the market, with significantly less lag than standard moving averages. Visuals & Key Features The Central Line: It changes color to give you the market direction at a glance. Green for an uptrend, Red for a downtrend, and Yellow when the market is hesitatin
TrueStrength Oscillator v1.00 Visual representation Thick blue line: The main TSI, which tracks market momentum. Thick red line: The signal line, which follows the main line closely to identify crossovers. Thin blue bars: Histogram bars extending from the zero line to the main blue line. Dotted gray line: The zero level, providing a clear reference for trend reversals. Operational advantages Fixed scale: The range remains constant between -0.000001 and +0.000001 for consistent reading. No repain
Price Manipulation Risk Indicator Advanced Risk Assessment and Manipulation Detection Tool The Price Manipulation Risk Indicator is a professional tool designed to measure the current level of market risk. It analyzes price behavior, market activity, and candle dynamics to identify unstable or potentially manipulated phases. This tool helps traders avoid traps, filter out false signals, and improve entry and exit timing. Product Objective Provide a visual and immediate assessment of market condi
KST Pro Tools: Advanced Momentum Indicator KST Pro Tools is an advanced and optimized implementation of Martin Pring’s Know Sure Thing (KST) indicator. Designed for traders seeking an objective reading of market momentum, this tool filters out market noise to highlight only the phases of directional acceleration. Through intelligent filtering logic, KST Pro Tools allows you to quickly identify dominant trends and distinguish between phases of strength and periods of neutrality. Key Features Opti
ICARUS CHANNEL The ICARUS CHANNEL is a technical indicator designed to identify extreme price zones and optimize your entry and exit points in the market. How It Works The tool is based on a Simple Moving Average (SMA) , which represents the fair market value. Around this line, it identifies overbought (Premium) and oversold (Discount) zones: Premium Zone (Orange): Price is considered too high. Ideal for selling (short). Discount Zone (Blue): Price is considered a bargain. Ideal for buying (long
Four rsi mt4
Vincent Albert Feugier
Multi-RSI: 4 RSI in 1 for Comprehensive and Fast Market Analysis Analyze market strength and momentum like a professional. Multi-RSI combines four distinct RSI indicators into a single window, providing a clear view of market dynamics across multiple timeframes. Each RSI features a configurable period to adapt to your specific trading strategies and styles. Key Features 4 RSI in one indicator: Track multiple timeframes simultaneously. Fully customizable periods: Individually adjust each RSI to f
Pairs Synthetic Pro (Synthetic Pairs & Spread) Master Correlation Trading Correlation trading and statistical arbitrage are now within your reach thanks to the Pairs Synthetic Pro indicator. This tool goes beyond simple ratio analysis, acting as a specialized radar for detecting price imbalances between two assets to anticipate market corrections. For example, when Brent rises while WTI lags, the price spread widens. Our indicator, integrated with adaptive Bollinger Bands, identifies when this d
VORTEX OSCILLATOR: The Power of Volume Flow VORTEX OSCILLATOR is an advanced trading tool that transforms the classic Vortex indicator into a highly responsive precision oscillator. Designed for traders who demand absolute clarity, it merges price action and volume to reveal the true strength behind every market movement. What Makes VORTEX OSCILLATOR Unique Most indicators simply follow price, often resulting in late entries. VORTEX OSCILLATOR utilizes a mathematical approach centered on Volume-
Fisher Transform by HYPOLITE MAKER – Professional Precision Oscillator Experience the definitive version of the Fisher Transform, engineered by HYPOLITE MAKER. The Fisher Transform is renowned for spotting price reversals before they happen. However, the standard version is often too sensitive to market noise. Fisher Transform by HYPOLITE MAKER fixes these issues to provide a stable, highly visual, and profitable trading experience. What makes this version superior to the standard indicator? To
TrueStrength Oscillator v1.00 Visual representation Thick blue line: The main TSI, which tracks market momentum. Thick red line: The signal line, which follows the main line closely to identify crossovers. Thin blue bars: Histogram bars extending from the zero line to the main blue line. Dotted gray line: The zero level, providing a clear reference for trend reversals. Operational advantages Fixed scale: The range remains constant between -0.000001 and +0.000001 for consistent reading. No repain
Klinger Volume Oscillator  Short Description A volume-based flow analysis tool designed to visualize buying and selling pressure through a dual-colored histogram. Detailed Description The Klinger Volume Oscillator Histo is a technical analysis indicator that explores the relationship between price movement and transactional volume. By converting the traditional Klinger Oscillator into a dynamic histogram, this tool allows traders to observe the internal strength of market movements. The indicato
Price Manipulation Risk Indicator Advanced Risk Assessment and Manipulation Detection Tool The Price Manipulation Risk Indicator is a professional tool designed to measure the current level of market risk. It analyzes price behavior, market activity, and candle dynamics to identify unstable or potentially manipulated phases. This tool helps traders avoid traps, filter out false signals, and improve entry and exit timing. Product Objective Provide a visual and immediate assessment of market condi
Kst pro tools
Vincent Albert Feugier
KST Pro Tools: Advanced Momentum Indicator KST Pro Tools is an advanced implementation of the famous Know Sure Thing (KST) indicator by Martin Pring. Designed for traders seeking an objective reading of momentum, this tool filters out market noise to highlight only the phases of directional acceleration. Through an intelligent filtering logic, KST Pro Tools allows you to quickly identify dominant trends and distinguish strong momentum phases from periods of market neutrality. Key Features Optimi
Canal icare
Vincent Albert Feugier
ICARUS CHANNEL The ICARUS CHANNEL is a technical indicator designed to identify extreme price zones and optimize your entry and exit points in the market. How It Works The tool is based on a Simple Moving Average (SMA) , which represents the fair market value. Around this line, it identifies overbought (Premium) and oversold (Discount) zones: Premium Zone (Orange): Price is considered too high. Ideal for selling (short). Discount Zone (Blue): Price is considered a bargain. Ideal for buying (long
Four rsi mt5
Vincent Albert Feugier
Multi-RSI: 4 RSI in 1 for Comprehensive and Fast Market Analysis Analyze market strength and momentum like a professional. Multi-RSI combines four distinct RSI indicators into a single window, providing a clear view of market dynamics across multiple timeframes. Each RSI features a configurable period to adapt to your specific trading strategies and styles. Key Features 4 RSI in one indicator: Track multiple timeframes simultaneously. Fully customizable periods: Individually adjust each RSI to f
Fisher Transform by HYPOLITE MAKER – Professional Precision Oscillator Experience the definitive version of the Fisher Transform, engineered by HYPOLITE MAKER. The Fisher Transform is renowned for spotting price reversals before they happen. However, the standard version is often too sensitive to market noise. Fisher Transform by HYPOLITE MAKER fixes these issues to provide a stable, highly visual, and profitable trading experience. What makes this version superior to the standard indicator? To
Klinger Volume Oscillator  Short Description A volume-based flow analysis tool designed to visualize buying and selling pressure through a dual-colored histogram. Detailed Description The Klinger Volume Oscillator Histo is a technical analysis indicator that explores the relationship between price movement and transactional volume. By converting the traditional Klinger Oscillator into a dynamic histogram, this tool allows traders to observe the internal strength of market movements. The indicat
The Ultimate Raw Strength & Currency Flow Analyzer for MetaTrader 5. FOREX FLUX LIQUIDITY is a high-precision dashboard designed to instantly identify where the "smart money" is moving. By scanning up to 28 currency pairs simultaneously, this tool filters out market noise to reveal the true intrinsic strength and current liquidity of every major currency. 1. Reading and Interpretation The interface utilizes a dual-visual system for lightning-fast decision-making: The Power Gauge: Measures the cu
SHIZUKESA Channel – Precision Volatility via Kijun Dynamics The SHIZUKESA Channel (Japanese for "Serenity") is a high-performance technical analysis tool built for traders who demand structural clarity. Unlike standard envelopes or Bollinger Bands that fluctuate with noise, this channel is mathematically rigid : it creates a 100% synchronized clone of the Kijun-Sen to identify objective price deviations. Core Features & Functionality Perfect Clone Structure : The bands do not rely on variable st
The Trend Series Indicator is a momentum-based tool designed to isolate and quantify the persistence of price cycles. While traditional oscillators like RSI or Stochastics often "flatten" during strong trends, the TSI measures the actual duration of the current market impulse. How It Works The indicator tracks the sequence of consecutive directional closes: Green Bars (Positive): Counts the streak of bullish candles. Each new higher close increments the bar (+1, +2, +3...). Red Bars (Negative):
STC Pro-Volume Dynamics: Advanced Momentum & Market Pressure Indicator STC Pro-Volume Dynamics is a high-performance trend cycle indicator developed for MetaTrader 5. Engineered for systematic and discretionary traders who demand precision, it merges the proven Schaff Trend Cycle (STC) algorithm with an integrated visual analysis of execution volumes. The objective of this tool is not to provide "magic" predictions, but to deliver a clear, stable, and statistically actionable reading of price dy
Trading isn't just about whether the price is going up or down; it's about how it is moving. The DPO is a structural indicator that neutralizes the underlying trend to isolate the market's pure cyclic component. What is the DPO, really? Mathematically, the DPO measures the distance between the current price and its moving average. It doesn't follow direction: It measures speed and acceleration. The "Detrending" concept: By subtracting the trend (the average), the indicator "flattens" the price.
Volume Color Candles v1.02   is an MT5 indicator that colors candlesticks based on their direction and relative volume. Bullish candles transition from light green to dark green, bearish candles from light red to dark red, featuring 8 gradient levels per direction (16 individually adjustable colors total). Parameters : 21 inputs including 16 customizable colors, volume average period (20), "high volume only" option, and threshold multiplier (1.2x). The algorithm compares current tick_volume to i
Why MarketSentiment Pro? Standard indicators only look at a single timeframe, leaving you blind to the bigger picture. Our proprietary algorithm analyzes 4 simultaneous time cycles across 4 different assets on a single screen. This gives you a unique "Eagle Eye" view of the market. Relative Strength Algorithm: Pure mathematical calculation based on the price position within its recent range ( $Position = \frac{Price - Low}{High - Low}$ ). 80% Reliability Target: By waiting for all 4 gauges to
Trail of SMOKE v1.0 The Kinetic Footprint of Price. Trail of SMOKE is an advanced momentum indicator that transforms raw volatility into a fluid visual structure. While traditional indicators merely follow price with a lag, Trail of SMOKE projects market energy to identify zones of real acceleration and institutional exhaustion. The Science Behind the "SMOKE" The name isn't just for aesthetics. The indicator functions like an aerodynamic slipstream: Force Projection: It calculates the gap betwee
Lyapunov Exponent Indicator for MT5 Measures the rate at which nearby market trajectories diverge over time — a concept from chaos theory applied to price series. What it measures The speed at which two initially close market states diverge. Fast divergence indicates a chaotic/trending regime. Convergence indicates a stable/consolidating regime. Reading the indicator Value near 1 → market in chaotic / trending regime Value near 0 → market in stable / ranging regime White line : Lyapunov exponent
Asymmetry lnp
Vincent Albert Feugier
ASYMMETRY OF LOSSES & PROFITS — MT5 Indicator The concept Most traders know their loss in %. Few know how much they need to gain to get back to breakeven. This is the mathematical asymmetry of markets: losing 50% doesn't require +50% to recover — it requires +100% . The bigger the loss, the more disproportionate the recovery effort. Loss Required gain to recover -10% +11.1% -25% +33.3% -50% +100% -75% +300% -90% +900% This indicator makes that number visible, continuously, directly on your MT5 c
フィルタ:
レビューなし
レビューに返信