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 の利点: - 正確な計算: 当社のロボットは、高度なアルゴリズムと分析方法を使用して、市場の動きを正確に予測します。 資産を売買するのに最適なタイミングを
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時間年中無休または選択した取引時間帯に動作 トレーダーの常時監視不要 インテリジェントなエントリーフィルタリング マルチレベル市場分析システム テクニカル指標による偽シグナルのフィルタリング 様々な市場状況への適応 柔軟なリスク管理 マーチンゲールを無効にできる段階的なポジションサイジング バスケット利益管理 設定可能なストップロスとテイクプロフィットレベル 時間制御 特定
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,
GDS Renko Pip ST Chart - Pip-Based Renko Chart Indicator for MetaTrader 5 GDS Renko Pip ST Chart is a pip-based Renko chart indicator for MetaTrader 5. It helps traders build and study cleaner Renko price movement using a practical fixed pip or point-based brick structure. This tool is designed as a Renko chart foundation for manual analysis. It does not predict the market, does not generate buy or sell signals and does not decide whether a trade should be opened. Renko EDGE EA Golden Delta | A
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
Supermoon Strike: The Art of Precision Trading Are you tired of Expert Advisors that trade aimlessly and put your account at risk? Welcome to the era of Supermoon Strike. This is not just another trading robot; it is a high-precision engine designed to capture explosive market momentum with lethal accuracy. True to its name, this EA focuses on sharp execution and profit targets that soar high while remaining grounded by elite-level risk management. Why is Supermoon Strike the choice for Professi
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
SignalCraft MT5 Safe Channel Copier は、許可されたメッセージチャンネルのシグナルをMetaTrader 5へ接続するためのローカル型・設定可能なシグナルコピーシステムです。 固定されたメッセージ形式だけに依存する従来のコピー製品とは異なり、SignalCraftでは実際のメッセージ例から決定論的なチャンネルプロファイルを作成できます。取引口座へ命令が送られる前に、シグナルの解釈を確認・テスト・管理できます。 主な機能: • プロバイダーごとの設定可能なプロファイル • 構造化・半構造化テキストシグナル • BUY / SELL • Market / Limit / Stop • 単一エントリーまたはエントリーゾーン • Stop Loss と最大5つの Take Profit • シグナル変更 • Close / Cancel • 部分決済 • Stop Loss移動 • Break Even • プロファイルで設定された編集メッセージや返信の処理 • ブローカーシンボルとサフィックスのマッピング • 固定ロット、資産比率リスク、固定金額リス
Dark Gold MT5
Marco Solito
4.55 (100)
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
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (215)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 IMPORTANT NOTICE: FarmedHedge is a MANUAL-FOCUSED TRADING UTILITY ,not a fully automated EA. Results shown on this Signal include manual trades and overall strategic management.
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.94 (148)
Local Trade Copier EA MT5 は、同一の Windows PC または Windows VPS 上で稼働する複数の MetaTrader 5 口座間で、取引をコピーおよび管理するための高速で柔軟なトレードコピーツールです。 ローカルでの取引同期に加え、Receiver 側でロットサイズ、リスク管理、取引フィルター、シンボルマッピング、取引管理、口座保護を個別に設定できます。 Transmitter と Receiver のターミナルは約 1分 で設定でき、同一ブローカーまたは異なるブローカーの口座間で、手動取引や EA による取引をコピーできます。適切な条件下では、ローカルの MetaTrader ターミナル間で取引情報を 0.5秒未満 で同期できます。実際の約定速度は、ブローカーのレイテンシー、ネットワーク状況、PC/VPS の性能、ターミナルの負荷によって異なります。 ご購入前に無料デモをお試しください Local Trade Copier EA MT5 の完全機能版無料デモ を、MT5 デモ口座で 1回につき4時間 テストできます。 Local Trad
ベータリリース 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 ターミナルでシグナルを執行する本 EA です。MT4 版もあります   こちら . セットアップガイドとアプリのダウンロード:   https://www.mql5.com/en/blogs/post/768988 現在の価格は今後値上げされます。 仕組み Windows アプリは、ボットではなくあなた自身の API 認証情報で Telegram に接続します。そのため、プライベートや VIP を含む、購読中のあらゆるチャンネル・グループ・トピッ
TradePanel MT5
Alfiya Fazylova
4.88 (167)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 アプリの説明書+ビデオガイド: https://www.mql5.com/en/blogs/post/772292 デモ口座用アプリの試用版: https://www.mql5.com/en/blogs/post/750865 アプリのインストール方法: https://www.mql5.com/en/blogs/post/756239 アプリをビジュアルモードでテストする方法: https://www.mql5.com/en/blogs/post/770277 VPSのMetaTraderにアプリをインストールする方法: https://www.mql5.com/en/blogs/post/770190 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグルー
================================================================================ 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
Strategy Ledger Pro は MetaTrader 5 向けの読み取り専用の口座分析パネルです。口座の成績をエキスパートアドバイザー、戦略、銘柄、マジックナンバーごとに分けて表示します。 すべての機能を解説した詳細な マニュアル 。 MetaTrader は口座全体でひとつの残高しか表示しません。複数の EA が同時に取引すると、その残高では各 EA の貢献が分かりません。Strategy Ledger Pro は口座履歴を読み取り、決済済みポジションを再構築し、戦略に割り当て、その結果をひとつのパネルに表示します。 本製品は注文の発注・変更・決済を行いません。取引戦略を含まず、インジケーターを作成せず、チャート価格も読み取りません。 主な機能 EA・個別戦略・銘柄・マジックナンバー別の成績。 プリセット期間と任意の日付範囲。 確定損益と含み損益、建玉エクスポージャー、取引統計、pips、ドローダウン、エクイティ曲線。 手数料、スワップ、コスト負担率、推定エントリー/エグジットのスリッページと合計。 固定ルールに基づく成績評価、文章による要約、状態マーク。 セットアッ
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、チャート上でドラッグして組み立て、発注後も動かせるプラン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブ
25% discount on the release of the tool: only for the next 3 buyers Send a message to receive a demo version. AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Vi
Telegram To MT5 — シグナルコピア Telegram チャンネルのトレードコールを、実際の MT5 注文に変換します — 自動で、好きなだけの口座に対応し、リスクとルールは完全にあなたの管理下に置けます。 Telegram To MT5 は、あなたが Telegram で既にフォローしている VIP / シグナルチャンネルを MetaTrader 5 端末に接続します。無料の付属デスクトップアプリがメッセージを読み取り(ボットを禁止しているチャンネルでも可能)、この EA があなたの口座でそれらを執行します — あなた自身のリスク設定、シンボルマッピング、テイクプロフィット処理、セッションおよびニュースフィルターを適用します。 これはシグナルコピアであり、ブラックボックス戦略ではありません。どのチャンネルを信頼するか、各トレードのロットと管理方法をあなたが決めます。 ステップバイステップの設定と付属アプリのインストールガイド 仕組み [あなたの Telegram チャンネル] -> [付属デスクトップアプリ] -> [MT5 + この EA] -> 注文 付属デスクトッ
EA Overfitter
Stephen J Martret
5 (1)
That backtest looks great. But will it still be making money tomorrow, next week, next month? EA Overfitter re-runs your EA on 100 price histories it has never seen. One score tells you if the edge is real. A backtest tells you what an EA did on one price history — the one that happened to occur. What you cannot tell from it is how much of that result was the strategy and how much was the particular path. EA Overfitter answers that. It builds up to 100 synthetic price histories your EA has n
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台のターミナル間で同時に動作できる、プロフェッ
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
HINN MAGIC ENTRY – the ultimate tool for entry and position management! SIMPLE. FASTEST. INTUITIVE. MAX AUTOMATED. Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, a
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
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Free Demo: Seconds Chart v2.29 Demo.ex5 無料デモをダウンロードしてご自身でお確かめください: 完全機能版 - すべての機能が利用可能 24時間テスト - 精度と利便性を評価するのに十分な時間 デモ口座のみ - ほとんどのブローカーで簡単に開設可能 GBPCADチャートのみ - ほとんどの端末で利用可能 これらの制限はデモ版のみに適用されます。製品版は、あらゆる口座タイプ(リアル、デモ、コンテス
Signal TradingView to MT5 Pro Automator TradingViewとMetaTrader 5間の即時プロフェッショナル実行 TradingViewのシグナル(アラート)とMT5での実際の約定を繋ぐ、最も強固なコミュニケーションブリッジで、取引戦略を自動化します。スピード、柔軟性、そして完璧なリスク管理を求めるトレーダー向けに設計されたこのExpert Advisorは、あらゆるアラートメッセージを正確な成行または指値注文に変換します。 強みと利点 ユニバーサルパーシングエンジン(独自技術): あらゆるアラート形式からデータを自動的に認識し、抽出できる高度なテクノロジー。単一の固定フォーマットに制限されることはありません。システムはシンボル(銘柄)、アクション、価格、SL(ストップロス)、TP(テイクプロフィット)を自動的に理解します。 リアルタイム実行: レイテンシ(遅延)を最小限に抑えるよう最適化された、1秒未満の超高速ポーリング技術。シグナルを受信してから数ミリ秒以内に注文が実行されます。 機関投資家レベルのリスク管理: 以下に基づく自動かつ正確
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
Your EAs cannot see each other, but Anchor can. Anchor gives you one place to coordinate your EAs, manage risk, and decide when trading is allowed. It works alongside the trading bots you already use without any changes to them. The Problem One EA opens a trade. Then another starts trading. The next thing you know, you wake up to multiple grids built across your account. Each EA may be doing exactly what it was designed to do, but together they can place far more risk on your account than you in
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
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.
Timeless Charts
Samuel Manoel De Souza
5 (8)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
Trade Copier Ultimate
Janitha Sandaruwan Amaradasa Wickramasingha Arachchilage
5 (5)
Trade Copier Ultimate - Telegram to MT5 Signal Copier Trade Copier Ultimate automatically copies Telegram trading signals into MetaTrader 5. The EA can read signal messages, detect the symbol, order type, entry price, Stop Loss, Take Profit levels and selected update commands, then execute or manage the trade in MT5 using your lot and risk settings. It is more than a basic Telegram to MT5 copier. TCU also supports Bot API and user-account Bridge workflows, Discord signal routing, local MT5 to MT
Trade copier MT5
Alfiya Fazylova
4.6 (55)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Trade Indicator Assistant   is a powerful MT5 utility designed to turn indicators into automated trading systems. Its main feature is the ability to automatically detect an indicator’s   BUY and SELL signal buffers , without requiring you to know the buffer numbers, search through indicator settings, or modify the indicator source code. Bonus Indicator:   After purchasing Trade Indicator Assistant, contact me to receive   Trade Signal Pro   completely free as a bonus indicator. [Download Demo V
MetaTrader 5 用トレーディングパネル — チャートとキーボードから行うプロフェッショナルなワンクリック取引 アクティブトレーダーのために設計された高機能 Trading Panel。標準の MetaTrader 操作よりも、はるかに速く、直感的に、そして効率的に取引を実行できます。 本パネルは、ポジション管理、未決注文管理、利益コントロール、執行スピードをひとつのプロフェッショナルなワークスペースに集約した実践的なソリューションです。 これは単なる補助ツールではありません。MetaTrader 5 のための本格的な trading cockpit です。チャートから直接操作し、キーボードで素早くコマンドを実行し、自動計算や視覚的なガイドを活用することで、手動トレードをより速く、より明確に、より快適にします。 このパネルを使えば、チャート上からワンクリックで注文を実行でき、標準の MetaTrader コントロールと比べて最大 30 倍速く取引操作を行うことができます。 新しいプレミアム版が利用可能です: VirtualTradePad PRO SE で取引ワークフローを強
作者のその他のプロダクト
インジケーターには 2 つの部分が含まれています。 パート I: カラーキャンドルが主要なトレンドを示す カラーローソク足とは、ローソク足の色で相場の状態を識別することです。 スクリーンショットに示されているように、色がアクアの場合、市場はロング注文を発注するか、ショート注文を終了する必要がある状態です。色がトマトの場合は、ショート注文を行うか、ロング注文を終了する時期です。 色が変化している場合は、その完了を (現在のバーが閉じるまで) 待つことをお勧めします。 パート II: バンドを描く 内側のバンドは安全領域として定義され、外側のバンドはクローズオーダー用です。 以下のような取引戦略: 色がアクアで、価格が内側のバンド内にある場合は、ロング注文を出します。価格が外側のバンドを超えたら、注文を閉じる時期です。 色がトマトで、価格が内側のバンドにある場合は、ショート注文を出します。価格が外側のバンドを越えたら、注文を閉じる時期です。 注:価格が内側のバンドの場合のみエントリーマーケットです。これは非常に重要です。 入力パラメータ ShowColorCandle
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
このアドバイザーは次の機能を提供します。 ポジションをオープンする: 価格がトレンドラインを超えたら、ロング注文またはショートオーダーをオープンします。 クローズ: 価格がトレンドラインを超えたら、ロングポジションまたはショートポジションをクローズします。 トレーリングストップロス – EA はトレンドラインに沿って、ロング注文のストップロスを増加させたり、ショート注文のストップロスを減少させ続けます。 ラインはトレンドラインでも水平線でも構いません。     傾向線は半径または線分にすることができます。線分には、その線が存在する期間のみ取引するという特別な機能があります。 ポジションをオープンおよびクローズできるこれらのラインには、特定の名前が付いています。 EA では、手動で線を描画する代わりに、線描画パネルを提供します。 すべてのオープンポジションとクローズポジションのスクリーンショットは、MQL4/Files/Cross Trend Line to Trade フォルダーに保存されます。 EAは以下で使用できます 戦略 試着室。支払う前にストラテジーテスターで試してみてください
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
このパネルはエキスパートアドバイザーであり、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
40961
開発者からの返信 Ziheng Zhuang 2023.11.08 13:57
老用户了, 感谢好评!
レビューに返信