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
MyFXRoom ProEA
Darren Graham Pallatina
MyFXRoom Pro EA A semi-automated trade management EA built around the MyFXRoom Strategies (Guides in my profile) Designed for traders who make their own decisions and want precise execution, clean risk management and professional chart tools — without handing control to a fully automated system. TRADE EXECUTION Execute 1, 2 or 3 simultaneous market orders with a single button click. The EA calculates exact po
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 - это многофункциональная торговая панель, которая объединяет все необходимые инструменты для профессиональной торговли. Панель предоставляет полный контроль над позициями, углубленный анализ рисков и быстрое исполнение ордеров. ОСНОВНЫЕ ФУНКЦИОНАЛЬНЫЕ БЛОКИ Управление позициями: - Просмотр всех открытых позиций в реальном времени - Сортировка по символу, прибыли, объему и типу - Визуальная индикация прибыльных и убыточных позиций - Групповые операции закрытия - Функция Brea
SmartLot MT5
Nikita Chernyshov
Бесплатная версия  для демо-счетов  | Версия MT4 SmartLot MT5  -   это интерактивная и простая панель для быстрого расчет лота, выставления отложенных и рыночных ордеров прямо с графика. Не работает в тестере стратегий . Чтобы протестировать утилиту, скачайте бесплатную версию для демо-счетов. Инструкция и файл находятся в шапке описания. Функционал: Графический интерфейс:   интерактивные линии Entry, 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
Auto Grid Bot
Victor Ifeanyi Dozie
Grid Trade Manager – Точность, контроль и умная сеточная торговля Возьмите полный контроль над своей стратегией сеточной торговли с помощью Grid Trade Manager — мощного и интуитивно понятного инструмента, созданного для трейдеров, которым важны точность, гибкость и эффективное управление рисками. Независимо от того, новичок вы или опытный трейдер, этот универсальный инструмент поможет вам управлять сделками эффективно и уверенно. ⸻ Основные функции Умное открытие сетки (Auto Mode)
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
Painel Profit — это торговая панель для MetaTrader 5, созданная для упрощения ручного исполнения сделок и визуального управления ордерами прямо на графике. Принцип работы прост: трейдер выбирает инструмент, таймфрейм, объем, тип входа и стратегию выхода. На основе этих команд панель отправляет или организует сделку через интерфейс, отображая на графике уровни входа, take profit и stop loss для визуального контроля. Этот продукт не является сигнальным роботом и не принимает торговые решения за по
Master Edition
Peter Ofunda Fischer
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 — Автоматический тейк-профит: тейк-профит с минимальной прибылью в соответствии с настройками, кнопка тейк-профит в соответствии с минимальной и максимальной п
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
Harmonic Pattern Hunter Harmonic Pattern Hunter is a technical indicator for MetaTrader 5 that automatically identifies and draws high-probability harmonic patterns directly on the chart. It is designed to assist traders who use harmonic analysis as part of their trading methodology. How It Works The indicator scans historical and live price data for completed XABCD harmonic structures using Fibonacci ratio validation. When a valid pattern is detected, it draws the full pattern geometry, marks t
MT5 To Telegram Copier
Levi Dane Benjamin
3 (2)
Отправляйте полностью настраиваемые сигналы из MT5 в Telegram и станьте поставщиком сигналов! Этот продукт представлен в простом в использовании и визуально привлекательном графическом интерфейсе. Настройте свои параметры и начните использовать продукт в течение нескольких минут! Руководство пользователя + Демо  | Версия для МТ4 | Дискорд-версия Если вы хотите попробовать демо-версию, перейдите к Руководству пользователя. Отправитель MT5 To 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
Профиль Рынка (Market Profile) определяет ряд типов дней, которые помогают трейдеру распознать поведение рынка. Ключевая особенность - это область значений (Value Area), представляющая диапазон ценового действия, в котором произошло 70% торговли. Понимание области значений может помочь трейдерам вникнуть в направление рынка и установить торговлю с более высокими шансами на успех. Это отличное дополнение к любой системе, которую вы возможно используете. Blahtech Limited представляет сообществу Me
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  
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
NEXUS QUANTUM EDGE INDICATOR is a professional trading indicator designed to help traders follow high-probability trends and enter at optimal risk/reward zones. Instead of relying on lagging indicators, this system combines: - Advanced trend channel analysis - Precision entry timing logic - Dynamic stop loss & take profit system → Delivering a complete trend-following + smart entry solution Fewer trades, higher quality setups ️ KEY FEATURES 1. Smart Trend Channel Engine Automatically detec
RRtoolBox
David Ruiz Moreno
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
Этот продукт позволит Вам выгодно приобреcти и использовать два самых популярных продукта для анализа объемов заявок и сделок на биржевых рынках: Actual Depth of Market Chart Actual Tick Footprint Volume Chart Данный продукт вобрал в себя всю мощь каждого отдельного индикатора и оформлен в виде одного файла. Функционал продукта Actual COMBO Depth of Market AND Tick Volume Chart полностью идентичен оригинальным индикаторам. Вы оцените удобство объединения этих двух продуктов в один супер-индикато
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
Индикатор Crypto_Forex "HTF Momentum" для MT5. - HTF Momentum — один из ведущих индикаторов, измеряющих скорость изменения цены. HTF означает «старший таймфрейм». - Этот индикатор показывает направление тренда и измеряет темп изменения цены, сравнивая текущие и прошлые значения. - Индикатор HTF Momentum отлично подходит для многотаймфреймовых торговых систем со скальпингом или в сочетании с другими индикаторами. - Этот индикатор позволяет добавлять Momentum с более старшего таймфрейма к текущем
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The    Liquidity Heatmap   is a sophisticated institutional trading tool designed to reveal where over-leveraged traders are trapped. By calculating estimated liquidation levels based on volume spikes and leverage, this indicator draws a dynamic "h
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.61 (33)
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
Trade Manger
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis You Give an Instruction: When you run the script, a window pops up with a dropdown menu. You choose exactly what you want it to do from the list (e.g., "Close Profit Only" or "Delete Pending Orders"). It Scans Your Positions: The script then reads
С этим продуктом покупают
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (211)
Помогает рассчитать риск на сделку, простая установка нового ордера с помощью линий, управление ордерами с функциями частичного закрытия, 7 типов трейлинг-стопа и другие полезные функции. Дополнительные материалы и инструкции Инструкция по установке - Инструкция к приложению - Пробная версия приложения для демо счета Функция Линии   - отображает на графике линию открытия, стоп-лосс, тейк-профит. С помощью этой функции легко установить новый ордер и увидеть его дополнительные характеристики пе
Добро пожаловать в Trade Manager EA — лучший инструмент для управления рисками, предназначенный для упрощения, точности и эффективности торговли. Это не просто инструмент для размещения ордеров; это комплексное решение для удобного планирования торгов, управления позициями и усиленного контроля над рисками. Независимо от того, начинающий вы трейдер, опытный специалист или скальпер, нуждающийся в быстром исполнении, Trade Manager EA адаптируется к вашим потребностям и работает с любыми активами:
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (139)
Опыт экстремально быстрого копирования сделок с помощью Local Trade Copier EA MT5 . Благодаря простой установке в течение 1 минуты этот копировщик сделок позволяет вам копировать сделки между несколькими терминалами MetaTrader на одном компьютере с Windows или на Windows VPS с крайне быстрыми скоростями копирования менее 0.5 секунды. Независимо от того, новичок вы или профессиональный трейдер, Local Trade Copier EA MT5 предлагает широкий спектр опций, чтобы настроить его под ваши конкретные по
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the 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 unique data streams. The Supervisor r
Бета-версия Telegram to MT5 Signal Trader почти готов к официальному альфа-релизу. Некоторые функции все еще находятся в разработке, и вы можете столкнуться с небольшими ошибками. Если вы заметите проблемы, пожалуйста, сообщите о них, ваша обратная связь помогает улучшать программное обеспечение для всех. Telegram to MT5 Signal Trader — мощный инструмент, который автоматически копирует торговые сигналы из каналов и групп Telegram прямо в ваш счёт MetaTrader 5 . Поддерживаются как публичные, так
TradePanel MT5
Alfiya Fazylova
4.87 (156)
Trade Panel — это многофункциональный торговый помощник. Приложение содержит более 50 торговых функций для ручной торговли и позволяет автоматизировать большинство торговых операций. Перед покупкой вы можете протестировать демоверсию на демо-счете. Скачать пробную версию приложения для демонстрационного аккаунта: https://www.mql5.com/ru/blogs/post/750864 . Полная инструкция здесь . Торговля. Позволяет совершать торговые операции в один клик: Открыть отложенные ордера и позиции с автоматическим р
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
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.91 (33)
Профессиональный копировщик сделок для MetaTrader 5 Быстрый, профессиональный и надежный копировщик сделок для MetaTrader . COPYLOT позволяет копировать сделки Forex между терминалами MT4 и MT5 с поддержкой счетов 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 Как купить Как установить Как получить файлы жур
Прежде чем покупать EA, проверьте, действительно ли он держится, или ему просто повезло в бэктесте. Большинство роботов продаются с красивым бэктестом. Растущая кривая доходности. Хороший profit factor. Почти никаких сомнений. И всё же многие такие EA разваливаются, как только рынок перестаёт двигаться так, как в этом историческом участке. Почему? Потому что бэктест доказывает только одно: что эта стратегия сработала на одном конкретном ценовом пути. Он не доказывает, что система выдержит другие
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:/
The News Filter MT5
Leolouiski Gan
4.78 (23)
Этот продукт фильтрует всех экспертных советников и ручные графики во время новостей, так что вам не нужно беспокоиться о внезапных скачках цены, которые могут разрушить ваши ручные торговые настройки или сделки, введенные другими экспертными советниками. Этот продукт также поставляется с полной системой управления ордерами, которая может обрабатывать ваши открытые позиции и ордера на ожидание перед выпуском новостей. После покупки   The News Filter   вам больше не придется полагаться на встроен
Trade Dashboard MT5
Fatemeh Ameri
4.94 (126)
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
Premium Trade Manager - Быстрое и дисциплинированное управление сделками в MetaTrader 5 Premium Trade Manager создан для трейдеров, которые хотят сосредоточиться на решении, пока панель ведёт рутину: расчёт объёма, выставление ордера, частичные закрытия, трейлинг, новостные и проп-фирмовые ограничения, всё это выполняется одним и тем же дисциплинированным образом в каждой сделке. Это быстрая панель на графике для MetaTrader 5, которая снимает механическую работу с каждой сделки. Вы определяете н
Power Candles Strategy Scanner — самооптимизирующийся инструмент для поиска настроек по нескольким инструментам Power Candles Strategy Scanner использует тот же самооптимизирующийся движок, что и индикатор Power Candles — для всех символов в вашем Market Watch, одновременно. На одной панели отображается информация о том, какие символы в данный момент являются статистически торгуемыми, какая стратегия выигрывает на каждом из них, оптимальная пара Stop Loss / Take Profit, а также отправляется увед
Copy Cat More Trade Copier MT5 (Копи-Кот MT5) — это локальный торговый копировщик и полная система управления рисками и исполнения, разработанная для современных торговых задач. От испытаний проп-фирм до управления личным портфелем, он адаптируется к любой ситуации с сочетанием надежного исполнения, защиты капитала, гибкой настройки и продвинутой обработки сделок. Копировщик работает как в режиме Мастер (отправитель), так и в режиме Слейв (получатель), с синхронизацией в реальном времени рыночны
Timeless Charts
Samuel Manoel De Souza
5 (6)
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
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.
HINN MAGIC ENTRY - лучший инструмент для входа и менеджмента позиций! Выставляет ордера через выбор уровня на графике! полное описание    ::    demo-версия    ::   60-sec-video-description Основные функции: - Рыночные, лимитные и отложенные ордера -  Автоматический подсчет лоттажа  -  Автоматический учет спреда и комиссий -  Неограниченное количество промежуточных тейков для позиций - Перевод в безубыток и трейл стоп-лосса и тейк-профита - Уровни инвалидаций - Интуитивно понятный,  адаптивный,
Telegram To MT5 Receiver
Levi Dane Benjamin
4.31 (16)
Копируйте сигналы из любого канала, участником которого вы являетесь (в том числе частного и ограниченного), прямо на свой MT5. Этот инструмент был разработан с учетом потребностей пользователей и предлагает множество функций, необходимых для управления и мониторинга сделок. Этот продукт представлен в простом в использовании и визуально привлекательном графическом интерфейсе. Настройте свои параметры и начните использовать продукт в течение нескольких минут! Руководство пользователя + Демо  |
Telegram to mt5 pro
Janet Abu Khalil
3.67 (3)
Telegram to MT5 Pro — Расширенный копировщик сигналов Telegram с Auto-Fix, Multi-TP, управлением риском и полным управлением сделками Telegram to MT5 Pro — профессиональный копировщик сигналов Telegram Telegram to MT5 Pro автоматически копирует торговые сигналы из Telegram прямо в ваш аккаунт MetaTrader 5 в реальном времени с полным контролем риска, исполнения и управления сделками. Система состоит из двух компонентов: • Expert Advisor (EA), работающий внутри MetaTrader 5 • Desktop bridge прило
Prop Firm Os
Gayathiri Gopalakrishnan
5 (1)
PROP FIRM OS Structured Trading Assistant for MetaTrader 5 PROP FIRM OS is a structured trading assistant designed for MetaTrader 5 users who prefer rule-based market analysis and organized trading workflows. The Expert Advisor combines market analysis tools, scanner functions, dashboard monitoring, alerts, risk-control settings, and trade management features inside one system. PROP FIRM OS is designed to help traders follow selected rules, filters, and monitoring conditions during trading activ
YuClusters
Yury Kulikov
4.93 (43)
Внимание: Ознакомиться с работой программы можно с помощью бесплатной версии  YuClusters DEMO . YuClusters это профессиональная система анализа рынка. Для трейдера открываются уникальные возможности анализа потока ордеров, объемов торговли, движения цены используя различные графики, профили, индикаторы, графические объекты. YuClusters оперирует данными на основе ленты сделок или тиковой информации, в зависимости от того, что доступно в котировках финансового инструмента.  YuClusters позволяет с
MT5 to Telegram Signal Provider — это простой в использовании полностью настраиваемый инструмент, который позволяет отправлять определённые сигналы в чат, канал или группу Telegram, превращая вашу учётную запись в провайдера сигналов . В отличие от большинства конкурирующих продуктов, он не использует импорт DLL. [ Демо ]   [ Руководство ] [ Версия MT4 ] [ Версия для Discord ] [ Канал в Telegram ]  New: [ Telegram To MT5 ] Настройка Доступно пошаговое руководство пользователя . Никаких знаний A
The Ultimate TradingView to MT5 Bridge Automation Прекратите торговлю вручную и избавьтесь от проблем с задержками. TradingView to MT5 Copier PRO — это самый быстрый и надежный мост для исполнения ваших алертов TradingView напрямую в MetaTrader 5. Используете ли вы пользовательские индикаторы, скрипты тестера стратегий или ручную разметку, этот советник (EA) мгновенно исполняет ваши сделки, используя технологию High-Speed WebSocket . В отличие от простых копировщиков, эта PRO-версия включает Are
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
Trade Manager, который поможет вам быстро входить и выходить из сделок, автоматически рассчитывая риск. Включает функции, которые помогут предотвратить чрезмерную торговлю, торговлю из мести и эмоциональную торговлю. Сделками можно управлять автоматически, а показатели эффективности счета можно визуализировать в виде графика. Эти функции делают эту панель идеальной для всех трейдеров, занимающихся ручной торговлей, и помогают улучшить платформу MetaTrader 5. Многоязычная поддержка. Версия для МТ
Signal TradingView to MT5 Pro Automator Мгновенное профессиональное исполнение между TradingView и MetaTrader 5 Автоматизируйте свою торговую стратегию с помощью самого надежного моста связи между алертами TradingView и реальным исполнением в MT5. Разработанный для трейдеров, которым требуются скорость, гибкость и безупречное управление рисками, этот советник (Expert Advisor) превращает любое сообщение с алертом в точный рыночный или лимитный ордер. ПРЕИМУЩЕСТВА И СИЛЬНЫЕ СТОРОНЫ Универсальный д
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
SMC Trade Pilot MT5 Полуавтоматический торговый помощник для трейдеров, использующих концепции Smart Money. Получайте сигналы прямо в Telegram со скриншотом графика, затем размещайте сделку одним нажатием. Управляйте позициями со смартфона, даже когда вы вдали от компьютера. Какую проблему решает Сетапы Smart Money не ждут вас. Order Blocks и Liquidity Sweeps формируются во время открытия Лондона, Нью-Йорка или в разгар азиатской сессии, часто когда вы на работе, на встрече или просто вдали от э
EA Portfolio Analyzer
Jimmy Peter Eriksson
4 (1)
Инструкция по установке:    Нажмите здесь! Анализ нескольких экспертных советников одновременно. Сравните результаты работы советников по «магическому числу». Отслеживание прибыльности и просадок Фильтрация результатов по диапазону дат Кривая визуальной привлекательности и подробные метрики Готов к использованию менее чем за минуту. EA Portfolio Analyzer EA Portfolio Analyzer — это   профессиональный аналитический инструмент   , предназначенный для мониторинга   текущей эффективности работы нес
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY 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 ROL
Фильтр:
Нет отзывов
Ответ на отзыв