ReplayStrategy

ReplayStrategy EA v12.04 - Professional Trading Panel

🎯 Overview

Manual Trading EA is a comprehensive visual trading assistant for discretionary traders who want enhanced control, automation features, and detailed profit tracking. This EA provides a sophisticated control panel with real-time statistics, intelligent position management, and advanced protection systems.

⚡ Key Features 📊 Complete Information Panel
  • Real-time position tracking (LONG/SHORT/FLAT)
  • Live profit monitoring (open, closed, total)
  • Configurable panel position (left/right)
  • Color-coded display for instant feedback
  • Detailed trade statistics
🔄 Instant Reversal System
  • One-click position flip using double-lot technique
  • Example: SELL 1 lot → REVERSE → BUY 1 lot (executes BUY 2 lots)
  • No delays, immediate execution
  • Smart position management
🛡️ Advanced Protection
  • Loss from Top: Auto-closes when profit drops X% from peak
  • Configurable threshold percentage
  • Real-time peak monitoring
  • Visual color-coded warnings
🤖 Smart AutoTrade
  • Auto-reopens position after protection stop
  • Indicator-based direction detection
  • Configurable lot size for auto-trades
  • Manual override available
📈 Heiken Ashi Integration
  • Custom indicator support (HA-V2 compatible)
  • Visual chart coloring
  • Trend detection system
  • Optional fast close on color change
🎨 User Interface
  • Large, clear buttons (BUY/SELL/CLOSE/REVERSE)
  • Quick lot adjustment (+/- buttons)
  • Hybrid button system for 100% reliability
  • Click-on-chart Quick Trade mode
📊 Profit Tracking
  • Complete historical analysis
  • Zero magic support (includes manual trades)
  • Balance validation
  • Commission & swap included
🔧 Technical Specifications

Compatible Platforms:

  • MetaTrader 5 (Build 3000+)
  • Strategy Tester (Visual Mode optimized)
  • ⚠️ This version: Strategy Tester only

Supported Instruments:

  • Forex, Indices, Cryptocurrencies
  • Any standard trading instrument

Requirements:

  • Windows 7/8/10/11
  • 4GB RAM minimum
  • 1280x720 resolution or higher
📖 Quick Start Guide Basic Operation
  1. Load EA: Drag to chart, panel appears automatically
  2. Adjust Lot: Use +/- buttons (default: 1.00)
  3. Trade: Click BUY/SELL/CLOSE/REVERSE buttons
  4. Monitor: Watch real-time profit and statistics
Key Configuration

Protection:

EnableAutoClose = true MaxLossFromTopPercent = 5.0 // Close at 5% drop from peak

AutoTrade:

EnableAutoTrade = true AutoTradeLotSize = 1.0 UseIndicatorDirection = true

Fast Close:

EnableFastClose = true MinCandlesBeforeClose = 2 // Requires 2 opposite candles ReopenAfterFastClose = true

Panel:

AlignRight = true PanelX = 150 PanelY = 10

🎓 Input Parameters Quick Trade
  • EnableQuickTrade: Click-on-chart trading
  • ShowQuickTradePrice: Display price line
Debug
  • EnableDebugLogs: Detailed execution logs
  • ShowTradeExecutionLogs: Trade confirmations
  • ShowLossFromTopCalc: Protection calculations
Trading
  • init_lot: Initial lot size
  • MagicNumber: EA identifier
Protection
  • MaxLossFromTopPercent: Drop limit (0 = disabled)
  • EnableAutoClose: Activate protection
AutoTrade
  • EnableAutoTrade: Auto-reopen after close
  • AutoTradeLotSize: Lot for auto-trades
  • UseIndicatorDirection: Use indicator signal
  • IndicatorName: Indicator name (default: "HA-V2")
Fast Close
  • EnableFastClose: Close on trend change
  • MinCandlesBeforeClose: Confirmation candles
  • ReopenAfterFastClose: Reopen in new direction
Profit
  • CalculateFromHistory: Include all trades
  • IncludeZeroMagicDeals: Include manual trades
  • StartCalculationFrom: Start date
💡 Advanced Features Double-Lot Reversal Technique

The REVERSE button uses an intelligent technique:

  • Current: SELL 1.0 lot
  • Desired: BUY 1.0 lot
  • Solution: Execute BUY 2.0 lots
  • Result: Net position = BUY 1.0 lot

This eliminates the need to:

  1. Close current position
  2. Wait for confirmation
  3. Open new position

Advantage: Instant reversal, no execution gaps.

Loss from Top Protection

Protects profits automatically:

  • Tracks maximum profit peak
  • Monitors drop percentage
  • Triggers at configured threshold
  • Can auto-reopen via AutoTrade

Example:

  • Peak profit: $1000
  • Current profit: $950
  • Drop: $50 (5%)
  • If MaxLossFromTopPercent = 5% → Closes position
Smart AutoTrade Logic

After protection closure:

  1. Waits 3 seconds
  2. Reads indicator direction
  3. Opens position in trend direction
  4. Uses configured lot size

Direction Detection:

  • UP colors (Yellow/Blue/Green) → BUY
  • DOWN colors (Red/Magenta) → SELL
Hybrid Button System

Why two methods?

  1. OnChartEvent: Instant detection (preferred)
  2. OnTick polling: Backup every 5 ticks (guaranteed)

Result: 100% click capture reliability in Strategy Tester.

⚠️ Important Notes Strategy Tester Version
  • ✅ Optimized for visual tester
  • ✅ Auto-maximizes chart window
  • ✅ Enhanced reliability
  • ⚠️ Blocked on real/demo accounts
  • 📧 Contact developer for live version
Indicator Setup

Required for AutoTrade/Fast Close:

  1. Install Heiken Ashi Modified (HA-V2)
  2. Indicator must have color buffer (buffer 4)
  3. EA applies indicator visually to chart
  4. Colors: Red(0), Yellow(1), Blue(2), Green(3), Magenta(4)
Performance Tips
  • Use Visual Mode in Strategy Tester
  • Verify symbol volume limits
  • Test protection settings first
  • Monitor debug messages if issues occur
🎯 Use Cases

Ideal For:

  • Discretionary traders needing enhanced control
  • Strategy testing in Strategy Tester
  • Learning position management
  • Profit protection automation
  • Detailed trade statistics

Not For:

  • Fully automated trading
  • High-frequency scalping
  • News trading
🛠️ Troubleshooting

Buttons not responding?

  • Enable visual mode
  • Check panel visibility
  • Restart Strategy Tester

Indicator not loading?

  • Verify indicator name
  • Check .ex5 file exists
  • Ensure color buffer present

Wrong profit calculation?

  • Check MagicNumber setting
  • Enable IncludeZeroMagicDeals if needed
  • Verify StartCalculationFrom date

Protection not working?

  • Set EnableAutoClose = true
  • Set MaxLossFromTopPercent > 0
  • Need minimum $10 profit peak
📊 Panel Information Display

Top Section:

  • Current lot size
  • Position status (LONG/SHORT/FLAT)
  • Open profit (real-time)
  • Closed profit (accumulated)
  • Total profit (combined)

Middle Section:

  • Loss from Top: $ and %
  • Protection status
  • AutoTrade status
  • Trade statistics (B/S/C/R/FC)

Bottom Section:

  • Control buttons
  • Lot adjustment
  • Quick actions

Color Coding:

  • 🟢 Green: Profit/Long position
  • 🔴 Red: Loss/Short position
  • ⚪ White: Flat/Neutral
  • 🟡 Yellow: Warning zone
  • 🟠 Orange: Danger zone
📈 Trading Logic Examples Example 1: Manual Trading

1. EA starts → Panel appears 2. Click BUY → Opens 1.0 lot LONG 3. Profit reaches $500 (peak tracked) 4. Profit drops to $475 (5% drop) 5. Protection triggers → Closes position 6. AutoTrade (if enabled) → Opens new position

Example 2: Quick Reversal

1. Current: SELL 2.0 lots 2. Market reverses 3. Click REVERSE button 4. EA executes: BUY 4.0 lots 5. Result: NET BUY 2.0 lots 6. No gap, instant reversal

Example 3: Fast Close

1. Position: BUY 1.0 lot 2. Indicator: Green candles 3. First red candle appears 4. Counter: 1/2 (needs 2 candles) 5. Second red candle appears 6. Counter: 2/2 → Closes position 7. If ReopenAfterFastClose → Opens SELL

🏆 Why Choose This EA?

Professional Features:

  • ✅ Enterprise-level code
  • ✅ Dual detection system
  • ✅ Transparent calculations
  • ✅ Extensive documentation
  • ✅ Battle-tested logic
  • ✅ Regular updates

User Benefits:

  • Instant visual feedback
  • Intelligent automation
  • Profit protection
  • Complete statistics
  • Easy configuration
  • Reliable execution

Technical Excellence:

  • Clean, organized code
  • Comprehensive error handling
  • Debug tools included
  • Optimized performance
  • Well-commented source
📜 Version History

v12.04 (Current)

  • Hybrid button system
  • Reverse button
  • English translation
  • Enhanced debug
  • Auto marker removal

Previous:

  • v12.03: Quick Trade
  • v12.02: Loss from Top
  • v12.01: AutoTrade
  • v12.00: Initial release
🔐 License
  • One purchase = lifetime updates
  • Unlimited Strategy Tester use
  • Not for redistribution
  • Live version separate license
💎 Summary

ReplayStrategy EA v12.04 transforms Strategy Tester into a professional trading simulator with advanced position management, intelligent protection, and comprehensive statistics. Perfect for testing strategies, learning position management, and perfecting discretionary trading skills.

Features at a glance:

  • Visual control panel with real-time data
  • One-click reversal system
  • Automatic profit protection
  • Smart auto-reopen functionality
  • Heiken Ashi integration
  • Complete profit tracking
  • 100% reliable button system
  • Strategy Tester optimized

Get started today! 🚀

Developed by professional algorithmic traders with extensive MT5 experience.

Support: Contact via MQL5 messaging
Updates: Regular improvements
Documentation: Built-in debug system


おすすめのプロダクト
Pionex Live MT5 Data and History -- APIアドレスを ツール > エキスパートアドバイザー に追加 api.pionex.com ws.pionex.com 手順: シンボルの作成 CreateSymbols = true を選択 MT5ターミナルを再起動 ( 重要! ) マーケットウォッチでシンボルを選択 し、履歴とリアルタイムデータをロード モード: LiveUpdate – チャートにユーティリティを追加し、取引データを取得 History – 過去の履歴データを指定した日付と時間まで埋める 設定: MaxDate – 更新したい履歴の日付を選択 ALL – 指定した日付から履歴を埋める AutoUpdate = true – MT5を再起動するたびに履歴を自動更新
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
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
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
The Accumulation / Distribution is an indicator which was essentially designed to measure underlying supply and demand. It accomplishes this by trying to determine whether traders are actually accumulating (buying) or distributing (selling). This indicator should be more accurate than other default MT5 AD indicator for measuring buy/sell pressure by volume, identifying trend change through divergence and calculating Accumulation/Distribution (A/D) level. Application: - Buy/sell pressure: above
Time and Sales Tick
Pablo Filipe Soares De Almeida
Time & Sales Tick Indicator は、MetaTrader 5チャート上でリアルタイムのティック情報を表示するインジケーターです。 価格、ティック出来高、時刻を視覚的に確認でき、市場の動きを細かく分析することが可能です。 機能 価格、出来高、時間を含むティックデータをチャート上の専用パネルにリアルタイム表示します。 ティックをユーザーが設定した間隔でグループ化し、上昇ティックは緑色、下降ティックは赤色で色分け表示します。 パネルはチャートの4隅の任意の位置に配置でき、サイズや透明度の調整も可能です。 MetaTrader 5のすべてのシンボルおよびタイムフレームで使用可能で、軽量かつ安定した動作を実現しています。 このインジケーターは、スキャルピングや短期分析に特に適しています。
LotSizeCalculator — Risk-Based Trade Panel Place market & pending orders with the exact risk you intend — automatic lot sizing, draggable SL/TP, and live recalculation on every tick. Overview LotSizeCalculator is a lightweight on-chart panel for fast, disciplined order entry. Set your risk once — as a percentage of balance or a fixed money amount — and the panel calculates the correct lot size so that the real loss when your stop-loss is hit equals exactly what you configured, spread and commiss
RENKO PRICE ACTION ATRは、レンコチャートの作成を通じて開発された「エキスパートアドバイザー」であり、各BRICKは、ユーザーが選択した期間のATRによって計算されたサイズを持ちます。 レンコチャートは、マイナーな価格変動を除外するように設計されているため、トレーダーは重要なトレンドに集中しやすくなります。 価格動向の検出効率が高いため、支持と抵抗、および上下の相違を明確に識別して、取引機会をより有効に活用することもできます。 手術 RENKO PRICE ACTION ATRは、どの通貨ペアでも機能します。 RENKO PRICE ACTION ATRは、優れたリアルタイム更新パフォーマンスを備えています。 設定 ATR計算時間枠:ATRの平均を適用し、各BRICKのサイズを計算/再計算するためのRENKO PRICE ACTIONATRのユーザー選択期間。 ATR計算平均化期間:各BRICKのサイズ計算を実行するためのRENKO PRICE ACTIONATRのATR平均化のユーザー選択期間。 ATRサイズのパーセンテージ:各BRICKの形成に使用される計
Heikin Ashi candlesticks are a powerful tool for traders, offering a clear and smooth visualization of market trends. Unlike traditional candlesticks, they filter out market noise, providing a cleaner view of the market's direction and strength, which helps traders make more informed decisions. The Hull Heikin Ashi Smoothed indicator from Minions Labs takes this a step further by integrating the Hull Moving Average for enhanced smoothing and precision. This indicator not only simplifies trend id
Range Volume Hybrid Generator
Trade The Volume Waves Single Member P.C.
1. Introduction Range Volume Hybrid (RVH) is a MetaTrader 5 Expert Advisor that creates custom chart symbols using a unique dual-condition bar formation method. Unlike traditional charts where bars close based on a single criterion (time, range, or volume), RVH bars close only when BOTH a minimum price range AND a minimum volume threshold are met simultaneously.  Download also and install RVH Monito r Indicator - to control the EA from the custom charts (it's Free)  https://www.mql5.com/en/marke
Weis Wave Scouterは、MetaTrader 5向けに開発された革新的なインジケーターであり、WyckoffメソッドとVSA(Volume Spread Analysis)の確立された原則を組み合わせています。精度と深みを求めるトレーダー向けに設計され、累積ボリューム波の分析を通じて市場を戦略的に読み取り、トレンドの反転ポイントや継続ポイントを特定する支援を行います。 Weis Wave Scouterは、クラシック、ナイトビジョン、オーシャンブリーズといったカスタマイズ可能なカラーテーマで、上昇波と下降波を色分けしたヒストグラムで明瞭に表示します。主な機能には、ボリュームピークの検出、低アクティビティゾーン(DeadZone)の識別、およびボリュームベースの波の反転に関するカスタマイズ可能なアラートが含まれます。また、エフォート対リザルト分析、因果関係、需給バランスといったWyckoffおよびVSA理論の基本概念をサポートしています。Brick Size、Volume Scale Factor、Pivot Lookbackといったパラメータで柔軟に調整でき、あらゆるスタ
Flow Architect Lite - Professional Market Structure Toolkit Free Version Features: Core Structure Analysis: Daily VWAP Engine   - Volume-weighted average price for institutional level tracking Standard Deviation Bands (SD1)   - Dynamic support and resistance zones Break of Structure Detection   - Visual markers for market structure shifts Fair Value Gap Identification   - Highlighted imbalance zones on your charts ATR Volatility Context   - Real-time Average True Range measurement Clean Informat
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
CRT Candle Range Theory HTF MT5.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Discounted   Price $50  !!     Secure your lifetime access now before it switches to subscription-only ! Unlock the true power of Smart Money Concepts (SMC) and trade precisely like the institutions with the Ultimate CRT Indicator . Built exclusively for serious traders, this indicator automate
Cumulative Volume Delta MA-X MTF (Gradient Momentum 搭載) このインディケーターは、MetaTrader 5向けにマルチタイムフレーム(MTF)での累積ボリューム・デルタ(CVD)分析を行います。ティックデータまたはリアルボリュームデータを分析することで、買い圧力と売り圧力の純差を計算し、オーダーフローのセンチメントを視覚的に表現します。 ロジックと機能 このインディケーターは、数学的なアプローチを用いてボリューム分析を行います: データソース : 取引所銘柄のリアルボリューム(Real Volume) と、FX/CFD向けの OHLCウィック・プロキシ(OHLC Wick Proxy)計算の両方をサポートしています。 グラデーションシステム : 4色の移動平均線がトレンドの段階を識別します: ディープスカイブルー(DeepSkyBlue) : 数値が正で、上昇中。 オレンジ(Orange) : 数値が正で、下落中。 マゼンタ(Magenta) : 数値が負で、下落中。 パープル(Purple) : 数値が負で、上昇中。 5レイヤー
ドンチャン時間同期アナライザーは、 従来のドンチャンチャネル分析に強力な マルチタイムフレーム 分析機能を追加し、トレーダーは5つの異なるチャート期間にわたって トレンドの強さ と潜在的な 反転シグナル を同時に監視できます。この高度なインジケーターは、選択したタイムフレームにおける最高値と最低値を算出し、複数のタイムホライズンにおけるトレンドの方向の収束を特定するのに役立つ 明確な視覚的シグナル を生成します。分単位から時間単位までの統合分析を提供することで、単一タイムフレームツールよりも深い市場洞察を提供し、トレーダーが 重要なブレイクアウトを確認し 、タイムフレーム確認を通じて 偽シグナルを回避するのに 役立ちます。 コア機能 この洗練されたツールは、実績のある ドンチャンチャネル戦略を 複数の時間枠に同時に適用し、同期したシグナルをプロットすることで、短期的な価格変動が長期的なトレンドと一致しているかどうかを明らかにします。システムは、選択した時間枠において、価格が重要なサポートレベルまたはレジスタンスレベルを突破すると、別のインジケーターウィンドウに色分けされた矢印を生成し
TradePad
Ruslan Khasanov
5 (1)
TradePad は、手動取引とアルゴリズム取引の両方に使用できるツールです。複数の取引商品での迅速な取引操作とポジション管理のためのシンプルなソリューションを提供します。 注意: アプリケーションは戦略テスターでは動作しません。 デモアカウント用のアプリケーションの試用版とすべてのツールの説明 アプリケーション インターフェイスは高解像度のモニターに適応しており、シンプルで直感的です。快適な作業のために、トレーダーには次のツール セットが提供されます: 取引操作の管理、メイン チャートの期間の切り替え、TradePad 商品の切り替えを行うホット キー マネージャー。 ポジションを開くときや保留中の注文を設定するときに、ドローダウンのリスクを評価し、潜在的な利益を計算するために取引レベルをマークするツール。 複数の取引シンボルを視覚的に監視し、アルゴリズム取引の取引シグナルを受信するための MultiCharts ツール。利便性のために、取引ペアのセットを整理できます。これにより、複数の時間枠で価格を監視し、複数の通貨取引を行うことができます。 履歴の任意の期間の取引統計を表示するた
Wapv Price and volume
Eduardo Da Costa Custodio Santos
MT5のWAPV価格と出来高インジケーターは、(Wyckoff Academy Wave Market)および(Wyckoff Academy Price and Volume)ツールセットの一部です。 MT5のWAPV価格および出来高インジケーターは、チャート上の出来高の動きを直感的な方法で簡単に視覚化できるように作成されました。 それを使用すると、ピークボリュームの瞬間と市場が専門家の関心を持たない瞬間を観察することができます 「スマートマネー」の動きではなく、慣性によって市場が動いている瞬間を特定します。 ユーザーが変更できる4色で構成されています。 赤=オファーの増加 緑=需要の増加 灰色のキャンドル=需要と供給の減少 青=スマートマネー演技 上方向への動きは強さを示します。 下向きの動き弱さを示します。 価格の方向に関係なく、最強のボリュームが上がる必要があります。 R.Wyckoffの理論に基づいて作成されたインジケーター
Inverted_Chart_EA Utility Expert Advisor Inverted_Chart_EA creates and maintains a mirror-inverted chart of any symbol and timeframe. It automatically generates a custom instrument (e.g. US30_INV ) and keeps its price history updated in real time, with bars mirrored around a chosen pivot. This utility gives traders a new way to analyze the market from a different perspective by flipping the chart upside down. Why use an inverted chart? Highlight hidden patterns – price formations that look ordin
WickAndBody Volume Flow v5.2 Order Flow Analysis through Candle Segmentation The WickAndBody Volume Flow is an advanced diagnostic tool for MetaTrader that allows traders to "see" inside every Japanese candlestick. Unlike conventional volume indicators, this algorithm utilizes Multi-Timeframe (MTF) technology to break down real volume and determine exactly how much capital was traded in the wicks versus the candle body . Key Features Volume Detection: Uses lower timeframe data (M1/M5) to reconst
FREE
サポート線と抵抗線のプロットにうんざりしていませんか? サポートレジスタンス は、非常に興味深いひねりを加えてチャート内のサポートとレジスタンスラインを自動検出およびプロットするマルチタイムフレームインジケーターです。価格レベルは時間とともにテストされ、その重要性が高まるにつれて、ラインは太くなり、暗くなります。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 一晩でテクニカル分析を強化 チャートを閲覧せずに重要な価格レベルを検出 一目ですべての価格レベルの相対的な強さを認識する すべての取引で最大30時間のプロットラインを節約 インジケーターは、すべての価格レベルの年齢を表示します インジケーターは再描画されていません 過去および現在の価格レベルは近接によって崩壊し、現在の市場行動に合わせて調整されます。動作は、必ずしもピークではない場所に線が引かれます。 価格レベルは、時間とともに拒否されるにつれて、より暗く、より広くなります ノイズを避けるために、重要でない価格レベルは定期的にクリアされます カスタマイズ可能な時間枠の
Haven Fibonacci Volume Profiles — あなたの自動マーケットレンジアナリスト Haven Fibonacci Volume Profiles をご紹介します。これは、市場分析を次のレベルに引き上げる強力なツールです。このインジケーターは、重要なピボットポイントに基づいて構築された主要な価格レンジを自動的に特定し、それぞれに詳細な出来高プロファイルとフィボナッチレベルを重ねて表示します。これにより、トレーダーは流動性がどこに集中しているか、そして真のサポートレベルとレジスタンスレベルがどこにあるかを即座に確認できます。 その他の製品 -> こちら . どのレンジが関連性があるかを推測するのはやめましょう。インジケーターがすべての複雑な作業を代行し、過去と現在の価格レンジの両方を表示することで、市場の状況を完全に理解することができます。 インジケーターの主な機能 自動レンジ検出: インジケーターは重要な高値と安値(ピボット)を自動的に見つけ、それらの間に価格レンジを構築します。 詳細な出来高プロファイル: 各レンジに対して出来高プロファイルが計算・表示され、取
SCALPER INDICATOR MT5 (IntraScalper)   IntraScalper Indicator Free Version is a simple and lightweight trading indicator designed for intraday traders who want clear visual signals and clean chart analysis.  This free version introduces traders to the core logic of the IntraScalper system using a single internal strategy. The indicator highlights potential buy and sell opportunities directly on the chart while keeping the interface simple and easy to read. It is ideal for traders who want quick
FREE
CoPilot — デイリートレーディングダッシュボード 数字を把握し、明確にトレードする。 MT4バージョン CoPilotとは? CoPilotは プロフェッショナルグレード のトレーディングアシスタントで、毎日のパフォーマンス統計を リアルタイム でチャートに直接表示します—— ライブエクイティカーブ はトレードごとに更新されます。チャートを離れずにセッションを即座に把握したいアクティブトレーダー向けに設計されており、CoPilotは すべてのシンボルのその日のクローズド取引 を集計し、シンプルでカラーコード化されたインタラクティブパネルに表示します。 ターミナルの履歴タブに切り替える必要はもうありません。手計算も不要です。CoPilotはあなたの 副操縦士 として常に監視し、常に計算し、常に目の前に表示します。 リアルタイム統計パネル CoPilotは3つのセクションに整理された完全な日次パフォーマンス指標を表示します: アクティビティ — 本日の総取引数、クローズド取引、オープンポジション、勝敗数、 勝率 (%) 、ブレークイーブン取引。勝率の色は動的に変化:50%超で緑、5
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
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
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
Crypto_Forex MT5用インジケーター「 WPR with 2 Moving Averages 」(リペイント機能なし) - WPR自体はスキャルピングに最適なオシレーターの1つです。 - 「WPR and 2 Moving Averages」インジケーターを使用すると、WPRオシレーターの高速移動平均線と低速移動平均線を確認できます。 - このインジケーターを使用すると、価格調整を早期に把握できます。 - このインジケーターはパラメータで簡単に設定でき、どの時間枠でも使用できます。 - 買いと売りのエントリー条件は画像で確認できます。 - WPR MA クロスの PC およびモバイル アラート付き。 買いシグナルの条件例: (1) - 高速MAが低速MAを下向きにクロスし、WPR値が-50を下回っている場合:買いトレードを開きます。 (2) - WPR値が-20を超える買われすぎゾーンに入ったら:買いトレードを終了します。 売りシグナルの条件例: (1) - 高速MAが低速MAを下向きにクロスし、WPR値が-50を超えている場合:売りトレードを開きます。 (2) WP
WPRV2 指標の詳細説明 WPRV2は、ウィリアムズ・パーセントレンジ(%R)という古典的なテクニカル分析ツールをベースにした強化版です。この指標は、株式取引所やフォレックス、暗号通貨プラットフォームなどのファイナンスマーケットで利用されており、市場動向の分析や取引ポイントの把握に役立ちます。 指標の目的 WPRV2の主たる目的は、現在価格が最近の高値と安値に対してどの程度近づいているかを測定することです。これによってトレーダーは以下のような情報を獲得できます。 現在の価格は歴史的高値に近いのか? または歴史的安値に近付きつつあるのか? これらの情報から、市場の変動や既存の傾向継続性を素早く察知し、適切な判断を下すことが可能になります。 WPRV2指標の特徴 1. グラフィカル表現 WPRV2はメイン資産チャートから別枠で表示され、次の2本の線で構成されています。 メインライン( WPR ):指定された期間内の%R値の変化を表します。 追加赤ライン( Current ):現在値と一つ前のデータポイントだけを描画し、移動方向を視覚的に追跡します。 2. 横軸レベルと通知機能 ユーザー
HAS RSI Signal — SL/TP自動計算機能付き プロフェッショナル・トレンドインジケーター HAS RSI Signal は、信頼性の高いクラシックな手法と最新のノイズ除去アルゴリズムを融合させた強力なトレーディングツールです。 平均足スムーズド(Heiken Ashi Smoothed) と RSI を組み合わせることで、トレンドの転換点や買われすぎ・売られすぎ圏からの脱出タイミングを正確に捉え、明確なエントリーシグナルを提示します。 主な特徴: 二重のフィルタリング: 平均足スムーズドで市場の「ノイズ」を除去し、RSIで勢い(モメンタム)の強さを確認します。 損切り・利確ラインの自動計算: 単にシグナルを出すだけでなく、ボラティリティ( ATR )に基づいた最適なストップロス(SL) と テイクプロフィット(TP)を自動で算出します。 視覚的な分かりやすさ: シグナルはチャート上にカラーキャンドルとして表示されるため、一目でトレンドを把握でき、取引画面をスッキリと保てます。 充実の通知機能: アラート、音声、スマートフォンへのプッシュ通知機能を搭載。チャンスを逃すこと
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (142)
Local Trade Copier EA MT5 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT5 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT5 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT5 >> ファイル >> データ フォルダを開く >> MQL5 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
TradePanel MT5
Alfiya Fazylova
4.88 (162)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
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 チャンネルを含む、購読しているあらゆるチャンネル、グループ、トピックを読み取ることができます。シグナルを検出すると、それを解析し
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.94 (34)
MetaTrader 5 用のプロフェッショナル取引コピー機 MetaTrader 向けの高速・高性能・信頼性の高い 取引コピー機 です。 COPYLOT は、MT4 と MT5 のターミナル間で Forex 取引をコピーでき、 Hedge 口座と Netting 口座の両方に対応しています。 COPYLOT MT5 版の対応構成: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版 完全な説明 + DEMO + PDF 購入方法 インストール方法 ログファイルの取得方法 テストと最適化の方法 Expforex のすべての製品 MT4 ターミナルへのコピーも可能です(MT4 → MT4、MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT は、2台、3台、さらには10台のターミナル間で同時に動作できる、プロフェッ
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
Trade copier MT5
Alfiya Fazylova
4.59 (49)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
EASY Insight AIO – スマートで手間いらずな取引のオールインワンソリューション 概要 数秒で市場全体——FX、ゴールド、暗号資産、指数、さらには株式まで——を、手作業のチャート確認や複雑なセットアップ・インジケーター導入なしにスキャンできたらどうでしょうか? EASY Insight AIO はAIトレードのための究極のプラグ&プレイ型エクスポートツールです。市場全体のスナップショットを、クリーンなCSVファイルで一括出力。ChatGPT、Claude、Gemini、Perplexityなど、さまざまなAIプラットフォームで即座に解析できます。 ウィンドウの切り替えやグラフのごちゃごちゃしたオーバーレイはもう不要。自動エクスポートされる純粋で構造化されたインサイトだけで、無駄なチャート監視に悩まされず、スマートなデータ主導の判断に集中できます。 なぜEASY Insight AIOなのか? 本当のオールインワン • セットアップ不要、インジケーターのインストール不要、チャートへのオーバーレイ不要。インストールして起動し、エクスポートするだけです。 マルチアセット対
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、チャート上でドラッグして組み立て、発注後も動かせるプラン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブ
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Free Demo: Seconds Chart v2.29 Demo.ex5 無料デモをダウンロードしてご自身でお確かめください: 完全機能版 - すべての機能が利用可能 24時間テスト - 精度と利便性を評価するのに十分な時間 デモ口座のみ - ほとんどのブローカーで簡単に開設可能 GBPCADチャートのみ - ほとんどの端末で利用可能 これらの制限はデモ版のみに適用されます。製品版は、あらゆる口座タイプ(リアル、デモ、コンテス
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 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
動作デモ版ダウンロード Copy Cat More (コピーキャット・モア) MT5 トレードコピー (Trade Copier) は、ローカルのトレードコピーであり、今日のトレード課題のために設計された完全なリスク管理・執行フレームワークです。プロップファーム (prop firm) のチャレンジから個人のポートフォリオ管理まで、堅牢な執行、資金保護、柔軟な設定、高度なトレード処理の組み合わせによって、あらゆる状況に適応します。 このコピーは、マスター (Master、送信側) とスレーブ (Slave、受信側) の両モードで動作し、成行注文・指値注文、トレードの変更、部分決済、両建て決済 (Close By) 操作をリアルタイムで同期します。デモ口座と実口座、トレード用ログインと投資家ログインの両方に対応し、永続的トレードメモリ (Persistent Trade Memory) システムにより、EA・端末・VPS が再起動しても復旧を保証します。一意の ID により複数のマスターとスレーブを同時に管理でき、ブローカー間の差異は接頭辞/接尾辞の調整やカスタムシンボルマッピングに
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
EA Performance Tracker (AESTracker) A clean, modern dashboard that shows exactly how your trades and EAs are performing — right on your chart. It reads your full account history automatically and breaks down the numbers by magic number / strategy. Display only — it does not place any trades. What it shows - Account header: live Balance, Equity, and Open (floating) P/L - Profit summary: gross profit, net profit, and the exact commission & swap deducted - Key stats: win rate, profit factor, exp
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams
================================================================================ 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
MetaTrader 5 用トレーディングパネル — チャートとキーボードから行うプロフェッショナルなワンクリック取引 アクティブトレーダーのために設計された高機能 Trading Panel。標準の MetaTrader 操作よりも、はるかに速く、直感的に、そして効率的に取引を実行できます。 本パネルは、ポジション管理、未決注文管理、利益コントロール、執行スピードをひとつのプロフェッショナルなワークスペースに集約した実践的なソリューションです。 これは単なる補助ツールではありません。MetaTrader 5 のための本格的な trading cockpit です。チャートから直接操作し、キーボードで素早くコマンドを実行し、自動計算や視覚的なガイドを活用することで、手動トレードをより速く、より明確に、より快適にします。 このパネルを使えば、チャート上からワンクリックで注文を実行でき、標準の MetaTrader コントロールと比べて最大 30 倍速く取引操作を行うことができます。 新しいプレミアム版が利用可能です: VirtualTradePad PRO SE で取引ワークフローを強
DrawDown Limiter
Haidar Lionel Haj Ali
5 (20)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
Timeless Charts
Samuel Manoel De Souza
5 (7)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
Chart Copilot
George Angelo Boutselis
Chart Copilot は、トレーダーがより迅速に取引を行い、保有ポジションを管理し、チャートから直接あらゆる種類のアラートを設定できるよう設計されたトレーディングアシスタントです。これらの機能はすべて、グラフィカルパネルと対話型チャットボットの両方からアクセスできます。 追加資料とセットアップ手順: トライアル版  - セットアップ手順 チャットボット Chart Copilotは、大規模な言語モデルを実行する専用サーバーを備えています。そのため、独自のAPIキーを作成する必要はなく、インストール後すぐにチャットボットと対話できます。 Chart Copilotは、皆さんがよくご存知の一般的なチャットボットとは異なり、取引に関連する操作を直接実行できます。例えば、次のような質問をすることができます。 現在のチャートのボラティリティに影響を与えるニュースイベントの30分前にリマインダーを設定してください。 過去の取引履歴を確認し、改善点を教えてください。 チャート上のサポートラインとレジスタンスラインを検索し、価格がそれらを突破した際にアラートを設定してください。 昨日のレンジの高
UTM Manager は、迅速かつ効率的な取引執行を提供する直感的で使いやすいツールです。際立った機能の 1 つは、「スプレッドを無視」モードです。これにより、スプレッドを完全に無視して、ローソク足の価格で取引できるようになります (たとえば、LTF でより高いスプレッドのペアを取引でき、スプレッドによって取引から除外されるのを回避できます)。 UTM Manager のもう 1 つの重要な側面は、独自のローカル取引コピー機であり、各ブローカーで異なる取引戦略と設定 (たとえば、さまざまな TP、BE、およびリスク ルール) を柔軟に実行できます。 取引執行: 迅速かつ効率的な取引執行: チャート上のエントリー価格とストップロス価格をクリックして簡単に取引を入力するか、ワンクリックの固定ストップロスサイズ機能を使用します。 自動ロットサイズ計算: ロットは事前定義されたリスク設定に基づいて計算され、ドラッグによってポジションが変更されると再計算されます。 1 つまたは複数のポジションを同時に処理できる能力。 利益確定と損益分岐点: 柔軟なテイクプロフィット設定: 特定のリスク対報酬
フィルタ:
レビューなし
レビューに返信