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.


═══════════════════════════════════════════════════════════════
おすすめのプロダクト
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; 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
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
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
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
ALIEN DASHBOARD FULL EDITION – Professional ICT & Precision Trading Dashboard for MT5 ( HYBRID ENGINE ) Overview The   Alien Dashboard Full Edition   is a comprehensive, all‑in‑one technical indicator for MetaTrader 5 that merges the most powerful concepts from Inner Circle Trader (ICT) methodology with advanced precision‑entry logic, multi‑timeframe analysis, and an intuitive on‑chart dashboard. Designed for serious traders who want to visualise institutional order flow, identify high‑probabili
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
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) ターゲットを自動計算: ブレイクアウトが発生すると、システムはウェッジの開き幅に基づいてメインターゲットの距離を即
DDKiller Pro
Njaratahiry Michael Randrianiaina
Stop Blowing Your Account. Once and For All. DDKiller Pro is the MT5 risk guardian that runs silently on your chart and shuts down trading the moment you hit a limit — whether you're grinding a prop firm challenge or managing your own CFD account. The problem every trader knows: You set your rules. You break them anyway. One revenge trade. One overleveraged position. One session that erases a month of gains. DDKiller Pro removes that decision from your hands entirely. What it does: The second yo
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
The panel was created to manage trading positions: to open new trades and close existing ones. To open new transactions, you can set the position volume, Stop Loss in points, risk in dollars or as a percentage, Take Profit in points or Profit in dollars, you can set the Profit/Risk parameter. It is possible to place a panel on the active chart to visually set the parameters of a new transaction, select a market order or a pending one. If you fix the RR parameter, then when Risk changes, Profit w
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
PropFirm RuleGuard – MT5向け究極のリスク管理スイート どんなプロップファームのチャレンジも突破。資金提供口座を守り抜く。 PropFirm RuleGuardは、すべての取引活動の上に位置する、機関投資家向けの「不死身の」リスク・インフラストラクチャです。感情的なミス、EAのエラー、ボラティリティの急上昇によるハード・ブリーチを防止します。 主な機能 3種類のドローダウンエンジン   – 日次損失(残高または純資産基準)、静的Maxドローダウン(ハードフロア)、トレーリング・ドローダウン(ハイウォーターマーク)。 不死身のメモリモジュール   – VPS再起動、停電、ターミナルクラッシュを乗り越えます。正確な状態を復元し、既にブリーチが発生していれば即座にロック。 トリプルロックプロトコル   – ポジション全決済 → 保留注文削除 → すべての取引を無効化(ターミナル全体に及ぶオーバーライド)。 ポジション&リスク制限   – 最大総ロット数、最大ポジション数、シンボルごとの上限、マーチンゲールブロッカー。 シンボル制限   – 任意の銘柄をブラックリ
Telegram Notification Worker (v5.31) Telegram Notification Worker is a high-performance, professional utility designed to bridge the gap between your MetaTrader 5 terminal and Telegram. It acts as a dedicated background worker that forwards custom alerts, trade events, and system status messages from any of your Expert Advisors (EAs) directly to your Telegram chat or channel. Key Technical Features: Asynchronous Messaging Engine: Unlike standard notification scripts, this worker uses an asynchr
FREE
EV Prop Protector is a set-and-forget MT5 utility designed for prop firm traders. Attach it to any chart and it silently monitors your account 24/7, closing all positions and pending orders the instant you breach any configured limit. Every module can be turned ON or OFF independently. DRAWDOWN PROTECTION • Daily loss limit — closes everything when today's equity loss reaches X% • Max drawdown limit — closes everything when total drawdown from starting balance (o
FREE
VibeFox Volume Profile — MetaTrader 5 向け Volume Profile VibeFox Volume Profile は、MetaTrader 5 向けの完全な Volume Profile ツールセットです。取引された出来高を価格に沿って水平方向に分布させて描き出すため、市場が最も活発だった場所、薄商いだった場所、そしてどの価格水準が磁石や障壁として働きやすいかを一目で確認できます。各プロファイルはチャート上に直接描画され、モダンでマウス操作のパネルから制御されます——掘り下げるメニューも、アタッチするスクリプトもありません。 ローソク足だけからサポートとレジスタンスを推測する代わりに、出来高の実際の足跡を扱います。価格を引き寄せる高出来高ノード、価格が素早く通過しがちな低出来高のすき間、そして大半の取引が行われた公正価値ゾーンです。 必要な形の Volume Profile Volume Profile は単一の固定プロファイルではありません。 複数の独立したプロファイルエンジンを同時に 提供し、それぞれが独自の範囲、配置、スタイルを持つため
Instructions for Using Reverse Copier EA Attach EA to Charts Open MetaTrader and attach the EA to any chart on both accounts (master & slave). Make sure AutoTrading is enabled. Master Account (Signal Sender) Set Mode = Master in EA settings. This account will send trade signals. Slave Account (Signal Receiver) Set Mode = Slave in EA settings. This account will receive trades in reverse (opposite direction). Lot Multiplier In Slave EA settings, set Multiplier to control lot size. Example: 1.0
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
Perfect Trade EA Indicator 2026 for XAUUSD MT5 Премиальный многоуровневый самообучающийся индикатор с режимом автоторговли для XAUUSD Perfect Trade EA Indicator 2026 — это не просто индикатор и не обычный советник с примитивным входом по шаблону. Это премиальный торговый комплекс для MetaTrader 5, созданный для работы с XAUUSD, который объединяет в себе: - многоуровневый анализ рынка; - интеллектуальную фильтрацию сигналов; - режим автоматической торговли; - продвинутое сопровождение сделки;
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (142)
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 フォルダに貼り付けて、ターミナルを再起動しま
TradePanel MT5
Alfiya Fazylova
4.88 (162)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
================================================================================ 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
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台のターミナル間で同時に動作できる、プロフェッ
Telegram to MT5 Multi-Channel Copier は、Telegram チャンネルのトレードシグナルを MetaTrader 5 に自動的に直接コピーします。ボットも、ブラウザ拡張機能も、手動コピーも不要。Telegram でシグナルを受信すると、EA が数秒でターミナル上でトレードをオープンします。 本製品は 2 つのコンポーネントで構成されています:Telegram チャンネルを監視する Windows アプリケーションと、MT5 ターミナルでシグナルを実行するこの Expert Advisor です。MT4 版も利用可能です。 セットアップガイドとアプリケーションのダウンロード: https://www.mql5.com/en/blogs/post/768988 動作原理 Windows アプリケーションは、ボットではなくあなた自身の API 認証情報を使用して Telegram に接続します。つまり、プライベートおよび VIP チャンネルを含む、購読しているあらゆるチャンネル、グループ、トピックを読み取ることができます。シグナルを検出すると、それを解析し
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
Trade copier MT5
Alfiya Fazylova
4.59 (49)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / 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 ROLLED OVER PERIOD.
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
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
EA Auditor
Stephen J Martret
5 (4)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
MetaTrader 5 用トレーディングパネル — チャートとキーボードから行うプロフェッショナルなワンクリック取引 アクティブトレーダーのために設計された高機能 Trading Panel。標準の MetaTrader 操作よりも、はるかに速く、直感的に、そして効率的に取引を実行できます。 本パネルは、ポジション管理、未決注文管理、利益コントロール、執行スピードをひとつのプロフェッショナルなワークスペースに集約した実践的なソリューションです。 これは単なる補助ツールではありません。MetaTrader 5 のための本格的な trading cockpit です。チャートから直接操作し、キーボードで素早くコマンドを実行し、自動計算や視覚的なガイドを活用することで、手動トレードをより速く、より明確に、より快適にします。 このパネルを使えば、チャート上からワンクリックで注文を実行でき、標準の MetaTrader コントロールと比べて最大 30 倍速く取引操作を行うことができます。 新しいプレミアム版が利用可能です: VirtualTradePad PRO SE で取引ワークフローを強
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Free Demo: Seconds Chart v2.29 Demo.ex5 無料デモをダウンロードしてご自身でお確かめください: 完全機能版 - すべての機能が利用可能 24時間テスト - 精度と利便性を評価するのに十分な時間 デモ口座のみ - ほとんどのブローカーで簡単に開設可能 GBPCADチャートのみ - ほとんどの端末で利用可能 これらの制限はデモ版のみに適用されます。製品版は、あらゆる口座タイプ(リアル、デモ、コンテス
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
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! ONLY UNTIL 08/22 The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understand
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
EASY Insight AIO – スマートで手間いらずな取引のオールインワンソリューション 概要 数秒で市場全体——FX、ゴールド、暗号資産、指数、さらには株式まで——を、手作業のチャート確認や複雑なセットアップ・インジケーター導入なしにスキャンできたらどうでしょうか? EASY Insight AIO はAIトレードのための究極のプラグ&プレイ型エクスポートツールです。市場全体のスナップショットを、クリーンなCSVファイルで一括出力。ChatGPT、Claude、Gemini、Perplexityなど、さまざまなAIプラットフォームで即座に解析できます。 ウィンドウの切り替えやグラフのごちゃごちゃしたオーバーレイはもう不要。自動エクスポートされる純粋で構造化されたインサイトだけで、無駄なチャート監視に悩まされず、スマートなデータ主導の判断に集中できます。 なぜEASY Insight AIOなのか? 本当のオールインワン • セットアップ不要、インジケーターのインストール不要、チャートへのオーバーレイ不要。インストールして起動し、エクスポートするだけです。 マルチアセット対
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
Trader Evolution
Siarhei Vashchylka
5 (7)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
EA Performance Tracker (AESTracker) A clean, modern dashboard that shows exactly how your trades and EAs are performing — right on your chart. It reads your full account history automatically and breaks down the numbers by magic number / strategy. Display only — it does not place any trades. What it shows - Account header: live Balance, Equity, and Open (floating) P/L - Profit summary: gross profit, net profit, and the exact commission & swap deducted - Key stats: win rate, profit factor, exp
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、チャート上でドラッグして組み立て、発注後も動かせるプラン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブ
Timeless Charts
Samuel Manoel De Souza
5 (7)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
FxTools これはオールインワンの MT5 取引ダッシュボードです。1トレードあたりのリスク計算、注文の迅速な発注、部分決済・トレーリングストップ・グリッド・マーチンゲール・リカバリー・ブレイクイーブンによるポジション管理、さらにインジケーター分析やその他の便利なツールを提供します。 デモ版リンク 追加資料と使い方 ダッシュボード&インジケーターガイド – オープン・クローズ&フィルターガイド – トレイル・グリッド&マーチンゲールガイド – リカバリー&ブレイクイーブンガイド ________________________________________ チャート上のレベル チャート上にエントリー、Stop Loss、Take Profit のラインを表示します。 この機能により、新規注文を設定し、発注前にそのレベルを確認しやすくなります。 ________________________________________ リスク管理 選択したリスク方法と Stop Loss のサイズに基づき、新規注文のロットサイズを計算します。 任意の Stop Loss を設定しつつ、リ
作者のその他のプロダクト
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
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
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
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
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
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
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
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
フィルタ:
レビューなし
レビューに返信