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
SmartLot MT5
Nikita Chernyshov
데모 계정 무료 버전 | 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
The "MR Volume Profile Rectangles 5" indicator is a charting tool that displays trading volume at different price levels rather than time intervals. A key concept in volume profile is the point of control (POC) —the price level with the highest volume traded during the session or time range. While tools like VWAP or OBV provide volume trends, the "MR Volume Profile Rectangles 5" indicator offers granular detail about where the most market activity occurs at specific price levels. This makes it a
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 To Telegram Copier
Levi Dane Benjamin
3 (2)
MT5에서 Telegram으로 완전히 사용자 정의 가능한 신호를 보내고 신호 제공자가 되세요! 이 제품은 사용하기 쉽고 시각적으로 매력적인 그래픽 사용자 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용할 수 있습니다! 사용자 가이드 + 데모  | MT4 버전  | Discord 버전 데모를 시도하려면 사용자 가이드를 참조하십시오. MT5에서 Telegram으로 보내는 기능은 전략 테스터에서 작동하지 않습니다. MT5에서 Telegram으로의 기능 다양한 옵션으로 신호를 완전히 사용자 정의합니다 신호 앞이나 뒤에 자체 사용자 지정 메시지를 추가합니다. 태그, 링크, 채널 또는 기타 모든 것이 될 수 있습니다 신호에 이모티콘을 추가, 제거 또는 사용자 정의합니다. 또는 모두 제거할 수도 있습니다. 심볼 또는 매직 번호로 보낼 거래를 필터링합니다 특정 심볼의 전송 제외 특정 매직 번호의 전송 제외 신호와 함께 전송할 거래 세부 정보를 사용자 정의합니다 신호와
Prop Firm Simulator
Abdeljalil El Kedmiri
실제 자금을 위험하기 전에 Prop Firm 도전을 숙달하세요!   당사의 고급 시뮬레이터는 진정한 Prop Firm 거래 환경을 재현하여 자신 있게 연습, 전략 수립 및 도전 통과를 돕습니다. 당사 시뮬레이터를 사용하면 데모 또는 실계좌를 사용하여 모든 Prop Firm 도전을 시뮬레이션하고, 수동 거래 전략과 EA를 통한 자동화 거래를 모두 지원하며, 맞춤형 기간에 대한 개인화된 도전을 생성하고 일관된 수익성에 필요한 훈율을 개발하기 위해 자신에게 도전할 수 있습니다. FTMO 10k 및 100K 도전 세트파일:   모든 주요 Prop Firm에 대한 세트파일 및 전용 지원 이용 가능 - 문의만 하세요! 선착순 10명 구매자에게 30% 할인. 주요 기능 실시간 도전 모니터링 실시간 통계 대시보드 - 잔고, 자본, P&L, 드로다운 실시간 추적 전문 지표 - 종결 P&L 대 미결 P&L, 승률, 거래 분석 수동/자동거래 지원: 수동 거래 전략 및 Expert Advisors를
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
Blahtech Market Profile MT5
Blahtech Limited
5 (10)
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
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
Lock Bot
Artem Alekseev
This utility is designed to automatically maintain a "locking" position and reopen it when necessary, which is suitable for position maintenance and protection strategies. A simple utility (hereinafter referred to as the bot) that implements a locking strategy with an infinitely reloadable locking trade. How the bot works: - When launched, select a buy or sell order with a specified TP - Set the SL parameter for the locking trade - The bot monitors the distance between the opening price of the f
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
Volume Profile V6
Andrey Kolesnik
4.67 (3)
시장 매물대 지표(Volume Profile) + 스마트 오실레이터. 통화 쌍, 주식, 선물, 암호화폐 등 거의 모든 종목에서 작동하며, 실제 거래량(Real Volume)과 틱 거래량(Tick Volume)을 모두 지원합니다. 프로파일 생성 범위를 일주일이나 한 달 등으로 자동 설정할 수 있을 뿐만 아니라, 두 개의 수직선(빨간색과 파란색)을 이동하여 수동으로 범위를 설정할 수도 있습니다. 히스트그램 형태로 표시되며, 특정 가격 수준의 히스토그램 너비는 해당 가격대에서 발생한 거래량을 의미합니다. Mode level line color 파라미터를 사용하면 가격이 반등할 가능성이 높은 주요 매물대 수준을 자동으로 표시할 수 있으며, Maximum color 파라미터는 설정된 전체 범위에서 거래가장 많이 발생한 최대 거래량 수준을 별도로 보여줍니다. 스마트 오실레이터는 과매수 및 과매도 구간을 표시합니다. 여러 지표로부터 오는 정보를 분석하고, 처리된 데이터를 바탕으로 과매수 및 과매
Active Lines
Yury Kulikov
5 (2)
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
PivotWave
Jeffrey Quiatchon
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
Maryna Kauzova
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 버전 기능 개요 추세선 기반 거래 실행 가격이 추세선을 터치, 돌파 또는 되돌림할 때 매수 또는 매도 실행 각 추세선별로 스톱로스, 테이크프로핏 및 거래 수량 설정 가능 캔들 종가 또는 가격과 추세선 간의 거리에 따라 동작 트리거 모니터링 및
Grid Manual MT5
Alfiya Fazylova
4.9 (21)
"Grid Manual"은 주문 그리드 작업을 위한 거래 패널입니다. 이 유틸리티는 보편적이며 유연한 설정과 직관적인 인터페이스를 제공합니다. 그것은 손실을 평균화하는 방향뿐만 아니라 이익을 증가시키는 방향으로 주문 그리드와 함께 작동합니다. 거래자는 주문 그리드를 만들고 유지할 필요가 없으며 유틸리티에서 수행합니다. 거래자가 주문을 시작하는 것으로 충분하며 "Grid Manual"는 자동으로 그를 위한 주문 그리드를 생성하고 거래가 마감될 때까지 그와 동행할 것입니다. 전체 설명 및 데모 버전 여기 . 유틸리티의 주요 기능: 모바일 터미널을 포함하여 어떤 방식으로든 열린 주문과 함께 작동합니다. "제한" 및 "중지"의 두 가지 유형의 그리드와 함께 작동합니다. 고정 및 동적(ATR 표시기 기반)의 두 가지 유형의 그리드 간격 계산과 함께 작동합니다. 오픈 오더 그리드의 설정을 변경할 수 있습니다. 차트에서 각 주문 그리드의 손익분기점 수준을 표시합니다. 각 주문 그리드에 대한 이익
이 제품의 구매자들이 또한 구매함
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 추가 자료 및 지침 설치 지침   -   애플리케이션 지침   -   데모 계정용 애플리케이션 평가판 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용자 정의, % AB 이전
Trade Manager EA에 오신 것을 환영합니다. 이 도구는 거래를 보다 직관적이고 정확하며 효율적으로 만들기 위해 설계된 궁극적인 리스크 관리 도구 입니다. 단순한 주문 실행 도구가 아닌, 원활한 거래 계획, 포지션 관리 및 리스크 제어를 위한 종합 솔루션입니다. 초보자부터 고급 트레이더, 빠른 실행이 필요한 스캘퍼에 이르기까지 Trade Manager EA는 외환, 지수, 상품, 암호화폐 등 다양한 시장에서 유연성을 제공합니다. Trade Manager EA를 사용하면 복잡한 계산은 이제 과거의 일이 됩니다. 시장을 분석하고 진입, 손절 및 익절 수준을 차트의 수평선으로 표시한 후 리스크를 설정하면, Trade Manager가 이상적인 포지션 크기를 즉시 계산하고 SL 및 TP 값을 실시간으로 표시합니다. 모든 거래가 간편하게 관리됩니다. 주요 기능: 포지션 크기 계산기 : 정의된 리스크에 따라 거래 크기를 즉시 결정합니다. 간단한 거래 계획 : 진입, 손절, 익절을 위한
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (129)
Local Trade Copier EA MT5 를 사용하여 매우 빠른 거래 복사 경험을 해보세요. 1분 안에 간편하게 설정할 수 있으며, 이 거래 복사기를 사용하면 Windows 컴퓨터 또는 Windows VPS에서 여러 개의 MetaTrader 터미널 간에 거래를 0.5초 미만의 초고속 복사 속도로 복사할 수 있습니다. 초보자든 전문가든   Local Trade Copier EA MT5 는 다양한 옵션을 제공하여 사용자의 특정 요구에 맞게 맞춤 설정할 수 있습니다. 이는 수익 잠재력을 높이려는 모든 사람을 위한 최고의 솔루션입니다. 지금 사용해보시고 이것이 왜 시장에서 가장 빠르고 쉬운 무역용 복사기인지 알아보세요! 팁: 여기 에서 데모 계정에서 Local Trade Copier EA MT5 데모 버전을 다운로드하여 사용해 볼 수 있습니다. 다운로드한 무료 데모 파일을 MT5 >> File >> Open Data Folder >> MQL5 >> Experts 폴더에 붙여넣고 터
TradePanel MT5
Alfiya Fazylova
4.86 (148)
Trade Panel은 다기능 거래 보조원입니다. 이 애플리케이션에는 수동 거래를 위한 50개 이상의 거래 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 전략 테스터에서는 애플리케이션이 작동하지 않습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 거래. 한 번의 클릭으로 거래 작업을 수행할 수 있습니다: 자동 위험 계산을 통해 지정가 주문 및 포지션을 엽니다. 한 번의 클릭으로 여러 주문과 포지션을 열 수 있습니다. 주문 그리드를 엽니다. 그룹별 대기 주문 및 포지션을 마감합니다. 포지션 반전(매수 청산 후 매도 개시 또는 매도 청산 후 매수 개시). 포지션 고정(매수 포지션과 매도 포지션의 양을 동일하게 하는 추가 포지션 개설). 한 번의 클릭으로 모든 포지션을 부분 청산합니다. 모든 포지션의 이익실현과 손절매를 동일한 가격 수준으로 설정합니다. 모든 포지션에 대한 손절매를 해당 포지션의 손익 분기
베타 출시 Telegram to MT5 Signal Trader 는 곧 공식 알파 버전을 출시할 예정입니다. 일부 기능은 아직 개발 중이며, 작은 버그가 발생할 수 있습니다. 문제가 있으면 꼭 보고해 주세요. 여러분의 피드백은 소프트웨어 개선에 도움이 됩니다. Telegram to MT5 Signal Trader 는 Telegram 채널 또는 그룹의 거래 신호를 자동으로 MetaTrader 5 계정으로 복사하는 강력한 도구입니다. 공개 및 비공개 채널을 모두 지원하며, 여러 신호 제공자를 여러 MT5 계정에 연결할 수 있습니다. 소프트웨어는 빠르고 안정적으로 동작하며, 복사된 거래를 완벽히 제어할 수 있습니다. 인터페이스는 깔끔하며 대시보드와 차트가 시각적으로 구성되어 있고, 직관적인 네비게이션이 가능합니다. 여러 Signal Account를 관리하고, 공급자별 설정을 세밀하게 조정하며, 모든 동작을 실시간으로 모니터링할 수 있습니다. 필수 조건 MQL의 제한으로 인해 EA는 Te
Trade Dashboard MT5
Fatemeh Ameri
4.97 (117)
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
Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approach: - Manual Trading: Primary focus - Auto Pilot: Optional supplementary feature - Full Automation: Not the main purpose Recommended Timeframe: H1-H4 DEMO VERSION Download the free demo to test functionality. Use Strategy Tester with Visual Mode to see how it works. VERSION 3 - NEW FEATURES Summary Dashboard (SRA Panel) - Quick pair selection w
MT5 to Telegram Signal Provider 는 사용하기 쉽고 완전히 커스터마이즈 가능한 유틸리티로, 특정 신호를 Telegram의 채팅, 채널 또는 그룹으로 전송하고, 귀하의 계정을 신호 제공자 로 만듭니다. 경쟁 제품과 달리 DLL 임포트를 사용하지 않습니다. [ 데모 ] [ 매뉴얼 ] [ MT4 버전 ] [ 디스코드 버전 ] [ 텔레그램 채널 ]  New: [ Telegram To MT5 ] 설정 단계별 사용자 가이드 가 제공됩니다. 텔레그램 API에 대한 지식은 필요하지 않습니다; 개발자가 제공하는 모든 것이 필요합니다. 주요 특징 구독자에게 보낸 주문 상세 정보를 커스터마이즈할 수 있습니다. 예를 들어, 브론즈, 실버, 골드와 같은 계층 구독 모델을 만들 수 있습니다. 골드 구독에서는 모든 신호를 받습니다. id, 심볼, 또는 코멘트로 주문을 필터링할 수 있습니다. 주문이 실행된 차트의 스크린샷이 포함됩니다 보낸 스크린샷에 닫힌 주문을 그려 추가 검증을 합니다
Copy Cat More Trade Copier MT5 (복사 고양이 MT5) 는 오늘날의 거래 과제를 위해 설계된 로컬 거래 복사기이자 완전한 위험 관리 및 실행 프레임워크입니다. 프롭펌 챌린지부터 개인 포트폴리오 관리까지, 견고한 실행, 자본 보호, 유연한 구성 및 고급 거래 처리의 조합으로 모든 상황에 적응합니다. 복사기는 마스터(송신자)와 슬레이브(수신자) 모드 모두에서 작동하며, 시장 주문과 예약 주문, 거래 수정, 부분 청산 및 헷지 청산 작업의 실시간 동기화를 제공합니다. 데모 및 실계좌, 거래 또는 투자자 로그인과 호환되며, EA, 터미널 또는 VPS가 재시작되어도 지속적인 거래 메모리 시스템을 통해 복구를 보장합니다. 고유 ID로 여러 마스터와 슬레이브를 동시에 관리할 수 있으며, 브로커 간 차이는 접두사/접미사 조정 또는 사용자 정의 심볼 매핑을 통해 자동으로 처리됩니다. 매뉴얼/설정  | Copy Cat More MT4 | 채널  특별 기능: 설정이 간편함 —
HINN MagicEntry Extra
ALGOFLOW OÜ
4.69 (13)
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
Clifton Creath
5 (9)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. Check out Ultimate Extractor Cloud on mql5 for the Cloud version****** 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 inte
Trade Manager DaneTrades
Levi Dane Benjamin
4.36 (28)
거래 관리자는 위험을 자동으로 계산하는 동시에 거래를 빠르게 시작하고 종료하는 데 도움을 줍니다. 과잉 거래, 복수 거래 및 감정 거래를 방지하는 데 도움이 되는 기능이 포함되어 있습니다. 거래를 자동으로 관리할 수 있으며 계정 성과 지표를 그래프로 시각화할 수 있습니다. 이러한 기능은 이 패널을 모든 수동 거래자에게 이상적으로 만들고 MetaTrader 5 플랫폼을 향상시키는 데 도움이 됩니다. 다중 언어 지원. MT4 버전  |  사용자 가이드 + 데모 트레이드 매니저는 전략 테스터에서 작동하지 않습니다. 데모를 보려면 사용자 가이드로 이동하세요. 위기 관리 % 또는 $를 기준으로 위험 자동 조정 고정 로트 크기 또는 거래량과 핍을 기반으로 한 자동 로트 크기 계산을 사용하는 옵션 RR, Pips 또는 Price를 사용한 손익분기점 손실 설정 추적 중지 손실 설정 목표 달성 시 모든 거래를 자동으로 마감하는 최대 일일 손실률(%)입니다. 과도한 손실로부터 계정을 보호하고 과도한
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
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 5에 연결된 동반
Smart Stop Scanner – 실제 시장 구조 기반의 멀티자산 스톱로스 분석 시스템 개요 Smart Stop Scanner는 여러 시장에서 스톱로스 구조를 전문적으로 모니터링하기 위해 설계된 강력한 도구입니다. 실제 시장 구조, 핵심 브레이크아웃, 가격 행동 로직을 기반으로 가장 의미 있는 스톱 영역을 자동으로 감지하며, 고해상도(DPI 지원)의 깔끔하고 일관된 패널에 모든 정보를 표시합니다. 포렉스(FOREX), 금, 지수, 금속, 암호화폐 등 다양한 자산군을 지원합니다. 스톱 레벨 계산 방식 이 시스템은 기존의 인디케이터 공식을 사용하지 않습니다. 대신 브레이크아웃, 더 높은 고점, 더 낮은 저점 과 같은 실제 시장 구조 이벤트를 분석합니다. 스톱 레벨은 이러한 구조적 지점에서 직접 생성되므로 시장의 실제 움직임과 자연스럽게 일치하며, 더 신뢰도 높은 스톱 시스템을 제공합니다. 주요 기능 • 고정밀 멀티자산 호환성 포렉스, 금속, 금, 지수, 암호화폐 등 다양한
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
MT5용 트레이드 복사기는 metaТrader 5 플랫폼용 트레이드 복사기입니다   . 그것은 사이의   외환 거래를 복사합니다       모든 계정   COPYLOT MT5 버전의 경우   MT5   -   MT5, MT4   -   MT5 (또는 COPYLOT MT4 버전의 경우   MT4 -   MT4 MT5   -  MT4) 믿을 수 있는 복사기! MT4 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 МТ4 터미널에서 거래를 복사할 수도 있습니다(   МТ4   -   МТ4, МТ5   -   МТ4   ):   COPYLOT CLIENT for MT4 이 버전은 МТ5   -   МТ5, МТ4   -   МТ5   터미널 간을 포함합니다. 거래 복사기는 2/3/10 터미널 사이의 거래/포지션을 복사하기 위해 만들어졌습니다. 데모 계정 및 투자 계정에서
Smart Stop Manager – 전문 트레이더 수준의 자동 스톱로스 실행 개요 Smart Stop Manager는 Smart Stop 라인업의 실행 계층으로, 여러 개의 오픈 포지션을 보유한 트레이더를 위해 설계된 구조적이고 신뢰할 수 있으며 완전 자동화된 스톱로스 관리 시스템입니다. 모든 활성 거래를 지속적으로 모니터링하고, Smart Stop 시장 구조 로직을 사용해 최적의 스톱레벨을 계산하며, 명확하고 투명한 규칙에 따라 스톱을 자동으로 업데이트합니다. 단일 자산부터 전체 멀티심볼 포트폴리오까지, Smart Stop Manager는 모든 거래에 규율, 일관성, 그리고 완전한 리스크 가시성을 제공합니다. 감정적 판단을 제거하고, 수동 작업을 줄이며, 모든 스톱이 항상 시장 구조 기반의 논리적 진행을 따르도록 보장합니다. 하이라이트 시장 구조 기반 자동 스톱 배치 • 모든 오픈 포지션을 평가하여 Smart Stop 로직에 기반한 최적의 스톱로스를 자동 적용합니다. 포트폴
Custom Alerts AIO: 다중 시장을 동시에 모니터링 – 설정 없이 즉시 사용 가능 개요 Custom Alerts AIO 는 복잡한 설정 없이 즉시 사용할 수 있는 통합 시장 모니터링 도구입니다. FX Power, FX Volume, FX Dynamic, FX Levels, IX Power 등 필요한 모든 지표가 내장되어 있어 별도의 설치나 구성 없이 알림 기능을 바로 사용할 수 있습니다. 차트 그래픽 없이 작동하며, Forex, 금속, 지수, 암호화폐 등 주요 자산군을 모두 지원합니다. 주식(Symbols)은 별도로 입력하여 추가할 수 있으나, MetaTrader에서는 일반적으로 제한적으로만 사용됩니다. 1. 왜 Custom Alerts AIO를 선택해야 하나요? 추가 라이선스가 필요 없습니다 • 모든 Stein Investments 지표가 내장되어 있어 별도 구매가 필요 없습니다. • 즉시 알림 기능을 시작할 수 있어 빠르고 간편합니다. 모든 시장을 하나의 도구로
Seconds Chart MT5
Boris Sedov
4.59 (17)
Seconds Chart — MetaTrader 5에서 초 단위 차트를 생성하는 독특한 도구입니다. Seconds Chart 를 사용하면 초 단위로 설정된 타임프레임으로 차트를 작성할 수 있어, 표준 분 또는 시간 단위 차트에서는 불가능한 유연성과 정밀한 분석이 가능합니다. 예를 들어, S15 타임프레임은 15초 동안의 캔들로 구성된 차트를 의미합니다. 사용자 정의 심볼을 지원하는 모든 인디케이터와 전문가 어드바이저를 사용할 수 있습니다. 이를 사용하는 것은 표준 차트에서 거래하는 것만큼 편리합니다. 표준 도구와 달리, Seconds Chart 는 초고속 타임프레임에서도 높은 정확도와 지연 없이 작업할 수 있도록 지원합니다. Seconds Chart의 장점 1초부터 900초까지 의 타임프레임 지원. 내장 틱 데이터베이스 덕분에 역사 데이터 즉시 로딩 . 실시간 데이터 업데이트로 지연이나 차이 없음 . 여러 초 단위 차트를 동시에 생성 가능. Seconds Chart가 이상적인 경우
설치 가이드:    여기를 클릭하세요! 여러 전문가 자문가의 의견을 종합적으로 분석합니다. 매직 넘버를 기준으로 EA 결과를 비교해 보세요. 수익성 및 손실 추이 추적 날짜 범위를 기준으로 결과 필터링 시각적 형평성 곡선 및 상세 지표 1분 안에 사용 준비 완료 EA 포트폴리오 분석기 EA 포트폴리오 분석기는   여러 전문가용 투자 자문 시스템(EA)의 실시간 성과를   명확하고 체계적인 방식으로   모니터링하도록 설계된   전문 분석 도구 입니다. 동일한 계정에서 여러 개의 EA를 실행할 때 각 EA가 전체 결과에 어떻게 기여하는지 파악하기 어려울 수 있습니다. EA 포트폴리오 분석기를 사용하면   매직 넘버를 기준으로 EA를 필터링하고 조합하여 특정   EA 하나, 선택한 몇 개의 EA 또는 전체 포트폴리오   의 성과를 확인할 수 있습니다   . 이를 통해 다양한 EA 조합을   쉽게 테스트하고   자산 곡선이 어떻게 함께 움직이는지 확인할 수 있습니다. 이를 통해   보다
Risk Manager for MT5
Sergey Batudayev
4.35 (17)
MT5의 Expert Advisor Risk Manager는 매우 중요하며 제 생각에는 모든 거래자에게 필요한 프로그램입니다. 이 Expert Advisor를 사용하면 거래 계정의 위험을 제어할 수 있습니다. 위험 및 이익 통제는 금전적 측면과 백분율 측면에서 모두 수행될 수 있습니다. Expert Advisor가 작동하려면 통화 쌍 차트에 첨부하고 예금 통화 또는 현재 잔액의 %로 허용되는 위험 값을 설정하기만 하면 됩니다. [Instruction for Risk Manager parameters] 어드바이저 기능 이 위험 관리자는 위험을 제어하는 ​​데 도움이 됩니다. - 거래를 위해 - 하루 - 일주일 동안 - 한 달 동안 당신은 또한 제어할 수 있습니다 1) 거래 시 최대 허용 랏 2) 1일 최대 주문 수 3) 하루 최대 수익 4) 지분 인수 이익 설정 그게 다가 아닙니다. 설정에서 자동 설정을 지정하면 고문이 기본 SL 및 TP를 설정할 수도 있습니다. 상
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
Telegram to MT5 Coppy
Sergey Batudayev
5 (8)
Telegram에서 MT5로:   최고의 신호 복사 솔루션 DLL 없이도 Telegram 채널과 채팅에서 MetaTrader 5 플랫폼으로 거래 신호를 직접 복사하는 최신 도구인 Telegram to MT5를 사용하여 거래를 간소화하세요. 이 강력한 솔루션은 정밀한 신호 실행, 광범위한 사용자 정의 옵션을 제공하고 시간을 절약하며 효율성을 높여줍니다. [ Instructions and DEMO ] 주요 특징 직접 Telegram API 통합 전화번호와 보안 코드를 통해 인증하세요. 사용자 친화적인 EXE 브리지를 통해 채팅 ID를 쉽게 관리하세요. 여러 채널/채팅을 추가, 삭제, 새로 고침하여 동시에 신호를 복사합니다. 고급 필터를 사용한 신호 파싱 예외 단어(예: "보고서", "결과")가 포함된 원치 않는 신호를 건너뜁니다. 유연한 SL 및 TP 형식을 지원합니다: 가격, 핍 또는 포인트. 가격 대신 포인트를 지정하는 신호에 대한 진입 포인트를 자동으로 계산합니다. 주문 맞춤화 및
Telegram To MT5 Receiver
Levi Dane Benjamin
4.53 (15)
가입한 모든 채널에서 (개인 및 제한된 채널 포함) 시그널을 바로 MT5로 복사합니다.   이 도구는 사용자를 고려하여 설계되었으며 거래를 관리하고 모니터하는 데 필요한 많은 기능을 제공합니다. 이 제품은 사용하기 쉽고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용할 수 있습니다! 사용자 가이드 + 데모  | MT4 버전 | 디스코드 버전 데모를 시도하려면 사용자 가이드로 이동하십시오. Telegram To MT5 수신기는 전략 테스터에서 작동하지 않습니다! Telegram To MT5 특징 여러 채널에서 동시에 신호를 복사합니다. 개인 및 제한된 채널에서 신호를 복사합니다. Bot 토큰이나 채팅 ID가 필요하지 않습니다.   (원하는 경우에는 사용할 수 있습니다) 위험 % 또는 고정된 로트로 거래합니다. 특정 심볼을 제외합니다. 모든 신호를 복사할지 또는 복사할 신호를 사용자 정의할지 선택할 수 있습니다. 모든 신호를 인
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus 는 MetaTrader 5 플랫폼에서 거래 효율성과 효과를 향상시키기 위해 설계된 고급 거래 관리 도구입니다. 리스크 계산, 주문 관리, 고급 그리드 시스템, 차트 기반 도구 및 성과 분석 등 포괄적인 기능을 제공합니다. 주요 기능 1. 리커버리 그리드 불리한 시장 상황에서 거래를 관리하기 위한 평균화 및 유연한 그리드 시스템을 구현합니다. 거래 회복을 최적화할 수 있도록 전략적인 진입 및 종료 포인트를 제공합니다. 2. 스택 그리드 강한 시장 움직임 동안 포지션을 추가하여 유리한 거래에서 잠재적 수익을 극대화하도록 설계되었습니다. 유리한 시장 트렌드에서 승률을 높이며 거래를 확장할 수 있도록 합니다. 3. 손익(P&L) 라인 차트에서 잠재적인 수익 및 손실 시나리오를 시각적으로 표현합니다. 설정을 조정하고 P&L 라인을 드래그하여 실행 전에 다양한 거래 결과를 평가할 수 있습니다. 4. 바스켓 모드 동일한 심볼에 여러 포지션을 단일 집계 포지션으로 결합하여 관리합니
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
The News Filter MT5
Leolouiski Gan
4.74 (19)
이 제품은 뉴스 시간 동안 모든 전문가 어드바이저 및 수동 차트를 필터링하여 수동 거래 설정이나 다른 전문가 어드바이저가 입력한 거래가 파괴될 수 있는 급격한 가격 상승으로부터 걱정하지 않아도 됩니다. 이 제품은 또한 뉴스 발표 전에 열린 포지션과 대기 주문을 처리할 수 있는 완전한 주문 관리 시스템이 함께 제공됩니다.   The News Filter  를 구매하면 더 이상 내장 뉴스 필터에 의존할 필요가 없으며 이제부터 모든 전문가 어드바이저를 여기서 필터링할 수 있습니다. 뉴스 선택 뉴스 소스는 Forex Factory의 경제 캘린더에서 얻어집니다. USD, EUR, GBP, JPY, AUD, CAD, CHF, NZD 및 CNY와 같은 어떤 통화 기준으로 선택할 수 있습니다. Non-Farm (NFP), FOMC, CPI 등과 같은 키워드 식별을 기준으로 선택할 수도 있습니다. 저, 중, 고 영향을 가지는 뉴스를 필터링할 수 있도록 선택할 수 있습니다. 차트와 관련된 뉴스만 선
Effortlessly calculate lot sizes and manage trades to save time and avoid costly errors The Trade Pad Pro EA is a tool for the Metatrader Platform that aims to help traders manage their trades more efficiently and effectively. It has a user-friendly visual interface that allows users to easily place and manage an unlimited number of trades, helping to avoid human errors and enhance their trading activity. One of the key features of the Trade Pad Pro EA is its focus on risk and position manageme
Take a Break MT5
Eric Emmrich
4.75 (24)
One tool to protect all your EAs — news filter, equity protection, time filter and more — free demo available Take a Break has evolved from a basic news filter into a comprehensive account protection solution. It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Typical use cases: One news filter for all your EAs. Pause trading during news or high volatility — and c
ManHedger MT5
Peter Mueller
4.8 (5)
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
필터:
리뷰 없음
리뷰 답변