Indi Trader

Indicator Trader EA
v1.0 for MetaTrader 5

Universal EA that bridges any custom indicator's signals to automated trading

XAUUSD · Major Forex Pairs · Crypto | All Timeframes M1 ~ D1

📌 Overview
Indicator Trader EA is a universal Expert Advisor that automatically executes buy and sell orders based on signal buffers from any custom indicator.

With a single EA, you can connect any commercial indicator (SuperScalp Pro, Trend 7Filter Pro, etc.) directly — no extra coding required. Simply configure the buffer indices and you have a fully automated trading system.

✨ Key Features
Dual load modes: Direct Load (Mode A) / Chart Instance Auto-Detect (Mode B)
Indicator buffer-based SL/TP automatic configuration
ATR-based dynamic TP/SL and trailing stop
Dollar-based group P&L close (Group TP/SL)
Automatic position flip on opposite signal
Duplicate order prevention per bar (OncePerBar)
Maximum position limit (MaxPositions)
Real-time Alert notifications
Debug mode for live signal buffer inspection

🎯 Who Is This For?
Traders who want to automate signals from commercial indicators
Developers who want to add auto-order functionality to custom indicators
Compatible with any symbol: XAUUSD, forex pairs, crypto, and more

⚙️ How It Works
On every tick, the EA reads the indicator's signal buffers and detects valid signals (any value other than 0 or EMPTY_VALUE).

Signal Detection Logic
bar[1] confirmed signal: processed at the start of each new candle — most reliable
bar[0] real-time signal: processed as the current bar forms — faster reaction
Duplicate prevention: when OncePerBar=true, only one order per direction per candle

Order Execution Flow
Signal detected → Check CloseOnOppositeSignal → Close opposite positions
→ Verify CanOpenBuy/Sell() conditions → Execute OpenOrder()
→ Set SL/TP (indicator buffer OR ATR OR dollar-based)
→ Every tick: Group P&L monitoring when UseGroupClose=true

📖 How to Use
Mode A — Direct Load (Recommended)
The EA loads the indicator automatically — no need to add it to the chart separately.

IndicatorName = "Market\SuperScalp Pro"   ← MQL5 Market product
IndicatorName = "Trend 7Filter Pro"        ← File in Indicators folder
IndicatorName = "MyFolder\MyIndicator"     ← Subfolder path

Mode B — Chart Instance Auto-Detect
Apply the indicator to the chart first, then attach the EA. It will automatically detect the running indicator instance.

IndicatorName = ""   ← Leave blank

Recommended when only one indicator is applied to the chart
Use when you need to apply custom parameters to the indicator

How to Find Buffer Indices
You need to identify the buy/sell signal buffer indices of your target indicator.
Set DebugMode = true and attach the EA
Check the MetaTrader Journal tab for buffer values
Refer to SetIndexBuffer() order in the indicator's source code

🔧 Input Parameters
Basic Settings
Parameter Default Description
EA_Comment SSP Comment label for orders
MagicNumber 991 Unique EA identifier (prevents conflicts with other EAs)
LotSize 0.01 Default lot size per order
Slippage 3 Maximum allowed slippage (in points)

Indicator Settings
Parameter Default Description
IndicatorName Trend 7Filter Pro Indicator filename (blank = chart auto-detect)
BuyBuffer 0 Buy signal buffer index
SellBuffer 1 Sell signal buffer index
UseIndicatorTPSL false true: use SL/TP values from indicator buffers
BuySLBuffer 4 Buy SL buffer index
BuyTPBuffer 6 Buy TP buffer index
SellSLBuffer 5 Sell SL buffer index
SellTPBuffer 7 Sell TP buffer index

Position Management
Parameter Default Description
CloseOnOppositeSignal true Close opposite positions before opening new order on signal flip
AllowOppositeOrder true Allow simultaneous opposite positions (when CloseOnOppositeSignal=false)
MaxPositions 1 Maximum number of simultaneous open positions
OncePerBar true Allow only one order per direction per bar
UseGroupClose true Group close mode: dollar TP/SL + trailing stop

TP / SL Settings
Parameter Default Description
UseTP false Enable dollar-based take profit
TP_Dollar 8.0 Take profit target in USD
UseSL false Enable dollar-based stop loss
SL_Dollar 3.0 Stop loss limit in USD
UseATR true Enable ATR-based dynamic TP/SL
ATR_Period_EA 14 ATR calculation period
ATR_TP_Multi 5.0 ATR TP multiplier
ATR_SL_Multi 1.0 ATR SL multiplier

Trailing Stop
Parameter Default Description
UseTrailing true Enable dollar-based trailing stop (requires UseGroupClose=true)
Trail_Start 27.0 Profit level to activate trailing ($)
Trail_Stop 3.0 Trailing stop drawdown threshold ($)
UseATRTrailing false Enable ATR-based trailing stop
ATR_Trail_Multi 2.0 ATR trailing multiplier

Other
Parameter Default Description
UseAlert false Show popup alert on order open/close
DebugMode false Print signal buffer values and debug info to Journal

⚠️ Important Notes
Always verify your indicator's signal buffer indices and set BuyBuffer/SellBuffer correctly.
When UseGroupClose=false, only server-side SL/TP per order is active — trailing stop is disabled.
In Mode B, the indicator must be applied to the chart before attaching the EA.
Always test thoroughly on a demo account before live trading.
Past performance does not guarantee future results.

おすすめのプロダクト
Aurum Matrix EA MT5
Melih Enes Bozkurt
1 (1)
Aurum Matrix EA — Advanced Algorithmic Gold Trading System Aurum Matrix EA is a state-of-the-art algorithmic Expert Advisor designed specifically for Gold trading (XAUUSD) on the MetaTrader 5 platform. It is inspired by the open-source GoldTraderEA framework, upgraded with a quantitative multi-strategy fusion engine , robust risk controls and modular architecture ready for advanced enhancements including machine learning integration. Why Aurum Matrix EA? In today’s volatile markets, single
FREE
NEXA HA Trend Master PRO NEXA HA Trend Master PRO は、MetaTrader 5 用の Expert Advisor です。 本製品は、GOLD チャートにおけるトレンド方向、押し目または戻りのエリア、再エントリー条件を分析するために設計されています。 EA は Heiken Ashi、EMA、ADX、DI、ATR、Parabolic SAR を組み合わせて市場状況を評価します。 まず上位時間足で主要なトレンド方向を確認し、その後、下位時間足で押し目または戻り後の再整列条件が形成されているかを確認します。 本製品は取引自動化のための補助ツールであり、特定の取引結果を保証するものではありません。 取引結果は、市場環境、ブローカーの約定条件、スプレッド、スリッページ、設定値、テスト期間によって異なる場合があります。 戦略概要 NEXA HA Trend Master PRO は、トレンドフォローと押し目または戻り後の再エントリー構造を基にしています。 M30 時間足では、EMA89 と ADX を使用して主要なトレンド方向とトレンドの強さを確
FREE
Gold Reversal Spike EA
Choawana Malaikitsanachalee
## Spike Hunter PRO Spike Hunter PRO is a fully automated Expert Advisor for MetaTrader 5, designed to capture profit from sudden high-velocity price movements on XAUUSD (Gold). The EA detects genuine spikes in real time and enters the market within milliseconds of detection. --- **How it works** The EA continuously monitors price movement speed on every tick. When price accelerates beyond the configured threshold, the EA opens a trade in the direction of the spike and immediately begins pr
FREE
NexusXAUPro is an automated Expert Advisor designed specifically for XAUUSD trading on MetaTrader 5. The system combines multiple market conditions to identify potential trading opportunities, including trend direction, trend strength, volatility, Bollinger Band context, pullback behavior, price location, candle confirmation, probability analysis, and risk management . NexusXAUPro is designed to avoid relying on a single indicator. Instead, it evaluates several conditions before allowing a trade
MA Cross 5/10 EA with Trend Filter This Expert Advisor (EA) is an automated trading system based on a simple and proven Moving Average crossover strategy. It opens trades when a fast Moving Average crosses a slow Moving Average, and uses an optional Trend Filter to avoid trading against the main market direction. Designed for beginners and intermediate traders, this EA focuses on clarity, stability, and disciplined trading rules. Main Advantages Simple and Reliable Strategy Uses Moving A
FREE
NEXA Bb Volatility Trap MetaTrader 5 用エキスパートアドバイザー 1. 概要 NEXA Bb Volatility Trap は、ボリンジャーバンド幅(Bollinger Band Width)の収縮と拡張を基に、市場のボラティリティ変化を検出する自動売買エキスパートアドバイザー(Expert Advisor)です。 本システムは、低ボラティリティ期間の後に発生する価格の拡張的な動きを検出することを目的としています。 すべての取引判断は 確定したローソク足(クローズ足) のデータのみを使用して行われます。 本製品は自動売買ツールであり、すべての取引には損失のリスクが伴います。 2. 取引ロジック 本エキスパートアドバイザーは、2つの異なる時間足を使用します。 2.1 ボラティリティ収縮の検出 上位時間足において、ボリンジャーバンド幅を統計的 Z スコアで分析します。 ボラティリティが平均水準より大きく低下した場合、取引準備状態に入ります。 2.2 エントリートリガー 収縮状態の後、下位時間足で以下の条件がすべて同時に満たされた場合、取引が検討されます
FREE
DecayEdge Gold DecayEdg e Gold は、 時間減衰加重リバーサル頻度モデル(Decay-Weighted Reversal Frequency) に基づいて開発された XAUUSD 専用のエキスパートアドバイザーです。 固定的なインジケーターのクロスに依存する 一般的な EA とは異なり、DecayEdge Gold は過去に実際に反転が発生した価格帯を累積的に記録し、そこに 半減期(Half-Life) に基づく時間加重を適用します。 古い反転 記録は自動的に影響力が低下し、市場が直近で実際に反応した価格帯ほど大きな比重を持 ちます。市場構造が変化しても、モデルが自ら最新の状態を維持する構造です。 さら に、フィボナッチ・リトレースメント区間との コンフルエンス(重なり)条件 を 追加で要求します。(フィボナッチ生成時に重なり1回) つまり、統計的に 検証された反転頻度ラインとフィボナッチレベルが同時に重なる地点でのみエントリーを 検討します。 単一のシグナルではなく、2つ の独立した根拠が一致した場合にのみポジションを建てる方式です。 取引活動は意図 的
Ultimate Signal Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Ultimate Signal Builder Basic combines the features of other 3 expert advisors, providing all their trading signals in one single place: 1. the Price Action Builder Basic ; 2. the Bollinger Bands Builder Basic ; 3. the Chart Patterns Builder Basic . The Ultimate Signal Builder Basic expert advisor shares the same characteristics as the 3 underlying experts: usage of stop loss orders, maximum 1 managed open trade, automatic trade closure and configurable validation mechanism. While being ess
FREE
これは、ほぼ10年前に初めて公開された私の有名なスキャルパー、ゴールドフィンチEAの最新版です。短期間で起こる急激なボラティリティの拡大で市場をスキャルピングします。突然の価格上昇の後、価格変動の慣性を利用しようとします。この新しいバージョンは、トレーダーがテスターの最適化機能を簡単に使用して最適な取引パラメーターを見つけられるように簡素化されています。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 最適化を容易にするシンプルな入力パラメーター カスタマイズ可能な取引管理設定 取引セッションの選択 平日の選択 資金管理 注意してください... 多くの要因が見返りを台無しにする可能性があるため、ダニのダフ屋は危険です。変動スプレッドとスリッページは、取引の数学的期待値を低下させ、ブローカーからの低いティック密度は幻の取引を引き起こす可能性があり、ストップレベルは利益を確保する能力を損ない、ネットワークラグはリクオートを意味します。注意が必要です。 バックテスト Expert Advisorはティックデータのみを使用します
FREE
Exp5 COPYLOT MASTER for MT5
Vladislav Andruschenko
4.42 (12)
Exp5-COPYLOT MASTERは、МetaТrader5とMetaTrader4のトレードコピー機です。任意のアカウントから外国為替取引をコピーします。 インストール このエキスパートアドバイザーはマスターコピー機です。トレードをコピーしたいターミナルにエキスパートアドバイザーをインストールします。 「COPY」のように、任意のテキストラベル名をpathWriteとして指定します。 トレードをコピーしたい端末にMT5用のCOPYLOTMASTERをインストールします。 次に、コピー先の MT4  端末にCOPYLOTクライアントMT4をインストールします。 または MetaTrader5用の CopylotクライアントMT5 MT4用のCOPYLOTMASTERを ダウンロードすることもできます COPYLOT-完全な説明とマニュアル 注:設定のリストは[コメント]タブにあります。 EAは1チャートに設定する必要があります!デフォルトでは、アドバイザーがアカウントからすべてのポジションと注文をコピーします。 注文はアクティベーション時にコピーされ(ポジション)、クライアントア
FREE
NEXA GOLD Algorithmic Trading EA 製品概要 NEXA GOLD Algorithmic Trading EA は、MetaTrader 5 プラットフォーム向けに開発された自動売買プログラムです。 このエキスパートアドバイザーは、GOLD(XAUUSD)市場の価格動向を分析し、事前に定義されたアルゴリズムルールに基づいて取引を実行します。システムは市場の状況とユーザーが設定したパラメータに応じて、ポジションのエントリー、管理、決済を自動的に行います。 本製品は MetaTrader プラットフォーム上で動作する取引ツールです。取引結果は市場状況に依存するため、結果を保証するものではありません。 主な特徴 • GOLD(XAUUSD)市場向けの自動売買システム • ルールベースのアルゴリズム取引 • 注文の自動実行と管理 • 設定可能なリスク管理パラメータ • MetaTrader 5 プラットフォームと完全互換 動作方法 このエキスパートアドバイザーは市場価格データを分析し、取引機会を検出します。 アルゴリズムは以下の要素を評価します。 • 価格の動き
FREE
Short Description GoldEdge Bollinger Bounce Scalper is a precision mean reversion EA designed to capture bounce entries when price stretches to the outer Bollinger Bands and shows signs of reversal. Full Description GoldEdge Bollinger Bounce Scalper is built for traders who want a structured and disciplined bounce trading system. This Expert Advisor is designed to identify short-term overextended price conditions and react when the market shows potential to return back toward balance. Instead of
FREE
NEXA Volume Break ADX NEXA Volume Break ADX is an Expert Advisor for MetaTrader 5. The EA works on the M30 timeframe and evaluates market conditions using volume expansion, rising ADX, momentum direction, trend alignment, breakout detection, and retest confirmation. The main purpose of this system is to filter technical conditions where price movement is supported by increased volume and strengthening trend conditions. This product does not use DLL files, WebRequest, external authentication
FREE
Introduction to Order Risk Management EA ORM EA is specially designed for fast and accurate market order execution to be used with our Price Action and Econometric Trading strategies listed below. ORM EA is fully automatic and ORM EA is also very easy to use. ORM EA is totally free of charge. You can also use this robust order execution feature of this ORM EA for any other your own trading strategy. Trading Strategy Guide Order Risk Management EA provides the guide for the risk management for y
FREE
Gold Adaptive EA MT5 is an automated Expert Advisor for MetaTrader 5 designed for trading Gold (XAUUSD). The EA uses several internal trading models and market filters to adapt to different phases of Gold price movement. Instead of relying on one fixed entry pattern, Gold Adaptive EA MT5 analyzes market behavior and selects suitable logic for trend continuation, impulse moves, pullbacks and selected recovery conditions. The main goal of the Expert Advisor is to provide a structured Gold tradi
FREE
Grid Engulfing MT5
Yudi Sri Warsito
4.8 (5)
Grid Engulfing is a trading strategy that combines grid trading with engulfing patterns.  Grid Trading: A grid trading strategy involves placing buy and sell orders at regular intervals (grid size) above and below a set price level. The goal is to profit from small price movements within a range-bound market. Engulfing Patterns: Engulfing patterns are a type of candlestick pattern that indicates a potential reversal or continuation of a trend. A bullish engulfing pattern occurs when a small be
FREE
AutoGen Hybrid Mean Reversion EA MT5 Designed for Gold (XAUUSD) and major forex pairs, AutoGen Hybrid Mean Reversion EA MT5 is a fully automated expert advisor for MetaTrader 5 that trades the classic Bollinger Bands mean-reversion setup, filtered by the ADX indicator to stay out of strong trending markets. It combines two well-known concepts — reversion to the mean and trend-strength filtering — into a single robust trading robot. The strategy is symbol-agnostic: the same Bollinger / ADX / ATR
FREE
BB Strategy V5.01 Advanced Bollinger Bands Grid Expert Advisor BB Strategy V5.01 is a fully automated Expert Advisor for MetaTrader 5 that combines Bollinger Bands mean-reversion trading, percentage-based grid management, advanced entry filtering, and intelligent risk control. The EA is designed to identify temporary market overextensions and capture high-probability reversal opportunities while filtering out low-quality entries that often occur during strong trending conditions. Unlike traditio
FREE
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomm
FREE
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
RSI   EA is a   fully automated   Forex trading strategy based on the MACD indicator, one of the most popular and widely used trend-following methods in technical analysis. This expert advisor automatically opens and manages buy and sell trades using RSI to capture market momentum while removing emotional decision-making. Premium advanced   version with   +40 filter!   :   Click Here Or search "RSI ProLab mt5" on the market
FREE
BandPulse is a powerful trading expert that combines Martingale, Hedging, and Scalping strategies, simplifying the management of trading complexities. This EA uses advanced algorithms to maximize the strengths of each strategy while meticulously managing risks. The balance-based risk management feature provides users with safety, and when used in conjunction with IAMFX-Agent , it can achieve both risk management and profit maximization. This combination is designed to offer users the best pos
FREE
Vino Gold Trend Hunter XAUUSD Trend-Following Expert Advisor for MetaTrader 5 Vino Gold Trend Hunter is a fully automated Expert Advisor developed specifically for XAUUSD (Gold) . The EA combines a structured trend-following entry engine with configurable market filters, automated position management and daily trading controls. The integrated on-chart panel allows traders to monitor the EA and adjust important trading parameters directly from the chart. RECOMMENDED TIMEFRAME M15 — 15-Minute Cha
FREE
DailyBox2 is an advanced automated trading system designed based on trend-following and hedging strategies. This EA executes up to two trades per day and utilizes a smart recovery feature to minimize losses and maximize profits. Its risk management feature ensures safe trading by aligning with the user’s specified risk levels. When used in conjunction with IAMFX-Agent , it can achieve both risk management and profit maximization. Additionally, when used alongside our BandPulse , it can lead to
FREE
Neuro Edge
Agus Wahyu Pratomo
5 (4)
Please give review to support development of this Expert Advisor NeuroEdge EA is an advanced trend-following scalper designed to adapt dynamically to market behavior. Built with precision algorithms and smart averaging logic, it maintains minimal drawdown while capturing high-probability setups in trending conditions. NeuroEdge continuously analyzes market flow to ensure optimal entries and exits — giving traders the edge they need in volatile markets. ️ Core Features: Adaptive Trend Detection
FREE
バックテスト結果(USDJPY M5, 2020–2026): ・勝率:約30% ・最大ドローダウン:約6% 本EAは、ロンドン〜ニューヨーク時間帯に特化したスキャルピング戦略です。 欧州・米国市場はボラティリティが高く、トレンドやブレイクが発生しやすい時間帯です。 本システムは、その特徴を利用し、短期的な値動きを効率よく捉えるよう設計されています。 特徴 ・ロンドン〜NY時間に最適化されたエントリー ・RSIをベースとしたシンプルかつ安定したロジック ・スキャルピング特化 ・無駄なエントリーを抑えた設計 推奨運用(重要) 本EAは単体でも使用可能ですが、 「UsdJpy Range Trading Bot」と組み合わせることで真価を発揮します。 ・Asian Session:低ボラ・レンジ相場 ・London/NY Session:高ボラ・トレンド相場 時間帯が分散されることで ・トレード機会の増加 ・ドローダウンの分散 ・エクイティの安定化 が期待できます。 コンセプト 本EAは単体で完結するものではなく、 「時間帯分散によるポートフォリオ運用」を前提とした設計で
FREE
Flexible Copy Trade EA:  The Premier MetaTrader Multi-Account Synchronizer Streamline your trading operations with the most reliable, high-speed trade copier designed for the modern MetaTrader environment. Whether you are managing multiple accounts, coordinating a trading team, or looking to mirror signals across different terminals with near-zero latency, Flexible Copy Trade EA is your enterprise-grade solution. It offers seamless, lightning-fast synchronization regardless of the broker or acco
FREE
MetaTrader 5 플랫폼에서 사용되는 사용자 정의 인디케이터로, 다양한 타임프레임에서의 시장 트렌드를 시각적으로 표시하는 데 사용됩니다. 이 인디케이터는 사용자가 지정한 X 및 Y 좌표에 위치하는 패널을 생성하여, M1부터 MN1까지 총 21개의 타임프레임에 대한 트렌드를 각각 라벨 형태로 보여줍니다. 각 타임프레임의 트렌드는 20기간 단순 이동평균(SMA)과 50기간 단순 이동평균을 비교하여 결정되며, 상승 트렌드는 초록색, 하락 트렌드는 빨간색, 보합은 회색으로 표시됩니다. 또한, 모든 타임프레임에서의 트렌드를 종합하여 상승 비율을 계산하고, 이 비율에 따라 전체 시장 트렌드가 표시됩니다. 전체 트렌드는 일정 간격으로 깜빡이며 사용자에게 시각적 주의를 끌도록 설계되었습니다. 이 인디케이터는 시장 상황을 빠르게 파악하고자 하는 트레이더들에게 유용하며, 업데이트 간격과 깜빡임 간격은 사용자의 필요에 맞게 조정할 수 있습니다. 또한, 패널의 위치와 색상도 사용자 정의가 가능하
FREE
このプロダクトを購入した人は以下も購入しています
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 (146)
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 フォルダに貼り付けて、ターミナルを再起動しま
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 and structured environment. Visual Trade Execution and Risk Management The application includes a specialized trading panel that assists in c
TradePanel MT5
Alfiya Fazylova
4.88 (167)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
================================================================================ 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
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
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 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秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
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
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
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台のターミナル間で同時に動作できる、プロフェッ
Telegram To MT5 — シグナルコピア Telegram チャンネルのトレードコールを、実際の MT5 注文に変換します — 自動で、好きなだけの口座に対応し、リスクとルールは完全にあなたの管理下に置けます。 Telegram To MT5 は、あなたが Telegram で既にフォローしている VIP / シグナルチャンネルを MetaTrader 5 端末に接続します。無料の付属デスクトップアプリがメッセージを読み取り(ボットを禁止しているチャンネルでも可能)、この EA があなたの口座でそれらを執行します — あなた自身のリスク設定、シンボルマッピング、テイクプロフィット処理、セッションおよびニュースフィルターを適用します。 これはシグナルコピアであり、ブラックボックス戦略ではありません。どのチャンネルを信頼するか、各トレードのロットと管理方法をあなたが決めます。 ステップバイステップの設定と付属アプリのインストールガイド 仕組み [あなたの Telegram チャンネル] -> [付属デスクトップアプリ] -> [MT5 + この EA] -> 注文 付属デスクトッ
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
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 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
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
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
Signal TradingView to MT5 Pro Automator TradingViewとMetaTrader 5間の即時プロフェッショナル実行 TradingViewのシグナル(アラート)とMT5での実際の約定を繋ぐ、最も強固なコミュニケーションブリッジで、取引戦略を自動化します。スピード、柔軟性、そして完璧なリスク管理を求めるトレーダー向けに設計されたこのExpert Advisorは、あらゆるアラートメッセージを正確な成行または指値注文に変換します。 強みと利点 ユニバーサルパーシングエンジン(独自技術): あらゆるアラート形式からデータを自動的に認識し、抽出できる高度なテクノロジー。単一の固定フォーマットに制限されることはありません。システムはシンボル(銘柄)、アクション、価格、SL(ストップロス)、TP(テイクプロフィット)を自動的に理解します。 リアルタイム実行: レイテンシ(遅延)を最小限に抑えるよう最適化された、1秒未満の超高速ポーリング技術。シグナルを受信してから数ミリ秒以内に注文が実行されます。 機関投資家レベルのリスク管理: 以下に基づく自動かつ正確
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、チャート上でドラッグして組み立て、発注後も動かせるプラン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブ
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
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
Trade 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
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
動作デモ版ダウンロード Copy Cat More (コピーキャット・モア) MT5 トレードコピー (Trade Copier) は、ローカルのトレードコピーであり、今日のトレード課題のために設計された完全なリスク管理・執行フレームワークです。プロップファーム (prop firm) のチャレンジから個人のポートフォリオ管理まで、堅牢な執行、資金保護、柔軟な設定、高度なトレード処理の組み合わせによって、あらゆる状況に適応します。 このコピーは、マスター (Master、送信側) とスレーブ (Slave、受信側) の両モードで動作し、成行注文・指値注文、トレードの変更、部分決済、両建て決済 (Close By) 操作をリアルタイムで同期します。デモ口座と実口座、トレード用ログインと投資家ログインの両方に対応し、永続的トレードメモリ (Persistent Trade Memory) システムにより、EA・端末・VPS が再起動しても復旧を保証します。一意の ID により複数のマスターとスレーブを同時に管理でき、ブローカー間の差異は接頭辞/接尾辞の調整やカスタムシンボルマッピングに
VirtualTradePad PRO SE MT5 — MetaTrader 5向けプロフェッショナル取引コントロールセンター VirtualTradePad PRO SE は、 MetaTrader 5 向けのプレミアムなチャートベースの取引パネルであり、トレード管理ワークスペースです。より速い執行、明確なポジション管理、構造化されたトレード管理、視覚的なレベル計画、そしてチャート上で完結するプロフェッショナルなワークフローを求めるトレーダー向けに設計されています。 これは単なる BUY / SELL パネルではありません。PRO SE は、手動取引、予約注文、ポジション管理、部分決済、バスケット損益管理、平均化レベル、ATMルール、シグナル監視、リアルタイム市場情報、ストラテジーテスター (Strategy Tester) ワークフロー、VPS向け運用を、1つの連携されたインターフェースに統合します。 MT4版 | 完全な説明とスクリーンショット | 購入方法 | インストール方法 | ログファイルの取得方法 | テストと最適化の方法 | Expforex のすべての製品 PRO
作者のその他のプロダクト
SuperScalp Pro Trader EA Automated trading EA for the indicator — dual-source Fibonacci TP, per-ticket management, and advanced trailing stop. Quick start: Apply the indicator to your chart first, then attach this EA.  How to use Open your chart and select your preferred symbol and timeframe. Insert the indicator onto the chart. Attach SuperScalp Pro Trader EA to the same chart. Leave IndicatorName blank — the EA automatically detects the chart indicator instance (Mode B). To load the indicat
Product Name AllAverages Cross EA – 36 Moving Average Crossover Strategy Short Description (one-liner) Universal MA crossover EA with 36 built-in moving average types, multi-timeframe support, ATR-based risk management, multi-level TP partial close, and trailing stop — no external indicators required. Full Description Overview AllAverages Cross EA is a fully self-contained dual moving average crossover Expert Advisor that internalizes 36 different moving average algorithms. Unlike typical MA cro
FREE
All Averages Cross Signal – 36 MA Types with Built-in Trade Simulator Description: All Averages Cross Signal is a powerful dual moving average crossover indicator featuring 36 different MA calculation methods and a built-in trade simulation engine. Identify golden cross and dead cross signals with any combination of moving averages, then instantly evaluate strategy performance — all without leaving the chart. 36 Moving Average Types in One Indicator Choose from 36 MA methods for both Fast and Sl
FREE
1. Overview — TrendFusion Pro TrendFusion Pro is a free, open-source MetaTrader 5 indicator that generates buy and sell signals only when all seven independent filters simultaneously agree. By requiring SuperTrend direction change, Triple EMA alignment, EMA proximity, RSI momentum direction, MACD divergence, wick ratio, and over-extension filters to pass at once, it delivers high-precision confluence signals with minimal false positives — suitable for both trend-following and scalping strategie
FREE
Position Manager Pro v1.0 (MT5) Dual Magic Number Independent Group Manager with Live P&L Dashboard Overview Position Manager Pro   is a powerful trade management Expert Advisor for MetaTrader 5 that operates as an   overlay manager   — it does not open positions itself, but instead manages and monitors positions opened by other EAs or manually by the trader. The core concept is   two fully independent groups , each identified by a unique   Magic Number . Each group has its own Take Profit, Stop
FREE
Bullish Consecutive Signal — Consecutive Bullish Candle Buy Signal with Alerts & P&L Simulation Bullish Consecutive Signal automatically detects consecutive bullish candle patterns and marks high-probability buy entries directly on the chart. Each signal comes with an ATR-calculated Stop Loss and Take Profit level, drawn as reference lines so you can assess risk at a glance. A built-in P&L back-simulation lets you evaluate strategy performance without leaving the chart.   IMPORTANT — DEFAULT
FREE
Real Time Account Overview MT4 — Account & Magic Number P&L Monitor Real-time account overview and per-strategy P&L tracking, all in one clean panel. Overview Dashboard MT5 is a lightweight Expert Advisor that overlays a live information panel directly on your MetaTrader 4 chart. It gives you an instant snapshot of your account health and the performance of each trading strategy — identified by magic number — without ever leaving the platform. Whether you run a single EA or a dozen simultaneous
FREE
Real Time Account Overview MT5 — Account & Magic Number P&L Monitor Real-time account overview and per-strategy P&L tracking, all in one clean panel. Overview Dashboard MT5 is a lightweight Expert Advisor that overlays a live information panel directly on your MetaTrader 5 chart. It gives you an instant snapshot of your account health and the performance of each trading strategy — identified by magic number — without ever leaving the platform. Whether you run a single EA or a dozen simultaneous
FREE
Position Manager Pro v1.0 (MT4) Dual Magic Number Independent Group Manager with Live P&L Dashboard Overview Position Manager Pro is a powerful trade management Expert Advisor for MetaTrader 4 that operates as an overlay manager — it does not open positions itself, but instead manages and monitors positions opened by other EAs or manually by the trader. The core concept is two fully independent groups , each identified by a unique Magic Number . Each group has its own Take Profit, Stop Loss, and
FREE
A complete copy trading EA suite that automatically replicates trades across MT4 and MT5 platforms. Supports all four combinations — MT4→MT4, MT4→MT5, MT5→MT4, and MT5→MT5 — in a single package. Uses the FILE_COMMON shared folder method for fast, reliable signal delivery within the same PC or VPS. Overview CopyTrading EA Suite is a utility package that automatically replicates trades between MetaTrader 4 and MetaTrader 5 platforms. A single Sender EA can broadcast signals to multiple Receive
FREE
A complete copy trading EA suite that automatically replicates trades across MT4 and MT5 platforms. Supports all four combinations — MT4→MT4, MT4→MT5, MT5→MT4, and MT5→MT5 — in a single package. Uses the FILE_COMMON shared folder method for fast, reliable signal delivery within the same PC or VPS. Overview CopyTrading EA Suite is a utility package that automatically replicates trades between MetaTrader 4 and MetaTrader 5 platforms. A single Sender EA can broadcast signals to multiple Receive
FREE
フィルタ:
レビューなし
レビューに返信