DataForge Instrument Passport and Bar Exporter

DataForge exports MetaTrader 5 bars to a CSV file, and writes into that file what the data actually contains.

It does not trade. It places no orders, reads no positions, and requires no account permissions. It reads history and writes a text file.

WHAT THE EXPORT WRITES

1. An instrument passport, placed in the CSV header

   Digits, point, contract size, tick value, tick size, and the minimum, step and maximum lot are written as comment lines at the top of the file. Export the same symbol from two servers and compare the two headers line by line.

   This matters because those fields are not always identical across servers. A symbol can carry the same contract size and the same tick size on two servers while reporting a different tick value, which changes what one point is worth in money. Nothing in the terminal warns you when that happens.

2. A per-year volume table, read from the bars

   For every year present in the history, the script reports the number of bars, how many carry a non-zero tick volume, and how many carry a non-zero real volume. This table is read with CopyRates, not from the Strategy Tester.

   The two are different things. The tester's history-quality bar describes the tick stream it generates. It says nothing about the real volume stored in the bars themselves. Reading one for the other leads to building features on a field that is empty, or to discarding a field that is present.

3. Feature columns as MQL5 computes them

   The export can also write a small set of computed inputs. They are not there for training: they are a reference, so that a pipeline written in another language can recompute the same inputs and compare them value by value.

WHAT THE PARITY SCRIPT DOES

The second script reads those raw inputs back out of the export file and writes them again after applying a scaler that you supply. It deliberately does not recompute them.

The reason is simple. If a check recomputes the inputs, it ends up testing the computation a second time instead of testing the normalisation, and any difference of depth or of moment between the two runs shows up as a failure with the wrong name. Reading the same lines removes that ambiguity.

The scaler file carries its own stage and frame identifiers in its header, and the script verifies them. A scaler that does not match is refused rather than used silently.

REPORTED ALSO

- The first and last bar actually read, published rather than assumed.
- The number of warm-up bars, which come out as "nan" by design.
- The count of columns, taken from the scaler rather than from a constant.
- Timestamps in ISO order, so that a parser cannot confuse day and month.

NOTES AND LIMITS

- Designed and tested on the M15 period. Other periods are untested.
- Order-book depth was empty on every CFD broker tested. MarketBookAdd is accepted and returns nothing.
- No tick carried a buy or sell flag on any broker tested, so no order-flow delta is measurable from this data. A signed volume built from the tick rule is an inference, not a measurement.
- Before exporting, set "Max bars in chart" to unlimited in the terminal options and scroll the chart back so that the history is loaded. A script reads what the terminal has cached, and the cap truncates without raising an error.

COMPANION SCRIPT, PUBLISHED SEPARATELY

A second script, ForgeParity, is published as open source alongside this one. The address is on the author profile. It reads the exported inputs back and writes them again after applying a scaler you supply, so that a normalisation drifting between two chains cannot pass unnoticed.

It is not part of this product, and deliberately so: it needs a scaler file that your own training code produces, and without one it refuses to run. A tool that does nothing on first open does not belong in a product listing. The full source of both scripts is published for reference.

추천 제품
NEW :  integration with Ofir Signals to send personalized alerts Ofir Notify is a tool which send alerts on trades to Telegram Alert on any event concerning a position : Opening, Closing, modification (SL, TP) Send alerts to Chats, Groups and Channel Alert on Equity change Display Risk, Reward and progress of profit/lost for each position Customization of alerts Sending charts screenshots with alerts Send signals from your indicators or experts Multi-lingual NEW  : version 2 brings integration
FREE
Reverse
Konstantin Chernov
1 (1)
A script for quick reversing positions and/or orders. If you need to reverse a position with the same volume, open an opposite position of a different volume, this script will save you from routine! Allow AutoTrading before running the script. Instructions: Run the script on the chart. This script is a limited version of the market product https://www.mql5.com/en/market/product/638 and allows reversing only positions. Input parameters are not required. Parameters such as changing the type of exi
FREE
MultiTradeNews
Leeank Andres Fernandez Molano
This script is designed for traders who need to quickly place trades across multiple currency pairs during critical news releases, where every second counts. With this tool, you can pre-select your desired currency pairs and assign independent volumes for each one. When a major news event hits, such as Non-Farm Payroll (NFP) or PMI data releases, the script allows you to execute all your trades instantly without the need to open each pair manually. Key Features: Customizable Pairs : Choose from
FREE
Telecontrol MT5
MIKHAIL VINOGRADOV
3 (1)
Telegram Controls (Telecontrol) — performs communication between the bot Telegram and the terminal MetaTrader 5 . It helps aggregate data from multiple terminals and manage them using a bot in Telegram . The service is convenient for working on multiple MT5 terminals, allowing each terminal to be individually configured for optimal display and perception of information. All terminal data is collected in one Telegram channel, and the settings panel allows quick adjustments and saving of changes i
FREE
Session Highlighter V3.0F – Market Session Visualizer Overview The Session Highlighter is a professional MT5 indicator that automatically displays colored backgrounds for the three major trading sessions:   Asia, London, and US . No more guessing when sessions open or calculating time zones – just look at your chart and see. What it does Draws   three separate boxes   on your chart (one for each session) Boxes   grow dynamically   with price during the session (highest high / lowest low) To
FREE
MT5toTLGRM
Fernando Morales
4.2 (5)
Do not use Windows 7 with this EA MT5toTLGRM EA only sends text messages to a Telegram group or channel of your choice. The messages are customizable to show information about any trading activity in the account. Also it shows a daily PnL report. Several instances of this EA can be used simultaneously in the same MT5 terminal for sending messages to different Telegram group/channel but ensure that each one has a different number in [B13] setting. Following are the features of MT5toTLGRM EA send
FREE
Candle Momentum Alert R13 Free Candle Momentum Alert Utility for MetaTrader 5 Candle Momentum Alert R13 is a lightweight utility for MetaTrader 5 designed to help traders monitor candles with significant price movement based on a user-defined candle body size threshold. This tool is intended for monitoring and awareness purposes only and does not place, manage, or modify any trades. Key Features Candle momentum monitoring based on candle body size Multi-symbol monitoring (main chart + opti
FREE
Script for quickly selecting a tool with high correlation. The script is placed on the tool to which you need to select the second correlating one. Then you can change the number of bars to calculate and the timeframe. The script iterates through all available symbols in the market overview and returns the 20 most correlated ones. You can use the selected pairs to trade with THE new SH expert Advisor
FREE
The script SphereSample.mq5 illustrates control of graphic objects using the classes from the Standard Library (Base class of objects array CArrayObj , CChartObjectText ).
FREE
MT5 to Telegram bot
Maksim Plotnikov
5 (1)
MT5 to Telegram Signals This utility is simple to use and supports a wide variety of settings: Pick your desired Telegram group and enter the bot token and the chat id Get notified when orders are placed, modified, executed, closed… or any combination of states Connect your broker account with Telegram and stop missing important notifications. Would you like to receive Telegram notifications? Are you looking for a simple way to share trade signals with your followers? Do you need to start docume
FREE
Session Timer
Keni Chetankumar Gajanan -
4.64 (14)
A complete Session Timer that shows the current time, session information with remaining time, chart display of range (high-low) and open price, of current and previous sessions for major markets, and option to add an additional city. A friendly user interface with clickable icons, customizable panel location and format, selection of colors and text. It automatically handles the DST (daylight saving) settings. It also shows the GMT/UTC and server (broker) time. And includes a Candle timer option
FREE
This indicator allows to hide OBV (on all MT5 timeframes) from a date define by the user with a vertical line (Alone) or a panel (with "Hidden Candles"). Indicator Inputs: Apply To Information on "On Balance Volume" indicator is available here:   https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/on_balance_volume ************************************************************* Hey traders!!  Give me your feeds!  We are a community here and we have the same objective....
FREE
This is a MetaTrader 5 script. It helps to summarize all trades into every symbol. Input Select Period: This is 7-option input. It includes Last Month, This Month, Last Week, This Week, Today, All History, and Date Specified. Specify Starting Date: Enter a date if you selected Date Specified in "Select Period" input. Specify Ending Date: Enter a date if you selected Date Specified in "Select Period" input. The summary is saved into a file in MQL5\Files folder. MT4 Version:   https://www.mql5.co
FREE
️ Instant Close All Charts – MT5 Utility Script One-Click Solution to Instantly Close Every Chart Window in MetaTrader 5 Managing too many open chart windows in MetaTrader 5 can slow down your platform, clutter your workspace, and reduce productivity. Instant Close All Charts is a lightweight, ultra-fast MT5 utility script designed to close all open chart windows with a single click — clean, safe, and efficient. Download MT5 EA Products Whether you're a trader working with dozens of charts or
FREE
Time to Close Candle
German David Nino Cifuentes
TimeToClose The "TimeToClose" indicator is an essential tool for traders who need to monitor the remaining time before a candle closes. This indicator displays the remaining time directly on the BID line, providing a clear and precise reference during real-time trading. Key Features: Displays the remaining time for the current candle to close. Direct integration on the BID line for better visualization. Simple and user-friendly configuration. Ideal for all types of traders, from beginners to pro
FREE
RVH Monitor MT5
Trade The Volume Waves Single Member P.C.
This is an indicator to control the Parameters of Range Volume Hybrid Generator expert advisor -It does not work as stand alone, it works as a remote control of Range Volume Hybrid Generator and must be applied on the custom chart generated by the EA. To get Range Volume Hybrid Generator expert advisor:  https://www.mql5.com/en/market/product/165557 Parameters that can be adjusted: Trading Style as well as manual setting of Range, Volume and start Date of data collection. What's the video for 
FREE
VTB High Watermark Drawdown INFO Indicator for MT5 Advanced Account Monitoring & Drawdown Information Dashboard VTB High Watermark Drawdown INFO is a professional account monitoring indicator designed to display drawdown statistics, account performance, and risk management information directly on the chart. Unlike Expert Advisors, this indicator does not interfere with trading activity. It does not open or close positions, modify orders, or block trading. Its sole purpose is to provide a clear a
FREE
TradeHistoryParsing
MetaQuotes Ltd.
2 (1)
The TradeHistoryParsing is a utility for working with the trade history obtained from the MetaTrader 5 terminal. The product is based on the " RegularExpressions in MQL5 " library. It allows to quickly get the required data on your trading history. The filtering results are displayed as a table, a summary of mathematical statistics is provided below the table. Working with the tool Export the trade report as an html file and place it into the "sandbox". After that, when launching the EA, specif
FREE
Trading Companion is an EA bridge to the Telegram chat. It does not place trades, it provides to your Telegram's terminal information about your accounts - it can be used with any other EA, indicator or trading solution. It notifies you about the server lag (ping between your terminal and your broker) and includes a feature to withdraw wisely from your account.‌ Settings Ping limit: default 300ms - will warn you if ping is superior Basis Fund: 0, deactivated - each time you will withdraw, it is
FREE
Symbol Cost Monitor 는 여러 거래 종목의 거래 비용을 동시에 빠르게 모니터링할 수 있도록 설계된 MetaTrader 5용 전문 분석 유틸리티입니다. 스프레드와 스왑은 최종 거래 결과에 직접적인 영향을 미칩니다. 이는 스캘핑, 활발한 데이 트레이딩, 며칠 동안 포지션을 보유하는 거래, 여러 종목을 동시에 거래하는 경우에 특히 중요합니다. MetaTrader 5의 기본 인터페이스에서는 이러한 모든 항목을 하나의 창에서 편리하게 비교하기 어렵기 때문에, 일반적으로 각 종목의 세부 정보를 개별적으로 열어 수동으로 확인해야 합니다. Symbol Cost Monitor는 선택한 종목의 핵심 데이터를 수집하여 차트 위의 간결한 패널에 표시합니다. 이를 통해 스프레드가 확대된 종목을 빠르게 확인하고, 스왑을 비교하며, 거래 조건의 변화를 모니터링하고, 포지션을 열기 전에 예상 비용을 평가할 수 있습니다. 패널은 데이터를 실시간으로 업데이트하며, Market Watch에 표시된 모든
FREE
"Support or Resistance Alert Broken" is a simple and very intuitive tool that allows you to create or eliminate horizontal and trend supports and / or resistances with a simple click. When the support or resistance line is broken by the closing price at the end of the current candle, the "Support or Resistance Alert Broken" tool will send an alert with sound, as well as a notification to the MT4 or MT5 mobile application. This tool can send alerts from multiple pairs at the same time. Utility
Adaptive ATR Trailing Stop
Seref Oliver Joisten
4.5 (2)
Adaptive ATR Trailing Stop (MT5) Overview Adaptive ATR Trailing Stop is a utility Expert Advisor for MetaTrader 5 that manages stop loss levels for existing open positions. It uses the Average True Range (ATR) to calculate a volatility-based trailing distance. This EA does not open trades. It only modifies the Stop Loss (SL) of existing positions and keeps the current Take Profit (TP) unchanged. How it works - The EA runs on every tick of the chart where it is attached. - For each open posit
FREE
Script Name: Close All Positions Language: MQL5 Type: Utility Script Primary Function: Instantly close all open positions on the current trading account Purpose The “Close All Positions” script is a lightweight and efficient tool designed for traders using MetaTrader 5. Its main purpose is to help users quickly exit all active trades with a single click, especially during volatile market conditions or when risk management requires immediate action. Instead of manually closing each position on
FREE
SymbolScope MT5는 거래 상품 사양에 대한 개인 비서입니다. 터미널에서 계약 사양을 찾아보거나 인터넷에서 데이터를 검색할 필요가 없습니다. 필요한 모든 정보는 차트의 우아하고 미니멀한 패널에서 항상 확인할 수 있습니다. 이것은 무엇을 위한 것인가? 트레이더에게 거래를 시작하기 전에 상품의 정확한 매개변수(포인트 가치, 계약 크기, 최소 로트, 스왑)를 아는 것은 매우 중요합니다. SymbolScope MT5는 현재 심볼에 대한 이 데이터를 즉시 제공하고 다른 상품으로 빠르게 전환하여 그 사양을 연구할 수 있도록 합니다. 주요 기능: 원클릭 전체 사양: INFO 버튼을 누르면 패널이 확장되어 선택된 심볼의 포괄적인 매개변수 목록을 보여줍니다. 모든 중요 매개변수를 한눈에: 현재 ASK 및 BID 가격. 포인트 값 (최소 가격 변동폭). 틱 값 및 틱 크기. 계약 크기. 최소 로트, 최대 로트 및 로트 변경 단위. 매수 포지션 및 매도 포지션에 대한 스왑 값. 빠른 심볼 전
FREE
Time Panel:  Server Time, Local Time and Open and closed clocks for TOKYO, London and New York. Time Panel + Horizontal Bar: Server/Local + Main markets Sessions Example: TIMES    SERVER HH:MM:SS    LOCAL HH:MM:SS   TOKYO    OPEN    00:00 - 09:00 UTC   cls 02:34:15   LONDON    CLOSED  08:00 - 17:00 UTC   opn 05:12:33   NEW YORK OPEN    13:00 - 22:00 UTC   cls 07:45:22 https://t.me/Tonic_Trades_Signals
FREE
Telegram Notification Worker (v5.31) Telegram Notification Worker is a high-performance, professional utility designed to bridge the gap between your MetaTrader 5 terminal and Telegram. It acts as a dedicated background worker that forwards custom alerts, trade events, and system status messages from any of your Expert Advisors (EAs) directly to your Telegram chat or channel. Key Technical Features: Asynchronous Messaging Engine: Unlike standard notification scripts, this worker uses an asynchr
FREE
Core Positioning A lightweight risk calculation tool tailored exclusively for the MT5 platform, focusing on the core needs of traders' daily risk control calculations. It deeply optimizes the operation experience and data display effect, adapts to various chart viewing and trading scenarios such as intraday trading and swing trading, and is a highly practical auxiliary tool for traders' daily risk control operations. Core Functions Easy Lot Size Editing: Click the input box to enter values dire
FREE
MO Spread Monitor
Mohamed Amr Mohamed Osama Abdelwahab
MO Spread Monitor — know your spread before it costs you Spread Monitor shows the live spread in points against a limit you set, with a clear OK / BLOCKED state and an alert whenever the spread blows past the limit. It also tracks the session maximum, the running average, and how many times the limit was exceeded. Utility only: it never sends, modifies, or closes orders. 제 다른 MO 인디케이터와 EA도 확인해 보세요 — 위의 제 이름을 클릭하면 무료 및 유료 트레이딩 도구 전체를 보실 수 있습니다.
FREE
Unified Panel v5: Your Personal Command Center in MetaTrader 5 Tired of Missing Opportunities? Take Full Control of the Market! Every trader knows the pain: Fatigue from Waiting: You spend hours staring at the monitor, switching between dozens of charts and timeframes in search of the perfect setup. You get distracted for a moment—and the best opportunity is gone. Fear of a Margin Call: You have several positions open, possibly on different instruments or in a "lock". How do you know where the
FREE
RegularExpressionsExamples — is an expert, which contains the graphical interface for running examples from the " RegularExpressions in MQL5 " library. The codes of these examples can be found in the library itself. These examples are for demonstration purposes only. They serve only to evaluate the library operation and its capabilities. They can also be found on the official Microsoft‎ website, in the descriptions of classes in the System.Text.RegularExpressions namespace. Each example can be
FREE
이 제품의 구매자들이 또한 구매함
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (215)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 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.97 (144)
Local Trade Copier EA MT5 를 사용하여 매우 빠른 거래 복사 경험을 해보세요. 1분 안에 간편하게 설정할 수 있으며, 이 거래 복사기를 사용하면 Windows 컴퓨터 또는 Windows VPS에서 여러 개의 MetaTrader 터미널 간에 거래를 0.5초 미만의 초고속 복사 속도로 복사할 수 있습니다. 초보자든 전문가든   Local Trade Copier EA MT5 는 다양한 옵션을 제공하여 사용자의 특정 요구에 맞게 맞춤 설정할 수 있습니다. 이는 수익 잠재력을 높이려는 모든 사람을 위한 최고의 솔루션입니다. 지금 사용해보시고 이것이 왜 시장에서 가장 빠르고 쉬운 무역용 복사기인지 알아보세요! 팁: 여기 에서 데모 계정에서 Local Trade Copier EA MT5 데모 버전을 다운로드하여 사용해 볼 수 있습니다. 다운로드한 무료 데모 파일을 MT5 >> File >> Open Data Folder >> MQL5 >> Experts 폴더에 붙여넣고 터
TradePanel MT5
Alfiya Fazylova
4.88 (166)
Trade Panel은 다기능 거래 도우미입니다. 이 애플리케이션에는 50개 이상의 수동 거래 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 계정용 애플리케이션 체험판 다운로드: 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 계정에 연결할 수 있습니다. 소프트웨어는 빠르고 안정적으로 동작하며, 복사된 거래를 완벽히 제어할 수 있습니다. 인터페이스는 깔끔하며 대시보드와 차트가 시각적으로 구성되어 있고, 직관적인 네비게이션이 가능합니다. 여러 Signal Account를 관리하고, 공급자별 설정을 세밀하게 조정하며, 모든 동작을 실시간으로 모니터링할 수 있습니다. 필수 조건 MQL의 제한으로 인해 EA는 Te
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
Anchor Trade Manager
Kalinskie Gilliam
5 (6)
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
Telegram to MT5 Multi-Channel Copier 는 Telegram 채널의 트레이딩 신호를 자동으로 MetaTrader 5로 직접 복사합니다. 봇도, 브라우저 확장 프로그램도, 수동 복사도 필요 없습니다. Telegram에서 신호를 받으면 EA가 몇 초 안에 터미널에서 거래를 엽니다. 본 제품은 두 가지 구성 요소로 구성되어 있습니다: Telegram 채널을 감시하는 Windows 애플리케이션과 MT5 터미널에서 신호를 실행하는 이 Expert Advisor입니다. MT4 버전도 제공됩니다. 설정 가이드 및 애플리케이션 다운로드: https://www.mql5.com/en/blogs/post/768988 작동 방식 Windows 애플리케이션은 봇이 아닌 사용자 자신의 API 자격 증명을 사용하여 Telegram에 연결됩니다. 이는 프라이빗 및 VIP 채널을 포함하여 구독 중인 모든 채널, 그룹 또는 주제를 읽을 수 있음을 의미합니다. 신호를 감지하면 이를 파싱하여
Premium Trade Manager - 코치가 내장된 트레이딩 패널 Premium Trade Manager 는 차트 안에 트레이딩 코치를 심어놓은 도구입니다. 주문을 확정하기 전에, AI 트레이딩 코치 Max가 설정된 거래를 직접 읽고 명확한 판단을 내려줍니다. 스톱이 규율 있는 접근 방식에 맞는지, 리스크 크기가 합리적인지, 고영향 뉴스 이벤트가 몇 분 후에 있는지, 프롭 펌 한도에 근접했는지. 그 아래에는 완전한 실행 엔진이 있습니다. 원클릭 리스크 기반 진입, 차트에서 드래그로 세우고 거래가 진행되는 동안에도 계속 움직일 수 있는 플랜, 최대 4단계 분할 익절, 7가지 트레일링 방식, 실시간 프롭 펌 컴플라이언스, 뉴스 가드, 그리고 자체 비용을 평가하는 스프레드까지. 결정은 당신이 내립니다. Max가 두 번째 시선으로 확인합니다. 패널이 그 이후의 모든 것을 처리합니다. 구매 전에 직접 체험해 보세요. 브라우저에서 라이브 패널을 직접 클릭해볼 수 있습니다. 구매 전에 실제
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
MetaTrader 5용 전문 트레이드 복사기 MetaTrader 용 빠르고 전문적이며 신뢰할 수 있는 트레이드 복사기 입니다. COPYLOT 은 MT4와 MT5 터미널 간의 Forex 거래 복사를 지원하며, Hedge 및 Netting 계좌를 모두 지원합니다. COPYLOT MT5 버전 지원 구성: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 버전 전체 설명 + DEMO + PDF 구매 방법 설치 방법 로그 파일 확인 방법 테스트 및 최적화 방법 Expforex의 모든 제품 MT4 터미널로도 거래를 복사할 수 있습니다(MT4 → MT4, MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT은 2개, 3개, 심지어 10개의 터미널과 동시에 작동할
Trade copier MT5
Alfiya Fazylova
4.56 (50)
Trade Copier는 거래 계정 간의 거래를 복사하고 동기화하도록 설계된 전문 유틸리티입니다. 복사는 공급자의 계정/단말기에서 동일한 컴퓨터 또는 vps에 설치된 수신자의 계정/단말기로 발생합니다. 프로모션 - 이미 "Trade copier MT5"를 구매하셨다면, "Trade copier MT4"를 무료로 받으실 수 있습니다 (MT4 → MT5 및 MT4 ← MT5 복사용). 조건에 대한 자세한 정보를 원하시면, 개인 메시지를 통해 저희에게 문의해 주시기 바랍니다! 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 주요 기능 및 이점: 복사기는 "МТ5> МТ5", "МТ4> МТ5", "МТ5> МТ4" 복사를 지원합니다. 복사기는 데모 계정 > 실 계정, 실 계정 > 데모 계정, 데모 계정 > 데모 계정 및 실제 계정 > 실 계정 복사를 지원합니다. 복사기는 읽기 전용 암호가 적용된 투자자 계정에서 복사를 지원합니다. 하
Trade Dashboard MT5
Fatemeh Ameri
4.95 (132)
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
VirtualTradePad PRO SE MT5 — MetaTrader 5용 전문 트레이딩 컨트롤 센터 VirtualTradePad PRO SE 는 MetaTrader 5 용 프리미엄 차트 기반 트레이딩 패널이자 거래 관리 워크스페이스입니다. 더 빠른 주문 실행, 더 명확한 포지션 관리, 구조화된 거래 관리, 시각적인 레벨 계획, 그리고 차트에서 직접 작업하는 전문적인 워크플로를 원하는 트레이더를 위해 설계되었습니다. 이 제품은 단순한 BUY / SELL 패널이 아닙니다. PRO SE는 수동 트레이딩, 예약 주문, 포지션 관리, 부분 청산, 바스켓 손익 관리, 평균가 레벨, ATM 규칙, 신호 모니터링, 실시간 시장 정보, 전략 테스터 (Strategy Tester) 워크플로, VPS 중심 운용을 하나의 연결된 인터페이스로 통합합니다. MT4 버전 | 전체 설명 및 스크린샷 | 구입 방법 | 설치 방법 | 로그 파일을 얻는 방법 | 테스트 및 최적화 방법 | Expforex의 모든
파워 캔들 전략 스캐너 - 자체 최적화 다중 종목 설정 찾기 도구 파워 캔들 전략 스캐너는 마켓 워치에 등록된 모든 종목에 대해 파워 캔들 지표와 동일한 자체 최적화 엔진을 동시에 실행합니다. 하나의 패널에서 현재 통계적으로 거래 가능한 종목, 각 종목별 최적의 전략, 최적의 손절매/익절 조합을 알려주며, 새로운 신호가 발생하면 즉시 알림을 전송합니다. 이 도구는 Stein Investments 에코시스템의 일부입니다. 18개 이상의 도구와 함께 당신의 1대1 AI 트레이딩 멘토 Max.  항상 대기 중, 모든 인디케이터를 깊이 있게 이해, 무언가를 차근차근 생각해보고 싶은 순간에 도움을 줍니다.  https://stein.investments 에서 만나보세요 완벽한 시장 모니터링. 종목당 3,000건 이상의 자동 최적화. 2가지 알림 유형. 한 번의 클릭으로 차트를 전환하고 바로 거래하세요. 이 도구가 필요한 이유 대부분의 다중 종목 스캐너는 가격 변동만 보여줍니다. 티커별
HINN MagicEntry Extra
ALGOFLOW OÜ
4.75 (16)
LIMITED SUMMER SALE -40% !   ONLY $30 insead of $50!  Maximum real discount!  ONLY UNTIL 08/22 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-p
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:/
MT5 to Telegram Signal Provider 는 사용하기 쉽고 완전히 커스터마이즈 가능한 유틸리티로, 특정 신호를 Telegram의 채팅, 채널 또는 그룹으로 전송하고, 귀하의 계정을 신호 제공자 로 만듭니다. 경쟁 제품과 달리 DLL 임포트를 사용하지 않습니다. [ 데모 ] [ 매뉴얼 ] [ MT4 버전 ] [ 디스코드 버전 ] [ 텔레그램 채널 ]  New: [ Telegram To MT5 ] 설정 단계별 사용자 가이드 가 제공됩니다. 텔레그램 API에 대한 지식은 필요하지 않습니다; 개발자가 제공하는 모든 것이 필요합니다. 주요 특징 구독자에게 보낸 주문 상세 정보를 커스터마이즈할 수 있습니다. 예를 들어, 브론즈, 실버, 골드와 같은 계층 구독 모델을 만들 수 있습니다. 골드 구독에서는 모든 신호를 받습니다. id, 심볼, 또는 코멘트로 주문을 필터링할 수 있습니다. 주문이 실행된 차트의 스크린샷이 포함됩니다 보낸 스크린샷에 닫힌 주문을 그려 추가 검증을 합니다
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
다기능 도구: 로트 계산기, 그리드 주문, R/R 비율, 트레이드 관리자, 수급 구역, 가격 행동 등 데모 버전   |   사용자 설명서 트레이드 어시스턴트   는 전략 테스터에서 작동하지 않습니다 :   여기에서 데모 버전을 다운로드  하여 유틸리티 를 테스트하세요. 질문/개선 아이디어/버그 발견 시 연락주세요 MT4 버전이 필요하시면 여기 에서 이용 가능합니다 거래   프로세스 를 간소화, 가속화, 자동화하세요. 이   대시보드 로 표준 터미널 기능을 확장합니다. 트레이딩 패널은  모든 거래 상품에서 작동: 외환, 주식, 지수, 암호화폐 등. 1. 새 거래 개시 : 로트 / 위험 / RR 계산 : 수동 거래를 위한 위험 관리 로트 계산기 (위험 크기 기반 거래량 계산) 위험 계산기 (로트 크기 기반 위험 금액) 위험 대비 보상   비율 그리드 주문:  + 동적 간격 옵션, 로트 분할 옵션 주문 활성화 트리거, + 매수 스톱리밋 / 매도 스톱리밋 가상 SL, 가상 TP (숨김
Timeless Charts
Samuel Manoel De Souza
5 (7)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
Adam FTMO MT5
Vyacheslav Izvarin
5 (2)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 --------------------------------------------------------------------------------
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
EA Auditor
Stephen J Martret
5 (4)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
MetaTrader 5용 트레이딩 패널 — 차트와 키보드에서 실행하는 프로페셔널 원클릭 트레이딩 활동적인 트레이더를 위해 설계된 고급 Trading Panel로, MetaTrader 기본 인터페이스보다 훨씬 빠르고 직관적으로 포지션과 주문을 열고, 관리하고, 종료할 수 있습니다. 이 패널은 포지션 관리, 대기 주문 제어, 총수익 관리, 체결 속도를 하나의 전문적인 작업 공간에 통합하고 싶은 트레이더를 위한 솔루션입니다. 이것은 단순한 보조 유틸리티가 아닙니다. MetaTrader 5를 위한 진정한 trading cockpit입니다. 차트에서 직접 거래하고, 키보드로 빠르게 명령을 실행하며, 자동 계산과 시각적 가이드를 통해 수동 트레이딩을 더 빠르고, 더 명확하고, 더 편리하게 만들어 줍니다.  이 패널을 사용하면 차트에서 단 한 번의 클릭으로 거래를 실행할 수 있으며, 표준 MetaTrader 컨트롤보다 최대 30배 빠르게 거래 작업을 수행할 수 있습니다. 새로운 프리미엄 버전
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
Equity Protect Pro: 안심 거래를 위한 종합 계좌 보호 전문가 계좌 보호, 자산 보호, 포트폴리오 보호, 다중 전략 보호, 수익 보호, 수익 확보, 거래 보안, 위험 관리 프로그램, 자동 위험 관리, 자동 청산, 조건부 청산, 예약 청산, 동적 청산, 추적 손절매, 원클릭 종료, 원클릭 청산, 원클릭 복원 등의 기능을 찾고 있다면 Equity Protect Pro가 바로 필요한 프로그램입니다. 설정이 간편하고 사전 설정된 조건이 충족되면 모든 차트를 닫을 수 있으며 신호 구독 취소도 지원합니다(이는 모든 거래 프로그램도 중지됨을 의미합니다). 이 시점에서 새로운 주문이 생성되지 않으며 최종적으로 모든 주문이 종료되어 예상치 못한 손실을 효과적으로 방지하고 안심하고 거래할 수 있습니다. Equity Protect Pro (Technical Manual) Equity Protect Pro Demo Version for yo u to test   Equity Protect
KT Equity Protector MT5
KEENBASE SOFTWARE SOLUTIONS
3.6 (5)
모든 MetaTrader 트레이더가 실행해 두어야 하지만, 아직 많은 사람이 사용하지 않는 단 하나의 EA. 대부분의 계좌는 전략이 틀려서 무너지는 것이 아닙니다. 좋지 않은 순간에 손실을 계속 방치하거나, 포지션을 더 키우거나, 주말까지 거래를 들고 가거나, 한 주 동안의 수익을 다시 시장에 돌려주거나, 단 한 번의 잘못된 클릭으로 prop firm의 일일 손실 한도를 잊어버리기 때문에 무너집니다. KT Equity Protector는 이런 일이 일어나지 않도록 막아주는 자동 계좌 보호 EA입니다. 차트 하나에만 설치하세요. 이해하기 쉬운 단계별 설정 마법사에서 일일 손실, 최대 드로다운, 수익 목표, equity 트레일링 스톱, 주말 전 청산 같은 규칙을 한 번만 설정하면 됩니다. 그 순간부터 EA는 전체 MetaTrader 계좌를 실시간으로 감시합니다. 모든 포지션. 모든 심볼. 모든 틱. 설정한 선이 넘어가는 즉시, EA는 사용자가 선택한 동작을 실행합니다. 알림, 손실 거래
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.
작동 데모 다운로드 Copy Cat More (카피캣) MT5 트레이드 카피어 (Trade Copier) 는 로컬 트레이드 카피어이자, 오늘날의 트레이딩 과제를 위해 설계된 완전한 리스크 관리 및 실행 프레임워크입니다. 프롭 펌 (prop firm) 챌린지부터 개인 포트폴리오 관리까지, 견고한 실행, 자본 보호, 유연한 설정, 고급 트레이드 처리의 조합으로 모든 상황에 적응합니다. 이 카피어는 마스터 (Master, 송신측) 와 슬레이브 (Slave, 수신측) 두 모드 모두에서 작동하며, 시장가 주문과 대기 주문, 트레이드 수정, 부분 청산, 상호 청산 (Close By) 작업을 실시간으로 동기화합니다. 데모 및 실거래 계좌, 트레이딩 또는 인베스터 로그인 모두와 호환되며, EA·터미널·VPS가 재시작되더라도 영구 트레이드 메모리 (Persistent Trade Memory) 시스템을 통해 복구를 보장합니다. 고유 ID로 여러 마스터와 슬레이브를 동시에 관리할 수 있으며, 브로커
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
거래 관리자는 위험을 자동으로 계산하는 동시에 거래를 빠르게 시작하고 종료하는 데 도움을 줍니다. 과잉 거래, 복수 거래 및 감정 거래를 방지하는 데 도움이 되는 기능이 포함되어 있습니다. 거래를 자동으로 관리할 수 있으며 계정 성과 지표를 그래프로 시각화할 수 있습니다. 이러한 기능은 이 패널을 모든 수동 거래자에게 이상적으로 만들고 MetaTrader 5 플랫폼을 향상시키는 데 도움이 됩니다. 다중 언어 지원. MT4 버전  |  사용자 가이드 + 데모 트레이드 매니저는 전략 테스터에서 작동하지 않습니다. 데모를 보려면 사용자 가이드로 이동하세요. 위기 관리 % 또는 $를 기준으로 위험 자동 조정 고정 로트 크기 또는 거래량과 핍을 기반으로 한 자동 로트 크기 계산을 사용하는 옵션 RR, Pips 또는 Price를 사용한 손익분기점 손실 설정 추적 중지 손실 설정 목표 달성 시 모든 거래를 자동으로 마감하는 최대 일일 손실률(%)입니다. 과도한 손실로부터 계정을 보호하고 과도한
Telegram To MT5 Ultra
Mirel Daniel Gheonu
5 (3)
Telegram To MT5 — 시그널 카피어 텔레그램 채널의 트레이딩 콜을 실제 MT5 주문으로 바꿔 드립니다 — 자동으로, 원하는 만큼의 계좌에서, 리스크와 규칙을 완전히 당신의 통제 아래 둡니다. Telegram To MT5는 이미 텔레그램에서 팔로우하고 있는 VIP / 시그널 채널을 당신의 MetaTrader 5 터미널에 연결합니다. 무료 동반 데스크톱 앱이 메시지를 읽고(봇을 차단하는 채널에서도 가능), 이 EA가 당신의 계좌에서 이를 실행합니다 — 당신만의 리스크 설정, 심볼 매핑, 익절(TP) 처리, 세션 및 뉴스 필터를 적용합니다. 이것은 블랙박스 전략이 아니라 시그널 카피어입니다. 어떤 채널을 신뢰할지, 각 거래의 수량과 관리 방식을 당신이 결정합니다. 단계별 설정 및 동반 앱 설치 가이드 작동 방식 [당신의 텔레그램 채널] -> [동반 데스크톱 앱] -> [MT5 + 이 EA] -> 주문 동반 데스크톱 앱(무료, 포함)은 당신의 텔레그램 계정으로 로그인하여 선택한
제작자의 제품 더 보기
Pro Session Box Premium
Sayed Javad Razavi Ebrahimi
ProSessionBox Premium V3.1 — Daily Box + Sessions + Bollinger Bands + Trade Tracker Transform your chart into a complete trading workspace. ProSessionBox Premium V3.1 combines session visualization, range context, Bollinger Bands, and live position tracking — all in one clean indicator. --- KEY FEATURES --- DAILY BOX • Daily High/Low as a real Bullish/Bearish/Neutral candle • Optional Yesterday box for range comparison • Range label: "Range: 87 pips" • Profit label: "$0.87 (0.01L)" with confi
FREE
RiskCockpit - real-time risk advisor for prop-firm and funded accounts (FundedNext, FTMO, E8, The5ers, MyFundedFX) and personal/demo accounts. It is an INDICATOR (an advisor): it shows and proposes; it never opens, modifies or closes a trade. THE PROBLEM IT SOLVES Funded accounts are rarely lost to a bad strategy - they are lost to a single careless click: one lot too big, a stop-loss left off, a trade inside a news window, a daily-loss line crossed by accident. The rules sit in a PDF; your ris
FREE
HorizonProbe measures how the size of a price move compares with the cost of trading it, across several holding times, on your broker's own history and your broker's own spread. It is a single script. It places no orders, reads no positions, and has no external dependency. Copy the one file into a terminal and run it on a chart. THE QUESTION IT ANSWERS The cost of a trade is paid once, whatever happens next. The move you are paid for is not fixed: over a longer holding time, the average move
FREE
필터:
리뷰 없음
리뷰 답변