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.


═══════════════════════════════════════════════════════════════
Altri dall’autore
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
Kst pro tools MT4
Vincent Albert Feugier
KST Pro Tools – Smart Momentum Indicator Overview KST Pro Tools is an advanced momentum indicator based on Martin Pring’s classic Know Sure Thing (KST) . It has been redesigned to deliver a clean, instant, and unambiguous momentum reading , thanks to a smart and fully filtered histogram logic. This indicator shows only meaningful momentum , exactly when it matters. Indicator Components KST Line (blue) Measures the true strength of market momentum Built using 4 weighted and smoothed Rate
Vortex oscillator mt5
Vincent Albert Feugier
VORTEX OSCILLATOR: Master the Volume Flow VORTEX OSCILLATOR is a high-performance trading tool that reimagines the classic Vortex indicator as an ultra-responsive precision oscillator. Designed for traders who demand absolute clarity, it fuses price action with Tick Volume to reveal the true momentum behind every market move. Why VORTEX OSCILLATOR is a Game Changer Most indicators only track price, often reacting too late. VORTEX OSCILLATOR uses a sophisticated Volume-Weighted Flow algorit
Price manipulation risk
Vincent Albert Feugier
Price Manipulation Risk Indicator Advanced Tool for Market Risk Evaluation & Manipulation Detection Price Manipulation Risk Indicator is a professional tool designed to measure the current risk level in the market. It evaluates price behavior, market activity, and candle dynamics to detect unstable or potentially manipulated environments. This indicator helps traders avoid traps , filter false signals , and improve timing in both entries and exits. Product Purpose Provide an immediate a
True strength index mt5
Vincent Albert Feugier
5 (1)
TrueStrength Oscillator v1.00 What you see on the chart: Thick blue line   : main TSI, follows market momentum Thick red line   ️: signal line (perfect for spotting crossovers) Thin blue bars   : from zero line up to the blue line Dotted gray line in the middle   : zero level, easy to spot direction changes Why it's practical every day: Scale   always fixed   (-0.000001 to +0.000001), no surprises Zero repaint : calculated only on closed bars Works on   all timeframes   (M1 to MN1)
Price Manipulation Risk Indicator Advanced Tool for Market Risk Evaluation & Manipulation Detection Price Manipulation Risk Indicator is a professional tool designed to measure the current risk level in the market. It evaluates price behavior, market activity, and candle dynamics to detect unstable or potentially manipulated environments. This indicator helps traders avoid traps , filter false signals , and improve timing in both entries and exits. Product Purpose Provide an immediate a
Canal icare MT4
Vincent Albert Feugier
CANAL d'ICARE (Icarus Channel) Master the art of flight and prudence. The ICARUS CHANNEL is the ultimate tool for identifying "Discount" buy zones and "Premium" sell zones in the market. Inspired by the desire to reach new heights, this unique indicator dissects price action into strategic levels around its average. It empowers you to trade with professional discipline, clearly showing when the market is too expensive (Premium) or too cheap (Discount). Key Features and Benefits Base SMA (T
Four rsi mt4
Vincent Albert Feugier
Multi-RSI – 4 RSIs in 1 for Complete Market Analysis Analyze market strength and momentum like a pro! Multi-RSI combines 4 distinct RSIs in a single window , giving you a clear and fast view of market momentum across multiple timeframes. Each RSI has its own configurable period , allowing you to adapt the indicator to your trading strategies and style. Key Features: 4 RSIs in one indicator – track multiple periods simultaneously. ️ Fully customizable periods – adjust each RSI individ
Pairs synthetique mt4
Vincent Albert Feugier
Pairs Synthétique Pro (Synthetic Pairs & Spread) Unlock Correlation Trading Power! Tired of tracking a single pair? Dive into the thrilling world of Pair Trading and Statistical Arbitrage with the Synthetic Pairs Pro indicator! This tool is more than just a ratio; it’s your personal radar for detecting price imbalances between TWO distinct assets before the market corrects itself. Picture this: Gold spikes ️, but Silver lags ️. The ratio diverges. Our indicator, framed by Intellige
Vortex oscillator mt4
Vincent Albert Feugier
VORTEX OSCILLATOR: Master the Volume Flow VORTEX OSCILLATOR is a high-performance trading tool that reimagines the classic Vortex indicator as an ultra-responsive precision oscillator. Designed for traders who demand absolute clarity, it fuses price action with Tick Volume to reveal the true momentum behind every market move. Why VORTEX OSCILLATOR is a Game Changer Most indicators only track price, often reacting too late. VORTEX OSCILLATOR uses a sophisticated Volume-Weighted Flow algorit
Fisher Transform MT4
Vincent Albert Feugier
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
True strength index mt4
Vincent Albert Feugier
TrueStrength Oscillator v1.00 What you see on the chart: Thick blue line   : main TSI, follows market momentum Thick red line   ️: signal line (perfect for spotting crossovers) Thin blue bars   : from zero line up to the blue line Dotted gray line in the middle   : zero level, easy to spot direction changes Why it's practical every day: Scale   always fixed   (-0.000001 to +0.000001), no surprises Zero repaint : calculated only on closed bars Works on   all timeframes   (M1 to MN1)
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
Kst pro tools
Vincent Albert Feugier
KST Pro Tools – Smart Momentum Indicator Overview KST Pro Tools is an advanced momentum indicator based on Martin Pring’s classic Know Sure Thing (KST) . It has been redesigned to deliver a clean, instant, and unambiguous momentum reading , thanks to a smart and fully filtered histogram logic. This indicator shows only meaningful momentum , exactly when it matters. Indicator Components KST Line (blue) Measures the true strength of market momentum Built using 4 weighted and smoothed Rate
Canal icare
Vincent Albert Feugier
CANAL d'ICARE (Icarus Channel) Master the art of flight and prudence. The ICARUS CHANNEL is the ultimate tool for identifying "Discount" buy zones and "Premium" sell zones in the market. Inspired by the desire to reach new heights, this unique indicator dissects price action into strategic levels around its average. It empowers you to trade with professional discipline, clearly showing when the market is too expensive (Premium) or too cheap (Discount). Key Features and Benefits Base SMA (T
Four rsi mt5
Vincent Albert Feugier
Multi-RSI – 4 RSIs in 1 for Complete Market Analysis Analyze market strength and momentum like a pro! Multi-RSI combines 4 distinct RSIs in a single window , giving you a clear and fast view of market momentum across multiple timeframes. Each RSI has its own configurable period , allowing you to adapt the indicator to your trading strategies and style. Key Features: 4 RSIs in one indicator – track multiple periods simultaneously. ️ Fully customizable periods – adjust each RSI individ
Pairs synthetique mt5
Vincent Albert Feugier
Pairs Synthétique Pro (Synthetic Pairs & Spread) Unlock Correlation Trading Power! Tired of tracking a single pair? Dive into the thrilling world of Pair Trading and Statistical Arbitrage with the Synthetic Pairs Pro indicator! This tool is more than just a ratio; it’s your personal radar for detecting price imbalances between TWO distinct assets before the market corrects itself. Picture this: Gold spikes ️, but Silver lags ️. The ratio diverges. Our indicator, framed by Intellige
Fisher Transform MT5
Vincent Albert Feugier
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
Xauxag panel gestion mt5
Vincent Albert Feugier
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
Forex flux liquidity
Vincent Albert Feugier
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
Canal of shizukesa
Vincent Albert Feugier
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
Trend series indicator
Vincent Albert Feugier
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.
Candle liquidity volume
Vincent Albert Feugier
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
Vincent Albert Feugier
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
Vincent Albert Feugier
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
Kurtosis indicator
Vincent Albert Feugier
What is Kurtosis? Kurtosis is a statistical indicator that measures the flatness of the price distribution over a given period. More precisely, it quantifies the importance of extreme price movements compared to a normal distribution. A normal distribution has a kurtosis of 3 — this is the red reference line on the indicator. Formula Kurtosis = m₄ / (m₂)² Where m₂ is the variance of prices and m₄ is the 4th central moment. The more extreme price shocks occurred over the period, the larger the nu
Filtro:
Nessuna recensione
Rispondi alla recensione