Quick Trade Assistant

5
==================================================================
 QuickTradeAssistant — Product Description (MQL5 Market)
==================================================================
 Use PART A for the "Description" field of the product page.
 Use PART B for the "What's New" / version notes when you upload
 a new version. Keep appending new entries at the TOP of PART B.
 (Headers in CAPS can be made bold in the Market text editor.)
==================================================================


==================================================================
 PART A — DESCRIPTION
==================================================================

QuickTradeAssistant is a fast, discretionary order-placement panel
for MetaTrader 5. You define a trade with the mouse and confirm it
with a single key. Entry, Stop Loss and Take Profit are previewed
live on the chart, every level is draggable, and position size is
calculated for you. Built for traders who place orders by hand and
want speed and precision without opening dialog windows.

This is a trading TOOL, not an automated strategy. It does not open
trades on its own and makes no performance claims — you stay in
full control of every decision.


--- KEY FEATURES ---

- One-key order placement: hover a candle, press a key, order sent.
- Live on-chart preview of Entry, Stop Loss and Take Profit.
- All lines are draggable (custom drag that also works reliably
  when native dragging is unavailable). R:R and the risk/reward
  value in account currency are shown above each line.
- Three order modes: LIMIT (full candle), LIMIT (wick only),
  and MARKET.
- Three position-sizing methods: % of balance, fixed lots, or a
  fixed money risk in account currency. Each method keeps its own
  value, so switching is instant.
- Partial take-profits: multiple TP levels, each closing a chosen
  percentage of the REMAINING position (or a fixed lot amount).
  Add/remove levels and drag each TP to a custom price.
- Trailing stop: toggle on/off, set the distance in points or by
  dragging the stop line; it only moves in your favour and turns
  off automatically when the position closes.
- Auto break-even with a draggable trigger line, plus a manual
  break-even key.
- Quick close: close a chosen % or lot amount of the open position
  instantly.
- Manual 3-click order (SL -> Entry -> TP): direction is detected
  automatically, lot size is computed from the stop distance (the
  current spread is included), then you can still fine-tune every
  line before sending.
- Candle-close countdown timer (optional), for any timeframe.
- 8 panel themes, Full or Compact layout, and selectable colors
  for every chart line.
- Works on any symbol and timeframe.


--- HOW IT WORKS (WORKFLOW) ---

1. Hover the candle you want to use as the stop anchor. Hovering
   above price prepares a LONG; below price prepares a SHORT.
2. Press 1 to arm the preview — Entry, SL and TP appear and follow
   your mouse.
3. Adjust anything by dragging the lines, or change order type,
   direction and size from the panel or hotkeys.
4. Press 1 (or Enter) to send the order. Press Esc to cancel.

After the position is open, manage it from the same panel: partial
TPs, trailing stop, auto/manual break-even and quick close.


--- HOTKEYS ---

  1      Show preview (first press) / Activate & send order
  Enter  Activate & send the prepared order
  2      Lock / unlock the prepared levels
  3      Cycle order type: LIMIT full -> LIMIT wick -> MARKET
  4      Toggle direction: LONG / SHORT
  6      Move Stop Loss to break-even (manual)

  7      Start manual 3-click order / confirm & send when ready

  8      New — Instant MARKET order: press key 8 or a fast triple-left-click to open a market

  Esc    Cancel the current preview or manual sequence

All hotkeys are remappable in the inputs, and every action also has
a button on the panel.

Tip: keyboard shortcuts require the chart to have focus. If a key
seems unresponsive, click once on the chart (not on the panel).


--- ORDER MODES ---

  LIMIT full   Entry at the candle extreme (covers the whole candle).
  LIMIT wick   Entry at the candle body edge (covers the wick only).
  MARKET       Entry follows live price; SL/TP freeze when armed.


--- POSITION SIZING ---

  %     Risk a percentage of account balance.
  Lot   Use a fixed lot size.
  USD   Risk a fixed amount of money in account currency.

Lot size is derived from the distance between Entry and Stop Loss.


--- PARTIAL TAKE-PROFITS ---

Each partial TP closes its percentage of the REMAINING position at
the moment it is reached, so you can scale out and still leave a
runner. Values can also be entered as fixed lots. Levels are added
or removed from the panel and each TP line is draggable to a custom
price; the reward value updates live.


--- TRAILING STOP ---

Toggle the trailing stop on the panel. Set the distance in the
panel field, or simply drag the position's stop line to where you
want it. The stop never moves backwards. Activation profit and the
minimum step are configurable, and trailing switches off by itself
once the position is closed.


--- INPUT PARAMETERS ---

Risk / position size
  InpRiskMode        Sizing method: % of balance / fixed lot / USD risk
  InpRiskPercent     Risk percent of balance (default 1.0)
  InpFixedLot        Fixed lot size (default 0.10)
  InpRiskUSD         Fixed money risk in account currency (default 100)

TP / RR
  InpDefaultRR       Default reward-to-risk ratio (default 5.0)
  InpNumPartialTP    Number of partial TP levels (default 2)
  InpPartialMode     Partial unit: percent or lots
  InpPartialValues   Default partial values, comma-separated (e.g. 50,50)

SL / spread / type
  InpDefaultMode     Default order type (LIMIT full / wick / MARKET)
  InpSLBufferPoints  Extra buffer added to the stop, in points (default 20)
  InpUseSpreadInSL   Include current spread in the stop distance (default true)

Trailing stop
  InpTrailPoints       Trailing distance in points (default 200)
  InpTrailStartPoints  Start trailing after this profit in points (0 = immediately)
  InpTrailStepPoints   Minimum step to move the stop, in points (default 20)

Candle close timer
  InpShowCloseTimer  Show time left to candle close (default off)
  InpTimerTF         Timer timeframe (CURRENT = chart timeframe)
  InpTimerColor      Timer text color

Panel
  InpCorner          Panel corner on the chart
  InpPanelX/InpPanelY Panel offset from the corner
  InpFontSize        Panel font size
  InpLayout          Panel layout: Full or Compact
  InpSkin            Panel theme (8 styles)

Line colors
  InpColLong / InpColShort / InpColSL / InpColTP / InpColPartial / InpColBE
                     Colors for each chart line (pick from a list)

Hotkeys
  InpKey1..InpKey7   Remappable action keys (see HOTKEYS above)

General
  InpMagic           Magic number for this tool's orders (default 770077)
  InpSlippage        Maximum allowed slippage in points (default 30)


--- NOTES ---

- Discretionary tool: it never trades on its own; you confirm every
  order. No profit guarantees are made or implied.
- The free demo of this product runs only in the MetaTrader 5
  Strategy Tester (this is set automatically by the Market). Use
  the tester to try the panel before purchasing.
- No DLLs and no external connections are used.



==================================================================
 PART B — VERSION HISTORY ("What's New")
==================================================================
 When you publish an update, add the newest version on TOP, using
 the same format. Keep entries short and concrete.
------------------------------------------------------------------

Version 1.84
- New: Floating profit/loss indicator pinned to the right edge of the
  chart, shown in blue and updated in real time, so it never overlaps
  the candle-close timer.
- New: When a partial take-profit is reached, its row on the panel is
  highlighted ("taken") instead of leaving an empty gap. The panel
  returns to its initial state once the position is fully closed.
- Improved: In Lot mode, each partial take-profit is now an independent
  absolute lot amount, limited only by the size of the open position.
  You can freely allocate lots per level (for example, close 0.02 of a
  0.03 position). Percent mode still closes a percentage of the
  remaining position. Switching between % and Lot converts the values
  consistently.
- Improved: On-chart labels (R:R, value in account currency, and the
  candle-close timer) now sit just above their lines for readability.
- Fixed: The Auto break-even trigger line label now reads "Auto BE".

Version 1.80
- First public release on the MQL5 Market.
- One-key / mouse order placement with live Entry, SL and TP preview.
- Order modes: LIMIT (full candle), LIMIT (wick), MARKET.
- Position sizing by % of balance, fixed lots, or fixed money risk.
- Partial take-profits (percent of remaining or fixed lots),
  draggable, add/remove levels.
- Trailing stop with adjustable distance (field or drag), auto-off
  on close.
- Auto and manual break-even.
- Quick close by percent or lots.
- Manual 3-click order (SL -> Entry -> TP) with auto direction and
  spread-aware lot sizing.
- Optional candle-close countdown timer.
- 8 panel themes, Full / Compact layout, selectable line colors.
- Risk and reward values shown in account currency above each line.

------------------------------------------------------------------
 Template for the next entry (copy, fill in, move to the top):

Version X.YZ
- Added: ...
- Improved: ...
- Fixed: ...
------------------------------------------------------------------

レビュー 1
siy0729
34
siy0729 2026.06.08 05:29 
 

Классный ассистент БЫСТРОГО входа и управления сделками. Закрыл почти весь базовый минимум, частичные фиксации есть, трал есть + безубыток, таймер закрытия свечи есть, спред тоже есть. Размещение лимиток супер.

おすすめのプロダクト
Copy Trade PRO - Slave EA (FREE with Master EA) Receive Trades Automatically from Your Master Account Copy Trade PRO - Slave EA is a professional trade receiver designed for MetaTrader 5. It automatically mirrors trades from the Copy Trade PRO Master EA with fast execution, intelligent symbol matching, and flexible risk management.    Telegram Support Link :   @GoldBotXSupport Need help or have questions? Contact me on WhatsApp:      https://wa.me/447378910922 This Slave EA is complete
FREE
Crypto_Forex MT5用インジケーター「 WPR with 2 Moving Averages 」(リペイント機能なし) - WPR自体はスキャルピングに最適なオシレーターの1つです。 - 「WPR and 2 Moving Averages」インジケーターを使用すると、WPRオシレーターの高速移動平均線と低速移動平均線を確認できます。 - このインジケーターを使用すると、価格調整を早期に把握できます。 - このインジケーターはパラメータで簡単に設定でき、どの時間枠でも使用できます。 - 買いと売りのエントリー条件は画像で確認できます。 - WPR MA クロスの PC およびモバイル アラート付き。 買いシグナルの条件例: (1) - 高速MAが低速MAを下向きにクロスし、WPR値が-50を下回っている場合:買いトレードを開きます。 (2) - WPR値が-20を超える買われすぎゾーンに入ったら:買いトレードを終了します。 売りシグナルの条件例: (1) - 高速MAが低速MAを下向きにクロスし、WPR値が-50を超えている場合:売りトレードを開きます。 (2) WP
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
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT5 accounts only. For MT4 accounts, you must use Auto Trade Copier (for MT4). Reference: - For MT4 receiver, please download Trade Receiver Fr
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
最初に、私は Dragon Ultra Expert Advisor に本気で取り組みました。 このレッスンは本当に**「素晴らしい」 です。 正直に言って、これまで私が書いたトレーディングレッスンの中でも 最高の一つ**だと思います。 完成させるまでに、少なくとも 2日間の集中力 と、おそらく コーヒー20杯 は必要でした。 ぜひこの内容を他の人にもシェアしてください。楽しんで読んでください。 ブルース・リーは史上最高の武術家の一人だったと言えるでしょう。 しかし驚くべきことに、彼は 最初から最高だったわけではありません。 彼は 献身と集中 によってその地位を手に入れました。 自分の技を極め、 真のマスター になることを学んだのです。 Forex(外国為替)で成功したいなら、 あなたも ブルース・リーのメンタリティ を身につける必要があります。 これまでのトレーディング人生で学んできたことを、一度すべて忘れてください。 Forex市場で新しいアプローチを取り入れようとするトレーダーが直面する最大の問題の一つは、 過去の先入観や失敗したトレード概念を引きずってしまうこと です。 本当に
FREE
GOM Trade Manager helps you execute trades the way you want it. Works on all instruments Forex, Commodities, & Crypto. It helps you with lot calculations, spread addition and balance calculations so you can just focus on actual trading. For automatic planned management and protection >> check out GOM Trade Manager Pro . ------------------------------------------NOTABLE FEATURES------------------------------------------ You set everything based on bid price, which is the price of the candles
FREE
Inverted_Chart_EA Utility Expert Advisor Inverted_Chart_EA creates and maintains a mirror-inverted chart of any symbol and timeframe. It automatically generates a custom instrument (e.g. US30_INV ) and keeps its price history updated in real time, with bars mirrored around a chosen pivot. This utility gives traders a new way to analyze the market from a different perspective by flipping the chart upside down. Why use an inverted chart? Highlight hidden patterns – price formations that look ordin
Candle Perspective Structure Indicator MT5 is a simple indicator that defines and displays the candlestick structure of the market. This indicator will suit both experienced traders and beginners who find it difficult to follow the structure visually. If you want to see more high-quality products or order the development/conversion of your own products, visit my partners' website: 4xDev Get 10% OFF on manual strategies automation services or indicator development/conversion services at 4xDev
FREE
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. What Pip ST Chart Does Renko ch
FREE
Account Monitor Pro — Your Ultimate Trade Statistics Hub Account Monitor Pro is a professional information dashboard designed for traders who combine Expert Advisors (EAs) and manual trading. The indicator separates statistics in real-time based on your Magic Number, allowing you to clearly see who is driving the profit: the algorithm or yourself. Key Features: Split Monitoring: Instant separation of "Robot" positions (by Magic Number) and "Manual" trades. Multi-language Support: 11 languages in
FREE
One Click Trading – Auto TP SL Developer TraderLinkz Version 1.00 Category Utility What it does Adds missing TP and SL to your manual trades and pending orders Sets them once per ticket Lets you move TP and SL afterward Works on hedging and netting accounts Scans on every tick and reacts on trade events Why you want it You place faster entries You get consistent risk and exit targets You reduce fat finger errors You keep full manual control Quick start Attach the EA to any chart Keep TP and SL e
FREE
Trading Co-Pilot for MetaTrader 5 Advanced Position Management for Manual Traders Trading Co-Pilot is a professional trade management assistant designed for traders who open positions manually and want precise, automated control over risk and profit handling. It does not open trades. It manages them intelligently. You focus on entries. The Co-Pilot protects and optimizes the exit. How It Works Once you open a manual position, Trading Co-Pilot automatically: • Applies Stop Loss • Sets Take Profit
FREE
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 フォルダに貼り付けて、ターミナルを再起動しま
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Overview Mirror Signals EA is a powerful monitoring Expert Advisor that automatically sends real-time Telegram notifications for all important trade events on your MetaTrader 5 account. It is engineered specifically for signal providers , trade-copier operators , auditors , educators , and professional trading services that require immediate, detailed, and reliable reporting. Everything from entries, exits, SL/TP changes, comment changes, trailing stop activations, pending order modifications
Copy your MT5 trades to accounts anywhere in the world with the   MetaToolsLab Master EA . Unlike local copiers that only work between terminals on the   same   PC or VPS, MetaToolsLab uses a secure cloud relay — so you can broadcast your trades to followers across   different computers, VPS providers, brokers, and continents , with   sub-second delivery   and   no broker passwords . Whether you're a signal provider, a multi-account trader, or an account manager, the Master EA installs in about
FREE
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
BTC Trend Scalper MT5 トレンドキャプチャーエディション — BTCUSDのための精密モメンタムトレーディング トレーダーの皆さん、こんにちは! 私は   BTC Trend Scalper MT5   — 規律あるリスク管理でモメンタムの動きを捉えるために設計されたインテリジェントなビットコイントレーディングエキスパートアドバイザーです。 私は マーチンゲールではありません 。 私は グリッドシステムではありません 。 私は ギャンブルロボットではありません 。 私は トレンドフォロー型スキャルパー です。すべてのローソク足を追いかけるよりも資本を守ることが重要であると理解しているトレーダーのために特別に構築されました。 私の専門は? ビットコイン(BTCUSD) 私の使命は? リスクを厳格に管理しながら、高い確率で方向性のある動きを捉えること。 なぜ「トレンドキャプチャー」なのか? 多くのビットコインEAは、天井や底を予測しようとします。 多くのスキャルパーは、市場のわずかな変動に過剰に取引します。 私は別のアプローチを取ります。 私は待ちま
Thank you for your interest in The Tail. I have been trading since 2018. Or rather, it’s not me who trades, but the army of my robots, which I constantly develop. Tail is one such candidate. This robot works on moving averages, filters trades by RSI. The robot provides the functionality of volume and position control. Combine different approaches. I recommend using it in a group of 3-5 of the same robots on different instruments for the best result. I recommend keeping a high value of the
FREE
Copier Master RAlabs (receiver) and Copier Provider RAlabs (signal source) — a system for local copying of trades between MetaTrader terminals on a single PC/VPS. It consists of two products: Provider (signal source) and Master (receiver/copier with a control panel). Provider is installed on the donor account (the account whose trades are being copied) — it publishes the trades. Master is installed on the recipient account — it reads the donors and opens copies; it hosts the entire copy setting
Overview Mirror Signals Service EA (Text only)   is a powerful monitoring Expert Advisor that automatically sends   real-time Telegram notifications   for all important trade events on your MetaTrader 5 account. It is engineered specifically for   signal providers ,   trade-copier operators ,   auditors ,   educators , and   professional trading services   that require immediate, detailed, and reliable reporting. Everything from   entries, exits, SL/TP changes, comment changes, trailing sto
It is just an alternative fibo lines. mt4 have is a very strange drawing of fibo lines, this utilites was written for mt4, but for mt5 it may not be particularly useful. A simple Box (Rectangle) graphic element with adjustable levels binding: it is possible to specify up to 17 custom levels, all rectangles on the chart with the given prefix in their name are processed. Levels are specified in % of the height of the rectangle. A convenient graphical element for analyzing charts by growth-correct
FREE
BreakEvan Utility  Is a simple tool in a panel with this utilities: This utility will draw a Golden Line in the chart applied showing the breakeven price, considering all the positions opened for that specific symbol. Also the information panel shows: Balance Breakeven Price for that chart Force Breakeven (for that symbol) as ON/OFF Force Breakeven Global (takes into account all trades opened) as ON/OFF Total Lots opened for Symbol Total Lots opened Global And two buttons: Force Breakeven: Whe
Imagine flying a real aircraft without ever stepping into a flight simulator. That's what trading is like. You have to simulate your strategy before you can take it to a live market. It is good if you can simulate things speedily before even stepping into any live market, or before coming up with an automated system.  People don't have all day to stare at a higher timeframe chart until the entry signal finally arrives. That's why I built this so that you can simulate your strategy with speed. Th
FREE
Bastion is a monitor-and-close-only risk manager for prop-firm traders. It watches your account against your firm's daily-loss and maximum-drawdown limits in real time and force-closes your open positions BEFORE you cross a line. It never opens a trade of its own, so it stays fully within the tools allowed by FTMO, FundedNext, The5ers, FTUK and FXIFY. Why traders fail challenges A large share of failed evaluations end on a single daily-loss breach: a moment of inattention, a news spike, one tra
Open and close Multiple Trades on MT5 in 1 click at one price. Enter the Lot size Specify the number of trades you want to open Choose whether you want TP SL or Trailing Stop Once you are done, click Buy or Sell Create trailing stop for multiple trades  PLEASE NOTE: This is not a script, save it in the experts folder What to Always Note Check the minimum stop levels for the symbol you want to trade  Cross-Check your parameters  1. Make sure Auto trading is on 2. Make sure the SL and TP are great
Copy Local Pro — Ultra Fast MT5 Local Trade Copier Copy Local Pro is a high-speed local trade copier for MetaTrader 5 that instantly replicates trades between multiple MT5 accounts on the same PC or VPS. Overview Execute trades on one account and automatically copy them to multiple accounts in real time. The copier runs entirely locally, providing ultra-low latency, stable execution, and full control over risk management without external servers. Key Features Fast local trade copying with near-
The Expert Advisor is used to create Renko chart, realtime updates, easy for technical analysis. Backtest your strategy with all indicators with Renko chart in MetaTrader 5. Parameters Box Size : input the number of box size. Show Wicks : if true , draw a candle with high/low. History Start: input the date to creat first candle. Maximum Bars: limit number of bars on renko chart How to use Attach the Expert Advisor to a chart (timeframe M1), for which you want to create a renko. Input box size a
概要 Candle Timer Countdown Pro は、現在のローソク足が終了するまでの残り時間を、滑らかで正確なカウントダウンとして表示します。さらに、円形のプログレスアーク(進行表示)を組み合わせることで、残り時間を瞬時に視覚的に把握できます。 ティック間で停止したり、時間がずれてしまう他のタイマーとは異なり、本インジケーターはサーバー時間の補間(Server Time Interpolation)を使用し、M1 から MN まであらゆる時間足で途切れのないスムーズなカウントダウンを実現します。 1分足でのスキャルピングでも、H4でのスイングトレードでも、現在のローソク足が正確にいつ確定するのかを把握することで、エントリータイミングの最適化、ローソク足パターンの確認、そして早すぎる判断の回避に役立ちます。 このタイマーが他と違う理由 多くの MT5 用キャンドルタイマーは TimeCurrent() のみに依存しており、新しいティックが到着したときにしか更新されません。低ボラティリティ時や上位時間足では、ティックの間隔が数秒空くことがあり、その間タイマーが停止し、その後突
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
TradePanel MT5
Alfiya Fazylova
4.88 (162)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
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:/
Telegram to MT5 Multi-Channel Copier は、Telegram チャンネルのトレードシグナルを MetaTrader 5 に自動的に直接コピーします。ボットも、ブラウザ拡張機能も、手動コピーも不要。Telegram でシグナルを受信すると、EA が数秒でターミナル上でトレードをオープンします。 本製品は 2 つのコンポーネントで構成されています:Telegram チャンネルを監視する Windows アプリケーションと、MT5 ターミナルでシグナルを実行するこの Expert Advisor です。MT4 版も利用可能です。 セットアップガイドとアプリケーションのダウンロード: https://www.mql5.com/en/blogs/post/768988 動作原理 Windows アプリケーションは、ボットではなくあなた自身の API 認証情報を使用して Telegram に接続します。つまり、プライベートおよび VIP チャンネルを含む、購読しているあらゆるチャンネル、グループ、トピックを読み取ることができます。シグナルを検出すると、それを解析し
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
================================================================================ 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
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台のターミナル間で同時に動作できる、プロフェッ
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
Trade copier MT5
Alfiya Fazylova
4.59 (49)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
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.
MetaTrader 5 用トレーディングパネル — チャートとキーボードから行うプロフェッショナルなワンクリック取引 アクティブトレーダーのために設計された高機能 Trading Panel。標準の MetaTrader 操作よりも、はるかに速く、直感的に、そして効率的に取引を実行できます。 本パネルは、ポジション管理、未決注文管理、利益コントロール、執行スピードをひとつのプロフェッショナルなワークスペースに集約した実践的なソリューションです。 これは単なる補助ツールではありません。MetaTrader 5 のための本格的な trading cockpit です。チャートから直接操作し、キーボードで素早くコマンドを実行し、自動計算や視覚的なガイドを活用することで、手動トレードをより速く、より明確に、より快適にします。 このパネルを使えば、チャート上からワンクリックで注文を実行でき、標準の MetaTrader コントロールと比べて最大 30 倍速く取引操作を行うことができます。 新しいプレミアム版が利用可能です: VirtualTradePad PRO SE で取引ワークフローを強
EASY Insight AIO – スマートで手間いらずな取引のオールインワンソリューション 概要 数秒で市場全体——FX、ゴールド、暗号資産、指数、さらには株式まで——を、手作業のチャート確認や複雑なセットアップ・インジケーター導入なしにスキャンできたらどうでしょうか? EASY Insight AIO はAIトレードのための究極のプラグ&プレイ型エクスポートツールです。市場全体のスナップショットを、クリーンなCSVファイルで一括出力。ChatGPT、Claude、Gemini、Perplexityなど、さまざまなAIプラットフォームで即座に解析できます。 ウィンドウの切り替えやグラフのごちゃごちゃしたオーバーレイはもう不要。自動エクスポートされる純粋で構造化されたインサイトだけで、無駄なチャート監視に悩まされず、スマートなデータ主導の判断に集中できます。 なぜEASY Insight AIOなのか? 本当のオールインワン • セットアップ不要、インジケーターのインストール不要、チャートへのオーバーレイ不要。インストールして起動し、エクスポートするだけです。 マルチアセット対
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
Premium Trade Manager - コーチ内蔵型トレードパネル Premium Trade Manager は、AIトレーディングコーチをあなたのチャートの中に置き、その下に完全な執行エンジンを備えたツールです。いつも通りにトレードをセットアップし、あなた専任のAIトレーディングコーチ Max にそのセットアップをそのまま読み取らせて、発注前に率直な見解を伝えてもらいましょう。ストップの幅が規律あるアプローチに合っているか、リスクサイズは適切か、高影響のニュースイベントが数分後に迫っていないか、プロップファームの制限に近づいていないか。その下には、クリックの後をすべて処理するエンジンが備わっています。ワンクリックのリスクサイズ計算による発注、チャート上でドラッグして組み立て、発注後も動かせるプラン、最大4段階の分割利確、7種類のトレール方式、リアルタイムのプロップファームコンプライアンス、ニュースガード、そしてコストを自ら採点するスプレッド機能。判断はあなたが下す。Max がもう一度確認する。後のことはすべてパネルが担う。 購入前に実際に触れて試せます。 ブラウザ上でライブ
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
EA Auditor
Stephen J Martret
5 (4)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
LIMITED SUMMER SALE -40% !   ONLY $30 insead of $50!  Maximum real discount! 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 -
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Free Demo: Seconds Chart v2.29 Demo.ex5 無料デモをダウンロードしてご自身でお確かめください: 完全機能版 - すべての機能が利用可能 24時間テスト - 精度と利便性を評価するのに十分な時間 デモ口座のみ - ほとんどのブローカーで簡単に開設可能 GBPCADチャートのみ - ほとんどの端末で利用可能 これらの制限はデモ版のみに適用されます。製品版は、あらゆる口座タイプ(リアル、デモ、コンテス
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! ONLY UNTIL 08/22 The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understand
動作デモ版ダウンロード Copy Cat More (コピーキャット・モア) MT5 トレードコピー (Trade Copier) は、ローカルのトレードコピーであり、今日のトレード課題のために設計された完全なリスク管理・執行フレームワークです。プロップファーム (prop firm) のチャレンジから個人のポートフォリオ管理まで、堅牢な執行、資金保護、柔軟な設定、高度なトレード処理の組み合わせによって、あらゆる状況に適応します。 このコピーは、マスター (Master、送信側) とスレーブ (Slave、受信側) の両モードで動作し、成行注文・指値注文、トレードの変更、部分決済、両建て決済 (Close By) 操作をリアルタイムで同期します。デモ口座と実口座、トレード用ログインと投資家ログインの両方に対応し、永続的トレードメモリ (Persistent Trade Memory) システムにより、EA・端末・VPS が再起動しても復旧を保証します。一意の ID により複数のマスターとスレーブを同時に管理でき、ブローカー間の差異は接頭辞/接尾辞の調整やカスタムシンボルマッピングに
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
EA Performance Tracker (AESTracker) A clean, modern dashboard that shows exactly how your trades and EAs are performing — right on your chart. It reads your full account history automatically and breaks down the numbers by magic number / strategy. Display only — it does not place any trades. What it shows - Account header: live Balance, Equity, and Open (floating) P/L - Profit summary: gross profit, net profit, and the exact commission & swap deducted - Key stats: win rate, profit factor, exp
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
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
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
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
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
フィルタ:
siy0729
34
siy0729 2026.06.08 05:29 
 

Классный ассистент БЫСТРОГО входа и управления сделками. Закрыл почти весь базовый минимум, частичные фиксации есть, трал есть + безубыток, таймер закрытия свечи есть, спред тоже есть. Размещение лимиток супер.

Raimondas Augustinas
440
開発者からの返信 Raimondas Augustinas 2026.06.08 10:17
thanks!
レビューに返信