LotSizeCalculator

LotSizeCalculator — Risk-Based Trade Panel

Place market & pending orders with the exact risk you intend — automatic lot sizing, draggable SL/TP, and live recalculation on every tick.

Overview

LotSizeCalculator is a lightweight on-chart panel for fast, disciplined order entry. Set your risk once — as a percentage of balance or a fixed money amount — and the panel calculates the correct lot size so that the real loss when your stop-loss is hit equals exactly what you configured, spread and commission included. No more manual lot math, no more "why did I lose more than planned?"

Key Features

  • Automatic lot sizing from your risk: % of balance or fixed cash (e.g. risk 10 USD).
  • Risk measured from the entry price, so the realized loss at SL matches your target.
  • Commission-aware — auto-detects round-trip commission from your trade history, or set it manually.
  • Draggable SL / TP lines on the chart — drag freely and the lot adapts in real time; or type pips / price / risk-reward ratio.
  • Live recalculation every tick: as price drifts, the lot stays sized to keep your risk constant.
  • Direction auto-detect from where you place the stop line, with clear BUY / SELL buttons.
  • Market and pending orders — Buy Limit, Sell Limit, Buy Stop, Sell Stop, with the correct type auto-resolved from your entry price.
  • Live header: balance, equity, spread, and detected commission.
  • Clean light-theme panel, English UI, drag to reposition.

How the lot sizing works

Lot = Risk / (SL_distance × pip_value + commission_per_lot)

SL distance is taken from your entry, and commission is included explicitly — so the figure shown as Real Risk is what you actually lose if the stop is hit. The panel also shows the Real Reward at take-profit.

Pending orders

Switch the Order mode to Pending, set an Entry price (type it or drag the blue entry line), and place BUY or SELL. The panel automatically chooses the correct order type:

  • BUY — entry below market → Buy Limit, entry above market → Buy Stop
  • SELL — entry above market → Sell Limit, entry below market → Sell Stop

In pending mode the SL/TP distances and the lot are measured from your entry price, so the risk is correct for the level the order will actually trigger at.

Built-in safety checks

Before any order is sent the panel verifies that AutoTrading is enabled, the EA is allowed to trade, the symbol is tradable, the entry respects the broker's minimum stop distance, and there is enough free margin for the calculated lot. If a check fails, you get a clear on-panel message instead of a cryptic error — and no order is sent.

Inputs

  • Risk mode / value — percent of balance or fixed money.
  • Default SL (pips), TP mode (Pips / Price / R:R) and value.
  • Execution mode — Market or Pending (startup default).
  • Commission — auto-detect on/off, manual fallback, history lookback days.
  • Magic number, order comment, max slippage (points).
  • Panel position (X / Y).

Notes

  • One instance per chart; different charts can use different settings.
  • Works on Forex, metals, indices, and other symbols — lot sizing uses the broker's tick value, so the money risk is correct regardless of the instrument.
  • Manual trading tool: it places orders only when you click. It does not trade on its own.
  • Please enable Allow Algo Trading when attaching the EA.


INSTALLATION

------------

1. Open MetaTrader 5.

2. From the menu: File -> Open Data Folder.

3. Navigate to:  MQL5\Experts\

4. Create a new sub-folder named:  LotSizeCalculator

5. Copy ALL of these files into that folder:

       - LotSizeCalculator.mq5

       - Defs.mqh

       - RiskCalc.mqh

       - CommissionDetector.mqh

       - ChartLines.mqh

       - Panel.mqh

6. In MT5, open the MetaEditor (F4 in MT5, or open MetaEditor.exe).

7. In the Navigator panel, find:

       Experts -> LotSizeCalculator -> LotSizeCalculator.mq5

8. Right-click the file -> Compile (or press F7).

   The file should compile with 0 errors / 0 warnings.

9. Back in MT5, in the Navigator under Experts you will now see

   "LotSizeCalculator". Drag it onto a chart.

10. In the dialog that appears:

    - "Common" tab: tick "Allow algo trading"

    - "Inputs" tab: review settings (defaults are fine for first run)

    - Click OK.


The panel will appear in the top-left of the chart.


USAGE

-----

Header (top of panel)

    Symbol     - the chart's symbol

    Balance    - account balance

    Equity     - account equity

    Spread     - live spread in pips (auto-detected per tick)

    Comm/lot   - commission per 1 lot, round trip:

                 - "auto" if detected from your trade history

                 - "manual" if using the InpManualCommission input

                 Click [Re-scan] to retry history detection.


Risk

    Mode toggle:  [%]  =  percent of balance

                  [$]  =  fixed money

    Edit field    your number

    Below shows the resolved money amount.


Order  (execution type)

    Mode toggle:  [Mkt]   market order at current price (default)

                  [Pend]  pending order (Limit / Stop)

    Entry field   in Pending mode, type the trigger price (or drag the

                  blue Entry line on the chart). In Market mode it just

                  shows "(market)".

    Below shows the resolved pending type, e.g. "= Buy Limit @ 1.2345".


    The exact type is chosen automatically from your Entry vs. the

    current market and the direction:

        BUY :  Entry below Ask -> Buy Limit,  Entry above Ask -> Buy Stop

        SELL:  Entry above Bid -> Sell Limit, Entry below Bid -> Sell Stop

    In Pending mode, SL/TP pip distances and the lot are measured from

    your Entry line (not the live price), so the risk is correct for the

    price the order will actually trigger at. Pending orders are GTC

    (good till cancelled). An Entry too close to the market (within the

    broker's stops level) is rejected with a message.


SL

    Mode toggle:  [Pips]   distance in pips from entry

                  [Price]  absolute SL price

    The lot is sized so that the actual loss when SL is hit equals

    your Risk amount, INCLUDING spread and commission.


TP

    Mode toggle:  [Pips]   distance in pips

                  [Price]  absolute TP price

                  [R:R]    take-profit as a multiple of SL distance


Results (live)

    Lot Size      calculated lot, rounded to broker's lot step

    Real Risk     real money loss when SL hits, includes commission

    Real Reward   real money gain when TP hits, minus commission


Action

    [BUY]   in Market mode: market buy at Ask. In Pending mode: places

            a Buy Limit or Buy Stop at your Entry. SL/TP are placed so

            the SL distance from entry equals your configured pips.

    [SELL]  mirror of BUY (Sell / Sell Limit / Sell Stop).


    Direction is detected automatically from where the SL line sits:

       SL line BELOW current price → BUY setup  → BUY button highlighted

       SL line ABOVE current price → SELL setup → SELL button highlighted

    The inactive direction's button is dimmed but still works (it will

    flip the line to the other side and execute the opposite trade).


Chart lines (when "Show ... lines" is on)

    - Solid blue   = Entry. Market mode: follows live Ask. Pending mode:

                     draggable, sets your limit/stop trigger price.

    - Dashed red   = SL (the absolute SL price you chose)

    - Dashed green = TP (the absolute TP price; auto-flips with direction

                     in R:R / Pips modes)


    The SL line is the SOURCE OF TRUTH. Drag it freely:

       - Drag BELOW current price → BUY setup. TP is placed ABOVE Ask

         (R:R / Pips modes auto-position TP on the other side of entry).

       - Drag ABOVE current price → SELL setup. TP is placed BELOW Bid.

    The line stays exactly where you put it; it does NOT snap back. Each

    tick the panel measures the live pip distance from the relevant

    entry (Ask for BUY, Bid for SELL) to your SL line, and recomputes

    the lot size so the realized loss when SL is hit equals your Risk

    amount. As price drifts, the lot adjusts; the line stays anchored.


    Typing a value into the SL or TP field does the inverse: it moves

    the line to that distance (pips, on the side matching the current

    direction) or to that absolute price. Pressing Enter commits the

    move; clicking BUY or SELL also commits any unsubmitted edit.


NOTES

-----

- Before sending an order the EA checks: AutoTrading is on, Algo

  Trading is allowed for the EA, the account/broker permits trading,

  the symbol is tradable, and there is enough free margin for the

  lot. If any check fails, the status line explains why and NO order

  is sent.


- Auto-commission requires you to have at least one closed trade on

  this symbol within the InpCommLookbackDays window. If none, the

  EA falls back to InpManualCommission.


- Lot sizing formula:

       Lot = Risk_Money / (SL_pips * PipValuePerLot + Commission_RT)


- SL price for BUY = Ask - SL_pips, for SELL = Bid + SL_pips. This

  makes the SL distance from your entry equal exactly to the pips

  value displayed, so the realized loss matches the calculation.


- One EA per chart. Different charts can have different settings.

おすすめのプロダクト
Japanese コードの利点の説明(コード自体には触れずに) 1. 市場環境の詳細な分析(3次元) 単に「上昇」「下降」を示すだけでなく、**「レンジ(横ばい)」**の勢いを分離して表示します。 買い圧力が強い時(強気) 売り圧力が強い時(弱気) 重要: 方向感がない時(レンジ相場)を可視化し、無駄なエントリーを減らせます。 2. オシレーターによる強弱測定 (0-100) 価格変動を0~100の範囲で正規化します。 極端なゾーン: 買われすぎ/売られすぎ(例:80以上、20以下)を定義。 エリアの塗りつぶし: ピーク時に色がつくため、視覚的に判断しやすいです。 3. ノイズ除去の柔軟性(スムージングと加重) だましの回避: 移動平均の種類(RMA, EMA, SMA等)を選んで、細かいノイズを除去できます。 出来高(Volume)加重: 出来高を計算に含めるオプションがあり、信頼性を高めます。 4. 明確な視覚シグナル クロスアロー(矢印): 買いと売りの勢いが逆転した時に矢印を表示します。 表示切り替え: 線や塗りつぶしをON/OFFしてチャートを整理できます。 5. パフォーマ
Painel Profit is an operational trading panel for MetaTrader 5 created to make manual execution and visual order management easier directly on the chart. The operating principle is simple: the trader selects the symbol, timeframe, volume, entry type, and exit strategy. Based on these commands, the panel sends or organizes the trade through the interface, displaying the entry, take profit, and stop loss levels on the chart for visual monitoring. This product is not a signal robot and does not mak
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
Harmonic Pattern Structure Harmonic Pattern Structure is a professional MetaTrader 5 indicator that automatically detects classic harmonic patterns using strict Fibonacci ratio validation and XABCD price structure. Designed for traders who value precision, clean visuals, and structured analysis, the indicator highlights potential reversal zones based on price geometry, supporting consistent and objective decision-making. SUPPORTED HARMONIC PATTERNS Gartley (222) Butterfly Bat Crab Shark Cy
SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視覚
Master Editionは、ボリュームとマネーフローの視点を通じて市場構造を可視化するために設計されたプロフェッショナルグレードの分析ツールです。標準のボリュームインジケーターとは異なり、このツールはチャート上に日足ボリュームプロファイルを直接表示し、価格発見がどこで行われたか、そして「スマートマネー」がどこに位置しているかを正確に確認できます。 このMaster Editionは、明確さとスピードを考慮して設計されており、ロード時にチャートレイアウトを即座に美化するユニークな自動テーマ同期システムを備えています。 主な機能: 真のマネーフロー計算: 標準のティックボリュームを超えます。「Use Money Flow」を有効にすると、ボリュームは価格によって重み付けされ、特定の価格レベルでの実際の資本コミットメントが明らかになります。 バリューエリア (VA) の可視化: バリューエリア(デフォルトではボリュームの70%)を自動的に計算します。 VA Fill: コントロールゾーンを即座に識別するために、バリューエリアの背景をシェーディングします。 主要レベル: コントロールポイン
Cumulative Volume Delta MA-X MTF (Gradient Momentum 搭載) このインディケーターは、MetaTrader 5向けにマルチタイムフレーム(MTF)での累積ボリューム・デルタ(CVD)分析を行います。ティックデータまたはリアルボリュームデータを分析することで、買い圧力と売り圧力の純差を計算し、オーダーフローのセンチメントを視覚的に表現します。 ロジックと機能 このインディケーターは、数学的なアプローチを用いてボリューム分析を行います: データソース : 取引所銘柄のリアルボリューム(Real Volume) と、FX/CFD向けの OHLCウィック・プロキシ(OHLC Wick Proxy)計算の両方をサポートしています。 グラデーションシステム : 4色の移動平均線がトレンドの段階を識別します: ディープスカイブルー(DeepSkyBlue) : 数値が正で、上昇中。 オレンジ(Orange) : 数値が正で、下落中。 マゼンタ(Magenta) : 数値が負で、下落中。 パープル(Purple) : 数値が負で、上昇中。 5レイヤー
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
TRI Visualizer Enhanced - 熱力学的市場分析の革命 概要 TRI(Thermal Range Indicator)Visualizer Enhanced は、従来のテクニカル分析を超越した、物理学の熱力学理論を応用した革新的なマーケット分析インジケーターです。市場の価格変動を「熱力学的エネルギー」として捉え、これまで見落とされていた市場の微細な変化を高精度で検出します。 革新的な仕組み 1. デュアル計算エンジン クラシックTRIモード 基本公式: |終値-始値| + (高値-安値) ローソク足の実体とヒゲを統合した純粋なボラティリティ測定 シンプルで直感的、あらゆる市場環境で安定動作 熱力学的TRIモード(独自開発) 価格加速度 :2次微分による価格変化の勢いを測定 出来高変化率 :相対的な出来高の変化を動的に評価 ポジションエネルギー :正規化された価格変動エネルギーを計算 熱力学的係数 :物理学の熱力学法則を市場分析に応用 2. 高度な平滑化システム SMA(単純移動平均) :基本的なノイズ除去 EMA(指数移動平均) :最新データ重視の平滑化
Volume Candle Indicator
Pablo Filipe Soares De Almeida
MetaTrader 5 用ボリュームカラーヒストグラムインジケーター このインジケーターは、取引量を別ウィンドウにヒストグラムとして表示します。ローソク足の方向に基づき、バーの色が自動的に変化します。終値が始値より高い場合は緑(上昇トレンド)で表示され、終値が始値より低い場合は赤(下降トレンド)で表示されます。これにより、トレーダーは価格変動とボリュームの関係を視覚的に把握できます。 主な機能 ボリュームソース:ティックボリュームまたはリアルボリュームを選択可能。 ボリュームヒストグラムの上に移動平均線を追加でき、平滑化されたボリュームトレンドを確認可能。 対応平均タイプ:SMA、EMA、SMMA、LWMA。 平均期間を自由に設定可能。 すべての銘柄と時間足で動作し、MetaTrader 5 に完全対応。 視覚的にわかりやすい配色設計により、価格変化の強弱を一目で判断でき、トレードタイミングを最適化するのに役立ちます。
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
The Accumulation / Distribution is an indicator which was essentially designed to measure underlying supply and demand. It accomplishes this by trying to determine whether traders are actually accumulating (buying) or distributing (selling). This indicator should be more accurate than other default MT5 AD indicator for measuring buy/sell pressure by volume, identifying trend change through divergence and calculating Accumulation/Distribution (A/D) level. Application: - Buy/sell pressure: above
The "MR Volume Profile 5" indicator is a charting tool that displays trading volume at different price levels rather than time intervals. A key concept in volume profile is the point of control (POC)—the price level with the highest volume traded during the session or time range. While tools like VWAP or OBV provide volume trends, the "MR Volume Profile 5" indicator offers granular detail about where the most market activity occurs at specific price levels. This makes it a more precise tool for
Multi Timeframe Smc Bias Finder Trading in alignment with higher timeframe structure is one of the most consistently profitable habits a trader can build. The difficulty has always been execution: switching between timeframes, manually reading structure, and keeping track of whether the Daily, 4-Hour and 1-Hour are all pointing in the same direction before committing to a position. Multi Timeframe Smc Bias Finder resolves that entirely. Three tools in one indicator: A live multi-timeframe bias d
Overview Harmonic Patterns MT5 is a technical analysis indicator designed for the MetaTrader 5 platform. It identifies and displays harmonic price patterns, such as Butterfly, Cypher, Crab, Bat, Shark, and Gartley, in both bullish and bearish directions. The indicator calculates key price levels, including entry, stop loss, and three take-profit levels, to assist traders in analyzing market movements. Visual elements and customizable alerts enhance usability on the chart. Features Detects six ha
Time and Sales Tick
Pablo Filipe Soares De Almeida
Time & Sales Tick Indicator は、MetaTrader 5チャート上でリアルタイムのティック情報を表示するインジケーターです。 価格、ティック出来高、時刻を視覚的に確認でき、市場の動きを細かく分析することが可能です。 機能 価格、出来高、時間を含むティックデータをチャート上の専用パネルにリアルタイム表示します。 ティックをユーザーが設定した間隔でグループ化し、上昇ティックは緑色、下降ティックは赤色で色分け表示します。 パネルはチャートの4隅の任意の位置に配置でき、サイズや透明度の調整も可能です。 MetaTrader 5のすべてのシンボルおよびタイムフレームで使用可能で、軽量かつ安定した動作を実現しています。 このインジケーターは、スキャルピングや短期分析に特に適しています。
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
**   All Symbols   x   All Timeframes   scan just by pressing scanner button ** Discount: The price is $50$, But now it is just $39, Limited time offer is active. *** Contact me  to send you instruction and add you in "Trend Reversal group" for sharing or seeing experiences with other users. Introduction: Trendlines are the most famous technical analysis in trading . Trendlines continually form on the charts of markets across all the different timeframes providing huge opportunities for traders
Haven Fibonacci Volume Profiles — あなたの自動マーケットレンジアナリスト Haven Fibonacci Volume Profiles をご紹介します。これは、市場分析を次のレベルに引き上げる強力なツールです。このインジケーターは、重要なピボットポイントに基づいて構築された主要な価格レンジを自動的に特定し、それぞれに詳細な出来高プロファイルとフィボナッチレベルを重ねて表示します。これにより、トレーダーは流動性がどこに集中しているか、そして真のサポートレベルとレジスタンスレベルがどこにあるかを即座に確認できます。 その他の製品 -> こちら . どのレンジが関連性があるかを推測するのはやめましょう。インジケーターがすべての複雑な作業を代行し、過去と現在の価格レンジの両方を表示することで、市場の状況を完全に理解することができます。 インジケーターの主な機能 自動レンジ検出: インジケーターは重要な高値と安値(ピボット)を自動的に見つけ、それらの間に価格レンジを構築します。 詳細な出来高プロファイル: 各レンジに対して出来高プロファイルが計算・表示され、取
Key level wedge MT5
Presley Annais Tatenda Meck
The   Key level wedge MT5   indicator automatically draws rising wedge pattern and falling wedge pattern for you on the chart. This pattern is really good when used as a confirmation entry at key support & resistance, supply & demand and reversal zones. Advantages  The   Key level wedge MT5   block DOES NOT RE-PAINT, giving you confidence when a signal appears and also helps when looking back.  The   Key level wedge MT5   includes an on/off button on the chart to easily keep the charts clean
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
An indicator of patterns #24, #25, #26 and #27 ("Head and Shoulders", "Complex Head and Shoulders") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period K - an additional parameter that influences the accuracy of pattern shape recognition. The smaller the value is, the smoother the row of peaks/valleys should
You can change the time period of the chart at the touch of a button. You can also change multiple charts at the touch of a button. You can also change multiple charts at the touch of a button,   saving you the trouble of changing time periods. We are live-streaming the actual operation of the system. Please check for yourself if it is usable. Please check it out for yourself. https://www.youtube.com/@ganesha_forex We do not guarantee your investment results. Investments should be made at you
Introducing PivotWave – your ultimate trading companion that redefines precision and market analysis. Designed with traders in mind, PivotWave is more than just an indicator; it’s a powerful tool that captures the pulse of the market, identifying key turning points and trends with pinpoint accuracy. PivotWave leverages advanced algorithms to provide clear visual signals for optimal entry and exit points, making it easier for traders to navigate volatile market conditions. Whether you are a begin
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
Crash 1000 Scalping Indicator for the Crash 1000 Deriv Synthetic Index. Introduction The Crash 1000 Scalping Indicator is a specialized tool designed for the Crash 1000 index on the Deriv Synthetic market. This indicator is particularly useful for scalping on the M1 timeframe, helping traders to identify precise entry and exit points for buy positions. It is designed to be non-repainting, providing clear signals with audible alerts and push notifications, and is compatible with mobile devices th
ADVANCED FUNCTIONALITIES: Trend Score (0-100) with visual bar Intelligent signals with adjustable strength (1-10) Risk management with automatic TP/SL Audible and visual alerts Price zones with smooth filling Multi-indicator analysis (RSI, ATR, BB, EMAs) DESIGN FEATURES Modern Visual: Smooth and well-spaced lines (EMA with 2-3px width) Vibrant and professional colors (Sky Blue, Orange, Gold) Modern arrows (code 233/234) for buy/sell signals Configurable dark/light theme Adjustable transparency f
This indicator presents an alternative approach to identify Market Structure. The logic used is derived from learning material created by   DaveTeaches (on X) Upgrade v1.10: + add option to put protected high/low value to buffer (figure 11, 12) + add  Retracements  value to buffer when Show Retracements When quantifying Market Structure, it is common to use fractal highs and lows to identify "significant" swing pivots. When price closes through these pivots, we may identify a Market Structure S
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 — 1つの端末内で動作するプロフェッショナルなポジション複製システム MetaTrader 5 ですでに開かれているポジションを自動で複製し、総ボリュームを拡張し、独自のロット設定を適用しながら、複製ポジションを明確なルールで管理したいトレーダーのための信頼性の高い Expert Advisor です。 手動売買、アルゴリズム売買、そして既存ポジションをより柔軟に管理したい場面に適した実用的なツールです。 Duplicator for MT5 は独自の売買戦略で新規ポジションを開くものではありません。役割は、MetaTrader 5 口座内にすでに存在しているポジションを監視し、指定した条件に従ってその複製を作成することです。複製回数、ロットサイズ、Stop Loss、Take Profit、コメント、追加の管理条件まで細かく設定できます。 異なるプラットフォーム間のコピーではなく、 同じ MetaTrader 5 端末内で ポジションを正確に複製したい場合、この MT5 版 Duplicator はその目的のために作られていま
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (213)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (142)
Local Trade Copier EA MT5 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT5 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT5 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT5 >> ファイル >> データ フォルダを開く >> MQL5 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
TradePanel MT5
Alfiya Fazylova
4.88 (160)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
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:/
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
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.94 (34)
MetaTrader 5 用のプロフェッショナル取引コピー機 MetaTrader 向けの高速・高性能・信頼性の高い 取引コピー機 です。 COPYLOT は、MT4 と MT5 のターミナル間で Forex 取引をコピーでき、 Hedge 口座と Netting 口座の両方に対応しています。 COPYLOT MT5 版の対応構成: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版 完全な説明 + DEMO + PDF 購入方法 インストール方法 ログファイルの取得方法 テストと最適化の方法 Expforex のすべての製品 MT4 ターミナルへのコピーも可能です(MT4 → MT4、MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT は、2台、3台、さらには10台のターミナル間で同時に動作できる、プロフェッ
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
================================================================================ 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
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、ドラッグ可能なストップ・ターゲットライン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブパネルをそのまま
Trade copier MT5
Alfiya Fazylova
4.57 (46)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Free Demo: Seconds Chart v2.29 Demo.ex5 無料デモをダウンロードしてご自身でお確かめください: 完全機能版 - すべての機能が利用可能 24時間テスト - 精度と利便性を評価するのに十分な時間 デモ口座のみ - ほとんどのブローカーで簡単に開設可能 GBPCADチャートのみ - ほとんどの端末で利用可能 これらの制限はデモ版のみに適用されます。製品版は、あらゆる口座タイプ(リアル、デモ、コンテス
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 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
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. 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 discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions
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
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
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus は、MetaTrader 5プラットフォーム上での取引効率と効果を向上させるために設計された高度なトレード管理ツールです。リスク計算、注文管理、高度なグリッドシステム、チャートベースのツール、パフォーマンス分析など、包括的な機能を提供します。 主な機能 1. リカバリーグリッド 逆境の市場環境下で取引を管理するための平均化および柔軟なグリッドシステムを実装します。 取引回復のための戦略的なエントリーおよびエグジットポイントを可能にします。 2. スタックグリッド 強い市場の動きの中でポジションを追加することで、有利な取引での潜在的なリターンを最大化するように設計されています。 トレンド市場で利益を得られるよう、勝ち取引を拡大します。 3. 損益(P&L)ライン チャート上に直接、潜在的な利益と損失のシナリオを視覚的に表示します。 設定を調整し、P&Lラインをドラッグして、実行前にさまざまな取引結果を評価します。 4. バスケットモード 同じシンボルでの複数ポジションの管理を簡素化し、それらを単一の集約ポジションにまとめます。 平均価格に基づいて、ストップロスやテイクプ
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the 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 unique data streams. The Supervisor r
EASY Insight AIO – スマートで手間いらずな取引のオールインワンソリューション 概要 数秒で市場全体——FX、ゴールド、暗号資産、指数、さらには株式まで——を、手作業のチャート確認や複雑なセットアップ・インジケーター導入なしにスキャンできたらどうでしょうか? EASY Insight AIO はAIトレードのための究極のプラグ&プレイ型エクスポートツールです。市場全体のスナップショットを、クリーンなCSVファイルで一括出力。ChatGPT、Claude、Gemini、Perplexityなど、さまざまなAIプラットフォームで即座に解析できます。 ウィンドウの切り替えやグラフのごちゃごちゃしたオーバーレイはもう不要。自動エクスポートされる純粋で構造化されたインサイトだけで、無駄なチャート監視に悩まされず、スマートなデータ主導の判断に集中できます。 なぜEASY Insight AIOなのか? 本当のオールインワン • セットアップ不要、インジケーターのインストール不要、チャートへのオーバーレイ不要。インストールして起動し、エクスポートするだけです。 マルチアセット対
MetaTrader 5 用トレーディングパネル — チャートとキーボードから行うプロフェッショナルなワンクリック取引 アクティブトレーダーのために設計された高機能 Trading Panel。標準の MetaTrader 操作よりも、はるかに速く、直感的に、そして効率的に取引を実行できます。 本パネルは、ポジション管理、未決注文管理、利益コントロール、執行スピードをひとつのプロフェッショナルなワークスペースに集約した実践的なソリューションです。 これは単なる補助ツールではありません。MetaTrader 5 のための本格的な trading cockpit です。チャートから直接操作し、キーボードで素早くコマンドを実行し、自動計算や視覚的なガイドを活用することで、手動トレードをより速く、より明確に、より快適にします。 このパネルを使えば、チャート上からワンクリックで注文を実行でき、標準の MetaTrader コントロールと比べて最大 30 倍速く取引操作を行うことができます。 新しいプレミアム版が利用可能です: VirtualTradePad PRO SE で取引ワークフローを強
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.
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認
EA Auditor
Stephen J Martret
5 (3)
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
動作デモ版ダウンロード Copy Cat More (コピーキャット・モア) MT5 トレードコピー (Trade Copier) は、ローカルのトレードコピーであり、今日のトレード課題のために設計された完全なリスク管理・執行フレームワークです。プロップファーム (prop firm) のチャレンジから個人のポートフォリオ管理まで、堅牢な執行、資金保護、柔軟な設定、高度なトレード処理の組み合わせによって、あらゆる状況に適応します。 このコピーは、マスター (Master、送信側) とスレーブ (Slave、受信側) の両モードで動作し、成行注文・指値注文、トレードの変更、部分決済、両建て決済 (Close By) 操作をリアルタイムで同期します。デモ口座と実口座、トレード用ログインと投資家ログインの両方に対応し、永続的トレードメモリ (Persistent Trade Memory) システムにより、EA・端末・VPS が再起動しても復旧を保証します。一意の ID により複数のマスターとスレーブを同時に管理でき、ブローカー間の差異は接頭辞/接尾辞の調整やカスタムシンボルマッピングに
作者のその他のプロダクト
SMT DIVERGENCE - GOLD vs SILVER (XAUUSD / XAGUSD) All Timeframe MQL5 Market Product Description ==================================================================== PRODUCT NAME: SMT Divergence Gold vs Silver | Smart Money Scalping Tool SHORT DESCRIPTION (max 63 chars): Catch Gold reversals before they happen using SMT Divergence ---------------------------------------------------------------------- FULL DESCRIPTION ---------------------------------------------------------------------- W
FREE
==================================================================== SMT DIVERGENCE - GOLD vs SILVER (XAUUSD / XAGUSD) All Timeframe MQL5 Market Product Description ==================================================================== PRODUCT NAME: SMT Divergence Gold vs Silver | Smart Money Scalping Tool SHORT DESCRIPTION (max 63 chars): Catch Gold reversals before they happen using SMT Divergence ---------------------------------------------------------------------- FULL DESCRIPTION ----
FREE
==================================================================== SMT DIVERGENCE - NASDAQ vs S&P500 (NAS100 / US500) MQL5 Market Product Description ==================================================================== PRODUCT NAME: SMT Divergence Nasdaq vs S&P500 | Smart Money Index Scalper SHORT DESCRIPTION (max 63 chars): Spot Nasdaq reversals using SMT Divergence with S&P500 ---------------------------------------------------------------------- FULL DESCRIPTION ---------------------
FREE
==================================================================== SMT DIVERGENCE - NASDAQ vs S&P500 (NAS100 / US500) MQL5 Market Product Description ==================================================================== PRODUCT NAME: SMT Divergence Nasdaq vs S&P500 | Smart Money Index Scalper SHORT DESCRIPTION (max 63 chars): Spot Nasdaq reversals using SMT Divergence with S&P500 ---------------------------------------------------------------------- FULL DESCRIPTION ---------------------
FREE
フィルタ:
レビューなし
レビューに返信