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
GEX Options Radar — Options-Based Market Structure for US Indices (NDX / SPX) GEX Options Radar displays real-time-ish key levels derived from market maker positioning in index options — directly on your USTEC or US500 chart, with no paid data subscription required. What it calculates Zero Gamma (Gamma Flip) — the price level where dealers' net gamma exposure flips from positive to negative. Above it: "long gamma" regime (volatility typically dampened). Below it: "short gamma" regime (moves ofte
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
Native Account Stats breaks your own closed-trade history down by symbol, by hour of day and by weekday, with profit factor, win rate, expectancy and the drawdown of the closed-trade equity curve. Trades are reconstructed from MT5 deals, so deposits, credits and corrections never count as winning trades. WHAT IT SHOWS A panel on the chart reports: Trades, net result, profit factor, win rate, expectancy and max drawdown Average win, average loss, largest win, largest loss A breakdown by symbol
FREE
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.4 (15)
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
A hard stop your discipline can't argue with. Free - no DLL, no internet, no subscription. A ton of work has gone into this to make it the best I can make it, and it is free - not a trial, not a lite version - and it always will be. I am still developing it, so expect regular updates. Spotted a bug, or want something added? Reach out in the Comments and I will get it done. PFX Equity Shield watches your whole account - every symbol, every EA, every manual trade - against the limits you set. T
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
Swap is the part of the cost that is easy to forget, because it arrives once a day, quietly, and never appears in the spread. Swap Cost Calendar puts it on the chart as a number you can act on. What It Shows The panel reads what the broker publishes for the current symbol and shows four things. The cost of one night for a long position and for a short one, in your account currency or in points. The weekday line, showing how many nightly charges a position carries on each day of the week. The tri
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
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の標準インターフェースでは、すべての情報を1つの画面で簡単に比較できないため、通常は各銘柄の仕様を個別に開いて確認する必要があります。 Symbol Cost Monitorは、選択された銘柄の主要データを収集し、チャート上のコンパクトなパネルに表示します。スプレッドが拡大している銘柄の確認、スワップの比較、取引条件の変化の監視、ポジションを開く前の潜在的なコストの評価を簡単に行えます。 パネルのデータはリアルタイムで更新され、気配値表示に登録されているすべての銘柄、またはユーザーが指定した銘柄リストを監視できます。色分け表示により取引条件の悪化を素早く確認でき、設定した水準をスプレッドが
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 (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
MAKO Pyxis は、MetaTrader 5 向けの読み取り専用の値動き品質分析ユーティリティです。現在のチャートの銘柄と時間足について、進行中の値動きにまだ質があるのか、それとも効率を失いつつあるのか、という実用的な問いに答えます。 Pyxis は、確認済みの市場構造、参加圧力、方向性モメンタム、ボラティリティの動き、経路効率を、コンパクトな分析パネルにまとめます。注文の送信やポジション管理は行いません。 パネルに表示される項目 - 方向:Bullish、Bearish、Transition、Waiting - 値動きの質:Strong、Healthy、Weakening、Exhausted、Mixed、Waiting - 参加度:Rising、Falling、Flat - モメンタム:Accelerating、Decelerating、Flat、Mixed - ボラティリティ:Expanding、Contracting、Flat - 効率:パーセント表示と High、Moderate、Low の分類 - 状態:Powered Move、Healthy Move、Fad
FREE
TraderStart Structure Break Alerts Track recent market structure breaks across multiple timeframes in one clean on-chart panel. TraderStart Structure Break Alerts is a free MetaTrader 5 indicator that helps you monitor the latest market structure break on up to three configurable timeframes. It reports the most recent BOS (Break of Structure) or CHoCH (Change of Character), shows the break level, how many bars ago it occurred, and summarises the current structure bias and alignment. The indi
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
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (216)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.94 (149)
Local Trade Copier EA MT5 は、同一の Windows PC または Windows VPS 上で稼働する複数の MetaTrader 5 口座間で、取引をコピーおよび管理するための高速で柔軟なトレードコピーツールです。 ローカルでの取引同期に加え、Receiver 側でロットサイズ、リスク管理、取引フィルター、シンボルマッピング、取引管理、口座保護を個別に設定できます。 Transmitter と Receiver のターミナルは約 1分 で設定でき、同一ブローカーまたは異なるブローカーの口座間で、手動取引や EA による取引をコピーできます。適切な条件下では、ローカルの MetaTrader ターミナル間で取引情報を 0.5秒未満 で同期できます。実際の約定速度は、ブローカーのレイテンシー、ネットワーク状況、PC/VPS の性能、ターミナルの負荷によって異なります。 ご購入前に無料デモをお試しください Local Trade Copier EA MT5 の完全機能版無料デモ を、MT5 デモ口座で 1回につき4時間 テストできます。 Local Trad
日本語に対応しました。 Strategy Ledger Pro は、MetaTrader 5 用の読み取り専用の口座分析パネルです。口座の成績をエキスパートアドバイザー(EA)、戦略、銘柄、マジックナンバーごとに分け、それぞれが実際にどれだけ貢献しているかを明らかにします。 パネルは 11 言語に対応しています:English、Français、Deutsch、Español、Italiano、Português、Русский、Türkçe、中文、日本語、한국어。 デモをダウンロードする前に。 Market では、有料製品のデモはストラテジーテスター内でのみ実行されます。このパネルはご自身の口座の取引を分析しますが、ストラテジーテスターには読み取る口座履歴がないため、デモは空のパネルで起動し、その旨を表示します。これはデモの仕組みによるもので、製品の制限ではありません。 この説明内の動画では、実口座でのパネルの動作をご覧いただけます。 すべての機能を解説した詳しい マニュアル (英語)と、情報交換やお知らせのための AureusAI Trading Suite グループをご用意し
Telegram to MT5 Multi-Channel Copier   は、Telegram チャンネルのトレードシグナルを MetaTrader 5 へ自動コピーします。ボット不要、ブラウザ拡張不要、手動コピー不要。Telegram にシグナルが届くと、EA が数秒であなたのターミナルに注文を出します。 さらに、チャンネルをコピーする前に、内蔵バックテスターでそのチャンネルがあなたの口座でどう動いたかを確認できます。 製品は 2 つのコンポーネントで構成されます:Telegram チャンネルを監視する Windows アプリと、MT5 ターミナルでシグナルを執行する本 EA です。MT4 版もあります   こちら . セットアップガイドとアプリのダウンロード:   https://www.mql5.com/en/blogs/post/768988 現在の価格は今後値上げされます。 仕組み アプリはあなた自身の Telegram アカウントで接続するため、フォローしているすべてのチャンネル、グループ、トピック、ボット(プライベートや VIP を含む)を見ることができます。シグナル
================================================================================ 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
TradePanel MT5
Alfiya Fazylova
4.88 (169)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 アプリの説明書+ビデオガイド: https://www.mql5.com/en/blogs/post/772292 デモ口座用アプリの試用版: https://www.mql5.com/en/blogs/post/750865 アプリのインストール方法: https://www.mql5.com/en/blogs/post/756239 アプリをビジュアルモードでテストする方法: https://www.mql5.com/en/blogs/post/770277 VPSのMetaTraderにアプリをインストールする方法: https://www.mql5.com/en/blogs/post/770190 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグルー
自分の取引ルールで Telegram のシグナルをコピー Telegram to MT5 Signal Trader は、Telegram の公開・非公開チャンネルやグループから、テキスト形式の取引シグナルを MetaTrader 5 へ自動でコピーします。1つのデスクトップアプリで複数の配信者と MT5 口座を管理し、 配信者ごとにリスクと取引設定を個別に指定 できます。 シグナルのコピーに Telegram ボットや API 設定は必要ありません。 電話番号または QR コードでご自身の Telegram アカウントにログインし、すでに参加しているチャンネルやグループを選ぶだけです。ボットの作成や、Telegram API トークン、API ID、API hash の入力は不要です。 ポジションサイズを選び、複数の利確水準に分けて決済し、建値へのストップ移動やトレーリングストップを自動化できます。配信者のシグナルを受け取りながら、実際の取引方法は自分で管理できます。 本製品は、この MT5 エキスパートアドバイザ(EA)と、必須の Windows 連携アプリで構成されます。 インス
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 IMPORTANT NOTICE: FarmedHedge is a MANUAL-FOCUSED TRADING UTILITY ,not a fully automated EA. Results shown on this Signal include manual trades and overall strategic management.
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
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台のターミナル間で同時に動作できる、プロフェッ
Signal TradingView to MT5 Pro Automator TradingViewとMetaTrader 5間の即時プロフェッショナル実行 TradingViewのシグナル(アラート)とMT5での実際の約定を繋ぐ、最も強固なコミュニケーションブリッジで、取引戦略を自動化します。スピード、柔軟性、そして完璧なリスク管理を求めるトレーダー向けに設計されたこのExpert Advisorは、あらゆるアラートメッセージを正確な成行または指値注文に変換します。 強みと利点 ユニバーサルパーシングエンジン(独自技術): あらゆるアラート形式からデータを自動的に認識し、抽出できる高度なテクノロジー。単一の固定フォーマットに制限されることはありません。システムはシンボル(銘柄)、アクション、価格、SL(ストップロス)、TP(テイクプロフィット)を自動的に理解します。 リアルタイム実行: レイテンシ(遅延)を最小限に抑えるよう最適化された、1秒未満の超高速ポーリング技術。シグナルを受信してから数ミリ秒以内に注文が実行されます。 機関投資家レベルのリスク管理: 以下に基づく自動かつ正確
HINN MAGIC ENTRY – the ultimate tool for entry and position management! SIMPLE. FASTEST. INTUITIVE. MAX AUTOMATED. 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, a
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、チャート上でドラッグして組み立て、発注後も動かせるプラン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブ
購入後にメッセージをお送りください。完全版マニュアルキット + AI機能をテストできる3日間のOpenAI APIトライアル + 追加ボーナスギフトをお受け取りいただけます 現在の価格は、8月のリローンチアップデートに伴う期間限定割引価格です — 値上げ前に今すぐエディションを確保してください。 次回価格:$340 これは、あなたが市場で試したことのある、または見たことのあるどのトレーディングパネルともまったく異なります。現在、リテール市場で利用できる最も革新的なAI搭載トレーディングパネルの一つです。 AIをチャートに直接接続することを想像してください   — AIによる推奨、口座監査、AIトレードシグナルの受信、そしてワンクリックでの実行。 Telegramを通じてスマートフォンから   取引口座全体を管理することを想像してください   — AIとのチャット、即時アラートの受信、取引の管理、どこからでも口座を保護できます。   複数のEA   を稼働させ、それぞれのEAのパフォーマンスを個別に監視し、その取引を管理したり、特定のポジションをスマートフォンから直接決済したりできるこ
One button. One trade. MT5 Trading Deck is a hotkey trading panel for MetaTrader 5 that turns the platform into a keyboard-driven execution cockpit. Stop loss, take profit and lot size are pre-calculated for every key; the moment you press, a market order is live on the broker. A complete technical user manual is attached in the product Comments section. It documents every input parameter, the full hotkey map, the recommended Stream Deck XL layout, and the advanced workflows for Pre-Limit orders
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
EASY Insight AIO – スマートで手間いらずな取引のオールインワンソリューション 概要 数秒で市場全体——FX、ゴールド、暗号資産、指数、さらには株式まで——を、手作業のチャート確認や複雑なセットアップ・インジケーター導入なしにスキャンできたらどうでしょうか? EASY Insight AIO はAIトレードのための究極のプラグ&プレイ型エクスポートツールです。市場全体のスナップショットを、クリーンなCSVファイルで一括出力。ChatGPT、Claude、Gemini、Perplexityなど、さまざまなAIプラットフォームで即座に解析できます。 ウィンドウの切り替えやグラフのごちゃごちゃしたオーバーレイはもう不要。自動エクスポートされる純粋で構造化されたインサイトだけで、無駄なチャート監視に悩まされず、スマートなデータ主導の判断に集中できます。 なぜEASY Insight AIOなのか? 本当のオールインワン • セットアップ不要、インジケーターのインストール不要、チャートへのオーバーレイ不要。インストールして起動し、エクスポートするだけです。 マルチアセット対
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
Trade copier MT5
Alfiya Fazylova
4.61 (56)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
EA Overfitter
Stephen J Martret
5 (1)
That backtest looks great. But will it still be making money tomorrow, next week, next month? EA Overfitter re-runs your EA on 100 price histories it has never seen. One score tells you if the edge is real. A backtest tells you what an EA did on one price history — the one that happened to occur. What you cannot tell from it is how much of that result was the strategy and how much was the particular path. EA Overfitter answers that. It builds up to 100 synthetic price histories your EA has n
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
Telegram To MT5 — シグナルコピア Telegram チャンネルのトレードコールを、実際の MT5 注文に変換します — 自動で、好きなだけの口座に対応し、リスクとルールは完全にあなたの管理下に置けます。 Telegram To MT5 は、あなたが Telegram で既にフォローしている VIP / シグナルチャンネルを MetaTrader 5 端末に接続します。無料の付属デスクトップアプリがメッセージを読み取り(ボットを禁止しているチャンネルでも可能)、この EA があなたの口座でそれらを執行します — あなた自身のリスク設定、シンボルマッピング、テイクプロフィット処理、セッションおよびニュースフィルターを適用します。 これはシグナルコピアであり、ブラックボックス戦略ではありません。どのチャンネルを信頼するか、各トレードのロットと管理方法をあなたが決めます。 ステップバイステップの設定と付属アプリのインストールガイド 仕組み [あなたの Telegram チャンネル] -> [付属デスクトップアプリ] -> [MT5 + この EA] -> 注文 付属デスクトッ
EA Slipstream
Stephen J Martret
5 (1)
Your backtest filled every order at the price it asked for. Your account does not. EA Slipstream measures what execution costs your EA, using your own fills, slippages and spreads to show you the true performance of your EA. A backtest prices every trade at the level the EA named. In live trading a pending order fills at whatever price is available when it triggers, a stop closes wherever the market is when it is hit, and the spread at that moment is whatever the account was quoting. The differ
MT5 用 Dynamic Fibonacci Grid Dashboard の最新バージョンを紹介します。 数多くの新機能を搭載したこの新しいダッシュボードは、トレード体験を一新し、市場や価格アクションをまったく新しい視点から見ることができます。複数のタイムフレームと複数のシンボルを同時に分析することで、新たな可能性を発見できます。手動トレードやポジション管理のための使いやすいインターフェース、そしてあらかじめ設定された自動売買戦略を適用するための拡張機能を備えています。さらに、DFGはストラテジーテスター内でトレーディングシミュレーターとして完全に機能し、過去データを使用してさまざまな市場環境を再現できます。ビジュアルモードで手動トレードを練習したり、高速モードで自動売買戦略をテストしたりすることが可能です。 主な特徴 • Dynamic Fibonacci Bands の概念に基づく、複数タイムフレームおよび複数シンボルの高度なテクニカル分析。 リアルタイム市場監視ダッシュボードにより、これまでにない効率性を体験できます。M1、M5、M15、H1 のチャートから得られる複雑な
TelegramからMT5へ: 究極のシグナルコピーソリューション Telegram to MT5 を使えば、取引がシンプルになります。DLL を必要とせず、Telegram のチャンネルやチャットから MetaTrader 5 プラットフォームに取引シグナルを直接コピーできる最新ツールです。この強力なソリューションは、正確なシグナル実行、豊富なカスタマイズオプション、時間の節約、そして効率性の向上を実現します。 [ Instructions and DEMO ] 主な特徴 直接的なTelegram API統合 電話番号とセキュアコードで認証します。 ユーザーフレンドリーな EXE ブリッジを通じてチャット ID を簡単に管理できます。 複数のチャネル/チャットを追加、削除、更新して、同時に信号をコピーします。 高度なフィルターによる信号解析 例外的な単語 (例: 「レポート」、「結果」) を含む不要な信号をスキップします。 柔軟な SL および TP 形式 (価格、ピップ、ポイント) をサポートします。 価格ではなくポイントを指定するシグナルのエントリ ポイントを自動的に計算します。
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
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
Your EAs cannot see each other, but Anchor can. Anchor gives you one place to coordinate your EAs, manage risk, and decide when trading is allowed. It works alongside the trading bots you already use without any changes to them. The Problem One EA opens a trade. Then another starts trading. The next thing you know, you wake up to multiple grids built across your account. Each EA may be doing exactly what it was designed to do, but together they can place far more risk on your account than you in
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.
作者のその他のプロダクト
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
StrategyDeck — a cockpit for manual, discretionary trading. StrategyDeck draws and measures. It does not decide, and it never sends an order on its own. What it draws on the chart Opening range boxes for the Asia, Europe and US sessions, a linear regression channel, previous-day high and low with the day's open, and key candlestick patterns. Each drawing layer can be turned off, set to drawing only, or set to signal — and the signal position exists only where a measured scope is available.
フィルタ:
レビューなし
レビューに返信