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

おすすめのプロダクト
HedgeSafe Trade Assistant リスク管理を重視した MetaTrader 5 用の裁量取引パネルです。 HedgeSafe は、BUY または SELL を押す前に、チャート上で取引の準備、検証、管理を行うためのツールです。 HedgeSafe はシグナル配信、相場予測、AI ボット、自動売買戦略ではありません。取引方向を決定せず、利益を保証しません。すべての取引判断はトレーダー自身が行います。 主な機能 口座残高の割合、または口座通貨の固定金額からロットを計算。 Stop Loss をポイントまたは価格で、Take Profit をポイント、価格、R 倍率で設定。 金額リスク、想定リターン、ロット、リスクリワード比を事前表示。 Entry、Stop Loss、Take Profit のチャートラインをパネルと同期。 BUY と SELL を個別に判定し、執行直前に方向別の最終検証を実行。 最小/最大数量、数量ステップ、tick size、tick value、stops level、freeze level を確認。 市場の利用可否、銘柄の取引モード、スプレッド
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
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) テイ
The Ultimate All-In-One Trade Manager & Prop Firm Guardian for MT5. Nexus Pro Trade Manager is the most advanced, all-in-one trading assistant designed for both manual traders and Prop Firm challengers. Featuring a stunning, lag-free UI (Dark/Light mode), it completely transforms your MT5 into a professional trading terminal. Whether you are trading a personal account or trying to pass evaluations for FTMO, FundedNext, or other prop firms, Nexus Pro protects your capital, automates your risk cal
Apex Signal Stream – Trade Panel Version 1.3.0 | For MetaTrader 5 Overview Apex Trade Panel is a fully on-chart trading panel with two modes: Manual — precise control over every order, from lot sizing and SL/TP logic to trailing methods and batch close filters; and SignalStream auto-trade — the panel polls the Apex Signal Stream server over HTTPS and executes incoming signals behind 10 safety gates, reporting every outcome back. Manual mode works standalone; SignalStream is OFF until enabled wit
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
Trade Panel Pro — MetaTrader 5向けプロフェッショナル・リスク管理・注文執行ターミナル Trade Panel Pro は、MetaTrader 5向けに開発された高度なオールインワン型取引・リスク管理ユーティリティです。アクティブなデイトレーダーやプロフェッショナルのために設計されており、正確なリスク計算と超高速な注文執行を実現し、資産保護と多段階利確トレードの管理を容易にします。 主なメリットと特徴 自動ロット計算: 面倒な手動計算は不要です!設定したUSDリスク金額とストップロス(SL)までの距離に基づき、正確なロットサイズを瞬時に計算します。 ️ 完全インタラクティブなビジュアルライン(革新的機能): 数値を手入力する必要はありません。チャート上で直接、エントリー(EP)、ストップロス(SL)、テイクプロフィット(TP)ラインをドラッグするだけでトレードを管理できます。リスク指標、ロットサイズ、予測利益はラインの移動に合わせてリアルタイムで動的に再計算されます! 完全多言語対応: パネルのインターフェースは自動的に言語設定に適応し
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 ツール。利便性のために、取引ペアのセットを整理できます。これにより、複数の時間枠で価格を監視し、複数の通貨取引を行うことができます。 履歴の任意の期間の取引統計を表示するた
TRADE MANAGER G2 – PRODUCT DESCRIPTION By Ida Bagus Putu Mahardika Trade Manager G2 – All-in-One Trading Panel for Professional Execution & Risk Management Trade Manager G2 is a next-generation trading panel designed to give you full control over order execution, position management, and profit optimization in real time on MetaTrader 5. With a modern card-based user interface and individual TP actions per level, this panel elevates your trading experience to the next level. KEY ADVANTAGES OF
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
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 Pnl MANAGER  free demo version  on a demo acc
User Manual Buy Trading Utility, Get 2 indicators FREE ! After purchase contact me for your " TWO indicators GIFT (Any one you want) ", adding you in group. Trading Utility MT5 The manual trader's cockpit. Size every trade by risk, place it from the chart, and manage it without ever opening the order dialog. Eight tabs, seven trailing engines, and every stop and target draggable with one click. One panel between you and the order window. Risk-sized entries, draggable stops, seven trailing modes
Trade Copilot - ゴールド(XAUUSD)およびあらゆる銘柄向けセミオート・リスク管理パネル Trade Copilot は、自分でエントリーの主導権を握りながらもEAのような規律を求める裁量トレーダーのために設計されたセミオート取引パネルです。方向とレベルはあなたが決め、リスクサイジング、ストップロスの設置、テイクプロフィット管理、ポジション保護はパネルが自動で行います。 主な機能 - リスクベースのロット計算 - リスク%、リスク$、固定ロットから選択可能。ストップロスまでの距離からポジションサイズを自動計算 - 3種類のストップロスモード - ATR倍率、固定ポイント、固定$距離 - ワンクリックの成行・指値注文(Buy/Sell Now、Pending Buy/Sell)、ドラッグ可能なエントリー/SL/TPライン - グリッドトレード - 価格帯にわたりベルカーブ型のロット配分で複数の指値注文を配置(マーチンゲールではありません - ロットサイズは中心からの距離で固定され、損失時に倍増することはありません) - マルチTP(最大4段階) - メインターゲ
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
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
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レベルを変更すると、パネルが自動的にリスク/利益値(通貨 / ピップス / %)を再計算します。 執行: グラフィックライン上のボタンをクリックして注文を実行します。主要な注文タイプをサポート。 リスク管理: 動的ロット(預入金の割合)または固定ボリュームで作業するための組み込みモジュール。 個別マジックナンバー: 各注文ごとに個別にマジックナンバーを指定可能。
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (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.97 (147)
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 フォルダに貼り付けて、ターミナルを再起動しま
25% discount on the release of the tool: only for the next 3 buyers Download the trial version: https://www.mql5.com/en/market/product/192656 AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
================================================================================ 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 (167)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 アプリの説明書+ビデオガイド: https://www.mql5.com/en/blogs/post/756482 デモ口座用アプリの試用版: 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 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 チャンネルを含む、購読しているあらゆるチャンネル、グループ、トピックを読み取ることができます。シグナルを検出すると、それを解析し
Telegram To MT5 — シグナルコピア Telegram チャンネルのトレードコールを、実際の MT5 注文に変換します — 自動で、好きなだけの口座に対応し、リスクとルールは完全にあなたの管理下に置けます。 Telegram To MT5 は、あなたが Telegram で既にフォローしている VIP / シグナルチャンネルを MetaTrader 5 端末に接続します。無料の付属デスクトップアプリがメッセージを読み取り(ボットを禁止しているチャンネルでも可能)、この EA があなたの口座でそれらを執行します — あなた自身のリスク設定、シンボルマッピング、テイクプロフィット処理、セッションおよびニュースフィルターを適用します。 これはシグナルコピアであり、ブラックボックス戦略ではありません。どのチャンネルを信頼するか、各トレードのロットと管理方法をあなたが決めます。 ステップバイステップの設定と付属アプリのインストールガイド 仕組み [あなたの Telegram チャンネル] -> [付属デスクトップアプリ] -> [MT5 + この EA] -> 注文 付属デスクトッ
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
Signal TradingView to MT5 Pro Automator TradingViewとMetaTrader 5間の即時プロフェッショナル実行 TradingViewのシグナル(アラート)とMT5での実際の約定を繋ぐ、最も強固なコミュニケーションブリッジで、取引戦略を自動化します。スピード、柔軟性、そして完璧なリスク管理を求めるトレーダー向けに設計されたこのExpert Advisorは、あらゆるアラートメッセージを正確な成行または指値注文に変換します。 強みと利点 ユニバーサルパーシングエンジン(独自技術): あらゆるアラート形式からデータを自動的に認識し、抽出できる高度なテクノロジー。単一の固定フォーマットに制限されることはありません。システムはシンボル(銘柄)、アクション、価格、SL(ストップロス)、TP(テイクプロフィット)を自動的に理解します。 リアルタイム実行: レイテンシ(遅延)を最小限に抑えるよう最適化された、1秒未満の超高速ポーリング技術。シグナルを受信してから数ミリ秒以内に注文が実行されます。 機関投資家レベルのリスク管理: 以下に基づく自動かつ正確
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台のターミナル間で同時に動作できる、プロフェッ
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
Trade copier MT5
Alfiya Fazylova
4.58 (52)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Anchor: The EA Manager Your EAs manage their own trades. Anchor manages the account around them. Anchor gives you one place to control your EAs, manage risk and decide when trading is allowed. Any EA, any vendor, any broker or symbol. No source-code changes required. The Problem Most EAs only know what they are doing. They cannot see when another EA is already trading, when several EAs open and are stacking risk or when the account has reached your loss limit. Even using just one EA, it may not
Timeless Charts
Samuel Manoel De Souza
5 (8)
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
Trade Copier Ultimate
Janitha Sandaruwan Amaradasa Wickramasingha Arachchilage
5 (4)
Trade Copier Ultimate - Telegram to MT5 Signal Copier Trade Copier Ultimate automatically copies Telegram trading signals into MetaTrader 5. The EA can read signal messages, detect the symbol, order type, entry price, Stop Loss, Take Profit levels and selected update commands, then execute or manage the trade in MT5 using your lot and risk settings. It is more than a basic Telegram to MT5 copier. TCU also supports Bot API and user-account Bridge workflows, Discord signal routing, local MT5 to MT
Global Investing FX Terminal は、MetaTrader 5 向けのオールインワン FX ダッシュボードです——中央銀行政策金利、CFTC COT ポジション、キャリーランキング、経済サプライズ、オプションスキュー、リテールセンチメント、相関まで、合計 13 のアナリティクスパネルを、ちらつきのない単一キャンバス上に表示し、単一の EA から 10 秒ごとに更新します。外部ソフトウェア不要です。 プロの FX 分析には、通常は別々のプラットフォームに分散しているデータへの同時アクセスが欠かせません。レートデリバティブ、政府統計ポータル、ブローカーのスワップ仕様、オプションデスク——このEAはそれらすべてを、実際に売買判断を下すトレーディングターミナルの単一画面に集約します。 ダッシュボードの表示内容 マーケットオーバービュー FX ペアテーブル — G10 全 28 ペアに加え、ブローカーの Market Watch に NOK/SEK クロスが存在する場合はそれも含めた最大 36 ペアのリアルタイム Bid/Ask。各行にはスプレッド、日次・週次変化、pip
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.
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、チャート上でドラッグして組み立て、発注後も動かせるプラン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブ
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
Trading Chaos Expert
Gennadiy Stanilevych
5 (11)
This software has no equals in the world and represents a universal trade "console" covering trading signals, automated market entry, setting of Stop Loss and Take Profit, as well as Trailing Profit for multiple trades at the same time in a single open window. Intuitive control of the Expert Advisor in "three clicks" ensures a comprehensive use of all its functions on different computers, including tablets PCs. Interacting with additional signal indicators that mark the chart to give a real mark
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Free Demo: Seconds Chart v2.29 Demo.ex5 無料デモをダウンロードしてご自身でお確かめください: 完全機能版 - すべての機能が利用可能 24時間テスト - 精度と利便性を評価するのに十分な時間 デモ口座のみ - ほとんどのブローカーで簡単に開設可能 GBPCADチャートのみ - ほとんどの端末で利用可能 これらの制限はデモ版のみに適用されます。製品版は、あらゆる口座タイプ(リアル、デモ、コンテス
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 * Before purchasing, please feel free to send me a message if you have any questions about the product or setup. ** After purchase,  Contact me via private message to receive t
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
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
Risk Manager Pro MT5 is an account protection Expert Advisor for traders who want strict risk control inside MetaTrader 5. The utility monitors your account equity, daily and weekly results, drawdown, open positions, trade count, consecutive losses, and trading hours. When a configured limit is reached, it can automatically close positions, cancel pending orders, stop other EAs, send notifications, or close the terminal. Instead of relying on discipline during a stressful trading session, you de
Daily Trading Limiter
AL MOOSAWI ABDULLAH JAFFER BAQER
5 (8)
• Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a FREE EA as a gift. Daily Trading Limiter — the rule you cannot break Every trader knows the number. Three trades. Two percent. One bad day and stop. And every trader has watched themselves take the fourth trade anyway. The problem was never knowing th
作者のその他のプロダクト
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 のインジケーターで、あなた自身のトレード履歴を読み取り、プロのトレーディングメンターが与えるのと同じ、正直で構造化されたフィードバックを — 自動的に、すべてのチャートで、リアルタイムに提供します。手動でのジャーナル付けは不要。スプレッドシートも不要。自分が本当に上達しているのか推測する必要もありません。それをチャートに装着すれば、数秒以内に自分の現在地と次に取り組むべきことが正確にわかります。 それがあなたのトレードにもたらすもの 自分の実際の行動が見える — 自分がこうしていると思っている行動ではなく。 チャート上のコー
フィルタ:
レビューなし
レビューに返信