BerelzBridge

  • ユーティリティ
  • Barend Willem Van Den Berg
    Barend Willem Van Den Berg
    "規律あるトレーダーで、MBO教育管理とアセスメントのバックグラウンドを持ちます。退職後の現在は、体系的なトレーディングに専念しています。構造化された評価の経験を活かし、トレーディング戦略のテストと最適化を行っています。現在の焦点は、MQL5プラットフォーム上で人工知能(AI)ツールとテクニカル分析を統合し、堅牢な市場機会を特定することです。継続的な学習とデータ駆動型の意思決定を信条としています。
    注記: Berelzは個人プロジェクト環境であり、会社や商業企業ではありません。すべては私的なものであり、他の事業体とは無関係です。"
  • バージョン: 2.0
  • アップデート済み: 21 2月 2026
  • アクティベーション: 5

BerelzBridge Pro

口座情報を含む、全時間足に対応したMT5からJSONへのデータブリッジ。

概要

BerelzBridge Proは、ライブ市場データをディスク上のJSONファイルにエクスポートするMT5インジケーターです。bid/ask価格、スプレッド、ティック出来高、日足統計、口座情報、および全9つの時間足のOHLCVバーを書き出します。ファイルは設定可能な間隔(デフォルトは2秒)で更新されます。

このインジケーターは、同じチャート上のエキスパートアドバイザーと競合することなく共存できます。DLL、WebRequest、その他の外部依存関係は使用しません。異なるチャートで複数のインスタンスを実行し、複数の銘柄のデータを同時にエクスポートできます。

エクスポートされるデータ

  • 完全な桁精度でのBid/Ask価格
  • ポイント単位のスプレッド
  • 現在のバーのティック出来高
  • 日足の高値、安値、始値
  • M1、M5、M15、M30、H1、H4、D1、W1、MN1のOHLCVバー
  • 時間足あたり最大500本のバー(設定可能)
  • 口座データ:残高、有効証拠金、証拠金、有効証拠金残高、評価損益、レバレッジ、通貨
  • ブローカーデータ:会社名とサーバー名

動作原理

  1. BerelzBridge ProをMetaTrader 5の任意のチャートにドラッグします。
  2. インジケーターは、設定された間隔でMQL5/Files/フォルダーにJSONファイルを書き込みます。
  3. 任意の外部アプリケーションからJSONファイルを読み取ります。

出力ファイル: symbol_stream.json(例:xaueur_stream.json)。

場所: MQL5/Files/。

出力形式

エクスポートされるJSONファイルには、以下のフィールドが含まれます:

{ "symbol": "XAUEUR", "updated": "2025-01-15 14:32:07", "version": "pro", "platform": "MetaTrader 5", "bid": 1923.45, "ask": 1923.67, "spread": 22, "tick_volume": 14, "daily_high": 1931.20, "daily_low": 1910.85, "daily_open": 1915.30, "bars_m5": [ {"time": "2025-01-15 14:25:00", "o": 1921.10, "h": 1923.80, "l": 1920.50, "c": 1923.45, "v": 312}, {"time": "2025-01-15 14:30:00", "o": 1923.45, "h": 1924.10, "l": 1922.90, "c": 1923.67, "v": 198} ], "account": { "balance": 10000.00, "equity": 10234.50, "margin": 500.00, "free_margin": 9734.50, "profit": 234.50, "leverage": 100, "currency": "USD" }, "broker": { "name": "Broker Name Ltd", "server": "BrokerName-Live" }, "_end": true }

バーは古いものから新しいものの順に並べられます。スプレッドフィールドはブローカーポイント単位です。有効にされた各時間足は、独自のバー配列(bars_m1、bars_m5、bars_m15、bars_m30、bars_h1、bars_h4、bars_d1、bars_w1、bars_mn1)を追加します。

daily_high、daily_low、daily_openフィールドは、InpExportDailyStatsが有効な場合にのみ存在します。daily_openフィールドは、インジケーター装着後の最初のエクスポート時には、日足バーの履歴が利用可能になるまで存在しない場合があります。

_endフィールドは常にファイルの最後のフィールドです。外部アプリケーションは、その存在をチェックすることで、ファイルが完全に書き込まれ、切り詰められていないことを確認できます。

使用例

  • Python、Node.js、または任意のプログラミング言語からライブ価格と口座データを読み取る
  • 価格、有効証拠金、証拠金情報を表示するカスタムダッシュボードを構築する
  • 調査目的で価格履歴をデータベースに記録する
  • 価格レベルやスプレッドの変化を監視するアラートシステムを作成する
  • 現在の残高とリスクパラメータに基づいてポジションサイズを計算する
  • 外部アプリケーションで証拠金使用量と有効証拠金の変化を監視する
  • マルチタイムフレームのOHLCVデータをパターン分析アプリケーションに供給する

入力パラメータ

  • InpSymbol - ストリーミングする銘柄(空の場合は現在のチャートの銘柄)
  • InpUpdateSeconds - エクスポート間隔(秒)、デフォルト: 2
  • InpBarsCount - 時間足あたりのバー数、デフォルト: 500
  • InpExportM1 から InpExportMN1 - 各時間足を個別に有効/無効にします
  • InpExportAccount - 口座情報をエクスポート(デフォルト: オン)
  • InpExportBroker - ブローカー情報をエクスポート(デフォルト: オン)
  • InpExportDailyStats - 日足の高値、安値、始値をエクスポート(デフォルト: オン)

インストール

  1. MQL5 Marketから購入しダウンロードします。
  2. インジケーターは、ナビゲーターの「インジケーター」と「マーケット」の下に表示されます。
  3. BerelzBridge Proを任意のチャートにドラッグします。
  4. 時間足とデータオプションを設定し、OKをクリックします。
  5. MQL5/Files/フォルダーにJSONファイルが表示されます。

ダッシュボードテンプレート付属

無料のオープンソースダッシュボードテンプレートがGitHubで利用可能です。これはBerelzBridgeのJSON出力を読み取り、価格、口座メトリクス、テクニカルデータを表示します。製品のコメントセクションでリポジトリリンクをリクエストしてください。

コード例

エクスポートされたデータを読み取る(Python):

import json, time while True: with open("path/to/MQL5/Files/xaueur_stream.json") as f: data = json.load(f) print(f"Bid: {data['bid']} Ask: {data['ask']} Spread: {data['spread']}") print(f"Equity: {data['account']['equity']} Margin: {data['account']['margin']}") time.sleep(2)

OHLCVバーから移動平均を計算する:

import json with open("path/to/MQL5/Files/xaueur_stream.json") as f: data = json.load(f) bars = data["bars_m5"] average = sum(b["c"] for b in bars[-20:]) / 20 print(f"20-bar average close: {average:.2f}")

口座データからポジションサイズを計算する:

equity = data["account"]["equity"] risk_fraction = 0.02 stop_loss_points = 150 point_value = 1.0 risk_amount = equity * risk_fraction position_size = risk_amount / (stop_loss_points * point_value) print(f"Position size: {position_size:.2f}")

要件

  • MetaTrader 5
  • あらゆるブローカーおよびあらゆる銘柄に対応
  • Windows、macOS(Wine経由)、Linuxで動作

免責事項

Berelz Capital Engineeringは個人プロジェクトであり、登録された会社ではありません。すべての製品は、いかなる保証もなく「現状のまま」提供されます。自己の責任においてご使用ください。

おすすめのプロダクト
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
King ElChart Manual Trade Panel
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
King Chart – Manual Trading Panel for MetaTrader 5 Overview King Chart is a simple yet powerful manual trading panel built for traders who want speed, precision, and clarity. It enables quick order execution, clear lot control, and real-time account monitoring  all directly on your MT5 chart. Main Features Multi-Lot Trade Execution 3 Buy and 3 Sell buttons for instant execution Each button is tied to a custom lot size field Designed for flexible scaling in or out of trades Position Management D
DDKiller Pro
Njaratahiry Michael Randrianiaina
Stop Blowing Your Account. Once and For All. DDKiller Pro is the MT5 risk guardian that runs silently on your chart and shuts down trading the moment you hit a limit — whether you're grinding a prop firm challenge or managing your own CFD account. The problem every trader knows: You set your rules. You break them anyway. One revenge trade. One overleveraged position. One session that erases a month of gains. DDKiller Pro removes that decision from your hands entirely. What it does: The second yo
Easy Trade Executor は、MT5向けの高速なポジションサイズ計算、注文執行、およびトレード管理ツールです。 Open Price、Stop Loss、Take Profit レベルをチャート上に直接配置し、自動的にポジションサイズを計算して、数回のクリックだけでリスクを管理しながら取引を開始できます。 なぜ Easy Trade Executor を選ぶのか? Easy Trade Executor は、単にリスク計算を行うだけでなく、チャート上で迅速かつ効率的に取引を管理したいトレーダーのために開発されました。 このツールは、ポジションサイズ計算、注文執行、トレード管理を1つのワークフローに統合し、手動計算やターミナルの複数ウィンドウを頻繁に切り替えることなく、トレードそのものに集中できるようにします。 Easy Trade Executor の主な機能: リスクに基づく自動ポジションサイズ計算; チャート上から直接 Market Order と Pending Order を発注; 自動的なポジション管理のための Trailing Stop; ワンクリックでの決
Trade Analyzer Panel is a real-time dashboard utility for MetaTrader 5. It brings position monitoring, risk analysis, profit/loss simulation, target planning, break-even visualization and quick-close controls into a single scrollable on-chart panel. Features Position scanner: lists every open position with symbol, direction, lot size, open price and live profit/loss. Account summary: balance, equity, used and free margin, and margin level updated in real time. Break-even visualization: draws a l
Expert TP SL v04 - Professional Trading Assistant with AI Motivation System Advanced manual trading tool with automatic risk management, overtrading protection, and intelligent psychological support for disciplined trading. PRODUCT OVERVIEW Expert TP SL v04 is a comprehensive trading assistant designed for manual traders who want to maintain emotional discipline while automating risk calculations. This isn't just another order placement tool - it's a complete trading psychology system that pr
TradeControl Pro – MetaTrader向け高度トレード管理ツール TradeControl Pro は、MetaTrader上でチャート内から直接トレードポジションを体系的かつ効率的に管理するためのトレードマネジメントツールです。明確に設計されたユーザーインターフェース、自動計算機能、そして多様なトレード手法に対応する柔軟な操作性を備えています。 統合されたオンチャートパネルは表形式で構成され、 Execution 、 Close 、 Info の3つの主要タブに分かれています。視認性と直感的な操作性を重視した設計となっています。 機能ごとに整理された分かりやすい構造 すべての主要トレード指標をリアルタイムで更新 追加ウィンドウなしでチャート上から直接操作可能 タブ: Execution(トレードの計画と実行) Executionセクションでは、新規トレードの計画および実行を行います。 Open Calc(保留注文設定) Open Calc を使用すると、チャート上に以下の3つのラインが自動的に表示されます: エントリー価格(Entry) ストップロス(SL) テイ
BreakEvan Utility  Is a simple tool in a panel with this utilities: This utility will draw a Golden Line in the chart applied showing the breakeven price, considering all the positions opened for that specific symbol. Also the information panel shows: Balance Breakeven Price for that chart Force Breakeven (for that symbol) as ON/OFF Force Breakeven Global (takes into account all trades opened) as ON/OFF Total Lots opened for Symbol Total Lots opened Global And two buttons: Force Breakeven: Whe
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 — 1つの端末内で動作するプロフェッショナルなポジション複製システム MetaTrader 5 ですでに開かれているポジションを自動で複製し、総ボリュームを拡張し、独自のロット設定を適用しながら、複製ポジションを明確なルールで管理したいトレーダーのための信頼性の高い Expert Advisor です。 手動売買、アルゴリズム売買、そして既存ポジションをより柔軟に管理したい場面に適した実用的なツールです。 Duplicator for MT5 は独自の売買戦略で新規ポジションを開くものではありません。役割は、MetaTrader 5 口座内にすでに存在しているポジションを監視し、指定した条件に従ってその複製を作成することです。複製回数、ロットサイズ、Stop Loss、Take Profit、コメント、追加の管理条件まで細かく設定できます。 異なるプラットフォーム間のコピーではなく、 同じ MetaTrader 5 端末内で ポジションを正確に複製したい場合、この MT5 版 Duplicator はその目的のために作られていま
Auto SLTP Maker MT5  is an assistant for all those who forget to set StopLoss and/or TakeProfit in deal parameters, or trade on a very fast market and fail to place them in time. This tool automatically tracks trades without StopLoss and/or TakeProfit and checks what level should be set in accordance with the settings. The tool works both with market and pending orders. The type of orders to work with can be set in the parameters. It can track either trades for the instrument it runs on, or all
CYGNIX RISK GLADIATOR — Professional Trade Manager & Risk Guardian for MT5 Guard every position. Manage every trade. Sleep at night. Cygnix Risk Gladiator is a professional-grade position management Expert Advisor that watches every open trade on your account and automatically applies institutional-level risk controls in real time. It does not generate signals — it protects, manages, and exits trades opened by you, your strategies, or any other EA. Built for IC Markets and fully compatible w
Total trade manager allows you to manage your trade to maximise your profits and minimise your losses. This is an essential for traders that are looking for consistency within their trading.  The features: Partial Stop Loss: This feature allows you to close a partial percentage of your trade once it goes into negative. So if your stop loss is 20 pips, you could close 75% of your trade at 10 pips and let the remainder of the position to continue running. Auto Stop Loss: This means that once you p
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
Candlestick Pattern Scanner is a multi-timeframe and multi-symbol dashboard and alert system that checks all timeframes and currency pairs for different candlestick patterns that are formed in them. Scanner is integrated   with support and resistance zones so you can check the candlestick patterns in most important areas of the chart to find breakout and reversal patterns in the price chart. Download demo version   (works on M4,M6,M12,H3,H8 timeframes and 20 symbols of Market Watch window) Read
TradePad
Ruslan Khasanov
5 (1)
TradePad は、手動取引とアルゴリズム取引の両方に使用できるツールです。複数の取引商品での迅速な取引操作とポジション管理のためのシンプルなソリューションを提供します。 注意: アプリケーションは戦略テスターでは動作しません。 デモアカウント用のアプリケーションの試用版とすべてのツールの説明 アプリケーション インターフェイスは高解像度のモニターに適応しており、シンプルで直感的です。快適な作業のために、トレーダーには次のツール セットが提供されます: 取引操作の管理、メイン チャートの期間の切り替え、TradePad 商品の切り替えを行うホット キー マネージャー。 ポジションを開くときや保留中の注文を設定するときに、ドローダウンのリスクを評価し、潜在的な利益を計算するために取引レベルをマークするツール。 複数の取引シンボルを視覚的に監視し、アルゴリズム取引の取引シグナルを受信するための MultiCharts ツール。利便性のために、取引ペアのセットを整理できます。これにより、複数の時間枠で価格を監視し、複数の通貨取引を行うことができます。 履歴の任意の期間の取引統計を表示するた
RiskRider Pro
Stephane Paul Heritier
RiskRider Pro is a professional manual trading panel for MetaTrader 5. It puts every essential risk management tool at your fingertips without interrupting your chart analysis. KEY FEATURES One-click BUY / SELL Instant market execution with automatic stop-loss calculation. No confirmation dialogs, no delays. Risk:Reward Take Profit Define your R:R ratio once (default 2.0). The take-profit level is calculated automatically on every trade based on your stop-loss distance. Dynamic Lot Sizing W
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
Spread Candle Clock is a clock that displays the remaining time of the current candle along with the spread in real time directly on the chart. Features: Real-time candle countdown. Live spread (SP) display. Adjustable size. Customizable colors. Configurable position in all four corners. Compatible with all symbols and timeframes. Includes a button to minimize to a small panel.
FREE
This EA is there to take your trade closing stress away. Quickly close as many trades as you have opened at the click of a button, INCLUDING PENDING ORDERS. This works on the MT5 platform whether it be currencies, Indices, stocks or Deriv synthetic indices. I have saved it under utilities as it is a utility, however, to install this, you have to save the file in you "EA" folder. That is; Go to "File", then "Open Data Folder", "MQL5" and then "Experts". Paste this file there. Restart MT5 and you'
Demo version T Position Size Calculator   doesn't work in the strategy tester. The Strategy Tester does not support the processing of ChartEvent. It does not support most of the panel's functionality. Contact me for any questions or ideas for improvement or in case of a bug found. Control and manage your trading like a professional trader with T Position Size Calculator. T Position Size Calculator – an MT5 Expert Adviser, is a user-friendly custom tools (Dialog Panel and Three Lines, Order Line
Bneu Execution and Scaling System — Professional Trading Command Center Premium on-chart command center with 5 dashboard tabs. 28-pair opportunity radar scans every 8 seconds. Dual-gate qualification: indicator engine + AI confidence scoring. One-click execution with auto SL/TP and smart lot sizing. Full autopilot mode with 6 built-in safeguards. Multi-account trade copier (publisher or receiver in one EA). Adaptive Money Management protects every position automatically. WHAT IT DOES Attach
'Quick Close Panel' is an easy to use interface for managing orders. It has a button for closing all winning trades on the current chart, a button for closing all losing trades and another button for closing   all running trades (Losing and Winning)   on the current chart. It is very responsive and quick to execute operations due to the effective time complexity of the algorithm used in the  program.  Vist this link to download demo:  https://www.mql5.com/en/market/product/62901?source=Site+Mark
デモ口座向け無料版 | MT4 バージョン SmartLot   MT5  は、チャートから直接ロットを素早く計算し、ペンディングオーダーやマーケットオーダーを発注するための、インタラクティブでシンプルなパネルです。 ストラテジーテスターでは動作しません 。ユーティリティをテストするには、デモ口座用の無料版をダウンロードしてください。説明文の冒頭に手順とファイルがあります。 機能: グラフィカルインターフェース: 利益と損失の領域を色分けした、インタラクティブなエントリー、SL、TPライン。 リアルタイム計算: SL/TPレベルを変更すると、パネルが自動的にリスク/利益値(通貨 / ピップス / %)を再計算します。 執行: グラフィックライン上のボタンをクリックして注文を実行します。主要な注文タイプをサポート。 リスク管理: 動的ロット(預入金の割合)または固定ボリュームで作業するための組み込みモジュール。 個別マジックナンバー: 各注文ごとに個別にマジックナンバーを指定可能。
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
Tick Volume Chart は、 MetaTrader 5 上でティックボリュームに基づいたチャートを作成するためのユニークなツールです。 Tick Volume Chart を使用すると、時間ではなく、指定したティック数ごとにローソク足が形成されるチャートを構築できます。これにより、標準的な時間足チャートでは得られない、市場活動の極めて正確な分析が可能になります。カスタムシンボルに対応したインジケーターやEA(自動売買プログラム)であれば、すべてご利用いただけます。作成したチャートは、標準チャートと同様に快適に操作できます。 標準ツールとは異なり、 Tick Volume Chart は時間間隔ではなく、実際の取引強度に基づいて市場を分析することを可能にします。 Tick Volume Chart の利点 各バーに 固定ティックボリューム を設定したチャートを作成可能。 内蔵ティックデータベースにより、履歴データの 高速な読み込み を実現。 リアルタイムデータが、 通常のチャートと同期し、遅延なく 更新されます。 複数の ティックボリュームチャートを同時に作成 することが可能
Local Copy Trader Utility - Professional Copy Trading System Overview Local Copy Trader Utility is the complete solution for mirroring trades between MetaTrader 5 accounts. With both Master and Slave functionality in one powerful Expert Advisor, it delivers reliable, lightning-fast trade copying with zero external dependencies. Perfect for managing multiple accounts, following trading signals, or transferring trades between brokers, this system ensures your positions stay perfectly synchronized
PNL MANAGER PRO —    Automatic Exit Manager with Smart Risk Control Set your entry, walk away. PNL Manager Pro sets your stop loss and take-profits automatically, locks in profit in stages, moves you to breakeven, and trails the rest — all while keeping your risk inside the limit you set. Try Before You Buy: You can download and test the PROP FIRM RULES MANAGER  free demo version  o
Fast execution utility for manual traders. Drag-and-drop visual trading, split take-profits, and single-ticket management system. Speed, Precision, and Risk Control. KAB Trade Manager is built for traders who need to execute fast but keep risk tight. It integrates all essential tools into floating, collapsible windows. Core Functions: Instant Order Execution:   Market and Pending orders with automatic Lot sizing based on SL distance. Focus Ticket Manager:   A dedicated window to monitor and mana
# TradeRoad Risk Panel Advanced TradeRoad Risk Panel Advanced is a MetaTrader 5 utility panel designed to help traders prepare and monitor their risk before and during a trading session. It does not open trades automatically, does not provide trading signals, and does not promise results. Its purpose is simple: make risk, drawdown and trading discipline easier to read directly on your MT5 chart. ## Main features - Position size / lot calculation based on planned risk - Risk amount and risk
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (213)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (142)
Local Trade Copier EA MT5 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT5 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT5 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT5 >> ファイル >> データ フォルダを開く >> MQL5 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
TradePanel MT5
Alfiya Fazylova
4.88 (160)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.94 (34)
MetaTrader 5 用のプロフェッショナル取引コピー機 MetaTrader 向けの高速・高性能・信頼性の高い 取引コピー機 です。 COPYLOT は、MT4 と MT5 のターミナル間で Forex 取引をコピーでき、 Hedge 口座と Netting 口座の両方に対応しています。 COPYLOT MT5 版の対応構成: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版 完全な説明 + DEMO + PDF 購入方法 インストール方法 ログファイルの取得方法 テストと最適化の方法 Expforex のすべての製品 MT4 ターミナルへのコピーも可能です(MT4 → MT4、MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT は、2台、3台、さらには10台のターミナル間で同時に動作できる、プロフェッ
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams
Telegram to MT5 Multi-Channel Copier は、Telegram チャンネルのトレードシグナルを MetaTrader 5 に自動的に直接コピーします。ボットも、ブラウザ拡張機能も、手動コピーも不要。Telegram でシグナルを受信すると、EA が数秒でターミナル上でトレードをオープンします。 本製品は 2 つのコンポーネントで構成されています:Telegram チャンネルを監視する Windows アプリケーションと、MT5 ターミナルでシグナルを実行するこの Expert Advisor です。MT4 版も利用可能です。 セットアップガイドとアプリケーションのダウンロード: https://www.mql5.com/en/blogs/post/768988 動作原理 Windows アプリケーションは、ボットではなくあなた自身の API 認証情報を使用して Telegram に接続します。つまり、プライベートおよび VIP チャンネルを含む、購読しているあらゆるチャンネル、グループ、トピックを読み取ることができます。シグナルを検出すると、それを解析し
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
================================================================================ 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: 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. 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 discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、ドラッグ可能なストップ・ターゲットライン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブパネルをそのまま
Trade copier MT5
Alfiya Fazylova
4.57 (47)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
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
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Free Demo: Seconds Chart v2.29 Demo.ex5 無料デモをダウンロードしてご自身でお確かめください: 完全機能版 - すべての機能が利用可能 24時間テスト - 精度と利便性を評価するのに十分な時間 デモ口座のみ - ほとんどのブローカーで簡単に開設可能 GBPCADチャートのみ - ほとんどの端末で利用可能 これらの制限はデモ版のみに適用されます。製品版は、あらゆる口座タイプ(リアル、デモ、コンテス
The Ultimate TradingView to MT5 Bridge Automation 手動取引や遅延の問題に終止符を。 TradingView to MT5 Copier PRO は、TradingViewのアラートをMetaTrader 5で直接実行するための、最速かつ最も信頼性の高いブリッジツールです。カスタムインジケーター、ストラテジーテスターのスクリプト、または手動の描画ツールを使用しているかに関わらず、このEAは 高速WebSocket技術 を使用して即座にトレードを実行します。 単純なコピーツールとは異なり、このPROバージョンには Arena Statistics が含まれています。これは、トレードパフォーマンス、ドローダウン、シャープレシオをチャート上で直接分析できる、プロ仕様の統合ダッシュボードです。 主な機能 トレードコピー機能 (Trade Copier) 超高速約定: WebSocket接続(標準的なWebRequestよりも高速)を使用し、スリッページを最小限に抑えます。 ユニバーサルブローカー対応: あらゆるブローカー および プロップファーム
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
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
Signal TradingView to MT5 Pro Automator TradingViewとMetaTrader 5間の即時プロフェッショナル実行 TradingViewのシグナル(アラート)とMT5での実際の約定を繋ぐ、最も強固なコミュニケーションブリッジで、取引戦略を自動化します。スピード、柔軟性、そして完璧なリスク管理を求めるトレーダー向けに設計されたこのExpert Advisorは、あらゆるアラートメッセージを正確な成行または指値注文に変換します。 強みと利点 ユニバーサルパーシングエンジン(独自技術): あらゆるアラート形式からデータを自動的に認識し、抽出できる高度なテクノロジー。単一の固定フォーマットに制限されることはありません。システムはシンボル(銘柄)、アクション、価格、SL(ストップロス)、TP(テイクプロフィット)を自動的に理解します。 リアルタイム実行: レイテンシ(遅延)を最小限に抑えるよう最適化された、1秒未満の超高速ポーリング技術。シグナルを受信してから数ミリ秒以内に注文が実行されます。 機関投資家レベルのリスク管理: 以下に基づく自動かつ正確
動作デモ版ダウンロード Copy Cat More (コピーキャット・モア) MT5 トレードコピー (Trade Copier) は、ローカルのトレードコピーであり、今日のトレード課題のために設計された完全なリスク管理・執行フレームワークです。プロップファーム (prop firm) のチャレンジから個人のポートフォリオ管理まで、堅牢な執行、資金保護、柔軟な設定、高度なトレード処理の組み合わせによって、あらゆる状況に適応します。 このコピーは、マスター (Master、送信側) とスレーブ (Slave、受信側) の両モードで動作し、成行注文・指値注文、トレードの変更、部分決済、両建て決済 (Close By) 操作をリアルタイムで同期します。デモ口座と実口座、トレード用ログインと投資家ログインの両方に対応し、永続的トレードメモリ (Persistent Trade Memory) システムにより、EA・端末・VPS が再起動しても復旧を保証します。一意の ID により複数のマスターとスレーブを同時に管理でき、ブローカー間の差異は接頭辞/接尾辞の調整やカスタムシンボルマッピングに
MetaTrader 5 用トレーディングパネル — チャートとキーボードから行うプロフェッショナルなワンクリック取引 アクティブトレーダーのために設計された高機能 Trading Panel。標準の MetaTrader 操作よりも、はるかに速く、直感的に、そして効率的に取引を実行できます。 本パネルは、ポジション管理、未決注文管理、利益コントロール、執行スピードをひとつのプロフェッショナルなワークスペースに集約した実践的なソリューションです。 これは単なる補助ツールではありません。MetaTrader 5 のための本格的な trading cockpit です。チャートから直接操作し、キーボードで素早くコマンドを実行し、自動計算や視覚的なガイドを活用することで、手動トレードをより速く、より明確に、より快適にします。 このパネルを使えば、チャート上からワンクリックで注文を実行でき、標準の MetaTrader コントロールと比べて最大 30 倍速く取引操作を行うことができます。 新しいプレミアム版が利用可能です: VirtualTradePad PRO SE で取引ワークフローを強
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.
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (12)
DashPlus は、MetaTrader 5プラットフォーム上での取引効率と効果を向上させるために設計された高度なトレード管理ツールです。リスク計算、注文管理、高度なグリッドシステム、チャートベースのツール、パフォーマンス分析など、包括的な機能を提供します。 主な機能 1. リカバリーグリッド 逆境の市場環境下で取引を管理するための平均化および柔軟なグリッドシステムを実装します。 取引回復のための戦略的なエントリーおよびエグジットポイントを可能にします。 2. スタックグリッド 強い市場の動きの中でポジションを追加することで、有利な取引での潜在的なリターンを最大化するように設計されています。 トレンド市場で利益を得られるよう、勝ち取引を拡大します。 3. 損益(P&L)ライン チャート上に直接、潜在的な利益と損失のシナリオを視覚的に表示します。 設定を調整し、P&Lラインをドラッグして、実行前にさまざまな取引結果を評価します。 4. バスケットモード 同じシンボルでの複数ポジションの管理を簡素化し、それらを単一の集約ポジションにまとめます。 平均価格に基づいて、ストップロスやテイクプ
EA Auditor
Stephen J Martret
5 (3)
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
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  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
作者のその他のプロダクト
BerelzBox Darvas based
Barend Willem Van Den Berg
5 (1)
概要 BerelzBox Darvas は MetaTrader 5 用の Darvas Box インジケーターです。現在のローソク足にリアルタイムで更新されるボックスを描画し、参照用に前回の完成したボックスを表示します。ボックスはカラーコード化されたゾーンに分割され、潜在的なエントリーエリアとブレイクアウト条件の特定に役立ちます。 このインジケーターは、Nicolas Darvas の古典的なボックス理論に基づき、現代のマルチタイムフレーム使用に適応させたものです。 仕組み インジケーターは選択したタイムフレーム(デフォルト H4)で各ローソク足ごとに1つのボックスを作成します。現在のボックスは bar 0 の形成に合わせて毎ティック更新されます。前回のボックスは比較のために固定されたまま残ります。 各ボックスは6つのグラデーションゾーンに分割されます: 緑色ゾーン(下半分)は買いエッジエリアを示し、ボックスの安値付近でより濃い色になります 赤色ゾーン(上半分)は売りエッジエリアを示し、ボックスの高値付近でより濃い色になります 点線の中間線が2つの半分を分離します 設定可能な Edg
FREE
BerelzMentor
Barend Willem Van Den Berg
やるべきことはもうわかっているのに — なぜ同じ過ちを繰り返すのか? あなたは本を読みました。リスク管理、忍耐、規律について知っています。復讐トレードをしてはいけないことも、相場の流れに合わせるべきこともわかっています。それでも — あなたの口座は違う物語を語っています。知っていることと実際に行うことの間のギャップが、毎週あなたからお金を奪っています。 Berelz Mentor はそのギャップを埋めます。 Berelz Mentor は MetaTrader 5 のインジケーターで、あなた自身のトレード履歴を読み取り、プロのトレーディングメンターが与えるのと同じ、正直で構造化されたフィードバックを — 自動的に、すべてのチャートで、リアルタイムに提供します。手動でのジャーナル付けは不要。スプレッドシートも不要。自分が本当に上達しているのか推測する必要もありません。それをチャートに装着すれば、数秒以内に自分の現在地と次に取り組むべきことが正確にわかります。 それがあなたのトレードにもたらすもの 自分の実際の行動が見える — 自分がこうしていると思っている行動ではなく。 チャート上のコー
フィルタ:
レビューなし
レビューに返信