ModernUI Library

MetaTrader 5 向け ModernUI ライブラリ

ModernUI は、MetaTrader 5 のチャート上で動作するユーザーインターフェースライブラリです。MQL5 開発者が、MT5 のチャート環境内で、より整理された EA パネル、ダッシュボード、設定ウィンドウ、フォーム、テーブル、ダイアログ、ドロワー、コンパクトなトレード風インターフェースを構築できるようにします。

散らばったチャートオブジェクトではなく、よりプロフェッショナルなインターフェース層を使いたい開発者向けに作られています。同時に、自分の EA、インジケーター、ユーティリティのロジックは完全に自分で管理できます。

作成できるもの

ModernUI は、特定の種類のパネルだけに限定されません。MetaTrader 5 のチャート上に配置するほぼあらゆるツールに対して、再利用可能なインターフェース層を提供します。

シンプルな設定画面、コンパクトなトレードパネル、本格的なダッシュボード、データビュー、コントロールパネル、口座関連ツール、ワークフロー画面、監視インターフェース、ユーティリティウィンドウ、商用 EA のフロントエンドなど、さまざまな用途に使用できます。

付属のデモはいくつかの実用例を示していますが、あくまで出発点です。MQL5 プロジェクトにボタン、入力欄、テーブル、ダイアログ、タブ、ドロワー、チャート、ステータス領域、またはチャート上で情報をより見やすく表示する方法が必要な場合、ModernUI はそのための構成要素を提供します。

主な機能

  • MetaTrader 5 のチャート上で動作する UI コントロール
  • ボタン、ラベル、バッジ、入力欄、スピンエディット、スライダー、コンボボックス、タブ、ドロワー、ダイアログ、メニュー、リスト、テーブル、チャート、統計カード
  • アプリウィンドウ、セクション、ラベル付き入力、ボタン行、ステータス行、トーストメッセージ、シンプルテーブル用の高速ラッパー
  • ダークテーマとライトテーマのサポート
  • 再利用可能なレイアウトおよびスタイル用ヘルパー
  • 3 つの公開ショーケースデモを同梱
  • クイックスタートドキュメント、サンプル、トラブルシューティングメモを同梱

高速ラッパー

ModernUI には、一般的なインターフェースパターン向けの任意使用の高速ラッパーが含まれています。アプリウィンドウ、グループ化されたセクション、ラベル付き入力、ボタン行、ステータス行、シンプルテーブルをすばやく作成でき、より深いカスタマイズが必要な場合でも基礎となるコントロールにアクセスできます。

開発速度を上げるために高速ラッパーを使うことも、独自のレイアウト、ハンドラー、データソース、動作が必要な場合に低レベルコントロールを直接使うこともできます。

同梱のショーケースデモ

  • ModernUI Showcase Demo — 主要なコントロールとインターフェースコンポーネントを幅広く紹介するデモ。
  • Trading Dashboard Showcase — パネル、カード、ステータス領域、データ向けレイアウトを使ったダッシュボード形式のサンプル。
  • Trade Panel Showcase — 実用的なチャートパネルをどのように構成できるかを示す、コンパクトなトレード風インターフェース。

ModernUI の受け取り方法

MQL5 Market の製品には、有料の ModernUI Launcher EA が含まれています。Launcher はショーケースデモとして動作し、現在の ModernUI ライブラリパッケージへのアクセスを提供します。

完全なインストール手順は、リンクされているクイックスタートガイドとサポート投稿に記載されています。

トレードに関する重要な注意

ModernUI はユーザーインターフェースライブラリです。トレード戦略、トレードコピー、ブローカー実行システム、自動売買製品ではありません。

トレード風のデモはインターフェースのデモです。それ自体で注文を出したり、変更したり、決済したりすることはありません。トレードロジック、検証、リスク管理、ブローカー実行コードはご自身で実装する必要があります。

基本的な使い方

一般的な include:

#include <ModernUI\ModernUI.mqh>

通常、ModernUI プロジェクトでは MuiRoot インスタンスを初期化し、OnInit でパネルを構築し、OnChartEvent でチャートイベントを転送し、OnTimer で更新し、OnDeinit で正常に終了します。

ModernUI ではないもの

  • トレード戦略ではありません
  • トレードコピーではありません
  • それ自体はトレードマネージャーではありません
  • 自動で注文を出すものではありません
  • トレード結果を保証するものではありません
  • ご自身の EA ロジックを置き換えるものではありません

サポート

ModernUI のサポートは、公式の ModernUI MQL5 サポートスレッドおよび製品コメントで公開形式にて行われます。これにより、よくある質問、修正、使用例が他の開発者にも見える形で残ります。

サポートを依頼する際は、ModernUI のバージョン、関連するデモまたはファイル、正確なコンパイルエラーまたは Experts ログのメッセージ、同梱デモでも同じ問題が発生するかどうかを含めてください。

まとめ

ModernUI は、MQL5 開発者が MetaTrader 5 のチャート上に、より整理されたインターフェースを構築するための実用的な方法を提供します。再利用可能なコントロール、高速ラッパー、テーマ、ショーケースデモ、ドキュメントが含まれており、毎回ゼロからインターフェースを作ることなく、プロフェッショナルなパネルを構築できます。

おすすめのプロダクト
```text IndexRaider Libraryは、IndexRaiderエンジンを呼び出し可能な関数として提供します。流動性スイープ(SFP)の検出、H4トレンドバイアス、Fair Value Gapの確認、そしてIndexRaider製品シリーズ全体で使用されているリスクベースのポジションサイズ計算機能を利用できます。 同じルールを使用して、自分自身のExpert Advisor、インジケーター、またはパネルを構築できます。ライブラリが分析を行い、実際の判断はあなたのプログラムが行います。 エクスポートされる機能 - IXR_Drive(symbol) — H1データを使用して、各シンボルの状態マシンを進行させます。tickごと、またはタイマーから呼び出すことができます。確定したH1バーごとに1回だけ処理され、現在のフェーズを返します:   0 = 待機中   1 = スイープ検出済み / 確認待ち   2 = セットアップ有効化 - IXR_Setup(symbol, direction, entry, sl, tp) — フェーズが2の間、有効化されたセットアッ
Key Features: 200+ Fully Implemented Patterns   across all categories Advanced Market Structure Analysis Smart Money Integration   (Wyckoff, Order Blocks, Liquidity) Professional Risk Management Multi-Timeframe Analysis AI-Powered Confidence Scoring Advanced Visualization Real-time Alerts Pattern Categories: Single Candle Patterns (Hammer, Doji, Marubozu, etc.) Multi-Candle Patterns (Engulfing, Stars, Harami, etc.) Chart Patterns (Head & Shoulders, Cup & Handle, Triangles, etc.) Harmonic Pattern
FREE
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The library OrderBook History Library reads market book state in the past from archive files, created by OrderBook Recorder . The library can be embedded into you
Mean Volume Most indicators are based on price analysis. This indicator is based on volume. Volume is overlooked piece of information in most trading systems. And this is a big mistake since volume gives important information about market participants. Mean Volume is an indicator that can be used to spot when volume is above average. It usually means that institutional traders are active. Peak in volume can be used to confirm an entry since increased volume can sustain the move in one or anot
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Key Features 1.  Total Immersion UI (The "Blackout") Chart Masking:   Upon loading, the tool turns the background, grid, and candles pitch black. This hides the noise of the market ticks, allowing you to focus purely on your performance data withou
重要なお知らせ – ライセンスおよびアクティベーションが必要です アクティベーション手順: ご購入が完了したら、すぐに弊社までご連絡いただき、ライセンスキー、パスワード、またはアクティベーションの詳細をお受け取りください。これらがなければ、ソフトウェアは動作しません。スムーズなアクティベーションプロセスを保証し、質問にお答えするために、弊社がサポートいたします。 多言語カスタマイズ トレーディング体験を向上させるため、ソフトウェアを複数の言語で完全にカスタマイズすることができます。弊社のチームは以下の言語で翻訳を提供可能です: 中国語 | フランス語 | ポルトガル語 | スペイン語 | ロシア語 日本語 | ドイツ語 | 韓国語 | イタリア語 | トルコ語 ご希望の言語をお知らせいただければ、使いやすい体験を保証するためにインジケーターを調整いたします。 MT5用マーケットプロファイルインジケーター – 高度なオークション市場分析 マーケットプロファイルは、すべての市場の動きを駆動する双方向のオークション
重要なお知らせ – ライセンスとアクティベーションが必要です ======================================================== アクティベーション手順: ご購入完了後、直ちに当社までご連絡いただき、ライセンスキー、パスワード、またはアクティベーション詳細をお受け取りください。これらがないとソフトウェアは動作しません。スムーズなアクティベーションプロセスを保証し、ご質問にお答えいたします。 --- Volume Delta Profile V2 Enhanced ================================ プロフェッショナルな出来高・デルタ分析ツール -------------------------------------------- 概要 ---- **Volume Delta Profile** は、従来の出来高プロファイル分析と高度なデルタおよびインバランス検出を組み合わせたプロフェッショナルグレードの分析ツールです。この総合的なインジケーターは、トレーダーに市場ダイナミクスの詳細なビュ
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis You Give an Instruction: When you run the script, a window pops up with a dropdown menu. You choose exactly what you want it to do from the list (e.g., "Close Profit Only" or "Delete Pending Orders"). It Scans Your Positions: The script then reads
Volume Profile Utility
AL MOOSAWI ABDULLAH JAFFER BAQER
Volume Profile Discover where the market really trades. Make decisions based on volume, not guesswork. Volume Profile is a professional MetaTrader utility that analyzes trading activity across different price levels, allowing traders to identify where the highest concentration of market participation has occurred. Instead of focusing only on price movement over time, Volume Profile reveals the price levels where buyers and sellers have been most active, providing valuable insight into market str
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
Trade Manager Pro MetaTrader 5向けの完全な裁量トレード管理コックピット — 方向認識型ポジションプランニング、プロップファーム・ルールの強制、リアルタイム相関ヒートマップ、プレトレード・チェックリストゲート、ワンクリック執行を、すべて1つのオンチャートパネルに統合。 概要 Trade Manager Proは、値動きを予測する「ブラックボックス」型のシグナル生成EAではありません。市場の方向性を予測することも、利益を保証することもありません。代わりに、これはすでに独自の戦略を持ち、規律・スピード・厳格なルール強制を手動トレードに組み込みたい裁量トレーダー——特にプロップファームのチャレンジに挑戦しているトレーダー——のために構築された、リスクおよび執行管理ツールです。 すべての操作は1つのオンチャート・コントロールパネルから行えます。ポジションサイズは自動計算され、相関のあるエクスポージャーはリアルタイムで可視化され、トレードは発注前にルールエンジンによってチェックされ、プロップファーム・ガーディアン・モジュールは自分で設定したリスク限度を超えるとパネル自
Scan a fixed list of assets (Ibovespa) in the chosen timeframe (TimeFrame). For each pair and for various periods. Calculate a regression model between the two assets (and, if desired, using the bova11 index as a normalizer). Generate the spread of this relationship, its mean, standard deviation, speculative deviation, and betas (B1 and B2). Apply an ADF test without exclusion (cointegration/stationarity). Calculate the Z-score of the current exclusion (how many standard deviations are away from
FREE
This is a multipurpose indicator and has the following indicators in it with dashboard ( scanner) and chart indicator on multi time frames . Divergent Bar Market Profile  ( Daily Weekly Monthly Intraday and Custom Period , Market Profile Day type ) Order Block Inside Bars  Higher High Higher Close and Lower Low and Lower Close  Imbalance Finder Scalping Currency Strength Meter Momentum candles VSA Setups Much more  See for your self Who am I? - https://www.linkedin.com/in/adnanreh
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get the most
Ziwox Global Economy Tools What are the Ziwox Global Economy Tools? The Ziwox Global Economy Tool is a comprehensive solution for forex traders, providing historical economic data and index charts for the most critical countries in global trading. Designed to enhance trading decisions, this tool allows you to easily access, analyze, and visualize key economic indicators from countries like the EU, US, GB, CA, AU, NZ, JP, CH, CN, IT, DE, FR, BR, MX, ZA, SG, HK, IN, NO, KR, ES, and SE. Traders can
Attention: Demo version for review and testing can be downloaded here . It does not allow trading and can only be run on one chart. Active Lines - a powerful professional tool for operations with lines on charts. Active Lines provides a wide range of actions for events when the price crosses lines. For example: notify, open/modify/close a position, place/remove pending orders. With Active Lines you can assign several tasks to one line, for each of which you can set individual trigger conditions
This indicator presents an alternative approach to identify Market Structure. The logic used is derived from learning material created by   DaveTeaches (on X) Upgrade v1.10: + add option to put protected high/low value to buffer (figure 11, 12) + add  Retracements  value to buffer when Show Retracements When quantifying Market Structure, it is common to use fractal highs and lows to identify "significant" swing pivots. When price closes through these pivots, we may identify a Market Structure S
TRADEX EDGE MANAGER V1.00 – Configuration Overview  The Tradex Edge Manager V1.00 offers an intuitive and powerful set of customizable inputs, designed for precision trading and seamless automation with MT5. Below is a breakdown of its configuration categories and parameters: TELEGRAM SETTINGS Telegram Bot Token: Unique token to connect your EA to your Telegram bot. Telegram Chat ID: Destination group or channel where messages will be sent. Enable Telegram Notifications: Set to true to activ
DRS Semi Automated
Enrique Alexander Madera Pimentel
DRS Semi Automated: Fair Value Gap Trading Inspired by the DRS strategy made by SMT FX. To learn more, visit their website. Key Features: 1. Fair Value Gap Detection: Identifies bullish and bearish Fair Value Gaps on the 5-minute timeframe. 2. Customizable Trading Sessions: Trade London, New York, or both sessions with adjustable start times. 3. Risk Management: Set risk percentage and choose between equity-based or fixed balance risk calculation. 4. Bias Selection: Manually select bullish or
Painel Profit is an operational trading panel for MetaTrader 5 created to make manual execution and visual order management easier directly on the chart. The operating principle is simple: the trader selects the symbol, timeframe, volume, entry type, and exit strategy. Based on these commands, the panel sends or organizes the trade through the interface, displaying the entry, take profit, and stop loss levels on the chart for visual monitoring. This product is not a signal robot and does not mak
The VWAP indicator is our version of the popular Volume-Weighted Average Price indicator. The VWAP is the ratio between the value traded (price multiplied by the number of volume traded) and the total volume traded over a specific time period. As a result, it measures the average price of the instrument much better than the simple moving average. Although there are many ways to use the VWAP, most investors use it to calculate the daily average.  The indicator works in five modes: Moving  - In
Overview of "TPS Manual Pro" TPS Manual Pro is an advanced MQL5 Expert Advisor (EA) designed for the MetaTrader 5 (MT5) platform. It serves as a comprehensive "trading cockpit" that combines manual trade execution with automated risk management and institutional-grade market analysis tools. Unlike a fully automated bot that makes trading decisions on its own, this EA is designed to assist you—the trader—by automating the repetitive, high-stress tasks of order management, risk calculation, and st
Bastion is a monitor-and-close-only risk manager for prop-firm traders. It watches your account against your firm's daily-loss and maximum-drawdown limits in real time and force-closes your open positions BEFORE you cross a line. It never opens a trade of its own, so it stays fully within the tools allowed by FTMO, FundedNext, The5ers, FTUK and FXIFY. Why traders fail challenges A large share of failed evaluations end on a single daily-loss breach: a moment of inattention, a news spike, one tra
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
Normalized Volume99% of indicators are based on price analysis. This indicator is based on volume. Volume is overlooked piece of information in most trading systems. And this is a big mistake since volume gives important information about market participants. Normalized Volume is an indicator that can be used to confirm reversal points. The indicator code volume with colors indicating high, normal and low volume. You could enhance dramatically your trading system using volume analysis.  Inputs
Delta + CVD & CVD Candles Order-flow indicator combining Delta (Ask–Bid), Cumulative Volume Delta (CVD), and a unique CVD-based synthetic candle system. Shows buy/sell pressure, volume aggressiveness, and momentum shifts with optional Delta histogram, CVD line, and CVD+Delta combined candles. Useful for scalping, intraday trading, divergence detection, and understanding buyer/seller dominance. Overview The Delta + CVD & CVD Candles Indicator combines multiple order-flow tools into one clean
Harvester Pro Universal Master The Ultimate Volatility Breakout & Trend-Following Solution for XAUUSD and Major Pairs. Harvester Pro Universal Master is a professional-grade Expert Advisor (EA) engineered for high-performance trading on the MetaTrader 5 (MT5) platform. Optimized specifically for XAUUSD (Gold) and major currency pairs like EURUSD , this EA combines a sophisticated Volatility Breakout engine with a robust EMA/TEMA Trend-Following filter to capture explosive market moves with surg
Price vs VWAP Mt5 is a clean, non-repainting indicator that compares raw market price directly against a rolling Volume Weighted Average Price (VWAP) over a configurable time window. It plots two lines in a separate window: the real closing price and a dynamically calculated VWAP based on recent volume and price interaction. By adapting the VWAP lookback to the chart timeframe, it delivers a clear view of value versus execution, helping traders see whether price is trading at a premium or discou
Smart Gold Expert Advisor — это профессиональный торговый советник с интерактивной графической панелью, разработанный специально для торговли на новостях (преимущественно на инструменте Gold/USD, но может использоваться и для любых других активов). Робот автоматизирует выставление отложенных ордеров по обе стороны от текущей цены, управляет рисками и сопровождает сделку после прорыва. 1. Ключевые возможности и функции. Интерактивная торговая панель: Полностью визуальный интерфейс прямо на графи
VM Heiken Ashi Pro  ノイズを除去し明確な BUY/SELL シグナルを生成するための平滑化された Heiken-Ashi(HMA または EMA)。非リペイント(オプション ConfirmOnClosedBar)。チャート上に HA ローソクを表示(元のローソクは非表示可)、矢印の配置は ATR または固定オフセットによる。アラートを送信(popup、email、push)し、アンチスパム処理を行います。 主な目的 生のローソク足を平滑化された Heiken-Ashi に変換し、色の変化(ベアからブルへ / ブルからベアへ)を検出してエントリー用の矢印を描画します。ConfirmOnClosedBar オプションはシグナルのリペイントを避けるためにローソクのクローズを待つことを可能にします。UseATRForArrowOffset は矢印の表示をより自然にします。軽量で多くのチャート上で安定しています。 簡単な使用方法 インジケーターをアタッチし、Smoothing Method と Smoothing Period(デフォルト 50)を選択します。リペイント
このプロダクトを購入した人は以下も購入しています
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions. Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0. Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0. Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0. Mode 4: SL/Risk Lot calculate based on s
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the co
Goliath Mt5
Nicolokondwani Biscaldi
Goliath MT5 - scalper fully automated Expert Advisor for medium-volatile forex markets P roperties: The Library trades 10 currency pairs (USDCHF, EURCHF, EURGBP, AUDUSD, USDCAD, GBPUSD, EURUSD, NZDUSD, CADCHF, EURAUD, EURCAD, AUDJPY) The Library does not use martingale The Library sets a fixed stop loss and take profit for all orders The Library only trades a user input volume The Library can be installed on any currency pair and any timeframe Recommendations: Before using on a real account, t
Binance Library
Hadil Mutaqin SE
5 (1)
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, StopLimit and StopMarket Support Testnet mode Automatically display the chart on the screen Usage: 1. Open MQL5 demo account 2. Download Header   file and EA sample   https://drive.google.com/uc?export=download&id=1kjUX7Hyy02EiwTLgVi8qdaCNvNzazjln Copy Binance.mqh to folder \MQL5\Include Copy  BinanceEA-Sample.mq5 to folder \MQL5\Experts 3. Allow WebRequest from MT5
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support Binance Futures USD-M and COIN-M Support Testnet mode Support all order types: Limit, Market, StopLimit, StopMarket, StopLoss and TakeProfit Automatically display the chart on the screen Usage: 1. Open MQL5 demo account 2. Download Header file and EA sample https://drive.google.com/uc?export=download&id=17fWrZFeMZoSvH9-2iv4WDJhcyxG2eW17 Copy BinanceFutures.mqh to folder \MQL5\Include Copy  Bina
EA Toolkit
Esteban Thevenon
EA Toolkit   is a library that allows any developer to quickly and easily program Advisor experts. It includes many functions and enumerations such as trailing stop, lot, stop loss management, market trading authorisations, price table updates, trading conditions and many more. Installation + Documentation : You will find all the information to install this library and the documentation of its functions on this GitHub : https://github.com/Venon282/Expert-Advisor-Toolkit WARNING : The installat
Hello everyone! I am a professional MQL programmer , Making EAs, Indicators and Trading Tools for my clients all over the world. I build 3-7 programs every week but I seldomly sell any ready-made Robots. Because I am fastidious and good strategy is so few...  this EA is the only one so far I think its good enough to be published here.  As we all know, the Ichimoku indicator has become world popular for decades, but still, only few people knows the right way of using it, and if we check the clo
金融とトレーディング戦略の領域を深く掘り下げ、私は一連の実験を実施し、強化学習に基づくアプローチと強化学習を使用しないアプローチを調査することにしました。 これらの手法を適用して、私は現代のトレーディングにおけるユニークな戦略の重要性を理解する上で極めて重要な微妙な結論を導き出すことができました。 ニューラル ネットワーク アドバイザーは、初期段階では目覚ましい効率性を示したにもかかわらず、長期的には非常に不安定であることが判明しました。 市場のボラティリティ、トレンドの変化、外部事象などのさまざまな要因により、企業の運営に混乱が生じ、最終的には不安定化につながりました。 この経験を武器に、私は課題を受け入れ、独自のアプローチを開発し始めました。 私の焦点は、集められた最良のインジケーターを異なるパラメーター設定で利用するアドバイザーを作成することに集中していました。 このアドバイザーは、私の独自の戦略に基づいており、さまざまなパラメーター設定を持つ 14 の指標を同時に採用し、何時間ものデータ分析と綿密なテストから生まれました。
このライブラリは、できるだけ簡単にMetaTrader上で直接OpenAIのAPIを使用するための手段として提供されます。 ライブラリの機能についてさらに詳しく知るには、次の記事をお読みください: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual 重要:EAを使用するには、OpenAI APIへのアクセスを許可するために、次のURLを追加する必要があります  添付画像に示されているように ライブラリを使用するには、次のリンクで見つけることができる次のヘッダーを含める必要があります:  https://www.mql5.com/en/blogs/post/756108 #import "StormWaveOpenAI.ex5" COpenAI *iOpenAI(string); CMessages *iMessages(void); CTools *iTools(void); #import これが、ライブラリを簡単に使用するため
Kaseki
Ben Mati Mulatya
The Hybrid Metaheuristic Algorithm (HMA) is a cutting-edge optimization approach that combines the strengths of genetic algorithms with the best features of population-based algorithms. Its high-speed computation ensures unparalleled accuracy and efficient search capabilities, significantly reducing the total time required for optimization while identifying optimal solutions in fewer iterations. HMA outperforms all known population optimization algorithms in both speed and accuracy. Use Cases AO
********主な取引であるXAUSDは、テストの際、XAUSDに調整することを提案し、他の取引標的は利益効果を保証できない******** テストが必要な場合はメッセージを残してください(見たらすぐに返信します)、仕事の成果を保護するためには、特定のパラメータを入力する必要があります、システムのデフォルトのパラメータはスクリーンショットを元に戻す効果を実現できません! テストが必要な場合はメッセージを残してください(見たらすぐに返信します)、仕事の成果を保護するためには、特定のパラメータを入力する必要があります、システムのデフォルトのパラメータはスクリーンショットを元に戻す効果を実現できません! テストが必要な場合はメッセージを残してください(見たらすぐに返信します)、仕事の成果を保護するためには、特定のパラメータを入力する必要があります、システムのデフォルトのパラメータはスクリーンショットを元に戻す効果を実現できません! ***************************************************************************
この製品は過去3年間にわたって開発されてきました。MQL5プログラミング言語で人工知能や機械学習コードを扱うための最も高度なコードベースです。MetaTrader 5でAI搭載のトレーディングロボットやインジケーターを多数作成するために使用されています。 これは、MQL5向けの機械学習に関する無料のオープンソースプロジェクトのプレミアムバージョンです。こちらからアクセスできます:  https://github.com/MegaJoctan/MALE5 。無料版は機能が少なく、ドキュメントも不足しており、メンテナンスも不十分です。小規模なAIモデル向けに設計されています。 このプレミアム製品には、AI搭載のトレーディングロボットを効率的にコーディングするために必要なすべてが含まれています。 このライブラリを購入すべき理由は? 非常に使いやすい。コードの構文は直感的で、PythonのScikit-learn、TensorFlow、Kerasなどの人気AIライブラリに似ています。 充実したドキュメント。多くの動画、サンプル、ドキュメントが用意されており、すぐに始められます。 計算効率に優れ
Shawrie
Kevin Kipkoech
This Pine Script implements a Gaussian Channel + Stochastic RSI Strategy for TradingView . It calculates a Gaussian Weighted Moving Average (GWMA) and its standard deviation to form an upper and lower channel. A Stochastic RSI is also computed to determine momentum. A long position is entered when the price closes above the upper Gaussian band and the Stoch RSI K-line crosses above D-line . The position is exited when the price falls back below the upper band. The script includes commission, cap
Bookeepr
Marvellous Peace Kiragu
Bookeepr is an advanced MQL5 trading bookkeeping software that automates trade logging, tracks real-time P&L, and integrates a ledger-style financial system for deposits, withdrawals, and expenses. It supports multi-currency assets , generates detailed performance reports , and provides risk management tools to help traders optimize their strategies. With secure cloud storage, exportable reports, and seamless MetaTrader 5 integration , Bookeepr ensures accurate, transparent, and hassle-free fina
A free indicator for those who purchase the full version This indicator is created by this Ai, with your desired settings Artificial Intelligence at your service Have a complete artificial intelligence and use it in your codes This artificial intelligence is trained to tell you on each candle whether the market is moving up or down. In general, artificial intelligence can be used in all markets, all timeframes and all symbols However, due to the increasing complexity and decreasing accuracy of
快速关仓,无需任何操作。 当前版本的一键关仓主要针对的是来不及手动关仓的情况,目前是不分交易标的类别,是对所有的持仓进行关仓。 未来可能升级的方向: 1、分类别、分标的关仓。 适用场景:开了多个标的的仓位,并且波动不一,快速频繁的波动影响了整体的判断。 2、增加只关闭盈利仓位、只关闭亏损仓位。 适用场景:持仓较多,趋势发生变化。 个人建议:一般建议选择一键全部关仓,因为如果行情与持仓方向一致,只关闭盈利仓位无形就是扩大了亏损。如果行情方向与持仓方向相反,只关闭亏损仓位,当前已盈利的后面又会变为亏损,盈利无法变现。 3、按照仓位顺序由大到小关仓、按照仓位顺序由小到大关仓。 适用 场景:行情发生波动,对于未来行情判断把握不确定的,可根据自己需求选择仓位关仓顺序,由大到小关仓的话,可以避免亏损的进一步扩大。 4、减小仓位量,保持绝对的安全距离。 适用 场景:对未来趋势相对确定,不想错过当前行情,但是认为当前持仓体量又有点大,想降低仓位。
[Gold Intelligent Trading EA | Risk Control is Steady, Profit Breakthrough] The intelligent trading EA, which is customized for the fluctuation characteristics of gold, takes the hard-core trading system as the core, and each order is derived from the accurate judgment of market trends and supporting pressures by quantitative models, so as to eliminate subjective interference and make trading decisions more objective and efficient. Equipped with multi-dimensional risk control system, dynamic s
Questo Expert Advisor (EA) è stato progettato per offrire un'esperienza di trading automatizzata di alto livello, adatta sia ai trader principianti che a quelli esperti. Utilizzando algoritmi avanzati e tecniche di analisi del mercato, l'EA è in grado di identificare opportunità di trading redditizie con precisione e velocità. L'EA è configurabile per operare su vari strumenti finanziari, tra cui forex, indici e materie prime, garantendo una flessibilità senza pari. Le caratteristiche princip
LSTM Library
Thalles Nascimento De Carvalho
LSTM Library - MetaTrader 5用高度神経ネットワーク アルゴリズム取引のためのプロフェッショナル神経ネットワークライブラリ LSTM Libraryは、MQL5の取引戦略にリカレントニューラルネットワークのパワーをもたらします。このプロフェッショナルレベルの実装には、通常は専門的な機械学習フレームワークでしか見られない高度な機能を備えたLSTM、BiLSTM、GRUネットワークが含まれています。 "トレーディングにおける機械学習の成功の秘訣は、適切なデータ処理にあります。 Garbage In, Garbage Out –予測の品質はトレーニングデータの品質を超えることはありません。" — マルコス・ロペス・デ・プラド博士, Advances in Financial Machine Learning 主な機能 LSTM、BiLSTM、GRUの完全実装 より良い一般化のためのリカレントドロップアウト 複数の最適化アルゴリズム(Adam、AdamW、RAdam) 高度な正規化テクニック 包括的な評価指標システム トレーニング進捗の可視化 クラス重みによる不均衡デー
Automatic Replenishment Trading Within a Defined Range The EA operates only within the predefined price range . When an order is closed, filled, or cancelled (reducing the total number of orders), the EA will automatically place new orders to maintain the continuous operation of the trading strategy. This EA is designed for ranging / sideways market conditions . You can control the total number of orders using Max Orders . Example: Max Orders: 8 Active trades: 2 Pending Buy Limit orders: 6 In t
Automatic Replenishment Trading Within a Defined Range The EA operates   only within the predefined price range . When an order is   closed, filled, or cancelled   (reducing the total number of orders), the EA will   automatically place new orders   to maintain the continuous operation of the trading strategy. This EA is   designed for ranging / sideways market conditions . You can control the total number of orders using   Max Orders . Example: Max Orders:   8 Active trades:   2 Pending Sell L
A complete PostgreSQL client implemented in pure MQL5 over native MetaTrader 5 TCP sockets. The library implements the PostgreSQL client with MD5 and SCRAM-SHA-256 authentication, SSL/TLS, the Simple Query Protocol, and explicit transactions. No DLLs, no external dependencies, no third-party services. Features Direct TCP connection to any PostgreSQL-compatible database MD5 and SCRAM-SHA-256 authentication, auto-detected SSL/TLS via PostgreSQL's SSLRequest flow Full transaction support Typed res
ProTradeLib - Professional MQL5 Trading Library Complete Developer Toolkit for MetaTrader 5 ProTradeLib is a production-ready, single-file MQL5 include library designed for professional developers building Expert Advisors and trading systems. With seven integrated modules, it provides all the essential building blocks needed to create robust, feature-rich trading applications. Key Features 1. Risk Manager Calculate lot sizes based on account balance percentage, fixed USD risk, or fixed lots Enfo
SmartStructureLib — Smart Money Concepts Engine for MQL5 Developers SmartStructureLib is a professional-grade MQL5 library that gives developers a complete Smart Money Concepts calculation engine they can embed directly into any Expert Advisor or indicator. Instead of building SMC detection logic from scratch, you include one file and call clean, readable methods that handle all the heavy lifting behind the scenes. The library is built around seven focused modules. The Structure Engine detects B
MetaTrader 5 向け ModernUI ライブラリ ModernUI は、MetaTrader 5 のチャート上で動作するユーザーインターフェースライブラリです。MQL5 開発者が、MT5 のチャート環境内で、より整理された EA パネル、ダッシュボード、設定ウィンドウ、フォーム、テーブル、ダイアログ、ドロワー、コンパクトなトレード風インターフェースを構築できるようにします。 散らばったチャートオブジェクトではなく、よりプロフェッショナルなインターフェース層を使いたい開発者向けに作られています。同時に、自分の EA、インジケーター、ユーティリティのロジックは完全に自分で管理できます。 Modern UI - ユーザーガイド   | EA サンプルデモ 作成できるもの ModernUI は、特定の種類のパネルだけに限定されません。MetaTrader 5 のチャート上に配置するほぼあらゆるツールに対して、再利用可能なインターフェース層を提供します。 シンプルな設定画面、コンパクトなトレードパネル、本格的なダッシュボード、データビュー、コントロールパネル、口座関連ツール、ワー
WalkForwardOptimizer MT5
Stanislav Korotky
3.78 (9)
WalkForwardOptimizer library allows you to perform rolling and cluster walk-forward optimization of expert advisers (EA) in MetaTrader 5. To use the library include its header file WalkForwardOptimizer.mqh into your EA source code, add call provided functions as appropriate. Once the library is embedded into EA, you may start optimization according to the procedure described in the User guide . When it's finished, intermediate results are saved into a CSV file and some special global variables.
This library will allow you to send your trades using your MT5 EA bot and its very easy to integrate on any EA which you can do yourself with the script code which is mentioned in documentation. This product allows trading operations via API For MEXC chart : Renting   Crypto Charting  for OHLC data or   Crypto Ticks with Order Book Depth  is optional - Supports MEXC API calls - Place Limit, SL Limit and Take Profit Limit Orders - Place Market, SL-Market, TP-Market orders - Modify Limit order - C
Binance Library MetaTrader 5 connects your Expert Advisors, indicators, and scripts to Binance.com and Binance.US directly from MetaTrader 5. It is a developer library for building custom Binance integrations inside MT5, not a standalone trading robot or copier. The library helps you add Binance instruments to Market Watch, read symbol specifications, load current and historical market data, check wallet balances, manage orders, and track open positions. It supports Spot, USD-M futures, and COI
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions. Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0. Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0. Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0. Mode 4: SL/Risk Lot calculate based on s
Friends, join us! Ask questions and connect with like-minded traders: MetaCOT Public Group MetaCOT Information Channel: news, CFTC reports, and signals: MetaCOT Channel Here’s to successful trading and new profitable signals for us all! Attention! Recently, certain countries have been blocking access to the cftc.gov website. As a result, users in these countries are giving the product low ratings. MetaCOT has always adhered to the highest quality standards and is in no way associated with th
作者のその他のプロダクト
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
Revert Edge
Levi Dane Benjamin
2.64 (11)
Revert Edge は、H1 時間足で指数のデイトレード型平均回帰を行うマルチシンボル Expert Advisor です。 Revert Edge は、マーチンゲール、グリッド、ヘッジロジックを使わずに主要指数をルールベースで取引したいトレーダー向けに設計されています。重要な市場基準付近でコントロールされた反転機会を探し、設定可能なリスク、日次保護、任意のトレーリング機能で取引を管理します。 EA セットアップガイド Revert Edge が取引する市場 Revert Edge は主要指数とゴールド市場向けに設計されています。デフォルト設定は US30、US500、GER40/DE40、JP225 を中心としており、ブローカーと設定によって XAUUSD や US100 もサポートできます。 EA は 1時間足チャート での稼働を想定しています。1つのチャートに適用し、取引したいシンボルを有効にすることで、Revert Edge は複数市場を1つのチャートからスキャン・管理できます。 戦略概要 Revert Edge は、重要な基準価格から一時的に乖離した後に戻る傾向のある市
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 4 プラットフォームの強化に役立ちます。多言語サポート。 MT5バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定 トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎま
MT5 To Notion
Levi Dane Benjamin
5 (3)
このプログラムを使用すると、非常に使いやすいユーザーインターフェースを使用して、MetaTraderアカウントからすべての取引を直接Notionにエクスポートできます。 MT4バージョン  |  ユーザーガイド + デモ 開始するには、ユーザーガイドを使用してNotionテンプレートをダウンロードしてください。 デモをご希望の場合は、ユーザーガイドにアクセスしてください。ストラテジーテスターでは機能しません! 主な機能 取引アカウントからすべての取引をNotionにエクスポート 実行中の取引および保留中の注文をNotionにエクスポートし、更新 テンプレートを作成する 前日からの取引をエクスポート 前週からの取引をエクスポート 前月からの取引をエクスポート カスタム時間範囲からの取引をエクスポート 新しいクローズされた取引をすべて自動的にNotionに送信 エクスポートに含めるフィールドを選択します。注文タイプ、ボリューム、オープン時間、クローズ時間など 開始方法 上記のユーザーガイドに移動するか、EAを起動して「接続ヘルプを取得」をクリックします 接続後、「開始:すべての取引をエク
This powerful tool ensures you never miss important trading signals by providing instant Alerts whenever specific indicators generate signals. With its sleek and user-friendly interface, you can effortlessly stay on top of market opportunities. Once an alert is received, you have the flexibility to decide your next move, putting you in full control of your trading decisions. Does not work in the Strategy Tester! Indicator Alert Features Automatically get alerted when a chosen indicator produce
FREE
MT4 To Notion
Levi Dane Benjamin
5 (2)
このプログラムでは、非常に使いやすいユーザーインターフェースを使用して、MetaTraderアカウントからすべての取引を直接Notionにエクスポートできます。  MT5 バージョン  |  ユーザーガイド + デモ 始めるには、ユーザーガイドをご利用いただき、Notionのテンプレートをダウンロードしてください。 デモが必要な場合は、ユーザーガイドをご覧ください。ストラテジーテスターでは機能しません! 主な特長 取引口座からすべての取引をNotionにエクスポート 最終日からの取引をエクスポートする 最終週からの取引をエクスポートする 最終月からの取引をエクスポートする カスタム時間範囲からの取引をエクスポートする すべての新しい閉じられた取引を自動的にNotionに送信する 注文タイプ、ボリューム、オープン時間、クローズ時間などのエクスポートに含めるフィールドを選択する 始め方 上記のユーザーガイドに移動するか、EAを起動して「接続ヘルプを取得」をクリックしてください。 接続したら、「開始:すべてをエクスポート」をクリックして、履歴からすべての現在の取引をNotionに送信します
あなたがメンバーである任意のチャンネル(プライベートおよび制限されたチャンネルを含む)からのシグナルを、直接あなたのMT4にコピーします。 このツールは、ユーザーを念頭に置いて設計されており、取引を管理および監視するために必要な多くの機能を提供しています。 この製品は、使いやすく視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT5版 | Discord版 デモを試したい場合は、ユーザーガイドを参照してください。 Telegram To MT5レシーバーは、ストラテジーテスターでは機能しません! Telegram To MT4の特長 一度に複数のチャンネルからシグナルをコピー プライベートおよび制限されたチャンネルからシグナルをコピー BotトークンやチャットIDは不要です(必要な場合は引き続き使用できます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認識するため
MT4からTelegramに完全にカスタマイズ可能なシグナルを送信し、シグナルプロバイダーになりましょう!この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT5バージョン  | ディスコードバージョン デモを試したい場合は、ユーザーガイドをご覧ください。 MT4からTelegram送信者は戦略テスターでは機能しません。 MT4から   Telegramの機能 多くのオプションで完全にカスタマイズ可能なシグナルを好みに合わせて設定 シグナルの前後に独自のカスタムメッセージを追加します。これには、タグ、リンク、チャネルなどが含まれます。 シグナルに絵文字を追加、削除、カスタマイズします。または、すべて削除することもできます。 シンボルまたはマジックナンバーで送信する取引をフィルタリングします 特定のシンボルの送信を除外します 特定のマジックナンバーの送信を除外します シグナルと共に送信する取引の詳細をカスタマイズします シグナルと共にスクリーンショットを送信し
MT4からDiscordに完全にカスタマイズ可能なシグナルを送信して、シグナルプロバイダーになりましょう!この製品は、使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始しましょう! ユーザーガイド+デモ  | MT5バージョン  | テレグラムバージョン デモをお試しいただける場合は、ユーザーガイドをご覧ください。 MT4からDiscordへの送信者は、ストラテジーテスターで動作しません。 MT4からDiscordへの機能 さまざまなオプションを使用して、シグナルを完全にカスタマイズします シグナルの前後に独自のカスタムメッセージを追加します。これには、タグ、リンク、チャンネルなどが含まれます シグナルで絵文字を追加、削除、カスタマイズします。または、すべて削除することもできます シンボルまたはマジックナンバーで送信する取引をフィルタリングします 特定のシンボルの送信を除外します 特定のマジックナンバーの送信を除外します シグナルと一緒に送信する取引の詳細をカスタマイズします シグナルと一緒にスクリーンショッ
Copy trades locally between MetaTrader terminals with a simple interface and strong risk controls. Mirror trades across accounts, brokers, and platforms in any MT4/MT5 combination. Designed for reliability : supports trade updates such as breakeven, trailing stop, partial closes, and more. User Guide + Demo | MT5 Version Important notes Local Trade Copier MT4 does not work in the Strategy Tester. For a demo, please use the User Guide + Demo link above. To copy to MT5, you will need to purchase
MT5からTelegramに完全にカスタマイズ可能なシグナルを送信して、シグナルプロバイダーになりましょう!この製品は、使いやすく視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT4バージョン  | Discordバージョン デモを試したい場合は、ユーザーガイドをご覧ください。 MT5からTelegramへの送信者は、ストラテジーテスターでは動作しません。 MT5からTelegramへの機能 多数のオプションを使用して、シグナルを完全にカスタマイズします シグナルの前後に独自のカスタムメッセージを追加します。これには、タグ、リンク、チャンネルなどが含まれます シグナル内の絵文字を追加、削除、カスタマイズします。また、すべて削除することもできます。 シンボルまたはマジックナンバーで送信する取引をフィルタリングします 特定のシンボルの送信を除外します 特定のマジックナンバーの送信を除外します シグナルと一緒に送信する取引の詳細をカスタマイズします シグナルと一緒にスクリーンショット
MT5からDiscordに完全にカスタマイズ可能なシグナルを送信して、シグナルプロバイダーになりましょう! この製品は、使いやすく視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド+デモ  | MT4バージョン |  Telegramバージョン デモを試してみたい場合は、ユーザーガイドを参照してください。 MT5からDiscordへの送信者は、戦略テスターで機能しません。 MT5からDiscordへの機能 さまざまなオプションでシグナルを完全にカスタマイズします シグナルの前後に独自のカスタムメッセージを追加します。これには、タグ、リンク、チャンネルなどが含まれます シグナルで絵文字を追加、削除、カスタマイズします。また、すべて削除することもできます シンボルまたはマジックナンバーによって送信する取引をフィルタリングします 特定のシンボルの送信を除外します 特定のマジックナンバーの送信を除外します シグナルと一緒に送信する取引の詳細をカスタマイズします シグナルと一緒にスクリーンショットを送信しま
Copy trades locally between MetaTrader terminals with a simple interface and professional risk controls. Use it to mirror trades across accounts, brokers, and platforms in any MT4/MT5 combination. Designed for reliability : supports trade updates such as breakeven, trailing stop, partial closes, and more. User Guide + Demo | MT4 Version Important notes Local Trade Copier MT5 does not work in the Strategy Tester. For a demo, please use the User Guide + Demo link above. To copy to MT4, you will n
Trend Alpha
Levi Dane Benjamin
5 (1)
Trend Alpha は、H1 時間足で主要指数とゴールドのイントラデイ・トレンドブレイクアウト取引を行うマルチシンボル対応のエキスパートアドバイザーです。 Trend Alpha は、マーチンゲール、グリッド、ヘッジロジックを使わず、主要市場をルールベースで体系的に取引したいトレーダー向けに設計されています。EA は定義された日中レンジからの管理されたブレイクアウト機会を探し、設定可能なリスク、日次保護、任意のトレーリング機能で取引を管理します。 Trend Alpha が取引する市場 Trend Alpha は主要指数とゴールド市場向けに設計されています。標準設定では、ブローカーの提供銘柄と選択した設定に応じて、US30、US500、GER40/DE40、JP225、US100、XAUUSD を対象とします。 EA は 1時間足チャート での稼働を想定しています。1つのチャートに適用し、取引したいシンボルを有効化することで、Trend Alpha は単一チャートから複数市場をスキャンし管理できます。 戦略概要 Trend Alpha は日中のトレンドブレイクアウトモデルを使用し
フィルタ:
レビューなし
レビューに返信