CcF Reporter

Stop Guessing, Start Tracking: Why You Need CcF Reporter

In the fast-paced world of algorithmic and manual trading, your edge relies on clear data, not emotions. However, evaluating your true performance inside the standard MetaTrader 5 history tab can be frustrating. Deposits, withdrawals, and broker bonuses often clutter your history, making it difficult to see your actual trading Profit and Loss (PnL) at a glance. Furthermore, if you are running multiple Expert Advisors or combining automated systems with manual trades, tracking which specific strategy is actually making money becomes a time-consuming chore.

Enter CcF Reporter.

Think of this utility EA as your automated personal accountant. It runs silently in the background, filtering out all the non-trading noise to calculate your pure, exact trading PnL. Instead of forcing you to log into your VPS or open your terminal to check your progress, CcF Reporter delivers comprehensive, easy-to-read performance breakdowns directly to your phone via Telegram or Discord.

With CcF Reporter, you instantly know:

  • Your True PnL: Stripped of deposits, withdrawals, and confusing credit bonuses.

  • What’s Working: A clear ranking of your Top 3 winning and losing symbols.

  • Who’s Performing: A detailed breakdown of profits and trade counts sorted by Strategy, Magic Number, or Order Comment, so you know exactly which bot to scale up and which to turn off.

Whether you want a daily recap over your morning coffee, a weekly summary to review your portfolio, or scheduled updates throughout the day, CcF Reporter gives you the exact metrics you need, exactly when you need them.

Automate your tracking. Optimize your strategies. Keep disciplined.


User Manual: CcF Reporter

Overview

CcF Reporter is an automated MetaTrader 5 reporting utility Expert Advisor (EA). It monitors your trading history and sends detailed performance summaries—including PnL, top traded symbols, and strategy breakdowns—directly to your Telegram or Discord.

Core Logic & Features

  • Clean PnL Calculation: The EA exclusively calculates trading performance. It automatically filters out deposits, withdrawals, credits, and bonuses so your trading PnL remains accurate.

  • Strategy Categorization: It groups trades based on either Magic Number or Order Comment . You can manually group multiple magic numbers/comments into a single "Strategy Name", or let the EA auto-detect them.

  • Smart Triggers: Reports can be sent manually via chart buttons, automatically at the end of the day/week/month, or at specific scheduled server times.

  • Anti-Spam & Auto-Split: If a report exceeds Telegram's or Discord's character limits, the EA will automatically split the message into smaller chunks and send them with a 1-second delay to prevent API blocking.

Input Parameters Explained

1. General Settings

  • Send Report To: Choose your preferred messaging app ( PLATFORM_TELEGRAM or PLATFORM_DISCORD ).

  • Analysis Mode: Defines how the EA identifies different strategies.

    • Magic Number : Exact match based on EA Magic Numbers.

    • Order Comment : Partial match based on trade comments (e.g., if the comment contains the mapped text).

  • Auto-Detect Strategies: If true , any trade that does not match your manual "Strategy Mapping" will be automatically grouped and reported based on its raw Magic Number or Comment.

2. Telegram Settings (Requires Send Report To = Telegram)

  • Telegram Bot Token: Your Telegram Bot API token (obtained from BotFather).

  • Telegram Chat ID: The destination Chat ID (can be a personal chat, group chat, or channel). Include the - prefix if it is a group/channel.

3. Discord Settings (Requires Send Report To = Discord)

  • Discord Webhook URL: The Webhook URL generated from your Discord channel settings (Integrations > Webhooks).

4. Specific Time Notification

  • Enable Specific Hour Report: If true , the EA will send regular updates at the exact times specified below.

  • Specific Hours: A comma-separated list of times you want to receive reports. Note: This uses Broker Server Time, not your local PC time. Format: HH:MM (e.g., 06:00, 12:05, 18:00 ).

5. Strategy Mapping

Used to group multiple Magic Numbers or Comments under one clean, readable name in the report.

  • Strategy Mapping 1 to 5: Format must be CustomName1=Value1,Value2;CustomName2=Value3;CustomName3=Value4,Value5

    • Magic Number Example: GridBot=1001,1002,1003;BreakoutBot=201,202;Scalp=400

    • Comment Example: Scalper=EA_V1,EA_V2;BreakoutBot=EA Breakout;Scalp=Scalp

6. Report Settings

  • Custom Header Title: Custom title printed at the very top of the report message.

  • Extra Comment at Bottom: A custom footer note printed at the bottom of the report.

  • Send Report on Weekend ?: If false , the EA will not send Daily or Scheduled reports on Saturdays and Sundays.

  • Show Symbol Analysis (Top3): If true , the report will include the Top 3 Gainers and Top 3 Losers by traded symbol.

  • Show Strategy Overview: If true , the report will include the PnL breakdown per strategy (Mapped & Auto-detected).

On-Chart UI Controls

Once attached to a chart, the EA provides four clickable buttons on the top-left corner for manual, instant reporting:

  1. Send Daily: Generates a report from 00:00 server time today until the current moment.

  2. Send Weekly: Generates a report from Monday 00:00 of the current week until the current moment.

  3. Send Monthly: Generates a report from the 1st day of the current month until the current moment.

  4. Send All History: Generates a comprehensive report of the entire account history from the very first trade.

Setup Instructions

  1. Allow WebRequests in MT5: Go to Tools > Options > Expert Advisors.

  2. Check the box "Allow WebRequest for listed URL".

  3. Add these URLs to the list depending on your platform:

  4. Attach the EA to any chart on any timeframe, configure the inputs, and ensure "Algo Trading" is enabled.


Appendix: Platform Setup Guide

To use the CcF Reporter EA, you need to connect it to your preferred messaging platform. Follow the instructions below to generate the necessary API credentials.

Setting Up Telegram Notifications

To send reports to Telegram, you need two things: a Bot API Token (to authorize the bot) and a Chat ID (to tell the bot where to send the message).

Step 1: Create a Bot & Get Your API Token

  1. Open your Telegram app and search for @BotFather (ensure it has the official blue verified checkmark).

  2. Click Start or send the command /newbot .

  3. Follow BotFather's prompts:

    • Name: Enter a display name for your bot (e.g., CcF MT5 Reporter).

    • Username: Enter a unique username that ends in "bot" (e.g., ccf_report_123_bot).

  4. Once successfully created, BotFather will reply with a congratulatory message containing your HTTP API Token (it looks like a long string of characters, e.g., 1234567890:ABCDefGhIjKlMnOpQrStUvWxYz ).

  5. Copy and save this Token. You will paste this into the InpBotToken input in the EA settings.

Step 2: Find Your Chat ID

The bot needs to know exactly which chat room to send the reports to. The method depends on whether you want reports sent to a direct message or a group/channel.

Option A: For Personal Direct Messages (You alone)

  1. Search for @userinfobot or @RawDataBot in Telegram.

  2. Click Start.

  3. The bot will instantly reply with your account information.

  4. Look for the line that says Id: 123456789 . That number is your Chat ID. Copy it into the InpChatID input in the EA.

Option B: For a Group or Channel

  1. Create a new Telegram Group or Channel (or use an existing one).

  2. Add your newly created Bot to this group/channel and promote it to Administrator (so it has permission to send messages).

  3. Send a random test message in that group (e.g., "Hello Bot").

  4. Open your web browser and visit this URL (replace <YourBotToken> with the token you got from Step 1): https://api.telegram.org/bot&lt;YourBotToken>/getUpdates

  5. You will see a block of text (JSON data). Look for the section that says "chat":{"id":-1001234567890 .

  6. Copy that entire number including the negative sign ( - ). This is your Group/Channel Chat ID. Paste it into the InpChatID input in the EA.

Security Warning: Never share your Bot Token publicly. Anyone with your token can control your bot.

Setting Up Discord Notifications

Sending reports to Discord is much simpler and only requires a single Webhook URL.

Step 1: Create a Webhook URL

  1. Open Discord and navigate to the Server and specific Text Channel where you want to receive your trading reports. (Note: You must have "Manage Webhooks" or Administrator permissions for that server).

  2. Hover over the text channel's name on the left sidebar and click the Edit Channel (gear icon) button.

  3. On the left-hand menu, click on Integrations.

  4. Click on Webhooks, then click the New Webhook button.

  5. Discord will create a default webhook (usually named "Captain Hook"). Click on it to expand the settings.

  6. Customize it: You can change its name (e.g., "CcF EA Reporter") and upload an avatar/logo for it.

  7. Click the Copy Webhook URL button.

  8. Click Save Changes at the bottom.

Step 2: Insert into the EA

  1. Paste the copied URL directly into the InpDiscordWebhook input in the EA settings.

  2. Ensure you have selected PLATFORM_DISCORD in the EA's General Settings.

Security Warning: Treat your Webhook URL like a password. Anyone who has this URL can post messages to your Discord channel.

おすすめのプロダクト
Price Action Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Price Action Builder Premium expert advisor is an extension of the freely available Price Action Builder Basic :     it provides 2 new candlestick patterns besides the pinbar (already available in the basic edition);     in most configurations, backtesting usually shows an average yearly return rate increased by approximately 50%;     the account growth curve is also smoother, due to larger number of trades, almost double (2x) compared to the free version. While aimed primarily at obtaining
Imagine flying a real aircraft without ever stepping into a flight simulator. That's what trading is like. You have to simulate your strategy before you can take it to a live market. It is good if you can simulate things speedily before even stepping into any live market, or before coming up with an automated system.  People don't have all day to stare at a higher timeframe chart until the entry signal finally arrives. That's why I built this so that you can simulate your strategy with speed. Th
FREE
Trading Assistent is a multifunctional trading panel that combines all necessary tools for professional trading. The panel provides complete control over positions, in-depth risk analysis, and fast order execution. MAIN FUNCTIONAL BLOCKS Position Management: - Real-time viewing of all open positions - Sorting by symbol, profit, volume, and type - Visual indication of profitable and losing positions - Bulk closing operations - Breakeven function for profit protection Trading Operations: - I
デモ口座向け無料版 | MT4 バージョン SmartLot   MT5  は、チャートから直接ロットを素早く計算し、ペンディングオーダーやマーケットオーダーを発注するための、インタラクティブでシンプルなパネルです。 ストラテジーテスターでは動作しません 。ユーティリティをテストするには、デモ口座用の無料版をダウンロードしてください。説明文の冒頭に手順とファイルがあります。 機能: グラフィカルインターフェース: 利益と損失の領域を色分けした、インタラクティブなエントリー、SL、TPライン。 リアルタイム計算: SL/TPレベルを変更すると、パネルが自動的にリスク/利益値(通貨 / ピップス / %)を再計算します。 執行: グラフィックライン上のボタンをクリックして注文を実行します。主要な注文タイプをサポート。 リスク管理: 動的ロット(預入金の割合)または固定ボリュームで作業するための組み込みモジュール。 個別マジックナンバー: 各注文ごとに個別にマジックナンバーを指定可能。
BoTutor
Janos Peter Bartucz
Introducing BoTutor - Simplify Candlestick Data Collection and Export!   Are you tired of the hassle of manually collecting and exporting candlestick data from your charts? Look no further, because BoTutor is here to revolutionize your data mining experience . BoTutor offers a user-friendly graphical interface that is intuitive, clean, and easy to navigate. Say goodbye to complex data extraction procedures, and effortlessly gather candlestick data with just a few clicks.   BoTutor lets you expo
Gioteen Volatility Index (GVI) - your ultimate solution to overcoming market unpredictability and maximizing trading opportunities. This revolutionary indicator helps you in lowering your losing trades due to choppy market movements. The GVI is designed to measure market volatility, providing you with valuable insights to identify the most favorable trading prospects. Its intuitive interface consists of a dynamic red line representing the volatility index, accompanied by blue line that indicate
Global Market Sessions – Visual Analyzer for MT5 A lightweight MT5 indicator that visually maps Tokyo, London and New York sessions, auto-detects broker timezone & DST, and highlights the best liquidity windows for smarter trading. See the market’s rhythm at a glance. Trade with clarity, precision, and confidence. Overview Global Market Sessions is a powerful yet easy-to-use MT5 indicator that visually displays the world’s major trading sessions (Tokyo, London, New York) directly on your chart
FREE
Harvester Pro Universal Master The Ultimate Volatility Breakout & Trend-Following Solution for XAUUSD and Major Pairs. Harvester Pro Universal Master is a professional-grade Expert Advisor (EA) engineered for high-performance trading on the MetaTrader 5 (MT5) platform. Optimized specifically for XAUUSD (Gold) and major currency pairs like EURUSD , this EA combines a sophisticated Volatility Breakout engine with a robust EMA/TEMA Trend-Following filter to capture explosive market moves with surg
EA 自動テイクプロフィット、自動買い/売り、ボリューム マネージャー、サイドウェイ トレード、トレーリング オープン ポイント 1 – 自動買い/売りオープン EA は、設定 (利益、ストップロス、ボリューム) に従って、買いまたは売りを自動的にオープンします。 ボリューム管理: 注文の総数と固定サイズ 2 – 自動テイクプロフィット: 設定に従って最小利益でテイクプロフィット、最小および最大利益に従ってテイクプロフィット ボタン 3 – 注文処理: EA で設定されたピップ数に従って、ポジションのストップロスには 3 つのレベルがあります 4 – サイドウェイ トレード: サイドウェイ ピーク領域で売り注文をオープン – サイドウェイ ボトム領域で買いをオープン、サイドウェイ ピークとボトムの値は EA で設定されています。 5 – トレーリング オープン ポジション: 1 つの価格ポイントを追跡し、価格がそのポイントに達すると売りをオープンし、EA の設定に従ってピップ数を減らします。価格が買いウォッチ ポイントに達し、価格が設定のピップ数に回復すると買いをオープンします。
Capital Management EA – Smart Risk Management & Profit Optimization for MT5 Take control of your trading capital with smart, automated strategies — fully optimized for MetaTrader 5 (MT5). Looking to protect your capital and maximize profits through automated money management strategies ? Capital Management EA is the all-in-one Expert Advisor for MetaTrader 5 (MT5) that helps you trade smarter, not harder. Core Features: 5-in-1 Capital Management Strategies – Built-in versatility Gr
MT5からTelegramに完全にカスタマイズ可能なシグナルを送信して、シグナルプロバイダーになりましょう!この製品は、使いやすく視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT4バージョン  | Discordバージョン デモを試したい場合は、ユーザーガイドをご覧ください。 MT5からTelegramへの送信者は、ストラテジーテスターでは動作しません。 MT5からTelegramへの機能 多数のオプションを使用して、シグナルを完全にカスタマイズします シグナルの前後に独自のカスタムメッセージを追加します。これには、タグ、リンク、チャンネルなどが含まれます シグナル内の絵文字を追加、削除、カスタマイズします。また、すべて削除することもできます。 シンボルまたはマジックナンバーで送信する取引をフィルタリングします 特定のシンボルの送信を除外します 特定のマジックナンバーの送信を除外します シグナルと一緒に送信する取引の詳細をカスタマイズします シグナルと一緒にスクリーンショット
Introducing the DYNAMIC PIVOTFLEX SUPPLY EA – your ultimate trading companion that brings the power of flexibility and dynamic strategy right to your fingertips. Designed for the modern trader who demands control and adaptability, this Semi-Automated Expert Advisor is a game-changer in the world of Forex trading. Key Features: Semi-Automated Precision : Open sell positions and hedge with buystop orders (user preferred price) seamlessly, leveraging the robust Martingale principle for consistent
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
It Will Close Your All Trade   in Half of second  no matter you open 100 plus trade open it will close all trade half of second  . it good work for 1 -5 min scalping   this Ea have  many function see the pic i uploaded   there  . ea that have function close all trade , close all lossing trade , close all profit trade . also have lot system where you can put your  expected lot and buy sell button and it can close 100 trade in 1 second  
TrendLine Manager
Mirel Daniel Gheonu
4.5 (2)
TrendLine Manager - Professional Trading Assistant TrendLine Manager is a smart trading tool that helps you manage your trades using trendlines drawn directly on your charts. Instead of manually watching every line you draw, this Expert Advisor does the monitoring for you. What it does: Converts any trendline you draw into an active trading trigger Automatically closes positions when price hits your stop loss or take profit lines Opens new trades when price crosses your entry lines Works with sl
FREE
Smart TP SL Manager MT5 Smart TP SL Manager MT5 is a trade management utility for MetaTrader 5 designed to monitor and manage position protection directly from the chart through a compact panel. The tool focuses on a common problem in manual trading: loss of control over stop loss, take profit, and position risk when multiple trades are active. Instead of relying on manual checking or switching between terminal windows, the panel provides a structured view of protection status and risk conditio
TradeGo Assistant v1.0 — Professional Manual Trading Tool for MetaTrader 5 What Is TradeGo Assistant? TradeGo Assistant is a professional trading tool for MetaTrader 5, built specifically for manual traders. It does not trade on your behalf, generate signals, or open positions automatically. It acts as your complete trading desk built directly into your MT5 chart — helping you execute orders faster, manage positions more efficiently, and stay informed about market conditions, all from a single s
TradePilotmt5
Hossein Khalil Alishir
TradePilot Expert Advisor (EA) for MetaTrader 5 TradePilot is a professional and user-friendly Expert Advisor (EA) for MetaTrader 5 (MT5) . It simplifies automated trading , risk management , and trade execution with a smart trading panel . Perfect for beginners and experienced traders looking for a reliable trade manager EA with automated lot size calculation and smart position management. Key Advantages User-Friendly Trading Panel: Customizable panel with buttons and hotkeys for fast ex
This indicator allows you to enjoy the two most popular products for analyzing request volumes and market deals at a favorable price: Actual Depth of Market Chart Actual Tick Footprint Volume Chart This product combines the power of both indicators and is provided as a single file. The functionality of Actual COMBO Depth of Market AND Tick Volume Chart is fully identical to the original indicators. You will enjoy the power of these two products combined into the single super-indicator! Below is
Introducing the   DYNAMIC PIVOTFLEX DEMAND   EA – your ultimate trading companion that brings the power of flexibility and dynamic strategy right to your fingertips. Designed for the modern trader who demands control and adaptability, this Semi-Automated Expert Advisor   is a game-changer in the world of Forex trading. Key Features: Semi-Automated Precision : Open buy positions and hedge with sellstop orders (user preferred price) seamlessly, leveraging the robust Martingale principle for consis
MT5用Crypto_Forexインジケーター「HTFモメンタム」 - HTFモメンタムは、価格変動率を測定する主要インジケーターの一つです。HTFとは、高時間足を意味します。 - このインジケーターはトレンドの方向を示し、現在の値と過去の値を比較することで価格変動のペースを測定します。 - HTFモメンタムインジケーターは、スキャルピングエントリーや他のインジケーターと組み合わせたマルチタイムフレーム取引システムに最適です。 - このインジケーターを使用すると、高時間足のモメンタムを現在のチャートに表示できます。 - インジケーターには、モバイルとPCの両方でアラートが利用できます。 高品質のトレーディングロボットとインジケーターをご覧になるにはここをクリックしてください! これは、このMQL5ウェブサイトでのみ提供されるオリジナル製品です。
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
FVG EA Pro
Haidar Lionel Haj Ali
4.59 (32)
FVG EA PRO   is a must-have smart money concept EA, highly customizable and using advanced techniques of FVG "Fair Value Gap" and market structure to capture high probability trades.  It is highly configurable,  you can build various strategies based on market structure and FVG as entry criteria. FVG EA PRO can be used to trade Kill Zones and Silver Bullet Windows. It is fully compatible with swing trade strategies. It contains all the functionalities  needed by any  successful traders to automa
Episode Health Monitor Episode Health Monitor is a trading utility for MetaTrader 5 designed to analyze the real-time condition of active trading positions directly on the chart. The tool evaluates the current “trading episode” - a group of open positions - and provides a structured view of risk, stability, and distance to potential failure. Instead of relying only on profit/loss or price movement, it helps identify whether the current position is stable, weakening, or approaching a critical st
市場ボリュームプロファイル指標 + スマートオシレーター。通貨ペア、株式、先物、暗号資産など、ほぼすべての銘柄で動作し、リアルボリュームとティックボリュームの両方に対応しています。プロファイル作成範囲は、1週間や1ヶ月などの自動設定のほか、境界線(赤と青の2本の垂直線)を動かして手動で設定することも可能です。ヒストグラム形式で表示され、特定の価格レベルにおけるヒストグラムの幅は、その価格帯で行われた取引量(約定数)を表します。 Mode level line color パラメータを使用すると、価格が反発する可能性が高い重要なボリュームレベルを自動表示できます。また、 Maximum color パラメータは、指定した範囲全体で最も取引が集中した最大ボリュームレベルを個別に表示します。 スマートオシレーターは買われすぎ・売られすぎのゾーンを表示します。複数のインジケーターからの情報を分析し、処理されたデータに基づいて、買われすぎと売られすぎのゾーンを対応する色で塗りつぶします。 Volume every day では、 Range period パラメータでプロファイル作成の時間間隔を
Attention: Demo version for review and testing can be downloaded here . It does not allow trading and can only be run on one chart. Active Lines - a powerful professional tool for operations with lines on charts. Active Lines provides a wide range of actions for events when the price crosses lines. For example: notify, open/modify/close a position, place/remove pending orders. With Active Lines you can assign several tasks to one line, for each of which you can set individual trigger conditions
BTC Trading Assistant EA (MT5) Manual trading assistant that helps place and manage trades with automated risk and stop management. Overview BTC Trading Assistant EA is a utility Expert Advisor for MetaTrader 5 intended for manual traders. It provides a chart interface to execute BUY/SELL/CLOSE actions and automates selected trade management functions such as position sizing, initial SL/TP placement, break-even, trailing stop and optional partial profit taking. This EA does not generate trade si
Introducing PivotWave – your ultimate trading companion that redefines precision and market analysis. Designed with traders in mind, PivotWave is more than just an indicator; it’s a powerful tool that captures the pulse of the market, identifying key turning points and trends with pinpoint accuracy. PivotWave leverages advanced algorithms to provide clear visual signals for optimal entry and exit points, making it easier for traders to navigate volatile market conditions. Whether you are a begin
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get the most
Trendline EA MT5
Carlos Oliveira
4.8 (15)
Trendline EA MT5 Trendline EA MT5 は、ユーザーが描画したトレンドラインに基づいて取引アクションの実行やアラートの通知を行う、MetaTrader 5 用の半自動エキスパートアドバイザー(EA)です。 MetaTrader 5 には、トレンドラインから直接取引を発注または管理するための標準機能は備わっていません。本エキスパートアドバイザーは、ユーザー定義のトレンドラインを監視し、価格がそれらと相互作用した際に事前に定義されたアクションを実行することで、プラットフォームの標準動作を拡張します。 本エキスパートアドバイザーは、いかなる取引戦略も定義または適用しません。すべての取引ロジックおよび意思決定は、完全にユーザーの管理下にあります。 追加資料 ユーザーガイドおよびドキュメント MT4 バージョン 機能概要 トレンドラインに基づく取引実行 価格がトレンドラインにタッチ、ブレイク、またはプルバックした際に買いまたは売りのアクションを実行 トレンドラインごとにストップロス、テイクプロフィット、ロット数を設定可能 ローソク足の確定、または価格とトレンドラインの
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (135)
Local Trade Copier EA MT5 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT5 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT5 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT5 >> ファイル >> データ フォルダを開く >> MQL5 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
TradePanel MT5
Alfiya Fazylova
4.87 (151)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 ご注意ください!割引は期間限定で、毎週火曜日に価格が5ドルずつ上昇します(上限100ドルまで)。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的
ベータリリース 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:/
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.
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
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台のターミナル間で同時に動作できる、プロフェッ
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
Limited time offer: 20% off for a few days only!  - Annual subscription $360 instead of $450  - Lifetime plan $550 instead of $690 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]   -
Copy Cat More Trade Copier MT5 (コピーキャット MT5) は、今日の取引課題に対応して設計されたローカルトレードコピーシステムと完全なリスク管理・実行フレームワークです。プロップファームのチャレンジから個人ポートフォリオ管理まで、堅牢な実行、資本保護、柔軟な設定、高度な取引処理の組み合わせで、あらゆる状況に適応します。 コピーシステムはマスター(送信側)とスレーブ(受信側)の両方のモードで動作し、成行注文と指値注文、取引修正、部分決済、両建て決済操作のリアルタイム同期を行います。デモ口座とライブ口座、取引ログインまたは投資家ログインの両方に対応し、EA、ターミナル、またはVPSが再起動してもパーシスタント取引メモリシステムを通じて復旧を保証します。複数のマスターとスレーブをユニークIDで同時に管理でき、ブローカー間の違いはプレフィックス/サフィックス調整またはカスタムシンボルマッピングを通じて自動的に処理されます。 マニュアル/設定  | Copy Cat More MT4 | チャンネル  特別機能: 設定が簡単 — わずか30秒で完了(ビデオをご覧
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate 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
AntiOverfit PRO:バックテストの不都合な真実 そのEAを買う前に、少し立ち止まってください。 年利250%をうたうシステムを見つけたところです。バックテストは完璧に見えます。販売者の価格は399ドル、あるいは1,999ドルかもしれません。表面上は、すべてが理にかなって見えます。 しかし問題があります。そのバックテストは、あなたが思っていることを証明してはいません。 過去データだけでは、ほとんど何も証明できません。確認できるのは、そのロジックが ある1つの 特定の市場シーケンスで機能したということだけです。価格が別の経路をたどった瞬間に、ロボットは崩れ始めます。 そして高額なEAの多くは、まさにそこで失敗します。 AntiOverfit PROがすること AntiOverfit PROは、システムを売る前にほとんど誰も見せないものを提供します。お金を使う 前に 、その堅牢性を確認する方法です。 数学者である必要はありませんし、難しく考える必要もありません。流れはとてもシンプルです。 MT5のチャートにAntiOverfitを配置します。 AntiOverfitが現実的な
Custom Alerts AIO:マルチマーケット監視を一括で実現 — 設定不要ですぐに使えるインテリジェントツール 概要 Custom Alerts AIO は、追加のインジケーター設定が不要で、インストール後すぐに利用できる高機能マーケットスキャナーです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power を内部にすべて統合し、主要なすべての資産クラス(為替、金属、指数、暗号資産)を一括監視できます。MetaTrader の仕様により、株式は個別のシンボルとして追加可能ですが、一般的には利用頻度は低めです。 1. なぜ Custom Alerts AIO を選ぶべきか 追加ライセンス不要 • 必要なすべての Stein Investments インジケーターが内蔵されており、すぐに使用可能です。 • チャートに表示されるグラフィックは省略されており、アラート生成に特化した構成です。 市場を広範囲にカバー • 為替、金属、暗号資産、株価指数に対応(株式は手動追加可能)。 • シンボル名を入力する必要はなく、プロパティで資産クラス
ウォッチリスト全体の極端なバーをリアルタイムでスキャン。 Power Bar Scannerは全てのシンボルを同時に監視し、極端な価格バーが出現した瞬間にアラートを送信します。チャートを切り替える必要はありません。全ての機会を一つのパネルで確認できます。 あらゆる時間足に対応。Forex、Indices、ゴールド、Crypto - 全てを一画面で表示。 仕組み スキャナーはMarket Watch内の各シンボルについて、ローソク足の実体が N x ATR を超えるバーをチェックします。検出すると、そのシンボルが方向(BUY/SELL)、ATR比率、何本前にシグナルが発生したかと共に表示されます。どのシンボルが今アクティブかを一目で確認できます。 ワンクリックナビゲーション スキャナー内の任意のシンボル名をクリックすると、チャートが即座にそのシンボルに切り替わります。シグナルを見つけて、クリックして、分析する。手動でのシンボル切り替えやチャートタブの検索は不要です。 ソート可能なカラム 任意のカラムヘッダーをクリックして、シンボル、価格、シグナル、比率、経過時間でソートできます。最も
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus は、MetaTrader 5プラットフォーム上での取引効率と効果を向上させるために設計された高度なトレード管理ツールです。リスク計算、注文管理、高度なグリッドシステム、チャートベースのツール、パフォーマンス分析など、包括的な機能を提供します。 主な機能 1. リカバリーグリッド 逆境の市場環境下で取引を管理するための平均化および柔軟なグリッドシステムを実装します。 取引回復のための戦略的なエントリーおよびエグジットポイントを可能にします。 2. スタックグリッド 強い市場の動きの中でポジションを追加することで、有利な取引での潜在的なリターンを最大化するように設計されています。 トレンド市場で利益を得られるよう、勝ち取引を拡大します。 3. 損益(P&L)ライン チャート上に直接、潜在的な利益と損失のシナリオを視覚的に表示します。 設定を調整し、P&Lラインをドラッグして、実行前にさまざまな取引結果を評価します。 4. バスケットモード 同じシンボルでの複数ポジションの管理を簡素化し、それらを単一の集約ポジションにまとめます。 平均価格に基づいて、ストップロスやテイクプ
TelegramからMT5へ: 究極のシグナルコピーソリューション Telegram to MT5 を使えば、取引がシンプルになります。DLL を必要とせず、Telegram のチャンネルやチャットから MetaTrader 5 プラットフォームに取引シグナルを直接コピーできる最新ツールです。この強力なソリューションは、正確なシグナル実行、豊富なカスタマイズオプション、時間の節約、そして効率性の向上を実現します。 [ Instructions and DEMO ] 主な特徴 直接的なTelegram API統合 電話番号とセキュアコードで認証します。 ユーザーフレンドリーな EXE ブリッジを通じてチャット ID を簡単に管理できます。 複数のチャネル/チャットを追加、削除、更新して、同時に信号をコピーします。 高度なフィルターによる信号解析 例外的な単語 (例: 「レポート」、「結果」) を含む不要な信号をスキップします。 柔軟な SL および TP 形式 (価格、ピップ、ポイント) をサポートします。 価格ではなくポイントを指定するシグナルのエントリ ポイントを自動的に計算します。
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
Cerberus Equity Watcher
Samuel Bandi Roccatello
5 (3)
Cerberus the Equity Watcher はリスク管理ツールであり、アカウントの資産を常に監視し、不完全な EA や裁量的なトレーダーの場合は感情的な行動によって引き起こされる大きなドローダウンを回避します。これは、バグを含む可能性のある EA や、予想外の市況でうまく機能しない可能性のある EA に依存するシステマティック トレーダーにとって非常に役立ちます。 Cerberus では、最小エクイティ値と (オプションで) 最大値を設定できます。これらのいずれかに達すると、すべてのポジションがフラットになり、すべての未決注文がクローズされ、すべての EA が「強制終了」されます。すべての位置を平坦化すると、ユーザーの携帯電話に通知が送信され、画面に明確なメッセージが表示されます。 「平坦化」の後、Cerberus は株式価値を監視し続け、再初期化されるまでそれ以上の取引の試みを停止し続けます。 Cerberus によって実行されるすべての操作は、画面に明確に表示され、Expert advisor タブに報告され、通知がユーザーに送信されます。ユーザーのミスを避けるために、
Grid Manual MT5
Alfiya Fazylova
4.9 (21)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
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
The Ultimate TradingView to MT5 Bridge Automation 手動取引や遅延の問題に終止符を。 TradingView to MT5 Copier PRO は、TradingViewのアラートをMetaTrader 5で直接実行するための、最速かつ最も信頼性の高いブリッジツールです。カスタムインジケーター、ストラテジーテスターのスクリプト、または手動の描画ツールを使用しているかに関わらず、このEAは 高速WebSocket技術 を使用して即座にトレードを実行します。 単純なコピーツールとは異なり、このPROバージョンには Arena Statistics が含まれています。これは、トレードパフォーマンス、ドローダウン、シャープレシオをチャート上で直接分析できる、プロ仕様の統合ダッシュボードです。 主な機能 トレードコピー機能 (Trade Copier) 超高速約定: WebSocket接続(標準的なWebRequestよりも高速)を使用し、スリッページを最小限に抑えます。 ユニバーサルブローカー対応: あらゆるブローカー および プロップファーム
インストール ガイド:  ここをクリック! 複数のエキスパートアドバイザーをまとめて分析する マジックナンバーによるEA結果の比較 収益性とドローダウンを追跡する 日付範囲で結果をフィルタリング ビジュアルエクイティカーブと詳細な指標 1分以内に使用可能 EAポートフォリオアナライザー EA ポートフォリオ アナライザーは、 複数のエキスパート アドバイザーのライブ パフォーマンスを 明確かつ構造化された方法で 監視するように設計された プロフェッショナルな分析ツールです。 同じアカウントで複数のEAを運用している場合、それぞれのEAが全体の結果にどのように貢献しているかを把握するのは困難です。EA ポートフォリオアナライザーを使用すると、 マジックナンバーでエキスパートアドバイザーをフィルタリングおよび組み合わせることができるため 、1つのEA、選択したいくつかのEA、またはポートフォリオ全体の パフォーマンスを表示できます 。 これにより、さまざまな EA の組み合わせを 簡単にテストし 、それらのエクイティ カーブがどのように動作するかを確認できるようになります。これにより
Anchor: The EA Manager A coordination system for traders running multiple EAs. Anchor ensures only one EA can trade at a time, preventing conflicting positions and keeping your portfolio safer. Attach Anchor to any chart. Configure your EAs and their magic numbers. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions on the same candle. Three EA
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
Poc Breakout Signal: The Ultimate Institutional Order Flow & Price Action System Elevate your trading with Poc Breakout, a comprehensive technical analysis tool designed to bridge the gap between retail trading and institutional market understanding. This all-in-one system combines powerful Buy/Sell signals, advanced Volume Profile analysis, real-time Order Flow (Depth of Market), and critical macroeconomic data to give you a clear, unambiguous edge in the markets. Poc Breakout Signal decodes c
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
フィルタ:
レビューなし
レビューに返信