Quick Panel Pro Hedging

観察。このコンサルタントはヘッジ口座のみを対象としています。メタトレーダー4のバージョン  Quick Panel Pro

特徴

  • バッチの計算はすばやく簡単です。停止線を移動すると、計算はすぐに行われます。
  • ほとんどの業務操作は、これらのパネルのボタンをクリックするだけですぐに完了できます。
  • 緑色のボタンをクリックするだけで、パネルをすばやく切り替えることができます。
  • マウスをクリックしてストップロスとテイクプロフィットを素早く変更します(バックテストには使用できません)
  • 黄色の背景のパネルに平均価格を表示し、平均価格の線を描きます。   ここをクリック
コントロールパネル

ダッシュボードは 2 つの列で構成されます。左の列は売りに関するもの、右の列は買いに関するものです。

  • 売り: 売り注文をオープンします。
  • 最初: 最初の売り注文を閉じます。 1つ目は営業時間についてです。
  • 最後に: 最後の売り注文を閉じます。最後のは営業時間についてです。
  • all+: 利益を伴ってポジションを閉じるための売り注文。
  • all-: 損失で売り注文をクローズします。
  • max+: 最大の利益で売り注文をクローズします。
  • max-: 最大損失で売り注文をクローズします。
  • min+: 最小利益で売り注文をクローズします。
  • min-: 最小限の損失で売り注文をクローズします。
  • すべて: すべての売り注文をクローズします。
  • 購入: 注文書を開きます。
  • 最初: 最初の注文書を閉じます。 1つ目は営業時間についてです。
  • 最後に: 最後の注文書を閉じます。最後のは営業時間についてです。
  • all+: 利益を伴って買い注文をクローズします。
  • all-: 損失を伴うポジションを閉じるための買い注文。
  • max+: 最大の利益で注文をクローズします。
  • max-: 最大損失で注文をクローズします。
  • min+: 最小利益で注文をクローズします。
  • min-: 損失を最小限に抑えて注文をクローズします。
  • すべて: すべての発注書を閉じます。


入る
  • マジック ナンバー: この EA によってオープンされた注文のマジック ナンバー。
  • 最大発注数量: 最大発注数量。 0 の場合、制限はありません。
  • 最大販売注文数量: 最大販売注文数量。 0 の場合、制限はありません。
  • リスクリワード比率 1: 利食いとストップロスの間の最初の比率。ゼロに設定すると、EA は注文をオープンしません。
  • リスクリワードインデックス 2 – テイクプロフィットとストップロスの 2 番目のインデックス。  ゼロに設定すると、EA は注文をオープンしません。
  • リスクリワードインデックス 3: 利益確定と損切りを行うための 3 番目のインデックス。ゼロに設定すると、EA は注文をオープンしません。
  • バッチ モード: これは 3 つのオプションの入力です。オプションは、Fixed_Lots、Risk_Money、または Risk_Percentage です。
  • 固定ロットサイズ: LotsModeとしてFixed_Lotsを選択すると、EAは取引に固定ロットサイズを使用します。
  • リスク キャピタル: LotsMode として Risk_Money を選択した場合、EA はリスク キャピタル値に基づいてロット サイズを計算します。 RiskMoney は、注文によって失われる可能性のある金額を指します。
  • リスクパーセント: LotsMode として Risk_Percent を選択すると、EA はロットサイズを利用可能なマージンのパーセンテージとして計算します。

損益分岐点設定: BreakevenLevelPips>0 および BreakevenPlusPips >=0。そうしないと損益分岐点が機能しません

  • 損益分岐点 (ポイント): 損益分岐点機能が有効になるゲイン (ポイント)。
  • 損益分岐点プラス: 損益分岐点にストップロスとしてこのエントリを加えたものです。

トレーリングストップロス設定: TrailStopLevelPips>0 および TrailStopPips>0;そうしないとストップロスが機能しません

  • トレーリングストップレベル (ポイント単位): トレーリングストップ機能を有効にした場合の利益 (ポイント単位)
  • トレーリングストップ(ポイント):ストップロス(ポイント)から市場価格までの距離。
パネル構成:
  • ShiftX パネル: 右下隅の水平スペース。
  • ShiftY パネル: 右下隅からの垂直距離。
  • ボタン サイズ – ボタンの高さを設定します。幅は高さの 3 倍です。
  • ボタンのフォント サイズ – ボタンのフォント サイズを設定します。
  • 一般スケール: パネル全体をスケールします。
停止線の設定
  • 線幅: StopLine の線幅。
  • 線の色: 停止線の色。
  • バッチ ラベルのフォント サイズ: バッチ ラベルのフォント サイズ。
  • バッチ ラベルの色: バッチ ラベルのテキストの色。

バッチ計算

ロットサイズは、リスクキャピタル、ストップロス(pips単位)、pip値によって決まります。

リスク資本とは、注文によって失われる可能性のある金額です。

ストップロスはストップロスラインと市場価格の間の距離です。

LotMode として Risk_Money を選択し、Risk_Money を $50、Risk Capital を 50 に設定し、StopLine を EURUSD チャートの市場価格から 100 ピップスの位置に移動したとします。 EURUSD の pip 値は 10 であるため、ロットサイズは次のように計算されます。

  • バッチサイズ = 50/(100*10) = 0.05。

この場合、注文あたりの損失は 50 ドルで、比較的固定されています。

なぜ完全に修正されないのでしょうか?これは、クロスレートには EURGBP、EURAUD、AUDNZD のような固定小数点値がないためです。

Risk_Percent を選択し、RiskPercent を 3 に設定した場合、アカウント残高が 1,000 ドルであると仮定すると、計算は次のようになります。

  • ベンチャーキャピタル=1000*3%=30
  • バッチサイズ = 30/(100*10) = 0.03。

この場合、注文ごとの損失は固定されておらず、割合と残高によって異なります。





おすすめのプロダクト
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
Close All Pro MT5 – Fast PnL Control is a powerful trade manager MT5 utility that gives you total control over your trades. With a single click, you can close all MT5 orders, monitor real-time profit and loss, and manage your floating PnL directly from a clean on-chart panel. The tool is lightweight, responsive, and built to help traders save time, reduce emotional stress, and maintain focus. Whether you trade manually or through an EA, this MT5 profit panel provides the visibility and precisio
Sonic R Pro Enhanced EA - バージョン 2025 249ドル - 最初の5名様限定! ライブシグナル Sonic R Pro Enhancedのライブパフォーマンスを確認: トレード戦略 Sonic R Pro Enhancedは、Dragon Band (EMA 34とEMA 89) を基にした自動トレード戦略の改良版であり、先進的なアルゴリズムを搭載しています。 タイムフレーム: M15, M30 対応通貨ペア: XAUUSD, BTCUSD, AUDJPY, USDJPY トレードスタイル: スイングトレード - リトレースメント & 逆張り 最低資金: 500 USD レバレッジ: 1:200 以上 ユーザーガイド Sonic R Pro Enhancedはシンプルさを追求しています。設定するのは1つのパラメータ: RiskAmount のみです。 RiskAmount < 0 の場合:口座残高のパーセンテージでリスクを計算 RiskAmount > 0 の場合:1回のトレードあたりの固定リスク金額 (USD) 例: RiskA
Gecko EA MT5
Profalgo Limited
5 (1)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent support and resistance levels and will trade the breakouts.  This is a "real" trading system, which means it will use a SL to protect the account.  It also means it will not use any dangerous techniques like martingale, grid or averaging down. The EA shows its
価格でTPとSLを設定 – MT5用自動オーダーモディファイア すべての取引で正確なTPおよびSL価格を自動設定 ️ すべての通貨ペアとEAに対応、シンボルまたはマジックナンバーでフィルタリング可能 このエキスパートアドバイザーは、直接の価格値(例:EURUSDの1.12345)を使用して、取引に正確なテイクプロフィット(TP)とストップロス(SL)レベルを設定および適用します。ポイントもピップスも不要。すべての注文またはシンボル・マジックナンバー別に、シンプルで正確なトレード管理を実現します。 主な機能: 価格を指定して即座にTPおよびSLを変更 すべての注文、現在のシンボル、または特定のマジックナンバーに適用 ️ 0を入力してTPまたはSLを削除 任意のチャートにアタッチすると完全自動で動作 すべての取引商品に対応 おすすめ対象: 素早くTP/SLをコントロールしたい手動トレーダー デフォルトの終了ロジックを上書きしたいEAユーザー 複数のポジションを管理するトレーダー 質問や機能のアイデアはありますか?
It is is your personal risk guard. Drop it on any chart on your VPS or trading computer and it will guard your total risk in any pair or asset and make sure the sum of all stops is within your risk. If you happened to exceed the risk, in a split second this EA will calculate the exact position for the combined risk of all open positions and place all stops at the exact same spot. If you open a new position with another lot size . No problem, all stoplosses will automatically adjust. Tired of man
FREE
BTC Master Pro
Farzad Saadatinia
4.58 (12)
BTC Master Pro — 規律あるビットコイントレードのための信頼できるパートナー。 最新バージョンでは OpenAI の人工知能 を統合し、高ボラティリティな暗号資産市場において、より高度な執行判断と取引フィルタリングを実現します。 本プロフェッショナル向けエキスパートアドバイザーは、 MetaTrader 5 上での Bitcoin(BTCUSD) 取引専用に設計されており、構造化された執行ロジック、エクスポージャー管理、そして高度なリスクマネジメントに重点を置いています。 価格: $499  →  次段階: $699  →  最終価格: $999 LIVE SIGNAL HERE OpenAI搭載・執行フィルター 最新バージョンでは OpenAI 技術を活用し、リアルタイムで市場環境を分析し、質の低いエントリーや不利なセットアップをフィルタリングします。 AIセーフティレイヤー: AIモジュールは取引実行前の第二承認レイヤーとして機能します。これは予測ツールではなく、あくまで執行フィルターとして設計されています。すべての取引は構造化ロジックとインテリジェントな検証プ
SolarTrade Suite 金融ロボット: LaunchPad Market Expert - 取引を開始するために設計されています! これは、革新的で高度なアルゴリズムを使用して値を計算する取引ロボットであり、金融​​市場の世界でのアシスタントです。 SolarTrade Suite シリーズのインジケーター セットを使用して、このロボットを起動するタイミングをより適切に選択してください。 説明の下部にある SolarTrade Suite シリーズの他の製品をご覧ください。 投資と金融市場の世界を自信を持ってナビゲートしたいですか? SolarTrade Suite 金融ロボット: LaunchPad Market Expert は、情報に基づいた投資決定を行い、利益を増やすのに役立つ革新的なソフトウェアです。 SolarTrade Suite 金融ロボット: LaunchPad Market Expert の利点: - 正確な計算: 当社のロボットは、高度なアルゴリズムと分析方法を使用して、市場の動きを正確に予測します。 資産を売買するのに最適なタイミングを
SCALPING GOLD DIGGER EA Intelligent Gold Trading Robot for XAUUSD Free Demo Version =  https://c.mql5.com/6/1020/GoldDigger_DEMO92.zip Trade Gold with Confidence SCALPING GOLD DIGGER EA is an advanced Expert Advisor designed exclusively for XAUUSD (Gold) traders. Combining intelligent market analysis with adaptive trade management, it automatically identifies high-quality trading opportunities while maintaining strict risk control. Built for both beginners and experienced traders, SCALPING GOL
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (7)
マトリックスアローEAMT4 は、 マトリックスアローインジケーターのMT5 シグナルをチャート上のトレードパネルと手動または100%自動でトレードできるユニークなエキスパートアドバイザーです。 マトリックスアローインジケーターMT5 は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。平均方向移動指数(ADX ) 、 商品チャネルインデックス(CCI) 、 クラシック平研アシキャンドル 、 移動平均 、 移動平均収束発散(MACD) 、 相対活力指数(RVI) 、 相対力指数(RSI) 、 放物線SAR 、 ストキャスティクス 、 ウィリアムズのパーセント範囲 。 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。   Matrix Arrow EA MT5 を使用すると、チャートのトレードパネルから直接、または100%アルゴリ
Crash300 Pro Trader は、トレンド判定、RSIフィルタリング、リカバリー(回復)ベースの取引管理を組み合わせて設計された、完全自動のエキスパートアドバイザー(EA)です。 このEAは、日足(D1)時間足の Parabolic SAR を使用して市場の方向を判断し、トレンド方向にのみ取引を行います。エントリー精度を向上させるためにRSIフィルターを使用し、買われすぎ・売られすぎの偽シグナルを回避します。 組み込みのリカバリーシステムは、損失ポジションを管理するために使用され、損失が設定レベルに達した場合に同じ方向へ追加取引を行います。これにより、トレンド相場における含み損の回復を支援します。 また、利益目標に到達すると自動的にポジションを決済するテイクプロフィット機能も搭載されています。 主な機能: - 完全自動トレードシステム - Parabolic SAR(D1)によるトレンド判定 - RSIによるエントリーフィルター - ドローダウン時のリカバリーシステム - 自動利益確定機能 - Crash 300 インデックス専用 このEAは、リスク管理を重視しな
Smart Grid Navigatorは、インテリジェントなエントリーフィルタリングシステムを備えたマルチレベルグリッド戦略を使用するプロフェッショナルなトレーディングエキスパートアドバイザーです。このプログラムは、テクニカル指標の分析と市場状況に基づいてポジションを自動的に管理します。 このアドバイザーは最適化された設定が付属しており、インストール後すぐに使用できます。チャートで起動してテストを開始できます。すべてのパラメータには安全なデフォルト値があり、お客様のトレーディングスタイルとリスクレベルに合わせて調整できます。 主な機能 自動トレーディング 完全自動化されたポジションのオープンとクローズシステム 24時間年中無休または選択した取引時間帯に動作 トレーダーの常時監視不要 インテリジェントなエントリーフィルタリング マルチレベル市場分析システム テクニカル指標による偽シグナルのフィルタリング 様々な市場状況への適応 柔軟なリスク管理 マーチンゲールを無効にできる段階的なポジションサイジング バスケット利益管理 設定可能なストップロスとテイクプロフィットレベル 時間制御 特定
Level EA – Intelligent Price Level Trading for MetaTrader 5    This is a product that comes after 6 years of developing, testing and upgrading. Now most at Optimum Levels with a running signal.  Level EA is a professional-grade Expert Advisor (EA) for MetaTrader 5, designed to identify and trade high-probability market levels using an embedded proprietary level detection engine. Unlike conventional EAs that rely on external custom indicators, Level EA performs all calculations internally, makin
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
DeepTrade SMC EA
Yasir Mohammed Sachit Sachit
DeepTrade SMC EA is a fully automated Smart Money Concepts expert advisor. Instead of blindly firing on every signal — the reason most SMC robots fail — it uses a weighted VOTING ENGINE. Each concept adds points toward a Buy or Sell case, and a trade is taken only when the combined score clears your minimum threshold. You control how strict it is.   100% SELF-CONTAINED: all detection logic (Order Blocks, Fair Value Gaps, BOS, CHoCH, swing structure) is built INSIDE the EA. You do NOT need any i
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
It is a utility that posts customized messages on Telegram based on account trading activity. Once the utility is on the chart, with each new position opened from the same chart symbol the utility is added, a customized message will be sent to the Telegram group defined in the input parameters. The utility will post to the Telegram group if a new position is opened and if it is the same symbol as the chart the utility is running on. If you are using an Expert Advisor for Buy and Sell and want to
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
Project Maximum Heat is a unique fully automated system designed to operate on 28 currency pairs and 5 timeframes: M5, M15, M30, H1, H4. The strategy is based on numerous strategies such as working on a sideways trend, downtrend, uptrend, breakout of triangular trends and others. To calculate the required combinations, such indicators are used as: Moving Average, MACD, Standard Deviation, Commodity Channel Index, RSI, Momentum, Bollinger Bands. The EA uses a hidden one: stop loss, take profit, b
RSI Master PRO – Professional Expert Advisor for MetaTrader 5 Overview: RSI Master PRO is an Expert Advisor (EA) developed for MT5, designed to trade automatically in the financial markets using the Relative Strength Index (RSI) as its core decision-making engine. Its modular design and fully customizable parameters make it a powerful and flexible tool for traders who base their strategy on this momentum indicator. ️ Key Technical Features: • RSI-Based Logic: Uses RSI readings to generate
Pro Experience Only 4 copies available for $99.00. Next price 199 USD ECN Pro Experience is a scalping strategy based on breaking through strong price levels. One of the oldest and most reliable strategies with the author's modernization for the current market. The strategy does not require any optimizations. We installed it on the chart according to the recommendation and enjoy trading!!! Advantages of ECN Pro Experience: - optimal SL/TP ratio - low SL, which makes the system as safe as possi
SonicTradeCopier: (Best for scalping) Easy Fast Reliable trade copier. Copy trades from one terminal to an other (internet copy feature coming soon.) MT4 to MT4. MT4 to MT5. MT5 to MT5. MT5 to MT4. MT4/MT5 to any other platform copy possibility for custom made solutions. Reverse trading. Advance filters for traders. Features: (Setting up copying policies) Sender only has to setup  signal name and start sending signals [ You must start signal sender first always ]. Receiver sets up  signal nam
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Dark Gold MT5
Marco Solito
4.52 (98)
Dark Gold  is a fully automatic Expert Advisor for  Scalping   Trading on Gold , Bitcoin , Eurusd and Gbpusd. This Expert Advisor needs attention, in fact presents highly customizable. Dark Gold is based on   Dark Support Resistance mt5  indicator   (owning it is not necessary) , these Trades can be manage with some strategies. If you   Buy this Expert   Advisor you can   write a feedback   at market and   get Dark Support Resistance indicator for Free , for More info contact me The basic strate
XAUUSD H1 Gold Auto Trader – 5 Years Proven Performance (2021 to 2026 ) Fully Automated Gold Trading for MetaTrader 5 XAUUSD H1 Gold Auto Trader is a powerful and intelligent Expert Advisor designed specifically for XAUUSD (Gold) on the H1 timeframe. Built for precision, stability, and consistency, this EA uses a structured strategy combined with a static trailing stop system to protect profits and manage risk effectively. Whether you are a beginner or an experienced trader, this robot provides
This EA works best on EURUSD pair in M15 time frame . EA is equiped with very low drawdown to return ratio settings . For any additional quaries telegram contact is given . telegram link : https://t.me/Ari_407 .  To properly test the EA in mt5 strategy tester select deposit balance 10000 and M15 timeframe and select EURUSD pair and run the backtest from 01/01/2022 to current date. Lot size may be configured depending upon user needs. Other settings are not to be changed . 
Telegram Messenger Signal
Rene Thristan Ferreira Da Silva
Monitor de Operações em Tempo Real + Integração com Telegram (MT5) Transforme sua conta MetaTrader 5 em um sistema automatizado de monitoramento e envio de operações diretamente para o Telegram. Este Expert Advisor NÃO abre operações. Ele funciona exclusivamente como um monitor inteligente, detectando automaticamente qualquer nova operação aberta na conta e enviando os dados em tempo real para um grupo ou canal no Telegram. ️ O QUE O SISTEMA FAZ • Detecta automaticamente qualquer operação ab
Barak Mega EA
Jorge Jovanny Hernandez Maldonado
BARAK MEGA EA  is a fully automated trading Expert Advisor designed for traders who demand total control, strategic flexibility, and advanced risk management within a single system. This EA functions as a true strategy builder , allowing you to combine multiple technical indicators and custom rules to adapt to any market, asset, or timeframe. Unlike traditional robots with fixed logic, BARAK MEGA EA features a modular architecture where every component can be independently enabled, disabled, and
FREE
The Trade Panel Dashboard is a powerful, user-friendly interface designed to streamline and enhance your trading experience. This centralized hub provides real-time data visualization, advanced analytics, and seamless execution tools, empowering traders to make informed decisions with precision and speed. Key Features: Real-Time Market Data Access live price feeds,  market trends for multiple assets (stocks, cryptocurrencies, forex, commodities, etc.) in one consolidated view. Order Management
このプロダクトを購入した人は以下も購入しています
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.97 (143)
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
================================================================================ 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 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 Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
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:/
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
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
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秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
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台のターミナル間で同時に動作できる、プロフェッ
EA Auditor
Stephen J Martret
5 (4)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
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 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
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
EASY Insight AIO – スマートで手間いらずな取引のオールインワンソリューション 概要 数秒で市場全体——FX、ゴールド、暗号資産、指数、さらには株式まで——を、手作業のチャート確認や複雑なセットアップ・インジケーター導入なしにスキャンできたらどうでしょうか? EASY Insight AIO はAIトレードのための究極のプラグ&プレイ型エクスポートツールです。市場全体のスナップショットを、クリーンなCSVファイルで一括出力。ChatGPT、Claude、Gemini、Perplexityなど、さまざまなAIプラットフォームで即座に解析できます。 ウィンドウの切り替えやグラフのごちゃごちゃしたオーバーレイはもう不要。自動エクスポートされる純粋で構造化されたインサイトだけで、無駄なチャート監視に悩まされず、スマートなデータ主導の判断に集中できます。 なぜEASY Insight AIOなのか? 本当のオールインワン • セットアップ不要、インジケーターのインストール不要、チャートへのオーバーレイ不要。インストールして起動し、エクスポートするだけです。 マルチアセット対
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! ONLY UNTIL 08/22 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? - Understand
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY 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 ROL
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Free Demo: Seconds Chart v2.29 Demo.ex5 無料デモをダウンロードしてご自身でお確かめください: 完全機能版 - すべての機能が利用可能 24時間テスト - 精度と利便性を評価するのに十分な時間 デモ口座のみ - ほとんどのブローカーで簡単に開設可能 GBPCADチャートのみ - ほとんどの端末で利用可能 これらの制限はデモ版のみに適用されます。製品版は、あらゆる口座タイプ(リアル、デモ、コンテス
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
ManHedger MT5
Peter Mueller
4.83 (6)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before BUYING  and watch my video about it. The price of the ManHedger will increase to 250$ after 20 copies sold. Contact me for user support or bug reports or if you want the MT4 version! MT4 Version  I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading s
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
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.
動作デモ版ダウンロード Copy Cat More (コピーキャット・モア) MT5 トレードコピー (Trade Copier) は、ローカルのトレードコピーであり、今日のトレード課題のために設計された完全なリスク管理・執行フレームワークです。プロップファーム (prop firm) のチャレンジから個人のポートフォリオ管理まで、堅牢な執行、資金保護、柔軟な設定、高度なトレード処理の組み合わせによって、あらゆる状況に適応します。 このコピーは、マスター (Master、送信側) とスレーブ (Slave、受信側) の両モードで動作し、成行注文・指値注文、トレードの変更、部分決済、両建て決済 (Close By) 操作をリアルタイムで同期します。デモ口座と実口座、トレード用ログインと投資家ログインの両方に対応し、永続的トレードメモリ (Persistent Trade Memory) システムにより、EA・端末・VPS が再起動しても復旧を保証します。一意の ID により複数のマスターとスレーブを同時に管理でき、ブローカー間の差異は接頭辞/接尾辞の調整やカスタムシンボルマッピングに
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
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
Equity Protect Pro: 安心取引のための総合的な口座保護エキスパート 口座保護、資産保護、ポートフォリオ保護、マルチ戦略保護、利益保護、利益確定、取引セキュリティ、リスク管理プログラム、自動リスク管理、自動決済、条件付き決済、スケジュール決済、動的決済、トレーリングストップロス、ワンクリッククローズ、ワンクリック決済、ワンクリック復元などの機能をお探しなら、Equity Protect Pro が最適なプログラムです。 設定は簡単で、事前設定された条件に達すると、すべてのチャートを閉じることができ、シグナルサブスクリプションのキャンセルもサポートします(これは、すべての取引プログラムも停止することを意味します)。この時点で、新しい注文は生成されなくなり、最終的にすべての注文が閉じられ、予期せぬ損失を効果的に防止し、安心して取引できるようになります。 Equity Protect Pro (Technical Manual) Equity Protect Pro Demo Version for yo u to test   Equity Protect Pro MT4
作者のその他のプロダクト
This EA is designed to monitor the slippage of opening and closing orders, and save the records in csv file. It is useful to record the slippage and evaluate brokers. The record files are saved in the folder  MT5_Data_Folder\MQL5\Files.  Go to   "File " --> "Open Data Folder"   . Warning :   Do NOT open the files directly, otherwise it will affect the exectution of EA, just copy them to another folder and open them. Usage: Open a chart and load the EA on it, just need only one EA to run, it mo
FREE
This EA is designed to monitor the slippage of opening and closing orders, and save the records in files. It is useful to record the slippage and evaluate brokers. The record files are saved in the folder  MT4_Data_Folder\MQL4\Files.  Go to "File " --> "Open Data Folder" . Warning : Do NOT open the files directly, otherwise it will affect the exectution of EA, just copy them to another folder and open them. Usage: Open a chart and load the EA on it, just need only one EA to run, it monitors al
FREE
This is a MetaTrader 5 script. It helps to summarize all trades into every symbol. Input Select Period: This is 7-option input. It includes Last Month, This Month, Last Week, This Week, Today, All History, and Date Specified. Specify Starting Date: Enter a date if you selected Date Specified in "Select Period" input. Specify Ending Date: Enter a date if you selected Date Specified in "Select Period" input. The summary is saved into a file in MQL5\Files folder. MT4 Version:   https://www.mql5.co
FREE
This is a MetaTrader 4 script. It helps to summarize all trades into every symbol. Input Select Period: This is 7-option input. It includes Last Month, This Month, Last Week, This Week, Today, All History, and Date Specified. Specify Starting Date: Enter a date if you selected Date Specified in "Select Period" input. Specify Ending Date: Enter a date if you selected Date Specified in "Select Period" input. The summary is saved into a file in MQL4\Files folder. Also, there is pop-up window for a
FREE
This is a MetaTrader 4 script. It helps to export all trades into a CSV file as per Symbol and selected periods. Input Select Symbol: This is 2-option input. Select current symbol or all symbols to export its orders. Select Period: This is 7-option input. It includes Last Month, This Month, Last Week, This Week, Today, All History, and Date Specified. Specify Starting Date: Enter a date if you selected Date Specified in "Select Period" input. Specify Ending Date: Enter a date if you selected Da
FREE
このアドバイザーは次の機能を提供します。 ポジションをオープンする: 価格がトレンドラインを超えたら、ロング注文またはショートオーダーをオープンします。 クローズ: 価格がトレンドラインを超えたら、ロングポジションまたはショートポジションをクローズします。 トレーリングストップロス – EA はトレンドラインに沿って、ロング注文のストップロスを増加させたり、ショート注文のストップロスを減少させ続けます。 ラインはトレンドラインでも水平線でも構いません。     傾向線は半径または線分にすることができます。線分には、その線が存在する期間のみ取引するという特別な機能があります。 ポジションをオープンおよびクローズできるこれらのラインには、特定の名前が付いています。 EA では、手動で線を描画する代わりに、線描画パネルを提供します。 すべてのオープンポジションとクローズポジションのスクリーンショットは、MQL4/Files/Cross Trend Line to Trade フォルダーに保存されます。 EAは以下で使用できます 戦略 試着室。支払う前にストラテジーテスターで試してみてください
インジケーターには 2 つの部分が含まれています。 パート I: カラーキャンドルが主要なトレンドを示す カラーローソク足とは、ローソク足の色で相場の状態を識別することです。 スクリーンショットに示されているように、色がアクアの場合、市場はロング注文を発注するか、ショート注文を終了する必要がある状態です。色がトマトの場合は、ショート注文を行うか、ロング注文を終了する時期です。 色が変化している場合は、その完了を (現在のバーが閉じるまで) 待つことをお勧めします。 パート II: バンドを描く 内側のバンドは安全領域として定義され、外側のバンドはクローズオーダー用です。 以下のような取引戦略: 色がアクアで、価格が内側のバンド内にある場合は、ロング注文を出します。価格が外側のバンドを超えたら、注文を閉じる時期です。 色がトマトで、価格が内側のバンドにある場合は、ショート注文を出します。価格が外側のバンドを越えたら、注文を閉じる時期です。 注:価格が内側のバンドの場合のみエントリーマーケットです。これは非常に重要です。 入力パラメータ ShowColorCandle
このパネルはエキスパートアドバイザーであり、6 つのグループの取引パネルを提供します。 MT5 バージョン:   クイックパネルカバレッジ 特徴 ほとんどの取引操作は、これらのパネルのボタンをクリックすることで迅速に実行できます。 パネルの変更は緑色のボタンをクリックするだけで簡単に行えます。 EA はストラテジー テスターの視覚的なチャート上で実行でき、履歴データに基づいて取引を練習する簡単な方法を提供します。 マウスをクリックしてストップロスとテイクプロフィットを素早く変更します(バックテストには使用できません) 背景が黄色のパネルに平均価格を表示し、平均価格の線を描きます。       ここをクリック パネル ダッシュボードには 2 つの列が含まれています。左の列は売りに関するもので、右の列は買いに関するものです。 売る:     売り注文をオープンします。 初め:     最初の売り注文をクローズします。 1 つ目はオープンタイムを指します。 最後:     最後の売り注文をクローズします。最後のはオープンタイムを指します。 すべて+:     売り注文を利益を上げてクロー
このEAは、柔軟なリスク管理と6セットの取引パネルを統合したプロフェッショナルな取引ツールです。 MT5 バージョン:  Quick Panel Pro Hedging 特徴 バッチの計算はすばやく簡単です。停止線を移動すると、計算はすぐに行われます。 ほとんどの業務操作は、これらのパネルのボタンをクリックするだけですぐに完了できます。 緑色のボタンをクリックするだけで、パネルをすばやく切り替えることができます。 EA はストラテジー テスターで実行できます。この機能を使用して、戦略をトレーニングしたり確認したりできます。 (無料ですので、お試しください)。 マウスをクリックしてストップロスとテイクプロフィットを素早く変更します(バックテストには使用できません) 黄色の背景のパネルに平均価格を表示し、平均価格の線を描きます。       ここをクリック コントロールパネル ダッシュボードは 2 つの列で構成されます。左の列は売りに関するもの、右の列は買いに関するものです。 売り: 売り注文をオープンします。 最初: 最初の売り注文を閉じます。 1つ目は営業時間についてです。 最後に:
この指標は、8 つの主要通貨 (USD、EUR、GBP、AUD、NZD、CAD、CHF、JPY) の相対的な強さを示します。 力の値は 0 ~ 100 の範囲で正規化されます。 60 を超える値は強いことを意味します。 40未満の測定値は衰弱を示します。 基本原則 USD、EUR、GBP、AUD、NZD、CAD、CHF、JPYの8つの通貨ペアがあり、それぞれ2つのペアを組み合わせると合計28のペアになります。逆アルゴリズムを使用して、8つの通貨の強さを抽出します。これらの28のペアのうち EURUSD,GBPUSD,AUDUSD,NZDUSD, USDCAD,USDCHF,USDJPY,EURGBP, EURAUD,EURNZD,EURCAD,EURCHF, EURJPY,GBPAUD,GBPNZD,GBPCAD, GBPCHF,GBPJPY,AUDNZD,AUDCAD, AUDCHF,AUDJPY,NZDCAD,NZDCHF, NZDJPY,CADCHF,CADJPY,CHFJPY 主な用途 強度値が 60 を超えると強いことを意味し、40 未満は弱いことを意味します。 最も強い通貨
This indicator shows the main trend on the current chart. Features This indicator includes two bands, one is the inner white bands, another is the outer blue bands. If the white dotted line crosses down the white solid line, this means that the trend has changed to be bearish. If the white dotted line crosses up the white solid line, this means that the trend has changed to be bullish. Once the crossing happened, it will not repaint. Settings ShowColorCandle: if 'true', it will show the color
This indicator shows main trend, entry zone and exit zone. This is a muti-timeframe indicator, so it is always repainting in the current period of the higher timeframe. Features Colorful Histogram: it indicates the main trend, the tomato means the market is bearish,and the sky blue means the market is bullish. Inner Blue Bands: it is entry zone for entry market, the market is relatively safe for entry. Outer Yellow Bands: it is exit zone for exit market, the market is oversold or overbought.
このアドバイザーは、複数のペアをワンクリックで取引できるダッシュボードです。 クリック   開ける   選択したペアの注文を開くボタン。 クリック   近い   選択したペアの注文を閉じるボタン。 注文ロットはユーザーが入力した番号です。正の数は買い注文に対応し、負の数は売り注文に対応します。 部分的に閉じるのではなく、注文全体を閉じるには、   「CLOSE」 ボタンをクリックします。クロージングアクションはロット数とは関係ありません。 マジックインプットを 0 に設定すると、アドバイザーが同時に手動注文を閉じるのを手伝ってくれます。 エントリーマジックを別のアドバイザーのマジックで構成すると、アドバイザーは、別のアドバイザーがオープンした注文を同時にクローズするのに役立ちます。 三角生垣   ワンクリックで。 取引シンボルはカスタマイズ可能です。市場観察からインポートするか、ユーザーが入力します。 禁止: Magic - アドバイザーのマジックナンバー。 MaxLots: 最大ロット。ロット数がこのMaxLotsを超える場合、注文ロットはMaxLotsとなります。 StopLo
This indcator shows the trend with the color histogram. It is simple and easy to use. Usage: If the histogram changes from the aqua to the fuchsia, which means the trend is up. If the histogram changes from the fuchsia to the aqua,which means the trend is down. Inputs: MaPeriods: the periods of moving average. f1: the multiplier of inner bands f2: the multiplier of outer bands Popup Window Alert Email Alert Mobile Push Alert Alerts When the trend changes from the long trend to the short trend or
This indicator is designed to show the pair power of the major 28 paris with RSI,Stochostic,and CCI. The power value is sorted from the weak to the strong. The weaker pairs: the pairs occurs at least 2 times in the top 3 rows The stronger pairs:   the pairs occurs at least 2 times in the bottom 3 rows Users can add another symbol, so it can calculate 28+1 symbols. My advice: https://www.mql5.com/en/blogs/post/729880 A free EA with Pair Power Matrix  ---  https://www.mql5.com/en/blogs/post/7328
The purpose of the inidcator is to identify the reversal point. The blue arrow is buy signal and the yellow star is its stop loss. The red arrow is sell signal and the yellow star is its stop loss. Alert feature: if there is a signal, the indicator will send alerts of  popup window,email or mobile push. Inputs: Popup Window Alert: it is false in default Email Alert : it is false in default Mobile Push Alert: it is false in default. MetaTrader 5 Version: Reversal Point Please note that the singal
インジケーターには 2 つの部分が含まれています。 パート I: カラーキャンドルが主要なトレンドを示す カラーローソク足とは、ローソク足の色で相場の状態を識別することです。 スクリーンショットに示されているように、色がアクアの場合、市場はロング注文を発注するか、ショート注文を終了する必要がある状態です。色がトマトの場合は、ショート注文を行うか、ロング注文を終了する時期です。 色が変化している場合は、その完了を (現在のバーが閉じるまで) 待つことをお勧めします。 パート II: バンドを描く 内側のバンドは安全領域として定義され、外側のバンドはクローズオーダー用です。 以下のような取引戦略: 色がアクアで、価格が内側のバンド内にある場合は、ロング注文を出します。価格が外側のバンドを超えたら、注文を閉じる時期です。 色がトマトで、価格が内側のバンドにある場合は、ショート注文を出します。価格が外側のバンドを越えたら、注文を閉じる時期です。 注:価格が内側のバンドの場合のみエントリーマーケットです。これは非常に重要です。 入力パラメータ ShowColorCandle
注: この EA はヘッジ口座でのみ機能します。メタトレーダー4のバージョン     クイックパネル このパネルは、6 つのグループの取引パネルを提供するエキスパートアドバイザーです。 特徴 ほとんどの取引操作は、これらのパネルのボタンをクリックすることで迅速に実行できます。 パネル間の切り替えは緑色のボタンをクリックするだけで簡単に行えます。 EA はストラテジー テスターの視覚的なチャート上で実行でき、履歴データを使用して取引を練習する簡単な方法を提供します。 マウスをクリックしてストップロスとテイクプロフィットを素早く変更します(バックテストには使用できません) 背景が黄色のパネルに平均価格を表示し、平均価格の線を描きます。       ここをクリック パネル ダッシュボードには 2 つの列が含まれています。左の列は売りに関するもので、右の列は買いに関するものです。 sell:     販売注文を開きます。 first:     最初の販売注文をクローズします。 1つ目は営業時間についてです。 last:     最後の販売注文を閉じます。最後のは営業時間についてです。 a
Gamma Bands   This indcator shows the trend with the color histogram. It is simple and easy to use. Usage: If the histogram changes from the aqua to the fuchsia, which means the trend is up. If the histogram changes from the fuchsia to the aqua,which means the trend is down. Inputs: MaPeriods: the periods of moving average. f1: the multiplier of inner bands f2: the multiplier of outer bands   Popup Window Alert Email Alert Mobile Push Alert Alerts When the trend changes for the long trend to the
The purpose of the inidcator is to identify the reversal point. The blue arrow is buy signal and the yellow star is its stop loss. The red arrow is sell signal and the yellow star is its stop loss. Please note that the singal is against trend,it could be continual fail. Alert feature: if there is a signal, the indicator will send alerts of  popup window,email or mobile push. Inputs: Popup Window Alert: it is false in default Email Alert : it is false in default Mobile Push Alert: it is false in
このアドバイザーは次の機能を提供します。 ポジションをオープンする: 価格がトレンドラインを超えたら、ロング注文またはショートオーダーをオープンします。 クローズ: 価格がトレンドラインを超えたら、ロングポジションまたはショートポジションをクローズします。 トレーリングストップロス – EA はトレンドラインに沿って、ロング注文のストップロスを増加させたり、ショート注文のストップロスを減少させ続けます。 ラインはトレンドラインでも水平線でも構いません。     傾向線は半径または線分にすることができます。線分には、その線が存在する期間のみ取引するという特別な機能があります。 ポジションをオープンおよびクローズできるこれらのラインには、特定の名前が付いています。 EA では、手動で線を描画する代わりに、線描画パネルを提供します。 すべてのオープンポジションとクローズポジションのスクリーンショットは、MQL5/Files/Cross Trend Line to Trade フォルダーに保存されます。 EA はヘッジ口座でのみ機能します バージョンMT4 :   https://www.m
このアドバイザーは、複数のペアをワンクリックで取引できるダッシュボードです。 クリック   開ける   選択したペアの注文を開くボタン。 クリック   近い   選択したペアの注文を閉じるボタン。 注文ロットはユーザーが入力した番号です。正の数は買い注文に対応し、負の数は売り注文に対応します。 部分的に閉じるのではなく、注文全体を閉じるには、   「CLOSE」 ボタンをクリックします。クロージングアクションはロット数とは関係ありません。 マジックインプットを 0 に設定すると、アドバイザーが同時に手動注文を閉じるのを手伝ってくれます。 エントリーマジックを別のアドバイザーのマジックで構成すると、アドバイザーは、別のアドバイザーがオープンした注文を同時にクローズするのに役立ちます。 三角生垣   ワンクリックで。 取引シンボルはカスタマイズ可能です。市場観察からインポートするか、ユーザーが入力します。 禁止: Magic - アドバイザーのマジックナンバー。 MaxLots: 最大ロット。ロット数がこのMaxLotsを超える場合、注文ロットはMaxLotsとなります。 StopLo
この指標は、8 つの主要通貨 (USD、EUR、GBP、AUD、NZD、CAD、CHF、JPY) の相対的な強さを示します。 力の値は 0 ~ 100 の範囲で正規化されます。 60 を超える値は強いことを意味します。 40未満の測定値は衰弱を示します。 チケット Only Show Current Pair   -       true の場合、現在のチャート ペアのみが表示されます。それ以外の場合は、8 つの曲線すべてが表示されます。 Bars To Show         - フォース カーブを表示するバーの数。 Ma Periods To Smooth Curves     : 強度曲線を平滑化するための移動平均期間 Suffix       - 文字の接尾辞。今すぐインストールする必要はありません。 Font Size       - 画像のフォント サイズ、デフォルトは 13 Row Space       - 描画線間の間隔、デフォルトは 17 2 つの曲線が交差したときに警告を発するために、次の 3 つの入力が提供されます。 Select Cross at whi
フィルタ:
Sisyphus
37
Sisyphus 2023.11.08 13:54 
 

ユーザーは評価に対して何もコメントを残しませんでした

Ziheng Zhuang
40803
開発者からの返信 Ziheng Zhuang 2023.11.08 13:57
老用户了, 感谢好评!
レビューに返信