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。

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





おすすめのプロダクト
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
Exclusive Imperium MT5 — 自動売買システム Exclusive Imperium MT5 は MetaTrader 5 用のエキスパートアドバイザー(EA)で、市場分析アルゴリズムとリスク管理に基づいています。EAは完全自動で稼働し、トレーダーの介入は最小限で済みます。 注意!購入後すぐにご連絡ください 。設定手順をお渡しします! 重要: すべての例、スクリーンショット、テストはデモ目的のみです。あるブローカーで特定の通貨ペアが良好な結果を示しても、他のブローカーでも同様になるとは限りません。各ブローカーには独自のレート、スプレッド、取引条件があります。したがって、 各通貨ペアはユーザー自身が個別に最適化する必要があります 。実際の口座では 単一通貨モードのみ で稼働させてください。マルチ通貨モードのスクリーンショットは参考例にすぎません。市場環境は変化するため、最適化は少なくとも 年に1回 繰り返すことを推奨します。 重要情報: EAのデモ版は評価目的のみです。最適化なしのテスト結果はアルゴリズムの実際の動作を反映しません。完全な利用には、ブローカー、資金、選
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 の利点: - 正確な計算: 当社のロボットは、高度なアルゴリズムと分析方法を使用して、市場の動きを正確に予測します。 資産を売買するのに最適なタイミングを
Pare de seguir as "sardinhas" e comece a operar como big player, de forma automática. O robô Imbalance Autotrader é a mais recente tecnologia de trade que monitora os big players (grandes investidores) do mercado financeiro. Com estratégia de rompimento ( breakout ) ou pullback (Fair Value Gap FVG e Order Block) , você consegue configurar o robô para o ativo, conforme condições que você deseja operar. Além disso, o robô pode ter stops configuráveis, dinâmicos ou fixos. Na questão de gerenciamen
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%アルゴリ
Smart Grid Navigatorは、インテリジェントなエントリーフィルタリングシステムを備えたマルチレベルグリッド戦略を使用するプロフェッショナルなトレーディングエキスパートアドバイザーです。このプログラムは、テクニカル指標の分析と市場状況に基づいてポジションを自動的に管理します。 このアドバイザーは最適化された設定が付属しており、インストール後すぐに使用できます。チャートで起動してテストを開始できます。すべてのパラメータには安全なデフォルト値があり、お客様のトレーディングスタイルとリスクレベルに合わせて調整できます。 主な機能 自動トレーディング 完全自動化されたポジションのオープンとクローズシステム 24時間年中無休または選択した取引時間帯に動作 トレーダーの常時監視不要 インテリジェントなエントリーフィルタリング マルチレベル市場分析システム テクニカル指標による偽シグナルのフィルタリング 様々な市場状況への適応 柔軟なリスク管理 マーチンゲールを無効にできる段階的なポジションサイジング バスケット利益管理 設定可能なストップロスとテイクプロフィットレベル 時間制御 特定
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
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,
Gold Trade Manager PRO – Trade Management Panel for MetaTrader 5 Gold Trade Manager PRO is a trade management utility for MetaTrader 5 that allows traders to open and manage positions directly from the chart using a trading panel. The tool is designed to simplify manual trading by providing faster order execution, risk-based position sizing and position management functions in a single interface. Instead of manually calculating lot sizes and adjusting trade parameters through multiple terminal
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
PHANTOM ICT MTF EA is an automated trading system designed for XAUUSD (Gold), using a multi-timeframe analysis approach. The system focuses on identifying structured market conditions and executing trades based on selective entry logic. It is not designed for frequent trading, but instead waits for specific conditions before opening positions. Core Features Multi-timeframe analysis (D1 / H4 / M5) Selective trade entry based on structured conditions Designed for short-term execution on M5 timefr
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
Boom & Crash No-Loss EA | M1 Precision Trading Trade smarter on Boom & Crash indices with magic-protected SL & TP real-time on-screen money management flexible Buy and Sell trade, Buy-Only for crash 1000 or Sell-Only for boom 1000modes. Built for the 1-minute chart. Protect your capital. Maximize your edge. Zero compromise. A real-time live back test of the EA is provided on the YouTube video. https://youtu.be/u6EuceZjyBw?si=ia7mg5gumKZxsz_I just apply on chart and let it do its magic do not
Dark Gold MT5
Marco Solito
4.54 (93)
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.42 (208)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 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 (135)
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.87 (153)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 注意!割引は2026年5月5日まで有効です。2026年5月6日から価格は100ドルになります。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的に
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
ABQ Visual Risk Sizer
Cristian David Castillo Arrieta
ABQ Visual Risk Sizer - Institutional Risk & Trade Execution カテゴリ:ユーティリティ / リスク管理 手動によるロット計算は、時間とコストの浪費につながります。 現代のトレーディング、特にプロップファーム(Prop Firms)の口座を運用する場合、ロット計算の誤りや注文入力のわずか5秒の遅れが、デイリードローダウンルールの違反や絶好のエントリーポイントを逃す原因となります。 ABQ Visual Risk Sizer は、この問題を根本的に解決するために設計された機関投資家レベルのツールです。複雑なリスクの数学的計算を、MetaTrader 5のチャート上で直接、直感的かつ迅速、そして100%正確な視覚的体験へと変貌させます。 外部のカレンダ計算機やExcelシートはもう必要ありません。チャート上のラインをドラッグするだけで、ワンクリックで取引を実行できます。 ABQ Visual Risk Sizer が必要な理由 プロップファームのための完全保護: 各取引で、設定した正確なリスク比率(または金額)を維持します。ゴールド
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (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台のターミナル間で同時に動作できる、プロフェッ
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:/
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 copier MT5
Alfiya Fazylova
4.59 (41)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus は、MetaTrader 5プラットフォーム上での取引効率と効果を向上させるために設計された高度なトレード管理ツールです。リスク計算、注文管理、高度なグリッドシステム、チャートベースのツール、パフォーマンス分析など、包括的な機能を提供します。 主な機能 1. リカバリーグリッド 逆境の市場環境下で取引を管理するための平均化および柔軟なグリッドシステムを実装します。 取引回復のための戦略的なエントリーおよびエグジットポイントを可能にします。 2. スタックグリッド 強い市場の動きの中でポジションを追加することで、有利な取引での潜在的なリターンを最大化するように設計されています。 トレンド市場で利益を得られるよう、勝ち取引を拡大します。 3. 損益(P&L)ライン チャート上に直接、潜在的な利益と損失のシナリオを視覚的に表示します。 設定を調整し、P&Lラインをドラッグして、実行前にさまざまな取引結果を評価します。 4. バスケットモード 同じシンボルでの複数ポジションの管理を簡素化し、それらを単一の集約ポジションにまとめます。 平均価格に基づいて、ストップロスやテイクプ
Timeless Charts
Samuel Manoel De Souza
5 (4)
Timeless Charts is an advanced charting solution designed for professional traders seeking for custom charts / custom timeframes , including seconds charts / seconds timeframe, renko charts / renko bars, cluster charts / footprint charts and advanced tools present in most of the popular platforms. Unlike traditional offline charts or simplistic custom indicators, this solution constructs fully custom bars with true timestamp accuracy , down to miliseconds, allowing for a powerful and precise tr
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 Trade Copier MT5 (コピーキャット MT5) は、今日の取引課題に対応して設計されたローカルトレードコピーシステムと完全なリスク管理・実行フレームワークです。プロップファームのチャレンジから個人ポートフォリオ管理まで、堅牢な実行、資本保護、柔軟な設定、高度な取引処理の組み合わせで、あらゆる状況に適応します。 コピーシステムはマスター(送信側)とスレーブ(受信側)の両方のモードで動作し、成行注文と指値注文、取引修正、部分決済、両建て決済操作のリアルタイム同期を行います。デモ口座とライブ口座、取引ログインまたは投資家ログインの両方に対応し、EA、ターミナル、またはVPSが再起動してもパーシスタント取引メモリシステムを通じて復旧を保証します。複数のマスターとスレーブをユニークIDで同時に管理でき、ブローカー間の違いはプレフィックス/サフィックス調整またはカスタムシンボルマッピングを通じて自動的に処理されます。 マニュアル/設定  | Copy Cat More MT4 | チャンネル  特別機能: 設定が簡単 — わずか30秒で完了(ビデオをご覧
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Seconds Chartの利点 1秒から900秒 までのタイムフレームをサポート。 組み込みのティックデータベースにより、ヒストリカルデータを 瞬時にロード 。 リアルタイムでデータが更新され、 遅延やラグなし 。 複数の秒足チャートを同時に作成可能。 Seconds Chartが最適な用途 スキャルピング や高頻度取引。 正確なエントリーとエグジット。 短期タイムフレームでの取引戦略のテスト。 タイムフレームの設定 デフォルトの設
Helios Pulse v1.03 — リアルタイム確率ダッシュボード|裁量トレーダー向け Helios Pulseは、マーケットの読み方を根本から変えます。複数のインジケーターウィンドウを切り替えながら矛盾するシグナルを解読する必要はもうありません。ひとつの明確な答え——現在のマーケットの方向性バイアスを示すリアルタイム確率パーセンテージが、ティックごとに連続更新されます。 これは単なるシグナル矢印パネルではありません。Helios Pulseは、複数のテクニカル分析次元の一致度を測定し、本当に信頼できる確信度スコアを算出する確率エンジンです。方向だけでなく、その方向がどれほど確かなのか——そしてそれがリアルタイムで強まっているのか弱まっているのかを見ることができます。 チャート上の表示 コンパクトなダークテーマのパネルがチャート上に配置され、ロングとショートの2つのダイナミック確率カードが表示されます。マーケット状況の変化に応じて、カードの色の強度が淡色から鮮明に変化し、数値を確認する前に瞬時に視覚的な判断が得られます。明確な判定ラベルが現在の状態を表示します:Strong Bu
Anchor: The EA Manager A coordination system for traders running multiple EAs. Anchor ensures only one EA can trade at a time, preventing conflicting positions and keeping your portfolio safer. Attach Anchor to any chart. Configure your EAs and their magic numbers. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions on the same candle. Three EA
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
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
Poc Breakout Signal: The Ultimate Institutional Order Flow & Price Action System Elevate your trading with Poc Breakout, a comprehensive technical analysis tool designed to bridge the gap between retail trading and institutional market understanding. This all-in-one system combines powerful Buy/Sell signals, advanced Volume Profile analysis, real-time Order Flow (Depth of Market), and critical macroeconomic data to give you a clear, unambiguous edge in the markets. Poc Breakout Signal decodes c
EA を買う前に、本当に耐えられるのか、それともバックテストでたまたま良く見えただけなのかを確認してください。 ほとんどのロボットは、見栄えのするバックテストと一緒に売られています。 右肩上がりのカーブ。 良い Profit Factor。 ほとんど疑いのない見た目。 それでも、その多くの EA は、市場がその履歴どおりに動かなくなった瞬間に崩れ始めます。 なぜでしょうか。 それは、バックテストが証明するのは一つだけだからです。 その戦略が、ある特定の価格の流れでは機能したということです。 別の流れでも通用することは証明しません。 頑健であることも証明しません。 もちろん、その EA があなたのお金に値することも証明しません。 なぜなら、あなたが EA を買うのは過去のきれいなカーブを眺めるためではないからです。 変化する市場で使うために買うのです。 AntiOverfit PRO がすること AntiOverfit PRO は、MetaTrader 5 の Expert Advisor が本当にしっかりしているのか、それとも特定の過去データにたまたまうまくはまっているだけなのかを確
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates
Limited time offer: 20% off for a few days only!  - Annual subscription $360 instead of $450  - Lifetime plan $550 instead of $690 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]   -
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
多機能ツール:ロット計算、グリッド注文、R/R比率、トレードマネージャー、サプライ&デマンドゾーン、プライスアクションなど デモ版   |   ユーザーマニュアル トレードアシスタント   はストラテジーテスターでは動作しません :   こちらからデモ版をダウンロード  して ユーティリティ をテストできます。 ご質問、改善のご提案、バグ発見の場合は ご連絡ください MT4版が必要な場合は こちら から入手できます トレード   プロセス を簡素化、高速化、自動化。   ダッシュボード で標準端末の機能を拡張。 トレードパネルは  あらゆる取引商品で動作:外国為替、株式、インデックス、暗号通貨など。 1. 新規トレードの実行 :ロット / リスク / R/R計算 :手動トレードのためのリスク管理 ロット計算機(リスクサイズに基づく取引量計算) リスク計算機(ロットサイズに基づくリスク額) リスクリワード   比率 グリッド注文:  + 動的間隔オプション、スプリットロットオプション 注文のアクティベーショントリガー、+ バイストップリミット / セルストップリミット 仮想SL、仮想
HINN MAGIC ENTRY – the ultimate tool for entry and position management! 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, adaptive, and customizable interface - Works
TelegramからMT5へ: 究極のシグナルコピーソリューション Telegram to MT5 を使えば、取引がシンプルになります。DLL を必要とせず、Telegram のチャンネルやチャットから MetaTrader 5 プラットフォームに取引シグナルを直接コピーできる最新ツールです。この強力なソリューションは、正確なシグナル実行、豊富なカスタマイズオプション、時間の節約、そして効率性の向上を実現します。 [ Instructions and DEMO ] 主な特徴 直接的なTelegram API統合 電話番号とセキュアコードで認証します。 ユーザーフレンドリーな EXE ブリッジを通じてチャット ID を簡単に管理できます。 複数のチャネル/チャットを追加、削除、更新して、同時に信号をコピーします。 高度なフィルターによる信号解析 例外的な単語 (例: 「レポート」、「結果」) を含む不要な信号をスキップします。 柔軟な SL および TP 形式 (価格、ピップ、ポイント) をサポートします。 価格ではなくポイントを指定するシグナルのエントリ ポイントを自動的に計算します。
EA Pause Manager
David Enrique Barrera Moncayo
4 (7)
EA Pause Manager — Your Smart Risk Guard & Scheduler (MT5) What It Does - Stops conflicting trades before they happen (based on active market positions).   - Pauses or resumes your EAs automatically based on:     - A simple “leader” rule: the first EA to trade becomes the leader and blocks the rest.     - A time schedule you set (e.g. no trading in Asian session). - Note : Interlock logic is triggered by executed market orders, not by pending orders (Buy Stop / Sell Stop). Why It Matters - Prot
Grid Manual MT5
Alfiya Fazylova
4.9 (21)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
Trader Evolution
Siarhei Vashchylka
5 (7)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
EA Auditor
Stephen J Martret
5 (2)
EA AUDITOR — EA and Signal Verification Tool for MetaTrader 5 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
作者のその他のプロダクト
このアドバイザーは次の機能を提供します。 ポジションをオープンする: 価格がトレンドラインを超えたら、ロング注文またはショートオーダーをオープンします。 クローズ: 価格がトレンドラインを超えたら、ロングポジションまたはショートポジションをクローズします。 トレーリングストップロス – EA はトレンドラインに沿って、ロング注文のストップロスを増加させたり、ショート注文のストップロスを減少させ続けます。 ラインはトレンドラインでも水平線でも構いません。     傾向線は半径または線分にすることができます。線分には、その線が存在する期間のみ取引するという特別な機能があります。 ポジションをオープンおよびクローズできるこれらのラインには、特定の名前が付いています。 EA では、手動で線を描画する代わりに、線描画パネルを提供します。 すべてのオープンポジションとクローズポジションのスクリーンショットは、MQL5/Files/Cross Trend Line to Trade フォルダーに保存されます。 EA はヘッジ口座でのみ機能します バージョンMT4 :   https://www.m
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
このアドバイザーは、複数のペアをワンクリックで取引できるダッシュボードです。 クリック   開ける   選択したペアの注文を開くボタン。 クリック   近い   選択したペアの注文を閉じるボタン。 注文ロットはユーザーが入力した番号です。正の数は買い注文に対応し、負の数は売り注文に対応します。 部分的に閉じるのではなく、注文全体を閉じるには、   「CLOSE」 ボタンをクリックします。クロージングアクションはロット数とは関係ありません。 マジックインプットを 0 に設定すると、アドバイザーが同時に手動注文を閉じるのを手伝ってくれます。 エントリーマジックを別のアドバイザーのマジックで構成すると、アドバイザーは、別のアドバイザーがオープンした注文を同時にクローズするのに役立ちます。 三角生垣   ワンクリックで。 取引シンボルはカスタマイズ可能です。市場観察からインポートするか、ユーザーが入力します。 禁止: Magic - アドバイザーのマジックナンバー。 MaxLots: 最大ロット。ロット数がこのMaxLotsを超える場合、注文ロットはMaxLotsとなります。 StopLo
インジケーターには 2 つの部分が含まれています。 パート I: カラーキャンドルが主要なトレンドを示す カラーローソク足とは、ローソク足の色で相場の状態を識別することです。 スクリーンショットに示されているように、色がアクアの場合、市場はロング注文を発注するか、ショート注文を終了する必要がある状態です。色がトマトの場合は、ショート注文を行うか、ロング注文を終了する時期です。 色が変化している場合は、その完了を (現在のバーが閉じるまで) 待つことをお勧めします。 パート II: バンドを描く 内側のバンドは安全領域として定義され、外側のバンドはクローズオーダー用です。 以下のような取引戦略: 色がアクアで、価格が内側のバンド内にある場合は、ロング注文を出します。価格が外側のバンドを超えたら、注文を閉じる時期です。 色がトマトで、価格が内側のバンドにある場合は、ショート注文を出します。価格が外側のバンドを越えたら、注文を閉じる時期です。 注:価格が内側のバンドの場合のみエントリーマーケットです。これは非常に重要です。 入力パラメータ ShowColorCandle
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 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 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 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 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 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
注: この 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
この指標は、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
40558
開発者からの返信 Ziheng Zhuang 2023.11.08 13:57
老用户了, 感谢好评!
レビューに返信