AccountVista

AccountVista — profit and deposit information panel for MetaTrader 5
Version 1.6

INDICATOR DESCRIPTION
=====================

The AccountVista indicator displays a compact information panel on the chart with
the key statistics of your trading account: current floating profit, results for
today, for each of the four previous trading days, for the current week, month,
quarter and year, as well as the volumes of closed deals, deposits and withdrawals.

The panel uses no indicator buffers and does not repaint the chart — it is a fully
independent information module that can be attached to any symbol and any timeframe.

For every period the indicator shows three values:
  • profit in account currency (including commissions and swaps);
  • percentage relative to the balance at the beginning of the period;
  • volume of closed deals (in lots).

Additionally, the panel displays:
  • current floating profit and the volume of open positions;
  • total deposits and withdrawals;
  • current profit percentage relative to the current balance.

The indicator supports interface language selection (Russian/English), attachment
to any of the four chart corners, mouse-driven panel moving with position saving,
and works on cent accounts.

Version 1.6 adds:
  • panel language selection (Russian/English) — the PanelLang parameter;
  • fully bilingual interface and parameter descriptions;
  • bilingual description in the "Common" tab of the indicator properties.

PERIODS SHOWN BY THE PANEL
==========================

  • current (floating) profit and current volume of positions;
  • today;
  • yesterday (each of the 4 previous trading days separately);
  • this week;
  • this month;
  • this quarter;
  • this year (or the period since a user-defined date).

CALCULATION DETAILS
===================

Profit for each period is calculated from the deal history: the sum of profit,
commission and swap of all closed deals within the period. Volume is counted only
for closing deals (full or partial position closing).

The balance at the beginning of a period is calculated as the current balance
minus the period profit, adjusted for deposits and withdrawals. The percentage is
the ratio of the period profit to the balance at its beginning.

When the user date mode is enabled, the yearly profit is replaced by the profit
since the specified date, and deposit/withdrawal amounts can be entered manually.

ACCOUNTS AND CURRENCIES
=======================

The panel supports both regular and cent accounts (the "Cent account" parameter).
Large numbers are automatically compacted (1,000 → 1.00K, 1,000,000 → 1.00M,
1,000,000,000 → 1.00B) so that any amounts can be displayed compactly.

COLOR INDICATION
================

Values are colored by sign:
  • white — zero value;
  • aqua — profit;
  • pink — loss.

MOVING THE PANEL
================

The panel can be moved with the mouse (if the "Move panel with mouse" parameter
is enabled). Dragging is implemented with custom mouse handling: the panel moves
smoothly without native object selection, and the chart does not scroll or
jitter while the panel is being moved. The panel position is strictly limited to
the visible chart area — it cannot be dragged beyond the chart edges.

The panel position is saved in the terminal global variables and is restored
after the indicator or terminal restart. When the anchor corner is changed, the
saved position is reset so the panel cannot end up outside the chart window.


PERFORMANCE
===========

The indicator is resource-friendly:
  • statistics recalculation is performed only on real changes (a new M1 bar,
    a change in the number of positions or pending orders, a balance change);
  • the panel refreshes no more often than once every 500 ms;
  • chart objects are updated only when text, color or coordinates change
    (caching);
  • the indicator scales correctly on high-DPI monitors.

REQUIREMENTS
============

  • MetaTrader 5 (any build);
  • a trading account connected to the terminal;
  • no additional files or libraries required.

INSTALLATION
============

1. Save the AccountVista.ex5 file into the MQL5\Indicators folder.
2. Restart the terminal or click "Refresh" in the Navigator.
3. Drag the indicator onto a chart of any symbol and timeframe.
4. Adjust the settings in the "Inputs" tab if necessary.


AccountVista v1.6 INDICATOR FEATURES

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


STATISTICS BY PERIODS

---------------------

• Current floating profit and the current volume of open positions.

• Profit for today.

• Profit for each of the 4 previous trading days (separately).

• Profit for the current week.

• Profit for the current month.

• Profit for the current quarter.

• Profit for the current year or for the period since a user-defined date.


VALUES FOR EVERY PERIOD

-----------------------

• Profit in account currency, including commissions and swaps.

• Percentage relative to the balance at the beginning of the period.

• Volume of closed deals in lots.


ADDITIONAL INFORMATION

----------------------

• Total deposits and withdrawals.

• Current profit percentage relative to the current balance.


INTERFACE LANGUAGE

------------------

• Bilingual interface: Russian and English.

• Language switching with a single PanelLang parameter.

• Bilingual parameter descriptions and "Common" tab.


PANEL SETTINGS

--------------

• Attachment to any of the four chart corners (top/bottom, left/right).

• Mouse-driven panel moving (movable parameter) — smooth, with custom mouse

  handling and no native object selection.

• The panel always stays within the chart window: it cannot be dragged beyond

  the edges, even in small windows.

• The chart does not scroll or jitter while the panel is being moved.

• Panel position saving in the terminal global variables and restoring after

  the indicator or terminal restart.

• Automatic return of the panel to the base position if it appears outside the

  chart window.

• Adjustable font size.


ACCOUNT SUPPORT

---------------

• Support for regular and cent accounts (cent parameter).

• Compact display of large numbers: 1.00K, 1.00M, 1.00B.

• Manual entry of deposit/withdrawal amounts (AllDeposit, AllWithdraw) for a

  custom period.


VISUALIZATION

-------------

• Color indication by sign: white — zero, aqua — profit, pink — loss.

• Unobtrusive panel background that does not cover the price chart.

• Correct scaling on high-DPI monitors.


PERFORMANCE

-----------

• Statistics recalculation only on real changes (a new M1 bar, a change in the

  number of positions/stop orders, a balance change).

• Panel refresh no more often than once every 500 ms.

• Chart object caching: only changed values are updated.

• A single pass over the deal history to calculate all periods.


VERSATILITY

-----------

• Works on any symbols and timeframes.

• Requires no additional files, libraries or DLLs.

• Uses no indicator buffers and never repaints the history.


AccountVista v1.6 INDICATOR INPUT PARAMETERS

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


1. PanelLang — Panel language

   Type: selection (enumeration)

   Default: LANG_RU (Russian)

   Description: the interface language of the panel. LANG_RU — Russian,

   LANG_EN — English. All panel labels and parameter descriptions switch

   automatically.


2. corner — Chart corner

   Type: selection (enumeration)

   Default: 0 (Upper left)

   Description: the chart corner the panel is attached to:

     0 — upper left corner;

     1 — upper right corner;

     2 — lower left corner;

     3 — lower right corner.

   When the corner is changed, the saved panel position is reset.


3. cent — Cent account

   Type: bool (checkbox)

   Default: true (enabled)

   Description: enable if the account is a cent account. Amounts are shown

   divided by 100 (in dollars) with 4 decimal places. For a regular account

   disable it: amounts are shown as is with 2 decimal places.


4. stUserDate — Use user date

   Type: bool (checkbox)

   Default: false (disabled)

   Description: when enabled, the last panel period is calculated not for

   the year, but from the date specified in the "User date" parameter.


5. edUserDate — User date

   Type: date and time

   Default: 2024.01.01 00:00:00

   Description: the start date of the last statistics period. Used when the

   "Use user date" parameter is enabled. Convenient for calculating the

   result from the date trading on the account started.


6. AllDeposit — Total deposits

   Type: double (floating point number)

   Default: 0.0

   Description: the total amount of deposits to the account over the user

   period. If the value is greater than 0 and the user date is enabled,

   this value is used instead of the automatically calculated one. Allows

   entering deposits manually (for example, when the history is incomplete).


7. AllWithdraw — Total withdrawals

   Type: double (floating point number)

   Default: 0.0

   Description: the total amount of withdrawals from the account over the

   user period. If the value is greater than 0 and the user date is

   enabled, this value is used instead of the automatically calculated one.


8. FontSize — Panel font size

   Type: int (integer)

   Default: 9

   Description: font size of all panel labels in points. Increase it if the

   panel is hard to read on a large monitor.


9. movable — Move panel with mouse

   Type: bool (checkbox)

   Default: true (enabled)

   Description: when enabled, the panel can be dragged with the mouse by its

   background. Moving is smooth: the panel cannot be dragged beyond the chart

   window edges, and the chart itself does not scroll while moving. The

   position is saved in the terminal global variables and restored after the

   indicator or terminal restart. When disabled, the panel is fixed at the

   base position of the corner.


おすすめのプロダクト
Guardian Magic GT
Carlos Eduardo Rivas Istacuy
Guardian Magic GT - Risk Management Expert Advisor for MetaTrader 5 PROTECT YOUR TRADING CAPITAL WITH INTELLIGENT RISK MANAGEMENT Guardian Magic GT is a professional-grade Expert Advisor designed to safeguard your trading operations by implementing sophisticated risk control mechanisms. Whether you run a single bot or manage multiple automated trading systems simultaneously, Guardian Magic GT provides real-time monitoring and automatic position management to ensure your account stays within your
Quantum Gold Sniper
Victor Eduardo Velazco Delgado
QUANTUM GOLD SNIPER: The Evolution of Institutional Trading Quantum Gold Sniper is not just a regular EA; it is an extreme-precision artificial intelligence model, designed exclusively to dominate Gold's volatility (XAUUSD). Powered by deep neural networks and rigorous mathematical analysis, this system executes sniper-like entries by exploiting market inefficiencies. Most importantly:   This system is 100% safe.     NO GRID.     NO MARTINGALE.   Every single trade has a strict, hard-
SAB Advance Assistant は、MetaTrader 5 向けの手動トレード管理パネルです。すべてのトレードを チャート上で視覚的に組み立て、リスクを正確にコントロールし、内蔵エンジンに部分利確・建値 (ブレークイーブン)・トレーリングを任せられます。すべては、すっきりとしたサイズ変更可能な 1つのパネルから。 表計算に頼らず精度を求める裁量トレーダーおよび ICT/SMC トレーダー向けに設計。 主な機能 - ドラッグ可能な Entry・Stop Loss・TP1〜TP5・Final TP ライン、ライブ表示付き(pips、金額、   R:R、%、価格) - 残高のリスク%または固定金額からロットを自動計算 - 最大5つの部分利確(TP ごとに%または正確なロットで配分)+残りを決済する Final TP - 移動可能な建値ライン(TP1 または SL 基準でトリガー)、マウスで調整 - %または pips のトレーリングストップ、TP1 到達後に作動 - Link モード:完全なセットアップを用意し、R:R を保ったままブロック全体(Entry+SL+TP)を
The “Summary Risk Target” indicator is designed to show the total number of transactions made on a single pair. The transactions counted include active positions as well as pending orders . By setting a stop loss for each trade, this indicator displays the total potential risk (loss) that may be incurred. This helps traders easily understand their overall risk exposure without the need for manual calculations. Likewise, for take profit , if the TP level is defined—either in terms of pips or at a
FREE
Gann Box MT5
Frederic Jacques Collomb
Gann Box インジケーターは、トレーダーが市場の重要なレベルを特定し、活用するのを支援するために設計された強力で多機能なツールです。このインジケーターを使用すると、チャート上に長方形を描くことができ、それが自動的に 0, 0.25, 0.50, 0.75, 1 の戦略的レベルを持つ複数のゾーンに分割されます。価格がこれらのレベルのいずれかに達すると、アラートがトリガーされ、トレーディングの意思決定に貴重な支援を提供します。描いたゾーンに対する市場の動きを即座に把握できます。ゾーンをトレースするには、単純な長方形を描いて名前を GannBox に変更するだけです。 このインジケーターは、 サポートとレジスタンス の概念を使用するトレーダー、 サプライとデマンド 、 ICTテクニック 、または**公正価値ギャップ(FVG)**の専門家など、すべてのタイプのトレーダー向けに設計されています。 デイトレーダー、スイングトレーダー、またはポジショントレーダーであろうと、 Gann Box は市場の動きをより良く理解し予測する手助けをし、反応性とパフォーマンスを向上させます。 MT4バージョ
EA Portfolio Analytics Dashboard Pro - Advanced Multi-EA Performance Monitor EA Portfolio Analytics Dashboard Pro is a professional MetaTrader 5 tool designed for advanced portfolio management and real-time performance analytics. Monitor all your Expert Advisors simultaneously with institutional-grade metrics. Key Benefits: Multi-EA Performance Matrix:   Track unlimited EAs and their statistics in a single view. Real-Time Risk Analytics:   Monitor key metrics like Sharpe Ratio, Value at Risk (V
This script analyzes all symbols in Market Watch for a set timeframe. The result is displayed on the Experts tab and in the specified file. For more convenient viewing and editing, the result is displayed in a csv file. For the calculation, the Pearson formula is used. The value of the correlation coefficient of pairs close to 1 means that the pairs move almost identically. A value close to -1 means that the pairs move in the same way. This tool will be useful to those who use hedging due to the
WEALE Price List | MetaTrader 5 向け Wealth Engine 資金スキャナー ユーティリティ WEALE Price List は、Market Watch にあるすべての銘柄について、Wealth Engine の DCA ラダーをすべて埋めるのに必要な資金を表示する MetaTrader 5 (MT5) のユーティリティ スクリプトです。 このユーティリティは、FJ Universe Wealth Engine (WEALE) エキスパートアドバイザーの計画用コンパニオンです。Wealth Engine が戦略を実行するのに対し、WEALE Price List はそれをどこで実行するかを判断する手助けをします。スクリプトは Market Watch の各銘柄をスキャンし、ライブの契約仕様を読み取り、整理された CSV レポートを書き出します。従来の最小ロットコストに加えて、新しい値である WEALE Price を一つ加え、必要資金が最も少ないものから最も多いものへとリスト全体を並べ替えます。これは分析ツールにすぎません。注文を出すことはなく、
What this dashboard does The panel displays: Current Ichimoku signal per symbol Current Ichimoku signal per timeframe Key Ichimoku line values Signal direction summary Instead of switching charts manually, you can analyze the market structure in seconds. Available Ichimoku values Each cell may display: Tenkan-Sen Kijun-Sen Senkou Span A Senkou Span B Chikou Span Span A – Span B difference This allows detailed analysis or quick signal filtering. Signal types The dashboard can detect:
MetaTrade Hub   is an easy-to-use and customizable tool. This product is presented in an attractive   graphical interface  that allows you to send adjustable signals in two ways ( Manual or Automatic ) from   Metatrader5   to the   Telegram channel or Discord channel.   In this case, your account becomes a   Signal Provider.  You can also share N ews reports with others. All   message formats   -   language   -   emojis   can be adjusted and personalized. You can   Enable   or   Disable   certai
Target Smart Order
Markeysuel De Sousa Ferreira
TARGET SMART ORDER Indicator Custom indicator for MetaTrader 5 that displays detailed information about each trade directly on the chart, showing real-time profit/loss, Take Profit and Stop Loss levels for each active order. Main Features: Real Profit Display Real-Time Profit/Loss: Shows the current value of each position. Continuous Update: Values ​​are updated tick by tick Dynamic Colors: Green for profit, red for loss. TP/SL Lines: Draws horizontal targets at Take Profit and Stop Loss l
http://www.tradepositive.lat Eleva tu Journaling al Nivel Institucional. Olvídate de registrar tus operaciones a mano, de los errores de cálculo y de la recolección tediosa de datos. TPI Notion Sync es la herramienta definitiva desarrollada por el Trade Positive Institute, diseñada para conectar tu plataforma MetaTrader directamente con tu base de datos de Notion en tiempo real. Diseñado originalmente para los traders del ALGO Smart Flow Model , este puente tecnológico extrae la matemática pur
FREE
Shved Position Pips Label   is a professional utility indicator for MetaTrader 5 that displays the real-time floating profit or loss of all your active positions directly on the chart. No more switching to the "Trade" tab at the bottom of the terminal — all crucial information about your running trades is positioned right in front of your eyes next to the current price line! Key Advantages: Smooth Price-Anchored Alignment:   The labels are anchored to the last bar and smoothly slide vertically f
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
NNArbitrage
Marius Ovidiu Sunzuiana
In a market flooded with lagging indicators and overfit strategies, this utility offers a fresh edge: real-time statistical arbitrage powered by an adaptive neural network , built entirely in MQL5—no DLLs, no external dependencies. Key Advantages Smart Spread Modeling It dynamically calculates a hedge ratio between two correlated instruments (like EURUSD vs GBPUSD), forming a synthetic spread that reflects true relative value. This isn’t just correlation—it’s cointegration-aware logic. Neur
Kiwi Forex Engine MT5 Overview Kiwi Forex Engine MT5 is a multi-currency Expert Advisor designed for traders who prefer one chart to monitor and trade several Forex pairs. Instead of opening trades on every signal, the EA continuously scans all configured symbols, ranks available opportunities, and selects only the strongest setups that satisfy its internal filters. The focus is on portfolio management, controlled exposure, and disciplined trade selection. Main Features • Multi-pair portfolio sc
FREE
Weekday Stats
Elidio Xavier Guimaraes
Weekday Stats Overview Weekday Stats is a quantitative analysis indicator designed to perform statistical studies of price behavior by classifying candle data according to the day of the week on which each candle occurred. The indicator processes the historical candles of the selected asset and provides statistical information for each day of the week, allowing the user to analyze price direction and price variation separately for each weekday. The sampling period, statistical parameters, and da
Basic Theme Builder: チャートカスタマイズを簡単に Basic Theme Builder インジケーターで、MetaTrader 5   のチャート外観のカスタマイズをシンプルに変革しましょう。この直感的なインジケーターは、使いやすいパネルを提供し、さまざまなテーマやカラースキームを簡単に切り替えることができます。これにより、取引環境の視覚的な魅力と機能性が向上します。 Free MT4 version Basic Theme Builder インジケーターは、MetaTrader 5 のチャートを簡単にパーソナライズしたいトレーダーに最適なツールです。シンプルなパネルインターフェースとさまざまなテーマプリセットを使用して、取引スタイルや気分に合わせてチャートの外観をすぐに調整できます。クラシックなルックからモダンな美学まで、多彩なオプションを提供する Basic Theme Builder で、視覚体験を最適化しましょう。 主な機能: 簡単なテーマ管理: 便利なパネルインターフェースを使用して、ワンクリックでチャートのテーマを素早く変更できます。 定義済みのプ
FREE
Forget about enabling templates when you launch the window. Auto Template Master Service  is a professional utility tool that runs as a system service in MetaTrader 5, and it will do it for you. Unlike traditional indicators or expert advisors (EAs), the program runs in the background of the entire terminal and doesn't require you to add it to each window individually. As soon as you open a new chart of any instrument (Forex, Stocks, Crypto), the service immediately detects the new window and a
Sessions Killzone
Wafa Mohammed Omar Abou Alwafa
Session Killzone Indicator Indicator that helps you to identify the killzone times of both London and NewYork sessions which usually is the most times for high volatility and taking liquidity from the market. Killzone times are configurable through indicator parameters. The indicator adjusts the range of the killzones based on the daily trading range.
FREE
Stochastic MTF Dashboard
Andres Felipe Carvajal Rodriguez
4.67 (3)
Stochastic MTF Dashboard(ストキャスティクス・マルチタイムフレーム・ダッシュボード) Stochastic MTF Dashboard は、トレードの効率化を追求して設計された視覚的ソリューションです。現在のチャートを切り替えることなく、最大 6つの異なる時間足 のストキャスティクス状態を同時にモニタリングできます。 このツールの目的は、分析の混乱を排除し、市場の勢いを瞬時に読み取ることです。 赤:買われすぎゾーン — 価格上昇の限界(売りの検討)。 緑:売られすぎゾーン — 価格回復の可能性(買いの検討)。 グレー:ニュートラルゾーン — 中間圏内での推移。 このダッシュボードが選ばれる理由 マルチタイムフレームの明瞭性: 5分足(M5)から日足までを1つのパネルに表示。数秒で上位足のトレンドを把握するのに最適です。 超高速な状況判断: 複雑なラインの交差を読み解く必要はありません。色と数値によって、市場の正確なゾーンを即座に判断できます。 エントリーの根拠を強化: トレンドに逆らったトレードを防止します。下位足でのエントリーが、上位足の相場心理と一致している
FREE
Free MetaTrader 5 indicator that displays "CALL IT A DAY" when London & New York sessions close. Customizable alerts, session tracking, and a guilt-free reminder to log off. Perfect for workaholic traders! Tired of staring at charts when the market’s already clocked out? Session Guardian   is your sassy trading assistant that slaps a giant   "CALL IT A DAY"   on your screen when both London   and   New York sessions are closed—because even traders deserve happy hour. Key Features:   Big, Bo
FREE
Manual Trade Step Manager for MT5   is a trade management utility designed for traders who open positions manually and want the platform to handle the position afterward according to fixed rules. This utility does not open trades automatically. It is built to manage manual positions already opened by the trader and apply a structured sequence of protection and profit management. The main idea is simple: you open the trade manually the utility monitors the position when profit reaches your chosen
StopLoss and TakeProfit Utility MT5 for automatic setting of stop loss and take profit levels. Created by a professional trader for traders.   The utility   works with any market orders opened by a trader manually or using advisors. Can filter trades by magic number. The utility can work with any number of orders simultaneously. WHAT THE UTILITY CAN DO: Set virtual stop loss and take profit from 1 pip Real   stop loss and take profit W ork with each order separately (   stop loss and take prof
価格ポリシー 最初の5人のユーザー: 30 USD 6〜20人目のユーザー: 100 USD 21人目以降:  300 USD ️ 早期購入で大幅割引 – 限定オファーです! ストラテジー概要 トレンドの確認: EMA(指数平滑移動平均) と ADX(平均方向性指数) によりトレンド方向を確認。 ADX > 最小閾値 の強いトレンドでのみ取引。 エントリー条件: MFI(マネーフローインデックス) を使用して買われすぎ・売られすぎを判断: 買い: MFI < 50 - 閾値 & 安値が上昇しているとき 売り: MFI > 50 + 閾値 & 高値が下降しているとき エントリーには以下の条件も含まれる: PSARに対する価格の位置 EMAとADXによるトレンド整合性 リスク&トレード管理: SL/TP は ATR×乗数 によって動的に設定: SL = エントリー ± ATR × SL_Multiplier TP = エントリー ± ATR × TP_Multiplier PSAR反転時に自動決済 ロットサイズはブローカーの制限に基づいて正規化 オプション機能: 1日の最大ト
MT4 MT5 Trade Bridge for MetaTrader 5  is the MetaTrader 5 component of the MT4 MT5 Trade Bridge system. It allows a MetaTrader 5 terminal to work either as a  Master  or as a  Slave  in a local bridge connection with MetaTrader 4. When configured as  Master , the MT5 component reads trading activity from the MetaTrader 5 terminal and writes structured trade data into a local bridge file. The connected MT4 component can then read this data and mirror the trading activity according to its selecte
FREE
Symbol Manager or Grid Manager, designed to group orders into one position (by Symbol or by Magic Number). This utility will be useful to multi-currency traders (many EAs), who can have multiple orders on several pairs. You will be able to see the total number of lots, the total profit, and set virtual stop loss and virtual take profit. To set a real TP (or SL), you must first set the virtual value, and then enter the command in this cell: "set". If you want to set real TP/SL for all orders at
KS Multiple Independent Strategies Auto Trading 1.9 EA 概要 本EA(Expert Advisor)は、MetaTrader 5(MT5)上でのゴールド取引(XAUUSD)を主眼に設計された、プロフェッショナルグレードのMQL5自動売買システムです。複数の独立した取引戦略、高度なリスク管理機能、およびパフォーマンスを最適化するための多彩なフィルター機能を搭載しています。自動化、利益の保護、そしてTelegramやDiscordといった外部ツールとの連携を重視して開発されました。あらゆる時間足で稼働可能ですが、特定の市場セッションや重要ニュース発表時などに合わせて動作をカスタマイズすることも可能です。主な機能は以下の通りです。 **主要な取引戦略** 本EAでは、1つまたは複数の独立した戦略を同時に有効化して運用することが可能です(入力パラメータにて設定)。 - **Persistence/Anti-Persistence(持続性/反転性)**: 過去一定期間(例:7本)のバーパターンを分析し、特定の比率閾値に基づいてトレンドの継
All in one Multipurpose Telegram Trade Management , Manage and Copy Trades on the go From Telegram Pro Version MT5:  www.mql5.com/en/market/product/95742 Pro Version MT4:  www.mql5.com/en/market/product/85691 Execute Trades on mobile with fast execution When away from desktop MT5, or scalping the market with mobile device, or needed to copy trades from telegram groups while away, or doing some other activities, Telegram EA Manager is an effective tool to perform any trade operation with swift
FREE
Protect your funded accounts and personal capital with military-grade precision. This utility continuously monitors your floating equity against your daily starting balance. The moment your custom drawdown threshold is breached, it instantly liquidates all open positions, deletes pending orders, and completely unloads from the chart. Stop revenge trading and never fail a prop firm evaluation due to a margin breach again.
FREE
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (215)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 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.97 (144)
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
TradePanel MT5
Alfiya Fazylova
4.88 (166)
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:/
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 チャンネルを含む、購読しているあらゆるチャンネル、グループ、トピックを読み取ることができます。シグナルを検出すると、それを解析し
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.
VirtualTradePad PRO SE MT5 — MetaTrader 5向けプロフェッショナル取引コントロールセンター VirtualTradePad PRO SE は、 MetaTrader 5 向けのプレミアムなチャートベースの取引パネルであり、トレード管理ワークスペースです。より速い執行、明確なポジション管理、構造化されたトレード管理、視覚的なレベル計画、そしてチャート上で完結するプロフェッショナルなワークフローを求めるトレーダー向けに設計されています。 これは単なる BUY / SELL パネルではありません。PRO SE は、手動取引、予約注文、ポジション管理、部分決済、バスケット損益管理、平均化レベル、ATMルール、シグナル監視、リアルタイム市場情報、ストラテジーテスター (Strategy Tester) ワークフロー、VPS向け運用を、1つの連携されたインターフェースに統合します。 MT4版 | 完全な説明とスクリーンショット | 購入方法 | インストール方法 | ログファイルの取得方法 | テストと最適化の方法 | Expforex のすべての製品 PRO
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、チャート上でドラッグして組み立て、発注後も動かせるプラン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブ
Trade copier MT5
Alfiya Fazylova
4.57 (51)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
Anchor: The EA Manager Your EAs manage their own trades. Anchor manages the account around them. Anchor gives you one place to control your EAs, manage risk and decide when trading is allowed. Any EA, any vendor, any broker or symbol. No source-code changes required. The Problem Most EAs only know what they are doing. They cannot see when another EA is already trading, when several EAs open and are stacking risk or when the account has reached your loss limit. Even using just one EA, it may not
Telegram To MT5 — シグナルコピア Telegram チャンネルのトレードコールを、実際の MT5 注文に変換します — 自動で、好きなだけの口座に対応し、リスクとルールは完全にあなたの管理下に置けます。 Telegram To MT5 は、あなたが Telegram で既にフォローしている VIP / シグナルチャンネルを MetaTrader 5 端末に接続します。無料の付属デスクトップアプリがメッセージを読み取り(ボットを禁止しているチャンネルでも可能)、この EA があなたの口座でそれらを執行します — あなた自身のリスク設定、シンボルマッピング、テイクプロフィット処理、セッションおよびニュースフィルターを適用します。 これはシグナルコピアであり、ブラックボックス戦略ではありません。どのチャンネルを信頼するか、各トレードのロットと管理方法をあなたが決めます。 ステップバイステップの設定と付属アプリのインストールガイド 仕組み [あなたの Telegram チャンネル] -> [付属デスクトップアプリ] -> [MT5 + この EA] -> 注文 付属デスクトッ
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. Visual Trade Execution and Risk Management The application includes a specialized trading panel that assists in c
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
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
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
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
追加のリソースと説明書 インストール手順 - デモアカウント用試用版ダウンロード ; 公式情報 公式チャンネル 開発者プロフィール Trade Command Center — プロフェッショナル発注管理&リアルタイム・リスクガードパネル Trade Command Center は、MetaTrader 5向けに設計された高性能なビジュアル発注・ロット計算・リスク管理アシスタントツールです。厳格な资金保護ルール、リアルタイムのドローダウン制限、精緻な手動取引管理を必要とするトレーダーのために構築されています。 チャート上の単一パネルに統合された5つの機能タブを通じて、外部DLLやネットワーク接続を一切使用することなく、プロレベルのリスク制限機能、自動ポジション管理、正確な発注プラン作成を提供します。 インターフェースとモジュール構成 各コントロールパネルは、操作性を向上させ、チャート画面を有効活用するために5つの専用タブに分かれています: タブ / モジュール 主な機能 画面操作・インジケーター TRADE ビジュアル発注計画、リスクベースのロット自動計算、UTC時間指
MetaTrader 5 用トレーディングパネル — チャートとキーボードから行うプロフェッショナルなワンクリック取引 アクティブトレーダーのために設計された高機能 Trading Panel。標準の MetaTrader 操作よりも、はるかに速く、直感的に、そして効率的に取引を実行できます。 本パネルは、ポジション管理、未決注文管理、利益コントロール、執行スピードをひとつのプロフェッショナルなワークスペースに集約した実践的なソリューションです。 これは単なる補助ツールではありません。MetaTrader 5 のための本格的な trading cockpit です。チャートから直接操作し、キーボードで素早くコマンドを実行し、自動計算や視覚的なガイドを活用することで、手動トレードをより速く、より明確に、より快適にします。 このパネルを使えば、チャート上からワンクリックで注文を実行でき、標準の MetaTrader コントロールと比べて最大 30 倍速く取引操作を行うことができます。 新しいプレミアム版が利用可能です: VirtualTradePad PRO SE で取引ワークフローを強
動作デモ版ダウンロード Copy Cat More (コピーキャット・モア) MT5 トレードコピー (Trade Copier) は、ローカルのトレードコピーであり、今日のトレード課題のために設計された完全なリスク管理・執行フレームワークです。プロップファーム (prop firm) のチャレンジから個人のポートフォリオ管理まで、堅牢な執行、資金保護、柔軟な設定、高度なトレード処理の組み合わせによって、あらゆる状況に適応します。 このコピーは、マスター (Master、送信側) とスレーブ (Slave、受信側) の両モードで動作し、成行注文・指値注文、トレードの変更、部分決済、両建て決済 (Close By) 操作をリアルタイムで同期します。デモ口座と実口座、トレード用ログインと投資家ログインの両方に対応し、永続的トレードメモリ (Persistent Trade Memory) システムにより、EA・端末・VPS が再起動しても復旧を保証します。一意の ID により複数のマスターとスレーブを同時に管理でき、ブローカー間の差異は接頭辞/接尾辞の調整やカスタムシンボルマッピングに
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
高度なTelegram Bridge EAでトレードシグナルを向上させましょう プロフェッショナルで視覚的に魅力的なリアルタイムのトレード更新で、あなたのオーディエンスを魅了する時が来ました。 デモを見て試用版を入手するには私に連絡してください 私たちは、顧客とプロバイダーに独自の体験を生み出すユーザーフレンドリーな機能に大幅に投資しました。  SIGNAL BRIDGEは、他のEAが苦労するMetatraderロジックをも回避して、すべてのビジネスケースに対して100%コピー対応シグナルを配信できます! 私たちのTelegram Bridge EAは、自動シグナル、チャートスナップショット、詳細なパフォーマンスレポートをTelegramグループに直接配信します。あなたは指一本動かす必要はありません。 機能入力の詳細説明マニュアルはこちら! をご覧ください 主な機能と利点 包括的なトレードデータ 各メッセージに表示する内容を決定します:ピップス、エントリー価格、SL、TP、ロット、さらにはリスクとRRまで。フォロワーに完全な透明性を提供します。 新規注文の送信、SL/TPの更新、
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
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 Panel PRO MT5 Trade Panel PRO MT5 は MetaTrader 5 用の手動トレーディングパネルで、各ステップで視覚的にリスクをコントロールしながら、チャートから直接ポジションを準備、執行、管理するために設計されています。 このツールは、注文の準備、リスクに基づくポジションサイズの自動計算、インタラクティブな Entry、Stop Loss、Take Profit ゾーン、執行後の複数のトレード管理機能を単一のインターフェースに統合します。 バージョン 2.0 の新機能 バージョン 2.0 では、執行ワークフローを円滑にするためのいくつかの改善が導入されています: 自動方向反転: Take Profit または Stop Loss をエントリー価格を越えてドラッグすると、セットアップが反対方向に切り替わり、もう一方のレベルが自動的に再計算されます SL および TP レベルを履歴方向に延長する軽い点線で、過去の高値および安値に対するキャリブレーションを容易にします 方向に応じて色付けされた執行セル、計算されたロットが中央に表示されます トレーリ
フィルタ:
レビューなし
レビューに返信