Telegram Trading Reporter MT5

Telegram Trading Reporter
Automated Performance Reports & Chart Delivery for MetaTrader 5
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
OVERVIEW
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
The Telegram Trading Reporter is a pure analysis and reporting Expert Advisor for MetaTrader 5. It does not open, close, or modify any positions. Instead, it analyzes your account's trading history, generates structured performance reports, and delivers them automatically via Telegram to one or multiple channels. Visual charts can be attached directly from the MetaTrader terminal as image files.

The EA is designed for continuous 24/7 operation on a VPS and requires no manual intervention after initial setup.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
CORE FEATURES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Telegram Topics Support [NEW in v2.0]
Send reports directly to specific topics (threads) within Telegram supergroups. Keep different trading accounts or strategies organized in separate threads. Format: chat_id:thread_id (e.g., "-1001234567890:12345"). Works with all message types (text, photos, documents) and all report sections. Fully backward compatible — old chat IDs without thread ID continue to work.

Automated Daily Reports at Configurable Times
Sends up to three daily reports at freely selectable times. Each report covers a configurable period from 1 to 30 days and includes profits, losses, win rate, profit factor, and total volume traded.

Day-by-Day Performance Breakdown
For each day in the reporting period, profit/loss, number of trades, win rate, and volume are listed individually. Days with no trades can optionally be hidden from the report. Display with visual indicators: ✅ Profit, ❌ Loss, ➖ Neutral.

Symbol Analysis
Automatically identifies all traded instruments within the reporting period and ranks them by overall performance. Each symbol shows profit, loss, number of trades, best single trade, and worst single trade.

EA Performance Tracking by Magic Number
Monitors multiple Expert Advisors simultaneously. Magic numbers are entered as a comma-separated list and can be assigned custom display names. Each EA is listed with total performance, win rate, number of trades, and volume — sorted by overall result.

Visual Charts from MetaTrader
Creates up to four charts as overlay objects directly in the MetaTrader chart window and saves them as a single PNG file: Daily bar chart (P/L per day, color-coded), symbol performance chart, EA comparison chart, and account balance/equity history chart. All charts are combined in one screenshot and sent via Telegram. Send mode is configurable: photo, document, or automatic with fallback.

Persistent Account Balance History
Records account balance every 30 minutes in a CSV file that is automatically reloaded on the next EA start. This enables continuous balance history across multiple weeks — surviving EA restarts. An automatic backup file protects against data loss from write errors. A recovery function reconstructs history from MetaTrader deal history if the file is lost.

Report Message Format
Reports are sent as formatted HTML messages with the following sections: Header with account and period information, daily performance with P/L for each day, period summary with aggregated statistics, EA performance breakdown (if enabled), and symbol performance analysis (if enabled). Long reports exceeding Telegram's message limit are automatically split into multiple continuation messages marked with "Report Continued (1/2)" etc.

Chart File Management
Chart images are saved in the MQL5\Files\reports\ directory as a fixed file trade_report.png. Each report overwrites the same file. The "auto" send mode attempts to send charts as photos first and switches to documents if image size exceeds Telegram's limits. Maximum supported image dimensions: 10000x10000 pixels, maximum file size: 10 MB.

Magic Number and Symbol Filter
All analysis can be restricted to a specific magic number or trading instrument. By default, all trades are included regardless of magic number or symbol.

Include Open Positions
Currently open positions can optionally be included in today's statistics, reflecting current floating P/L in the daily result.

Multi-Channel Telegram Delivery
Sends reports simultaneously to multiple Telegram chat IDs or topics entered as a comma-separated list. Supports combinations of regular chats, channels, groups, and supergroup topics. If HTML-formatted messages fail, the EA automatically switches to plaintext mode.

Instant Report On Demand
The SendReportNow parameter triggers an immediate report at any time without waiting for the next scheduled hour. Resets automatically after sending.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INPUT PARAMETERS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

GENERAL SETTINGS

MagicNumber         0       Magic number filter. 0 = all trades
SymbolFilter        (empty)  Symbol filter. Empty = all symbols
IncludeOpenTrades   true    Include open positions in statistics
MaxDaysToReport     7       Number of days in reporting period (max 30)

REPORT SETTINGS

OnlyReportWithTrades   true    Show only days with trades
ReportHour            0       First report time (hour 0–23)
ReportHour2           -1      Second report time (-1 = disabled)
ReportHour3           -1      Third report time (-1 = disabled)
IncludeSymbolAnalysis  true    Include symbol performance in report
TopSymbolsToShow       5       Number of top symbols to display
SendReportNow         false    Trigger immediate report. Resets automatically.
DebugMode             true     Enable detailed diagnostic output in journal

EA PERFORMANCE SETTINGS

TrackEAPerformance      true     Enable EA performance tracking
EAMagicNumbers         (empty)  Magic numbers of EAs, comma-separated
EANames                (empty)  EA display names, comma-separated (matching magic numbers)
TopEAsToShow           5        Number of top EAs to display
ShowEAPerformanceChart   true     Create visual EA comparison chart

TELEGRAM SETTINGS

UseTelegram            true     Enable Telegram notifications
TelegramBotToken       (empty)  Bot token from @BotFather. Required.
TelegramChatIDs        (empty)  Chat IDs or chat_id:thread_id format. Comma-separated.
SendTestMessageOnStartup false    Send test message on EA startup
SendChartAs            auto     Send mode: "auto", "photo", or "document"

VISUALIZATION SETTINGS

CreateTradeChart        true     Create daily bar chart
ShowAccountBalanceChart  true     Create account balance history chart
SendChartWithReport      true     Attach chart image to report
ChartWidth              900     Chart width in pixels
ChartHeight             400     Chart height in pixels
BalanceHistoryDays       30      Number of days for balance history display

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INSTALLATION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

1. Copy the compiled .ex5 file to the MetaTrader 5 Experts folder:
   [MT5 Data Folder] / MQL5 / Experts /

2. Restart MetaTrader 5 or press F5 to refresh the Navigator.

3. In MT5, open Tools > Options > Expert Advisors. Enable "Allow WebRequest for listed URL"
   and add the following URL: https://api.telegram.org/

4. Create a Telegram bot via @BotFather and copy the bot token.

5. Drag the EA onto any chart. Enter your bot token in TelegramBotToken.

6. For TelegramChatIDs, enter either a simple chat ID or the Topics format:
   Regular chat: "-1001234567890"
   Supergroup topic: "-1001234567890:12345"
   Multiple destinations: "-1001234567890:12345,-1001234567890:67890"

7. Enable "Allow automated trading" in the EA properties and click OK.
   A test message will be sent immediately to Telegram if SendTestMessageOnStartup is enabled.

GETTING STARTED

1. Open Telegram and start a conversation with @BotFather. Use /newbot to create a new bot and copy the token.

2. Determine the numeric chat ID of your target channel, group, or supergroup topic. Add your bot as an administrator if using a channel.

3. Optional - For Topics: Enable topics in your supergroup settings. Determine the thread ID of the desired topic (General = 1, custom topics have unique IDs).

4. Enter the bot token and chat ID(s) in the format chat_id or chat_id:thread_id in the EA input parameters and attach it to any chart.

5. Set ReportHour to the desired daily send time. Add ReportHour2 and ReportHour3 for up to two additional reports per day.

6. To track individual EAs, enable TrackEAPerformance and enter their magic numbers in EAMagicNumbers with matching names in EANames.

7. Use SendReportNow = true at any time to trigger an immediate report on demand.

IMPORTANT NOTES

- AutoTrading must be active in MetaTrader 5 (toolbar button or Ctrl+E).
- WebRequests must be allowed for https://api.telegram.org/ in MT5 Options > Expert Advisors.
- The EA does not trade. It does not open, close, or modify any positions.
- Trade history analysis is performed in read-only mode via the MetaTrader API.
- The balance history CSV file is stored in the terminal data path and automatically backed up.
- If the CSV file is lost, history is automatically reconstructed from MetaTrader deal history.
- Telegram Topics are only supported in supergroups. Regular groups, channels, and private chats use the standard format without thread ID.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
COMPATIBILITY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Platform       MetaTrader 5 (Build 3000+)
Language       MQL5
Instruments   All — Forex, Metals (XAU/XAG), Indices, Crypto, Energy, CFDs
Timeframes     All timeframes
Account Type   Demo and Live (Hedge and Netting accounts)
AutoTrading    Must be enabled in terminal and EA properties
Recommended    VPS for continuous 24/5 operation

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

MORE TOOLS FROM fi.con INVESTMENT GROUP

We offer a complete MT5 toolkit built by traders. If you trade actively and want more automation, reporting, and control, these tools extend your MT5 setup significantly: 

    🏆  Enhanced Telegram Position Tracker MT5 — the most complete Telegram reporting solution for MT5. Every trade open, close, SL/TP change, and partial close delivered in real time. Live streaming messages update P/L every 30 seconds. Dual-posting to channel + group topics. 15-button interactive follower menu. Crash detection, HFT burst protection, zero missed closures. Automatic daily, weekly, and monthly P&L reports. If you share your trades with a Telegram audience, this is the EA. 

    📡  MT5 to Telegram Informer — sends every trade open and close to your Telegram channel in real time. Full position lifecycle: pending order execution, SL/TP changes, partial closes, close reason labelling. Multiple channels, Topics support, configurable report fields. If you share your trades with a Telegram audience, this is your tool.

    🛠️  Chart Order Trade Manager MT5 — professional on-chart trade management panel for active traders. Visual SL/TP placement, automatic lot size calculation from risk %, one-click breakeven, trailing stop, partial close. Designed for traders who manage positions manually while running EAs in parallel. 

    🚫  Position Closure Management MT5 — automatically resolves hedged position pairs and locks in the net result at exactly the right moment. Essential for grid and martingale strategies, prop firm challenge rules that prohibit hedging, and any setup where open buy/sell pairs need controlled resolution. 


Telegram Trading Reporter v2.10 | fi.con Investment Group | MQL5 Marketplace
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
おすすめのプロダクト
インジケーター技術仕様 – Delta Profile for MetaTrader 5 Delta Profile は MetaTrader 5 用に開発されたインジケーターで、指定されたローソク足範囲内の出来高フローを詳細に分析するためのものです。異なる価格レベルにおける正の出来高(上昇に関連)と負の出来高(下降に関連)の不均衡を構造化し、可視化します。その結果、ユーザーは最も多くの取引が集中する価格帯や実際の市場不均衡が形成される領域を明確に把握できます。 以下に、本インジケーターの主要な技術特性と設定パラメータを示します。 基本コンセプト インジケーターは 価格レベル を識別し、それらを正の出来高、負の出来高、および純 Delta(正負の出来高差)に分類します。 各価格レベルは 水平バー としてチャートに表示され、市場の活動ゾーンや不均衡領域を視覚的に確認できます。 ユーザーは 分析対象ローソク足数 、 価格の丸め精度 、 最大表示レベル数 、および 表示スタイル を自由に設定できます。 主要機能 価格レベルのマッピング :設定された精度に基づき価格を丸め、対応するローソク足の
Harmonic Pattern Structure Harmonic Pattern Structure is a professional MetaTrader 5 indicator that automatically detects classic harmonic patterns using strict Fibonacci ratio validation and XABCD price structure. Designed for traders who value precision, clean visuals, and structured analysis, the indicator highlights potential reversal zones based on price geometry, supporting consistent and objective decision-making. SUPPORTED HARMONIC PATTERNS Gartley (222) Butterfly Bat Crab Shark Cy
This is a multipurpose indicator and has the following indicators in it with dashboard ( scanner) and chart indicator on multi time frames . Divergent Bar Market Profile  ( Daily Weekly Monthly Intraday and Custom Period , Market Profile Day type ) Order Block Inside Bars  Higher High Higher Close and Lower Low and Lower Close  Imbalance Finder Scalping Currency Strength Meter Momentum candles VSA Setups Much more  See for your self Who am I? - https://www.linkedin.com/in/adnanreh
Advanced Volume Profile Analysis Tool for MetaTrader 5 The Kecia Volume Profile Order Finder provides traders with volume profile analysis capabilities. This MT5 indicator combines volume profile visualization with statistical calculations to help identify potential trading opportunities and suggests entry, stop loss, and take profit levels based on market structure. Market Profile Visualization Transform your chart with customizable volume profile visualizations: Multiple visualization options
This Volume Delta Profile is an advanced MetaTrader 5 indicator that visualizes   volume delta (order flow imbalance)   using a volume profile-style histogram. It shows the difference between buying and selling pressure at specific price levels, helping traders identify supply and demand zones. This indicator provides a unique perspective on market dynamics by visualizing the imbalance between buying and selling pressure, offering insights beyond traditional volume analysis. Core Concept Positiv
The Stop Loss Manger - SL Mange With the Stop Loss Manager you can finally sleep peacefully while it effectively manages your risk in stock market trading. Simply set your individual stop loss limits and let the manager trade for you. Never worry about losses again - the Stop Loss Manager takes care of it for you! Get the ultimate support for your trading now and maximize your profits with ease. Join the community of successful traders who swear by Stop Loss Manager today. Function overview: 1.
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
This indicator is a   technical tool based on harmonic approximations   of solar and lunar cycles. It   does not use exact astronomical positions. This indicator uses   mathematical waves to approximate daily solar and monthly lunar cycles   for trading purposes. It captures general market rhythms influenced by day/night and moon phases, but it   does not track exact astronomical positions . Do your analysis and study on back test before purchase.  The   Advanced Astrological Indicator   is a m
RRtoolbox - Professional Tools: Risk:Reward Trading Tool (SL/TP Horizontals + Pending orders + Diagonals), Alerts set on trend lines (for alerts on diagonal levels), SelfManagement (BE, partials...), close/cancelling by time, Statistics, Info and trading on chart. One-Click Trading with Visual Risk:Reward Management RRtoolbox is a comprehensive trading panel that combines one-click order execution,  statistics and  powerful visual Risk:Reward tools, alerts set with trendlines, on chart butt
Basic Support and Resistance   インジケータは、テクニカル分析を強化するために必要なソリューションです。このインジケータを使用すると、チャートにサポートレベルとレジスタンスレベルを投影できます/ mt4バージョン 機能 フィボナッチレベルの統合: サポートと抵抗レベルとともにフィボナッチレベルを表示するオプションを使用すると、私たちの指標は市場行動と逆転領域の可能性についてさらに深い洞察を提供します。 パフォーマンスの最適化: 各バーの開口部のみで拡張ラインを更新するオプションを使用すると、インジケータは、サポートレベルと抵抗レベルの精度を犠牲にすることなく最適なパフォーマンスを保証します。 入力 メイン設定 Timeframe:  この入力を通じて、より高い時間枠のサポートラインとレジスタンスラインをチャート上に表示することを選択できます。 Support/Resistance Strength [Number of Bars]:   この入力を使用して、サポートと抵抗の強度を決定できます。数が高いほど、サポート/抵抗がより強くなります。 Pric
AURA SMC QUANTUM V1.01 code in English, structured for a professional presentation or MQL5 Market description: AURA SMC QUANTUM V1.01 | Logic Breakdown The Aura SMC Quantum is an advanced automated trading system (EA) specifically engineered for Gold (XAUUSD) on the H4 timeframe. It combines high-probability Smart Money Concepts (SMC) with a sophisticated Hybrid Grid management system. 1. Market Analysis Strategy (SMC & Trend Filter) The core "intelligence" of the EA relies on a dual-layer confi
RSI Currency Strength Meter is a powerful and elegant multi-currency indicator that measures the real-time relative strength of the 8 major currencies using RSI logic. By calculating the smoothed performance of each currency across its major pairs and applying the RSI formula, it delivers clean and responsive strength lines that make it easy to spot which currencies are truly strong or weak at any moment. This indicator is particularly useful for visualizing currency correlations and divergence
SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視覚
Prop Firm Guardian PRO - Equity Protector Prop Firm Guardian PRO は、MetaTrader 5 用のユーティリティであり、日次損失、日次利益目標、および口座全体のドローダウンをリアルタイムで監視するために設計されています。 このツールは取引を開始したり、売買シグナルを生成したりしません。あらかじめ設定したリスク制限に達した際に、口座の有効証拠金を監視し、保護ルールを適用することを目的としています。 このツールは、より厳格な口座保護と規律あるリスク管理を求めるトレーダーに役立ちます。特に、プロップファーム評価のように厳しいルールがある環境で有用です。 目的 日次損失をリアルタイムで監視する 利益目標に到達したら当日の取引を停止する 主要な制限到達後のオーバートレードを抑える 有効証拠金ベースの自動ルールで口座を保護する 主な機能 日次損失をパーセントまたは固定金額で制限 日次利益目標の管理 口座全体の最大ドローダウン保護 リアルタイムの口座状況を表示するビジュアルダッシュボード 手動介入用の緊急全決済ボタン 保護ルール作動時
Advanced Risk Manager EA is a non-trading account protection utility for MetaTrader 5. It does not open trades — it monitors your account in real time and enforces configurable risk rules automatically. How It Works At the start of each trading day, the EA records your opening balance. Every tick, it recalculates your live P&L. If your daily loss reaches the configured threshold, all open positions are closed instantly and trading is locked until the next day. Optionally, it locks trading once a
市場ボリュームプロファイル指標 + スマートオシレーター。通貨ペア、株式、先物、暗号資産など、ほぼすべての銘柄で動作し、リアルボリュームとティックボリュームの両方に対応しています。プロファイル作成範囲は、1週間や1ヶ月などの自動設定のほか、境界線(赤と青の2本の垂直線)を動かして手動で設定することも可能です。ヒストグラム形式で表示され、特定の価格レベルにおけるヒストグラムの幅は、その価格帯で行われた取引量(約定数)を表します。 Mode level line color パラメータを使用すると、価格が反発する可能性が高い重要なボリュームレベルを自動表示できます。また、 Maximum color パラメータは、指定した範囲全体で最も取引が集中した最大ボリュームレベルを個別に表示します。 スマートオシレーターは買われすぎ・売られすぎのゾーンを表示します。複数のインジケーターからの情報を分析し、処理されたデータに基づいて、買われすぎと売られすぎのゾーンを対応する色で塗りつぶします。 Volume every day では、 Range period パラメータでプロファイル作成の時間間隔を
Level Volume Pro
John Samfel Bucton Josol
HAT IT DOES   MONTHLY HIGH & LOW — AUTO-DRAWN EVERY MONTH Draws the High and Low of every month for the current year (or any year you set). Each level extends as a horizontal ray into the future so you always see where price is reacting to historical monthly extremes. Color-coded (blue = high, red = low), labeled (JAN HIGH, FEB LOW etc.), fully customizable width and style. Toggle individual months on or off.   WEEKLY HIGH & LOW
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
実際の資金を危険にさらす前にProp Firmの課題を習得しましょう!   私たちの高度なシミュレーターは、本物のProp Firm取引環境を再現し、自信を持って練習し、戦略を立て、課題を通過するのに役立ちます。当シミュレーターを使用すると、デモまたはライブアカウントを使用してあらゆるProp Firmの課題をシミュレートでき、手動取引戦略とEAを介した自動取引の両方をサポートし、カスタマイズされた期間のパーソナライズされた課題を作成し、一貫した収益性に必要な規律を開発するために自分自身に挑戦できます。 FTMO 10kおよび100K課題セットファイル:   主要なすべてのProp Firmのセットファイルと専用サポートが利用可能 - お問い合わせください! 先着10名様に30%オフ。 主な機能 リアルタイム課題監視 ライブ統計ダッシュボード - 残高、純資産、P&L、ドローダウンのリアルタイム追跡 プロフェッショナル指標 - 確定P&Lと未確定P&L、勝率、取引分析 手動/自動取引サポート: 手動取引戦略とエキスパートアドバイザーによる自動取引の両方 完全なProp Firmルー
KT Double Top Bottom MT5
KEENBASE SOFTWARE SOLUTIONS
1 (1)
The double top bottom pattern is arguably one of the technical analysis's most popular chart patterns. These patterns are used to capitalize on recurring patterns and identify trend reversal patterns, thereby creating well-placed entry and exit levels. The KT Double Top Bottom is based on these patterns and fine-tunes the trade signal development process for traders. Features It's based on one of the most reliable trading patterns and brings some fine-tuning and automation to the process. Also
CoPilot — デイリートレーディングダッシュボード 数字を把握し、明確にトレードする。 MT4バージョン CoPilotとは? CoPilotは プロフェッショナルグレード のトレーディングアシスタントで、毎日のパフォーマンス統計を リアルタイム でチャートに直接表示します—— ライブエクイティカーブ はトレードごとに更新されます。チャートを離れずにセッションを即座に把握したいアクティブトレーダー向けに設計されており、CoPilotは すべてのシンボルのその日のクローズド取引 を集計し、シンプルでカラーコード化されたインタラクティブパネルに表示します。 ターミナルの履歴タブに切り替える必要はもうありません。手計算も不要です。CoPilotはあなたの 副操縦士 として常に監視し、常に計算し、常に目の前に表示します。 リアルタイム統計パネル CoPilotは3つのセクションに整理された完全な日次パフォーマンス指標を表示します: アクティビティ — 本日の総取引数、クローズド取引、オープンポジション、勝敗数、 勝率 (%) 、ブレークイーブン取引。勝率の色は動的に変化:50%超で緑、5
KT Renko Patterns は、レンコチャートの各レンガをスキャンしながら、さまざまな金融市場でトレーダーによく使用されている有名なチャートパターンを検出します。 時間ベースのチャートと比較して、レンコチャートは視認性が高くシンプルなため、パターンベースのトレードがより簡単かつ明確になります。 KT Renko Patterns は複数のレンコパターンを搭載しており、その多くは Prashant Shah 氏の著書『Profitable Trading with Renko Charts』でも詳しく解説されています。 KT Renko Patterns インジケーターに基づいた 100% 自動化された EA は、こちらからご利用いただけます - KT Renko Patterns EA 。 機能一覧 最大8種類の明確なレンコパターンを表示し、あいまいさなく取引をサポートします。 完全な客観性を保つため、すべてのパターンにストップロスとフィボナッチターゲットが設定されています。 KT Renko Patterns は各パターンの精度を継続的に測定し、重要な統計情報をチャート
Overview Mirror Signals Service EA (Text only)   is a powerful monitoring Expert Advisor that automatically sends   real-time Telegram notifications   for all important trade events on your MetaTrader 5 account. It is engineered specifically for   signal providers ,   trade-copier operators ,   auditors ,   educators , and   professional trading services   that require immediate, detailed, and reliable reporting. Everything from   entries, exits, SL/TP changes, comment changes, trailing sto
Fair Value Gap Volume Profile Pro This indicator detects price imbalances (Fair Value Gaps) on the chart and displays the volume distribution inside each gap using data from a lower timeframe. It is designed for traders who use institutional price action concepts and want to understand where volume was concentrated during the formation of each gap. What is a Fair Value Gap A Fair Value Gap (FVG) is a three-candle price imbalance where a candle moves so strongly that it leaves a range untouched
Reverse Trader
ELITE FOREX TRADERS LLC
ELITE REVERSE TRADER (MT5) Instantly hedge or invert any trade opened on your account—manual or EA. Reverse Mirror EA monitors your live positions and opens an opposite trade using your chosen lot mode (Fixed or Multiplier). When the original position is closed (manual close, SL/TP hit, EA exit—any method), the mirrored position closes automatically. Because it runs in the same terminal, it reacts faster than third-party copy tools. WHY THIS MATTERS It is widely cited that a large majority of
Awesome Oscillator by Bill Williams with the ability to fine-tune and replace the averaging algorithms of the indicator, which significantly expands the possibilities of using this oscillator in algorithmic trading and brings it closer in its properties to such an indicator as the MACD. To reduce price noise, the final indicator is processed with an additional Smooth averaging. The indicator has the ability to give alerts, send mail messages and push signals when the direction of movement of th
Introducing "X Marks the Spot" – Your Ultimate MetaTrader 5 Indicator for Perfect Trades! Are you tired of the guesswork in trading? Ready to take your MetaTrader 5 experience to a whole new level? Look no further – "X Marks the Spot" is here to revolutionize your trading strategy! What is "X Marks the Spot"? "X Marks the Spot" is not just another indicator – it's your personal trading compass that works seamlessly on all timeframes . Whether you're a beginner or an experienced trader,
Before installing the HeatMap indicator make sure you are using a broker that gives you access to the Depth of market (DOM) !! This indicator creates a heatmap on your chart allowing you to see the buy or sell limit orders easily and in real time. You have the possibility to change the setting and the colors of the HeatMap in order to adapt to all markets and all charts. Here is an example of a setting you can use with the NASDAQ100 on the AMPGlobal broker :  https://www.youtube.com/watch?v=x0Y
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
Gann Time–Price Square Cycles (MT5) このインジケーターは、W.D. Gann が提唱した「時間と価格のバランス」という概念を応用しています。 チャート上のスイングを検出し、 Quarter, Half, Full サイクルの時間間隔を将来に向けて投影し、垂直線で表示します。 このツールは、トレーダーがスイングの大きさと経過時間の関係を、MT5チャート上で直接研究できるよう設計されています。 機能 PivotDepth と最小スイングサイズに基づき、スイングの高値・安値を検出。 Quarter, Half, Full の調和的な時間間隔を投影。 計算されたサイクルポイントを示す垂直線を描画。 インジケーターを削除するまで、描画されたラインはチャート操作中も保持。 特徴 Quarter, Half, Full サイクルごとに独立した PivotDepth と MinSwingSize パラメータを設定可能。 新しいバー生成時、シンボル変更、タイムフレーム変更時に自動更新。 最大 5000 本の履歴バーを処理できる設計。 同じチャートに複数インスタンスを
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (207)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 Contact me via private message to receive the User Manual and Setup Video. * Thai Lauguage Support Available Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading A
Copy Cat More Trade Copier MT5 (コピーキャット MT5) は、今日の取引課題に対応して設計されたローカルトレードコピーシステムと完全なリスク管理・実行フレームワークです。プロップファームのチャレンジから個人ポートフォリオ管理まで、堅牢な実行、資本保護、柔軟な設定、高度な取引処理の組み合わせで、あらゆる状況に適応します。 コピーシステムはマスター(送信側)とスレーブ(受信側)の両方のモードで動作し、成行注文と指値注文、取引修正、部分決済、両建て決済操作のリアルタイム同期を行います。デモ口座とライブ口座、取引ログインまたは投資家ログインの両方に対応し、EA、ターミナル、またはVPSが再起動してもパーシスタント取引メモリシステムを通じて復旧を保証します。複数のマスターとスレーブをユニークIDで同時に管理でき、ブローカー間の違いはプレフィックス/サフィックス調整またはカスタムシンボルマッピングを通じて自動的に処理されます。 マニュアル/設定  | Copy Cat More MT4 | チャンネル  特別機能: 設定が簡単 — わずか30秒で完了(ビデオをご覧
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.
AntiOverfit PRO:バックテストの不都合な真実 そのEAを買う前に、少し立ち止まってください。 年利250%をうたうシステムを見つけたところです。バックテストは完璧に見えます。販売者の価格は399ドル、あるいは1,999ドルかもしれません。表面上は、すべてが理にかなって見えます。 しかし問題があります。そのバックテストは、あなたが思っていることを証明してはいません。 過去データだけでは、ほとんど何も証明できません。確認できるのは、そのロジックが ある1つの 特定の市場シーケンスで機能したということだけです。価格が別の経路をたどった瞬間に、ロボットは崩れ始めます。 そして高額なEAの多くは、まさにそこで失敗します。 AntiOverfit PROがすること AntiOverfit PROは、システムを売る前にほとんど誰も見せないものを提供します。お金を使う 前に 、その堅牢性を確認する方法です。 数学者である必要はありませんし、難しく考える必要もありません。流れはとてもシンプルです。 MT5のチャートにAntiOverfitを配置します。 AntiOverfitが現実的な
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? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
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
Crystal Trade Manager – Advanced MT5 Risk and Trade Control Utility Overview Crystal Trade Manager (CTM) is a professional MetaTrader 5 utility designed for risk management, trade automation, and instant execution control. It provides traders with an integrated system for protecting equity, managing daily drawdowns, controlling lot sizes, and applying automation features such as automatic SL/TP, break-even, and trailing stop. The tool is suitable for manual traders, prop-firm challenge particip
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認
EA AUDITOR - VERIFY EA'S BEFORE YOU BUY The Only Independent EA & Signal Verification Tool for MetaTrader 5 MAKE SMARTER EA PURCHASES. EVERY TIME. The MQL5 market is home to some genuinely outstanding Expert Advisors built by talented developers — strategies that can transform your trading. But it can also include EAs with history readers coded in to produce fake backtest results, curve-fitted strategies, manipulated signals, and EAs falsely marketed as "AI-powered" or "machine learning" when th
Local Trade Copier EA は、MAMまたはPAMMアカウントを必要とせずに、外部ソースからのトレードシグナルを実行する必要がある、または同時に複数のアカウントを管理する必要がある個々のトレーダーまたはアカウントマネージャー向けのソリューションです。最大8つのマスターアカウントから無制限のスレーブアカウントにコピーします [ インストールガイド | アップデートガイド | トラブルシューティング | FAQ | すべての製品 ] 100%セルフホスト インストールと使用が簡単 インストーラー、構成ファイル、サーバー、メモリパイプ、DLLは使用されていません EAを永久に使用するための1000回のアクティベーション ローカル実行、ネットワーク遅延なし それはあなたがこれまでに必要とするすべての機能を実装します: 最大8つのマスターアカウントと無制限のスレーブアカウント すべてのブローカーおよびDD / NDD / ECN / STP実行で動作します 異なる口座通貨の口座で動作します ライブアカウントとデモアカウントの間で区別なく機能します マスターアカウントとスレーブア
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
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. For the online version please reach out to me directly****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates detailed HTML reports with interactive vi
EmoGuardian
Samuel Bandi Roccatello
5 (6)
EmoGuardianを使用して取引口座に高度なリスク制限を課すことで、過剰取引、FOMO、強迫的な行動を回避します。 ポジションにストップロス を自動的に追加 し、 EA の損失を管理し 、 EA を自動的にロード / アンロードします。   ポジションごと、取引ごと、時間範囲ごと、日ごとに リスクを制限します。 リスク管理オプションは、トレーダーが口座を吹き飛ばすような強迫的な行動に特化して開発されました。 注意 : これはユーティリティであるため、ストラテジーテスターでは動作しません。EmoGuardianはネッティング口座では機能しません (ほとんどの取引口座はヘッジ口座です) 完全マニュアル+デモ版 ユニークな機能: 口座残高のパーセンテージまたはピップでポジションにストップロスを自動的に追加します リスク限度に達したらEAを強制終了し、翌日自動的にリロードします   VPSサーバー上で動作する EAを管理する ための緊急信号を作成する 日次制限 口座通貨で最小/最大エクイティレベルを設定します 1日あたりの最大損失/最大利益を通貨価値またはパーセンテージで設定します 一日の
Custom Alerts:複数市場を監視し、重要なチャンスを見逃さない 概要 Custom Alerts は、複数の銘柄にまたがるトレードチャンスを一元的に監視したいトレーダーのためのダイナミックなソリューションです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power などの主要ツールと連携し、複数のチャートを切り替える手間なく、重要な市場変動を自動で通知します。ブローカーが提供するすべての資産クラスに対応しており、シンボルを入力する必要はありません。設定で資産クラスを選択するだけで、すぐにアラートを構成できます。 1. Custom Alerts がトレーダーにとって非常に有益な理由 オールインワンの市場監視 • Custom Alerts は、為替、金属、暗号資産、指数、株式(ブローカーが対応している場合)からのシグナルを収集・統合します。 • 複数のチャートを切り替える必要がなくなり、明確で一元化された通知が得られます。 戦略に合わせたアラート構成 • ボリューム急増、通貨強弱の閾値、極端な価格変動など、目的に応じたアラート
ManHedger MT5
Peter Mueller
4.83 (6)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before BUYING  and watch my video about it. The price of the ManHedger will increase to 250$ after 20 copies sold. Contact me for user support or bug reports or if you want the MT4 version! MT4 Version  I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading s
EASY Insight AIO – スマートで手間いらずな取引のオールインワンソリューション 概要 数秒で市場全体——FX、ゴールド、暗号資産、指数、さらには株式まで——を、手作業のチャート確認や複雑なセットアップ・インジケーター導入なしにスキャンできたらどうでしょうか? EASY Insight AIO はAIトレードのための究極のプラグ&プレイ型エクスポートツールです。市場全体のスナップショットを、クリーンなCSVファイルで一括出力。ChatGPT、Claude、Gemini、Perplexityなど、さまざまなAIプラットフォームで即座に解析できます。 ウィンドウの切り替えやグラフのごちゃごちゃしたオーバーレイはもう不要。自動エクスポートされる純粋で構造化されたインサイトだけで、無駄なチャート監視に悩まされず、スマートなデータ主導の判断に集中できます。 なぜEASY Insight AIOなのか? 本当のオールインワン • セットアップ不要、インジケーターのインストール不要、チャートへのオーバーレイ不要。インストールして起動し、エクスポートするだけです。 マルチアセット対
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
MT5-StreamDeck offers the possibility to use a certain number of pre-programmed Hot-keys with a clearly defined role. So by the push of a button you can open a trade with a pre-defined lot size, stoploss and take profit. Close all your trades, close the ones in profit, or in loss, set Break-even or set a trailing stop. All this with a Hot key button. See the feature list for all the actions that can take place at the push of a button. Ideal for Quick Scalping or day trading with set risk managem
Trend Cue is a basket-management utility for MetaTrader 5 hedging accounts. You open the first trade. You choose the direction, the timing, and the lot size. Trend Cue then manages the basket that forms around that decision — setting take-profit levels based on real market volatility, optionally building a grid of additional entries, tracking your average price, and protecting your account with drawdown limits that act on the entire basket rather than on individual positions. It works on any ins
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus は、MetaTrader 5プラットフォーム上での取引効率と効果を向上させるために設計された高度なトレード管理ツールです。リスク計算、注文管理、高度なグリッドシステム、チャートベースのツール、パフォーマンス分析など、包括的な機能を提供します。 主な機能 1. リカバリーグリッド 逆境の市場環境下で取引を管理するための平均化および柔軟なグリッドシステムを実装します。 取引回復のための戦略的なエントリーおよびエグジットポイントを可能にします。 2. スタックグリッド 強い市場の動きの中でポジションを追加することで、有利な取引での潜在的なリターンを最大化するように設計されています。 トレンド市場で利益を得られるよう、勝ち取引を拡大します。 3. 損益(P&L)ライン チャート上に直接、潜在的な利益と損失のシナリオを視覚的に表示します。 設定を調整し、P&Lラインをドラッグして、実行前にさまざまな取引結果を評価します。 4. バスケットモード 同じシンボルでの複数ポジションの管理を簡素化し、それらを単一の集約ポジションにまとめます。 平均価格に基づいて、ストップロスやテイクプ
Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
Pulsar Terminal は、 Astralys LLC の商標である Pulsar Technologies の製品です。 Pulsar TerminalはMetaTrader 5用のユーティリティアドオンです。 Expert Advisor を介してMetaTrader 5アカウントに接続される コンパニオンアプリケーション 内の実行ツールと組み合わされた ビジュアルインターフェース です。標準的なMT5パネルよりも高度なビジュアルインターフェースとワークフローを提供し、ツールの機能を最大化するためにコンパニオンアプリケーションを使用しています。Pulsar Terminalはスタンドアロンアプリケーションではなく、動作にはMetaTrader 5が必要です。EAはPulsar Terminalコンパニオンアプリケーションと localhost経由のみ で通信します。コンパニオンアプリケーションのインストーラーは、インストールガイド(MQL5ブログ記事)を通じて購入者に提供されます。 インターフェースでは注文の実行、リスク管理、取引統計の閲覧、そしてMetaTrader
The product will copy all  Discord  signal   to MT5   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT5. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrader
TradeMirror は、MT4/MT5プラットフォーム向けに開発されたローカル注文同期ツールで、リアルタイム取引をサポートします。 製品の特長 金融ソフトウェアにおけるセキュリティ・安定性・プライバシー保護の高基準に準拠し、以下の3つの核心領域を最適化しました: 直感的なグラフィカルインターフェースで操作が容易 金融シナリオにおける機密データ分離のための強化されたプライバシー保護 ミリ秒単位の注文同期で信号遅延ゼロを実現 MT4/MT5完全互換、多様な取引環境にシームレス対応 システム監視機能とメール通知による取引安定性管理 主要機能 本製品には以下のプロフェッショナルコピー機能を搭載: 複数アカウント並列接続 リアルタイムメール通知 ロットサイズカスタマイズ 信号フィルタリング機構 逆方向コピーモード テイクプロフィット/ストップロス再設定 無料デモ手順 購入前に以下の手順で全機能を体験可能: ページ内の「無料デモ」ボタンをクリック 「MetaTrader 4/5インストール済み」を確認 ブラウザでMT4/MT5クライアントを起動 プラットフォーム内「エキスパートアドバイザー/マ
Crypto Charting for MT5 – MetaTrader 5 向け暗号資産チャートツール 概要 Crypto Charting for MT5 は、WebSocket を介して暗号資産の OHLC チャートデータをリアルタイムで提供します。複数の取引所に対応し、MT5 上で履歴データの自動更新が可能です。 機能 WebSocket によるリアルタイムデータ 自動履歴データ更新 接続障害時のスケジュール更新 全ての MT5 時間足に対応 OHLCV データ構成 ストラテジーテスターに対応 自動再接続機能付き 対応取引所 Binance、Bybit、OKX、KuCoin、MEXC、Gate.io、Bitget、XT.com 補足情報 ティックデータおよび板情報には、別製品の Crypto Ticks をご覧ください。 注意事項 DLL を使用していません。VPS に適しています。 Strategy Tester では WebRequest 機能は動作しません。 デモをご希望の場合は、MQL5 のプライベートメッセージでご連絡ください。 Full Documentati
AlgoRadar
Stephen J Martret
5 (3)
ALGORADAR - REAL-TIME TRADE ANALYTICS The Most Powerful On-Chart Performance Analyzer for MetaTrader 5 ONE CHART. EVERY EA. EVERY ACCOUNT. MT4 & MT5 COMBINED. The ONLY analyzer that displays all your EAs across multiple accounts, brokers, and VPS -- including both MT4 AND MT5 -- on a single live MT5 chart. Your complete trading empire, visible at a glance.
Prop Guardian Risk Manager MT5 – Daily and Overall Drawdown Protection for Prop Firm Traders Prop Guardian Risk Manager is a professional risk-control utility for MetaTrader 5, created for traders who operate under prop firm rules. It does not open trades and does not implement any trading strategy. Instead, it runs in the background, monitors your account risk and can automatically block trading or close exposure when your own limits are reached. Use it as a safety layer on top of your manual t
作者のその他のプロダクト
Trading Reporter Dashboard MT5
Juergen Marcus Wolfgang Rosswinkel
Trading Reporter — Visual Performance Dashboard for MT5 A complete account performance dashboard rendered directly on your MT5 chart — no browser, no external tool, no subscription. Attach it once, resize it to fit your screen, and every key metric updates automatically on each new bar — configurable via InpRefreshBars. Free. No limitations. No trial period. Full source transparency.
FREE
Enhanced Telegram Position Tracker — Real-Time Trade Monitoring & Reporting for MT5 The most complete Telegram reporting solution for MetaTrader 5. Every trade, every update, every alert — delivered instantly to your Telegram channel, group, and forum topics. No missed closures, no duplicates, no spam.
Chart Order Trade Manager MT5
Juergen Marcus Wolfgang Rosswinkel
Enhanced Trade Manager Professional Order & Position Management Panel for MetaTrader 5 OVERVIEW Trade Manager is a professional order and position management panel for MetaTrader 5. It significantly simplifies manual order entry, automatically calculates lot size, Stop Loss and Take Profit based on the configured risk budget, and displays all relevant parameters clear
MT5 to Telegram Informer
Juergen Marcus Wolfgang Rosswinkel
MT5 to Telegram Signal Provider Real-Time Trade Notifications for MetaTrader 5 OVERVIEW MT5 to Telegram Signal Provider is a utility Expert Advisor for MetaTrader 5 that automatically sends trade notifications to one or more Telegram chats or channels. Every trade event on the account is captured and delivered as a formatted message in real time. The EA runs on any
Position Closure Management MT5
Juergen Marcus Wolfgang Rosswinkel
NOHEDGE Automated Hedge Manager & Risk Controller for MetaTrader 5 OVERVIEW Running grid, martingale, or manual hedging strategies means you constantly carry open buy/sell pairs that need to be resolved at exactly the right moment — before the spread widens at rollover, before a news spike blows your account, or exactly at your daily profit target. Doing that manuall
フィルタ:
レビューなし
レビューに返信