TradeMngrMT5

TradeManager 1.0 is an Expert Advisor for MetaTrader 4 y 5 that streamlines real-time trade management. Through a graphical control panel, you can send market and pending orders, move stop losses to breakeven, and automatically calculate position size based on your risk settings. Below is a comprehensive overview of its features and input parameters.


Key Features

  1. Market Orders & Pending Orders

    • BUY/SELL Buttons: Instantly open long or short positions at market.

    • BUY STOP / SELL STOP / BUY LIMIT / SELL LIMIT Buttons: Draw interactive horizontal lines on the chart for entry, stop loss, and take profit. Adjust visually, then confirm with “PLACE PENDING ORDER” to submit the pending order.

  2. Risk Management and Auto Lot Sizing

    • RiskType: Choose how the lot size is determined:

      • Lots: Use a fixed lot size ( FixedLots ).

      • Percentage: Calculate lot size as a percentage of account equity or a base amount.

    • AmountForCalculation: Select the base used for risk calculations:

      • CurrentBalance (live account balance)

      • BaseAmount (a fixed value entered in TotalAmountInMoney )

    • RiskPercent: When RiskType=Percentage , specify the percentage of the account to risk per trade (e.g., 1.0 for 1 %).

    • RiskReward: Defines the Risk:Reward ratio. For example, if RiskReward=3.0 and SL is 50 pips, TP will be 150 pips.

    • CalculateAdjustedLotSize: Computes the optimal lot size to risk the specified amount (fixed or percentage), respecting the broker’s minimum/maximum volume rules.

  3. Configurable Stop Loss and Take Profit

    • StopLoss (in points): If > 0, the EA calculates the SL price as EntryPrice ± StopLoss * _Point .

    • When both StopLoss > 0 and RiskReward > 0 , the TP is computed as EntryPrice ± (StopLoss × RiskReward) × _Point .

    • The EA automatically enforces minimum distance requirements ( SYMBOL_TRADE_STOPS_LEVEL and SYMBOL_TRADE_FREEZE_LEVEL ) before sending any order to satisfy broker constraints.

  4. “BREAKEVEN” Button

    • Clicking “BREAKEVEN” loops through all open positions for the current symbol with the specified MagicNumber , then moves each SL to OpenPrice ± 1 pip (depending on BUY or SELL), provided the trade is in profit and meets the broker’s minimum distance.

  5. Quick-Close Buttons

    • CLOSE THIS: Closes all open positions for the current chart’s symbol (filtered by MagicNumber ).

    • CLOSE ALL: Closes all open positions on all symbols (filtered by MagicNumber or closes everything if MagicNumber=0 ).

    • CloseDeletePendingOrders: When set to true , both “CLOSE THIS” and “CLOSE ALL” also delete any pending orders that share the same MagicNumber .

  6. Adjustable Magic Number

    • MagicNumber: Uniquely identifies orders and positions belonging to this EA. Allows running multiple instances of TradeManager on different charts or symbols without interference.

  7. Intuitive Graphical Interface

    • A pop-up panel titled “TradeManager 1.0” appears on the chart with color-coded buttons (red for closes, blue for market orders, fuchsia/blue for pending orders, yellow for breakeven).

    • Pending order setup objects (horizontal lines and labels) are drawn live on the chart; simply drag to adjust prices before confirming the order.


Variable Description Example Value
RiskType    Lot sizing method. Lots = fixed lot; Percentage = percentage of account. Percentage
AmountForCalculation    Base for risk calculation. CurrentBalance = real-time account balance; BaseAmount = fixed amount ( TotalAmountInMoney ). BaseAmount
TotalAmountInMoney    The fixed base amount (in account currency) used for risk calculations when AmountForCalculation=BaseAmount . 100000.0
FixedLots    Fixed lot size (if RiskType=Lots ). 0.05
StopLoss    Stop loss in points for automatic SL and TP calculation (0 = disabled). 200
CloseDeletePendingOrders    If true , the close-buttons will also delete any pending orders; if false , they close only active positions. true
MagicNumber    Unique identifier to tag orders/positions created by this EA. 777665
RiskPercent    Percentage of the account to risk per trade when RiskType=Percentage (1.0 = 1 %). 1.0
RiskReward    Risk:Reward ratio. E.g. 3.0 to target a 1:3 reward. 3.0
PendingOrderOffsetPoints    Initial distance (in points) from the current price for placing BUY/SELL STOP/LIMIT orders. 200


How to Get Started

  1. Installation & Attaching

    • Copy the compiled file TradeManager.ex4  into ...\MQL5\Experts\ .

    • In MetaTrader 5, drag “TradeManager 1.0” onto a chart or right-click → “Expert Advisors” → “Add to Chart”.

  2. Configure Inputs

    • In the Inputs tab of the Properties window, set:

      • RiskType (Lots or Percentage) depending on whether you want fixed lots or percentage-based sizing.

      • AmountForCalculation to choose between using live equity or a fixed base amount ( TotalAmountInMoney ).

      • Adjust RiskPercent , RiskReward , StopLoss , FixedLots , and MagicNumber as needed.

  3. Use the Control Panel

    • BUY/SELL: Open immediate market orders with SL and TP calculated per your settings.

    • BUY STOP / SELL STOP / BUY LIMIT / SELL LIMIT: Initiate pending order setup, drag the lines on the chart to your desired price levels, and then click “PLACE PENDING ORDER” to send the order.

    • BREAKEVEN: Move the SL of all open positions on this symbol to breakeven (+1 pip) once they are in profit.

    • CLOSE THIS: Close all open positions for the current symbol and (optionally) delete pending orders if CloseDeletePendingOrders=true .

    • CLOSE ALL: Close all open positions on all symbols and (optionally) delete all pending orders.


Benefits of TradeManager 1.0

  • Speed & Precision: Open or close trades with a single click—no need to manually type orders.

  • Integrated Risk Management: Auto-compute position size based on your capital and specified risk.

  • Visual & Interactive: Configure pending orders by dragging lines directly on the chart, viewing SL, TP, and risk information in real time.

  • Multi-Instance Friendly: Use different MagicNumber values to run independent instances of TradeManager on multiple charts or symbols.

  • Broker-Compliant: Automatically respects minimum stop and freeze-level requirements, avoiding order rejections.




おすすめのプロダクト
This tool will perform Trailing stop loss and Break even management for orders. Helps you limit or reduce the time spend watching orders on the screen, especially when you need to go to sleep. Just add this EA to 1 chart, you can manage all pairs. You can filter orders by comment, magic number, symbol and order ticket number. When Breakeven it can add shift/offset pips (to cover the commission...). You can try in strategy tester before purchase. The EA will add Buy and Sell alternately, so you
Equity Shield Pro 1.1 NEW VERSION  Equity Shield Pro 1.1 is a powerful utility EA designed to safeguard your trading account by actively monitoring and enforcing equity protection and profit management rules. Whether you’re trading personal accounts or working through proprietary firm challenges, this EA ensures strict adherence to risk and profit targets, enabling you to maintain discipline and consistency. Fully compatible with all challenge types, Equity Shield Pro 1.1 is specifically craft
Episode Health Monitor Episode Health Monitor is a trading utility for MetaTrader 5 designed to analyze the real-time condition of active trading positions directly on the chart. The tool evaluates the current “trading episode” - a group of open positions - and provides a structured view of risk, stability, and distance to potential failure. Instead of relying only on profit/loss or price movement, it helps identify whether the current position is stable, weakening, or approaching a critical st
This is a common, simple and easy to use but effective tool to manage trading risks for all traders. It also help trader places stop loss and take profit levels at the same time the order is filled. How to set the expert advisor's parameters to support your trading style? Lots size. Fixed lots size - For traders who prefered to trade with fixed lots size, they can input the lots size in 'User lots' menu in the expert advisor's properties. The input value should be from the 'Minimum Volume' to th
自動ロット・リスク管理付きワンクリック取引パネル Quick Trade Panel Pro は、リスクを完全にコントロールしながら素早く注文を執行したいトレーダーのために設計された直感的な取引パネルです。 主な機能 利用可能証拠金の割合に基づいてロットサイズを自動計算 ポイント単位で設定可能なストップロス、各取引に自動適用 一連の取引中はロットサイズをロックし、一貫したポジションサイズを確保 スマートヘッジシステム ヘッジモードで既存取引と反対方向のポジションを開くことが可能 独立したヘッジ割合(50%、100%、200%以上) 方向ごとの取引制限で精密なコントロール 自動利益保護 Auto Secure :一定の利益に達するとストップロスを損益分岐点に移動 Trailing Stop :価格を追従して利益を保護しながら、勝ちトレードを伸ばす 両システムを併用して最適な保護が可能 モダンでシンプル、プロフェッショナルなインターフェース リアルタイム表示:最大ロット、最終ロット、ヘッジロット 制限に達するとBUY/SELLボタンが自動的に無効化 シンボルとマジックナンバーごとに
FREE
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
SLTPSetter
Raphael Djangmah Osro Agbo
SLTPSetter - StopLoss Take Profit Setter HOW DOES IT WORK? Risk and account management is a very critical aspect of trading. Before entering a position, you must be fully aware how much you will be willing to loss both in percentage and value. This is where SLTPSetter gets you covered.  All you need to do is attach the indicator on the chart and PRESS BUY OR SELL automatically, all parameters needed for placing the trades will be provided at the top left corner of the screen. Feel free to adjust
SwiftEdge Scalper 完全な手動制御を備えたプロフェッショナルティックスキャルピングEA スキャルピングには瞬時の判断、正確なリスク管理、シームレスな注文執行が求められます。価格動向を見ながらブレイクイーブン計算、トレーリングストップ、複数ポジションを管理することは、適切なツールなしでは圧倒されます。 SwiftEdge Scalperは、アクティブなスキャルパーとデイトレーダー向けに設計されたプロフェッショナルなトレーディングアシスタントです。ワンクリックまたはキーボードショートカットで取引を実行し、EAが自動的にブレイクイーブン、トレーリングストップ、ポジション管理を処理します。これは自動売買ロボットではありません — あなたが決定した時のみ取引します。 詳細はこちら: 完全な設定ガイドとドキュメント (English) 期間限定オファー: 最初の50ダウンロードは無料!その後、この製品は有料になります。今すぐダウンロードして無料コピーを確保してください。 主な機能 ワンクリック取引: パネルボタンまたはカスタマイズ可能なキーボードショートカット(B/S/A/C/E/
Smart TP SL Manager MT5 Smart TP SL Manager MT5 is a trade management utility for MetaTrader 5 designed to monitor and manage position protection directly from the chart through a compact panel. The tool focuses on a common problem in manual trading: loss of control over stop loss, take profit, and position risk when multiple trades are active. Instead of relying on manual checking or switching between terminal windows, the panel provides a structured view of protection status and risk conditio
Equity Protector Pro MT5 Equity Protector Pro MT5 is a risk control utility for MetaTrader 5 designed to monitor account exposure and enforce predefined risk limits directly on the chart. In a standard MT5 setup, traders can see balance, equity, and floating profit. However, when multiple positions are open — especially on fast-moving instruments like XAUUSD - it becomes difficult to understand how close the account is to a risk threshold, or whether the current structure is still safe. This to
MANAGING YOUR FOREX TRADING LIKE A PROFESSIONAL WITH   POSITION SIZE   CALCULATOR Position Size Calculator – an MT5 indicator, is a user-friendly tool that allows you to determine your required forex trading size for each trade based on how much you want to risk and available capital in your forex trading account. Load the calculator onto your chart and simply draglines to show your stop loss and take profit level. The calculator will automatically calculate the trade size instantly. This indica
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
Smart TP SL Manager Smart portfolio-level TP/SL management with intelligent position distribution Overview Smart TP SL Manager manages take profit and stop loss for your entire portfolio instead of individual trades. Set total TP/SL in USD and let the EA automatically handle all positions with precise, weighted calculations. Key Features Portfolio-level TP/SL in USDReal-time combined P/L monitoring Auto close all positions at target Weighted average SL/TP calculation Auto-update when new posit
FREE
Account Turbo Flip Lite: The Basic Trade Management Assistant Trading successfully isn't just about finding the perfect entry—it is about how you manage the trade once you are in the market. Account Turbo Flip Lite  is a streamlined, semi-automated Expert Advisor designed to take the emotion and hesitation out of trade management. Built for traders who prefer to maintain control over their own entries, this "Lite" version acts as your dedicated tactical assistant. You pull the trigger based on y
Symbol Manager or Grid Manager, designed to group orders into one position (by Symbol or by Magic Number). This utility will be useful to multi-currency traders (many EAs), who can have multiple orders on several pairs. You will be able to see the total number of lots, the total profit, and set virtual stop loss and virtual take profit. To set a real TP (or SL), you must first set the virtual value, and then enter the command in this cell: "set". If you want to set real TP/SL for all orders at
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
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
多機能ツール:ロット計算、グリッド注文、R/R比率、トレードマネージャー、サプライ&デマンドゾーン、プライスアクションなど デモ版   |   ユーザーマニュアル トレードアシスタント   はストラテジーテスターでは動作しません :   こちらからデモ版をダウンロード  して ユーティリティ をテストできます。 ご質問、改善のご提案、バグ発見の場合は ご連絡ください MT4版が必要な場合は こちら から入手できます トレード   プロセス を簡素化、高速化、自動化。   ダッシュボード で標準端末の機能を拡張。 トレードパネルは  あらゆる取引商品で動作:外国為替、株式、インデックス、暗号通貨など。 1. 新規トレードの実行 :ロット / リスク / R/R計算 :手動トレードのためのリスク管理 ロット計算機(リスクサイズに基づく取引量計算) リスク計算機(ロットサイズに基づくリスク額) リスクリワード   比率 グリッド注文:  + 動的間隔オプション、スプリットロットオプション 注文のアクティベーショントリガー、+ バイストップリミット / セルストップリミット 仮想SL、仮想
Lot Size Calculator Advanced – ドローダウン残高付きのポジションサイジングツール このロットサイズ計算ツールは、選択されたリスクパーセンテージとストップロスまでの距離に基づいています。また、トレードごとに追加のリスク量を設定する新機能も備えています。このアプローチは、リスクの増加をすぐに倍増させるのではなく、時間をかけて分散させることで、ドローダウンをスムーズに管理するのに役立ちます。これにより、より良いコントロールと安全なリスク管理が可能になります。FX、貴金属、指数、コモディティ、および暗号通貨の取引向けに設計されています。 主な特徴 口座残高と選択したリスクパーセンテージに基づくポジションサイジング 視覚的でクリック可能なボタン:成行注文と指値注文モード 視覚的な取引レベル:チャート上のエントリー、ストップロス、テイクプロフィットライン 視覚的なリスクリワード比率の表示 ストップロスまでの距離に応じて自動的にロットを調整 パネルに視覚的に表示される損益値 使い方 インジケーターをチャートにアタッチします。 入力設定でリスクパーセンテージを選択します。
More stable MetaTrader 4 version is available here:  Lot Calculator Tool . This tool helps you to automatically calculate and manage risk, conveniently place orders visually, schedule orders, trail stops, move them to break-even and more. Features Place market or pending orders using draggable lines Schedule orders Calculate and limit risk using various methods See current spread See time till next candle Set custom order comments Trail stops Move stops to break-even See order profit/loss in p
TP SL Bot MT5
Ruslan Brezovskiy
5 (1)
TP SL Bot is a utility that automatically sets Stop Loss and Take Profit for newly opened orders in several ways. There is also a function for calculating the volume that you need to open the trade to get the desired amount with the specified Stop Loss / Take Profit size. There are several options for calculating the size and setting parameters: 1. Setting based on the amount specified by the user as a percentage of the current deposit balance. 2. Setting as the amount entered by the user. 3. Se
'Quick Close Panel' is an easy to use interface for managing orders. It has a button for closing all winning trades on the current chart, a button for closing all losing trades and another button for closing   all running trades (Losing and Winning)   on the current chart. It is very responsive and quick to execute operations due to the effective time complexity of the algorithm used in the  program.  Vist this link to download demo:  https://www.mql5.com/en/market/product/62901?source=Site+Mark
Automatic TP and SL
Dushshantha Rajkumar Jayaraman
TradeGuard    by Chart Walker TradeGuard is a MT5 Expert Advisor (EA) designed to enhance your trading experience by automating key aspects of trade management. This EA excels in efficiently managing Take Profit (TP) and Stop Loss (SL) levels, offering a seamless and intelligent approach to trailing stops. One of TradeGuard's standout features is its Smart Trailing Stop, which dynamically adjusts the trailing distance based on market conditions. This adaptive approach helps maximize profits dur
This EA is there to take your trade closing stress away. Quickly close as many trades as you have opened at the click of a button, INCLUDING PENDING ORDERS. This works on the MT5 platform whether it be currencies, Indices, stocks or Deriv synthetic indices. I have saved it under utilities as it is a utility, however, to install this, you have to save the file in you "EA" folder. That is; Go to "File", then "Open Data Folder", "MQL5" and then "Experts". Paste this file there. Restart MT5 and you'
Bneu News Filter Pro
Marvinson Salavia Caballero
Bneu News Filter is a trading utility for MetaTrader 5 that monitors economic calendar events and manages trading activity during high-impact news releases. The utility provides automatic position protection, real-time spread monitoring, and optional news trading functionality through a visual panel interface. Main Functionality Economic Calendar Integration Automatic retrieval of economic calendar events from the MetaTrader 5 built-in calendar. Monitors 8 major currencies: USD, EUR, GBP, JP
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
Nebula Trading Manager
Sina Mohammadamin Shahriari Moghadam
This expert advisor named   TradeManager   provides a manual trading management panel in MetaTrader 5 that allows precise control over open positions. It is designed for traders who want dynamic management of Stop Loss (SL), Take Profit (TP), Break Even (BE), and Partial Close functionality. Key Features: Dynamic Trade Management : Manually set or drag-and-drop SL, TP, and BE levels. Supports partial closing at different profit levels (1:1, 1:1.5, 1:2). Automated Drawing : Automatically draw
Trading panel for manual trading. Has a fairly wide functionality. Allows you to automatically calculate the order size, open both market and pending orders. It has a wide range of options for closing orders, it is possible to partially close orders, close orders after reaching a certain profit or loss, separately close profitable and unprofitable, buy and sell, as well as pending orders. The panel also contains a simple implementation of a grid of pending orders, reverse and lock functions, tr
One Click Trader Utility MT5
AL MOOSAWI ABDULLAH JAFFER BAQER
One-Click Trader Utility for MT5 Professional Trading at Your Fingertips One-Click Trader Utility is a premium MT5 tool designed for active traders who need lightning-fast execution and real-time performance metrics. For just $30, transform your trading experience with institutional-grade technology previously available only to professional traders. Key Features Ultra-Fast Execution - Open and close positions with a single click, critical for scalpers and news traders Real-Time Market Metrics -
Auto SL TP MT5
KEENBASE SOFTWARE SOLUTIONS
5 (2)
KT Auto SL TP は、手動で発注された注文を検出すると、自動的にストップロスとテイクプロフィットを設定します。市場注文、指値注文、逆指値注文に対して同時にストップロスとテイクプロフィットを簡単に設定できます。 機能 1つのチャートからすべてのアクティブな通貨ペアにストップロスとテイクプロフィットを設定可能。 ステップ付きのトレーリングストップ機能を搭載。  市場注文および未決注文(指値・逆指値注文)にも対応。 チャート上に情報テキストを表示。 入力パラメータ 現在の通貨ペア:   現在の通貨ペア/チャートにのみストップロスとテイクプロフィットを設定。 すべての通貨ペア:   すべての通貨ペアにストップロスとテイクプロフィットを設定。 市場注文:   市場注文のみストップロスとテイクプロフィットを設定。 未決注文:   未決注文(指値・逆指値注文)のみにストップロスとテイクプロフィットを設定。 両方: 市場注文と未決注文の両方にストップロスとテイクプロフィットを設定。  ストップロスポイント (0: 無効) テイクプロフィットポイント (0: 無効) トレーリングストップポ
**Forex Trade Manager Pro MT5** **Trade Manager MT5** は、MetaTrader 5向けの包括的なトレード管理ユーティリティです。トレードを計画する瞬間から決済する瞬間まで、ポジションのあらゆる側面を完全にコントロールできます。リスクを真剣に考えるトレーダー、つまり規律を築き始めた初心者から、複数のポジションにわたって瞬時の実行を必要とするプロのスキャルパーまで、幅広く対応できるように設計されています。 このツールは任意のチャートに装着でき、クリーンでコンパクトなパネルを表示します。チャート上に直接、ドラッグ可能な水平線を使用して、意図するエントリー、ストップロス、テイクプロフィットの各レベルをマークします。Trade Managerは、定義されたリスクに基づいて正しいポジションサイズを即座に計算し、ストップロスとテイクプロフィットの値をpipsと口座通貨でリアルタイムに表示し、計画中のトレードのリスク・リワード比率を表示します。手動計算は一切必要ありません。リスクを一度定義すれば、ツールが残りのすべてを処理します。 **ポジ
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (135)
Local Trade Copier EA MT5 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT5 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT5 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT5 >> ファイル >> データ フォルダを開く >> MQL5 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
TradePanel MT5
Alfiya Fazylova
4.87 (151)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 ご注意ください!割引は期間限定で、毎週火曜日に価格が5ドルずつ上昇します(上限100ドルまで)。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的
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 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
MetaTrader 5 用のプロフェッショナル取引コピー機 MetaTrader 向けの高速・高性能・信頼性の高い 取引コピー機 です。 COPYLOT は、MT4 と MT5 のターミナル間で Forex 取引をコピーでき、 Hedge 口座と Netting 口座の両方に対応しています。 COPYLOT MT5 版の対応構成: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版 完全な説明 + DEMO + PDF 購入方法 インストール方法 ログファイルの取得方法 テストと最適化の方法 Expforex のすべての製品 MT4 ターミナルへのコピーも可能です(MT4 → MT4、MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT は、2台、3台、さらには10台のターミナル間で同時に動作できる、プロフェッ
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 copier MT5
Alfiya Fazylova
4.58 (40)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Timeless Charts
Samuel Manoel De Souza
5 (3)
Timeless Charts is an advanced charting solution designed for professional traders seeking for custom charts / custom timeframes , including seconds charts / seconds timeframe, renko charts / renko bars, cluster charts / footprint charts and advanced tools present in most of the popular platforms. Unlike traditional offline charts or simplistic custom indicators, this solution constructs fully custom bars with true timestamp accuracy , down to miliseconds, allowing for a powerful and precise tr
Copy Cat More Trade Copier MT5 (コピーキャット MT5) は、今日の取引課題に対応して設計されたローカルトレードコピーシステムと完全なリスク管理・実行フレームワークです。プロップファームのチャレンジから個人ポートフォリオ管理まで、堅牢な実行、資本保護、柔軟な設定、高度な取引処理の組み合わせで、あらゆる状況に適応します。 コピーシステムはマスター(送信側)とスレーブ(受信側)の両方のモードで動作し、成行注文と指値注文、取引修正、部分決済、両建て決済操作のリアルタイム同期を行います。デモ口座とライブ口座、取引ログインまたは投資家ログインの両方に対応し、EA、ターミナル、またはVPSが再起動してもパーシスタント取引メモリシステムを通じて復旧を保証します。複数のマスターとスレーブをユニークIDで同時に管理でき、ブローカー間の違いはプレフィックス/サフィックス調整またはカスタムシンボルマッピングを通じて自動的に処理されます。 マニュアル/設定  | Copy Cat More MT4 | チャンネル  特別機能: 設定が簡単 — わずか30秒で完了(ビデオをご覧
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
AntiOverfit PRO:バックテストの不都合な真実 そのEAを買う前に、少し立ち止まってください。 年利250%をうたうシステムを見つけたところです。バックテストは完璧に見えます。販売者の価格は399ドル、あるいは1,999ドルかもしれません。表面上は、すべてが理にかなって見えます。 しかし問題があります。そのバックテストは、あなたが思っていることを証明してはいません。 過去データだけでは、ほとんど何も証明できません。確認できるのは、そのロジックが ある1つの 特定の市場シーケンスで機能したということだけです。価格が別の経路をたどった瞬間に、ロボットは崩れ始めます。 そして高額なEAの多くは、まさにそこで失敗します。 AntiOverfit PROがすること AntiOverfit PROは、システムを売る前にほとんど誰も見せないものを提供します。お金を使う 前に 、その堅牢性を確認する方法です。 数学者である必要はありませんし、難しく考える必要もありません。流れはとてもシンプルです。 MT5のチャートにAntiOverfitを配置します。 AntiOverfitが現実的な
Limited time offer: 20% off for a few days only!  - Annual subscription $360 instead of $450  - Lifetime plan $550 instead of $690 The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   -
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
Custom Alerts AIO:マルチマーケット監視を一括で実現 — 設定不要ですぐに使えるインテリジェントツール 概要 Custom Alerts AIO は、追加のインジケーター設定が不要で、インストール後すぐに利用できる高機能マーケットスキャナーです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power を内部にすべて統合し、主要なすべての資産クラス(為替、金属、指数、暗号資産)を一括監視できます。MetaTrader の仕様により、株式は個別のシンボルとして追加可能ですが、一般的には利用頻度は低めです。 1. なぜ Custom Alerts AIO を選ぶべきか 追加ライセンス不要 • 必要なすべての Stein Investments インジケーターが内蔵されており、すぐに使用可能です。 • チャートに表示されるグラフィックは省略されており、アラート生成に特化した構成です。 市場を広範囲にカバー • 為替、金属、暗号資産、株価指数に対応(株式は手動追加可能)。 • シンボル名を入力する必要はなく、プロパティで資産クラス
ウォッチリスト全体の極端なバーをリアルタイムでスキャン。 Power Bar Scannerは全てのシンボルを同時に監視し、極端な価格バーが出現した瞬間にアラートを送信します。チャートを切り替える必要はありません。全ての機会を一つのパネルで確認できます。 あらゆる時間足に対応。Forex、Indices、ゴールド、Crypto - 全てを一画面で表示。 仕組み スキャナーはMarket Watch内の各シンボルについて、ローソク足の実体が N x ATR を超えるバーをチェックします。検出すると、そのシンボルが方向(BUY/SELL)、ATR比率、何本前にシグナルが発生したかと共に表示されます。どのシンボルが今アクティブかを一目で確認できます。 ワンクリックナビゲーション スキャナー内の任意のシンボル名をクリックすると、チャートが即座にそのシンボルに切り替わります。シグナルを見つけて、クリックして、分析する。手動でのシンボル切り替えやチャートタブの検索は不要です。 ソート可能なカラム 任意のカラムヘッダーをクリックして、シンボル、価格、シグナル、比率、経過時間でソートできます。最も
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
MT5のエキスパートアドバイザーリスクマネージャーは非常に重要であり、私の意見ではすべてのトレーダーにとって必要なプログラムです。 このエキスパートアドバイザーを使用すると、取引口座のリスクを管理することができます。リスクと利益の管理は、金銭的およびパーセンテージの両方で実行できます。 エキスパートアドバイザーが機能するには、それを通貨ペアチャートに添付し、許容可能なリスク値を預金通貨または現在の残高の%で設定するだけです。 [Instruction for Risk Manager parameters] アドバイザ機能 このリスクマネージャーは、リスクの管理を支援します。 -取引のために -1日あたり - 1週間 - ひと月ほど 制御することもできます 1)取引時の最大許容ロット 2)1日あたりの最大注文数 3)1日あたりの最大利益 4)エクイティを引き受ける利益を設定する それだけではありません。設定で自動設定を指定した場合、アドバイザーはデフォルトのSLとTPを設定することもできます。 アドバイザーは各イベントにアラートを添えて、注文を削除する理由を説明し
TelegramからMT5へ: 究極のシグナルコピーソリューション Telegram to MT5 を使えば、取引がシンプルになります。DLL を必要とせず、Telegram のチャンネルやチャットから MetaTrader 5 プラットフォームに取引シグナルを直接コピーできる最新ツールです。この強力なソリューションは、正確なシグナル実行、豊富なカスタマイズオプション、時間の節約、そして効率性の向上を実現します。 [ Instructions and DEMO ] 主な特徴 直接的なTelegram API統合 電話番号とセキュアコードで認証します。 ユーザーフレンドリーな EXE ブリッジを通じてチャット ID を簡単に管理できます。 複数のチャネル/チャットを追加、削除、更新して、同時に信号をコピーします。 高度なフィルターによる信号解析 例外的な単語 (例: 「レポート」、「結果」) を含む不要な信号をスキップします。 柔軟な SL および TP 形式 (価格、ピップ、ポイント) をサポートします。 価格ではなくポイントを指定するシグナルのエントリ ポイントを自動的に計算します。
Grid Manual MT5
Alfiya Fazylova
4.9 (21)
「Grid Manual」は、注文のグリッドを操作するための取引パネルです。 ユーティリティはユニバーサルで、柔軟な設定と直感的なインターフェイスを備えています。 それは、損失を平均化する方向だけでなく、利益を増やす方向でも注文のグリッドで機能します。 トレーダーは注文のグリッドを作成して維持する必要はありません。 すべてが「Grid Manual」によって行われます。 注文を開くだけで十分であり、「Grid Manual」は注文のグリッドを自動的に作成し、非常に閉じるまでそれに付随します。 完全な説明とデモバージョン ここ。 ユーティリティの主な機能と機能 ユーティリティは、モバイル端末から開かれた注文を含め、あらゆる方法で開かれた注文を処理します。 「制限」と「停止」の2種類のグリッドで機能します。 グリッド間隔の計算には、固定と動的(ATRインジケーターに基づく)の2つの方法で機能します。 オープンオーダーグリッドの設定を変更できます。 チャート上の各注文グリッドの損益分岐点を表示します。 各注文グリッドの利益率を表示します。 ワンクリックでグリッドから収益性の高い注文を閉じるこ
Poc Breakout Signal: The Ultimate Institutional Order Flow & Price Action System Elevate your trading with Poc Breakout, a comprehensive technical analysis tool designed to bridge the gap between retail trading and institutional market understanding. This all-in-one system combines powerful Buy/Sell signals, advanced Volume Profile analysis, real-time Order Flow (Depth of Market), and critical macroeconomic data to give you a clear, unambiguous edge in the markets. Poc Breakout Signal decodes c
The Ultimate TradingView to MT5 Bridge Automation 手動取引や遅延の問題に終止符を。 TradingView to MT5 Copier PRO は、TradingViewのアラートをMetaTrader 5で直接実行するための、最速かつ最も信頼性の高いブリッジツールです。カスタムインジケーター、ストラテジーテスターのスクリプト、または手動の描画ツールを使用しているかに関わらず、このEAは 高速WebSocket技術 を使用して即座にトレードを実行します。 単純なコピーツールとは異なり、このPROバージョンには Arena Statistics が含まれています。これは、トレードパフォーマンス、ドローダウン、シャープレシオをチャート上で直接分析できる、プロ仕様の統合ダッシュボードです。 主な機能 トレードコピー機能 (Trade Copier) 超高速約定: WebSocket接続(標準的なWebRequestよりも高速)を使用し、スリッページを最小限に抑えます。 ユニバーサルブローカー対応: あらゆるブローカー および プロップファーム
Equity Protect Pro: 安心取引のための総合的な口座保護エキスパート 口座保護、資産保護、ポートフォリオ保護、マルチ戦略保護、利益保護、利益確定、取引セキュリティ、リスク管理プログラム、自動リスク管理、自動決済、条件付き決済、スケジュール決済、動的決済、トレーリングストップロス、ワンクリッククローズ、ワンクリック決済、ワンクリック復元などの機能をお探しなら、Equity Protect Pro が最適なプログラムです。 設定は簡単で、事前設定された条件に達すると、すべてのチャートを閉じることができ、シグナルサブスクリプションのキャンセルもサポートします(これは、すべての取引プログラムも停止することを意味します)。この時点で、新しい注文は生成されなくなり、最終的にすべての注文が閉じられ、予期せぬ損失を効果的に防止し、安心して取引できるようになります。 Equity Protect Pro (Technical Manual) Equity Protect Pro Demo Version for yo u to test   Equity Protect Pro MT4
Cerberus Equity Watcher
Samuel Bandi Roccatello
5 (3)
Cerberus the Equity Watcher はリスク管理ツールであり、アカウントの資産を常に監視し、不完全な EA や裁量的なトレーダーの場合は感情的な行動によって引き起こされる大きなドローダウンを回避します。これは、バグを含む可能性のある EA や、予想外の市況でうまく機能しない可能性のある EA に依存するシステマティック トレーダーにとって非常に役立ちます。 Cerberus では、最小エクイティ値と (オプションで) 最大値を設定できます。これらのいずれかに達すると、すべてのポジションがフラットになり、すべての未決注文がクローズされ、すべての EA が「強制終了」されます。すべての位置を平坦化すると、ユーザーの携帯電話に通知が送信され、画面に明確なメッセージが表示されます。 「平坦化」の後、Cerberus は株式価値を監視し続け、再初期化されるまでそれ以上の取引の試みを停止し続けます。 Cerberus によって実行されるすべての操作は、画面に明確に表示され、Expert advisor タブに報告され、通知がユーザーに送信されます。ユーザーのミスを避けるために、
Smart Stop Scanner – マルチアセット対応の市場構造型ストップロス分析システム 概要 Smart Stop Scanner は、複数の市場にわたるストップロス構造をプロフェッショナル品質で監視するために設計されたツールです。 実際の市場構造、重要なブレイクアウト、価格アクションロジックに基づいて最も意味のあるストップゾーンを自動的に検出し、 高精細(DPI対応)で見やすい統一パネルに表示します。 Forex、ゴールド、インデックス、メタル、暗号資産など幅広い市場に対応しています。 ストップレベルの算出方法 従来型のインジケーターや任意の計算式は使用していません。 代わりに、 ブレイクアウト、より高い高値、より低い安値 といった実際の市場構造イベントを検出します。 ストップレベルはこれらの構造ポイントから直接生成されるため、より自然で信頼性が高く、 実際の市場動向に即したストップ設定が可能になります。 主なハイライト • 高精度のマルチアセット対応 Forex、メタル、ゴールド、インデックス、暗号資産など、幅広い銘柄をサポートし、桁数やティックサイズを自動処
作者のその他のプロダクト
Pivot MultiScanner
Edgar Enrique Retontali
5 (1)
Multi-Asset Forex Scanner This indicator allows you to scan multiple assets at once, sending you configurable alerts when any asset touches daily pivot levels 1, 2 or 3. The original code was just modified to send alerts to MT4 Desktop, MT4 Mobile or Email. (Credits for the original code go to Carlos Oliveira) In order to receive mobile or Email alerts you must configure Notifications and Email sections in the MT4 platform. In addition to pivots, this indicator also shows ATR, Volume, RSI,
FREE
WhipGold AI
Edgar Enrique Retontali
WhipGold AI - Expert Advisor Tthe famous gold trading expert, now available in Market MQL5!!! . This is one of the best EA for scalping in XAUUSD (Gold)  Characteristics - This strategy works very well on Gold (You can do your own tests on other pairs but we recommend use it on XAUUSD) - It's very stable in trends or ranging , this is one of the weaknesses of almost all robots. If they work well in trends they are weak in range times;  or if they work well in range they are weak in trend tim
TradeMngr
Edgar Enrique Retontali
TradeManager 1.0 is an Expert Advisor for MetaTrader 4 y 5 that streamlines real-time trade management. Through a graphical control panel, you can send market and pending orders, move stop losses to breakeven, and automatically calculate position size based on your risk settings. Below is a comprehensive overview of its features and input parameters. Key Features Market Orders & Pending Orders BUY/SELL Buttons : Instantly open long or short positions at market. BUY STOP / SELL STOP / BUY LIMIT
フィルタ:
レビューなし
レビューに返信