Hook EA

Have you thought about sharing your EA trading signals with your friends? Or your EA signal can trade cryptocurrencies, but it cannot trade Binance Futures directly in MT5? Or you have an excellent EA, but it cannot be applied to other quantitative trading platforms without source code? Hook EA is to solve these problems. Regardless of whether you trade with a real account or a Demo account, Hook EA can monitor the Order or Deal submitted by any EA in real time, and send the information to the specified address in JSON format (note: the address to receive information needs to be added to WebReqeust), And, if the reception fails, the system has a built-in retry mechanism, and you can customize how long it takes to resubmit. In addition, Hook EA also provides a variety of order filtering rules, including Symbol, Magic Number, Comment, etc. Finally, Hook EA also provides a log window for easy viewing of order broadcasting.

parameter:
Enable order data: Whether to submit Order information, including ADD, UPDATE, DELETE
Enable deal data: Whether to submit Deal information, including ADD, UPDATE, DELETE
Filter by Symbol: filter information according to Symbol, if empty, do not filter Symbol
Filter by Magic number: filter information based on Magic Number, if empty, do not filter Magic Number
Filter by Comment: Filter information based on Comment, if empty, do not filter Comment
Post URL: URL address to receive submitted information (such as http://www.example.com/ea.php, supports https, note that the corresponding address www.example.com needs to be added to Tools-Expert Advisors-Allow WebRequest for listed URL), and a success message needs to be returned after receiving successfully
Server receives the confirmation return string: successfully receives information and returns a string (such as ok), otherwise the tool will retry until the end
The number of retries when commit fails: the maximum number of retries when the successful message cannot be obtained
retry interval: retry interval (unit: second)
Enable log window: Whether to enable the window to display logs
Time zone offset: relative to the broker's time zone (easy to view logs)

Format: Json
Order Example: Field Reference: MQL5 Reference / Constants, Enumerations and Structures / Trade Constants / Order Properties
{
    "TYPE": "TRADE_TRANSACTION_ORDER_ADD", 
    "ORDER_TICKET": 1538679204, 
    "ORDER_TIME_SETUP": 1670575184, 
    "ORDER_TYPE": "ORDER_TYPE_BUY", 
    "ORDER_STATE": "ORDER_STATE_STARTED", 
    "ORDER_TIME_EXPIRATION": 0, 
    "ORDER_TIME_DONE": 0, 
    "ORDER_TIME_SETUP_MSC": 1670575184296, 
    "ORDER_TIME_DONE_MSC": 0, 
    "ORDER_TYPE_FILLING": "ORDER_FILLING_FOK", 
    "ORDER_TYPE_TIME": "ORDER_TIME_GTC", 
    "ORDER_MAGIC": 123456, 
    "ORDER_REASON": "ORDER_REASON_EXPERT", 
    "ORDER_POSITION_ID": 0, 
    "ORDER_POSITION_BY_ID": 0, 
    "ORDER_VOLUME_INITIAL": 0.01, 
    "ORDER_VOLUME_CURRENT": 0.01, 
    "ORDER_PRICE_OPEN": 1.05771, 
    "ORDER_SL": 0, 
    "ORDER_TP": 0, 
    "ORDER_PRICE_CURRENT": 1.05771, 
    "ORDER_PRICE_STOPLIMIT": 0, 
    "ORDER_SYMBOL": "EURUSD", 
    "ORDER_COMMENT": null
}
Deal Example: Field Reference: MQL5 Reference / Constants, Enumerations and Structures / Trade Constants / Deal Properties
{
    "TYPE": "TRADE_TRANSACTION_DEAL_ADD", 
    "DEAL_TICKET": 1516120626, 
    "DEAL_ORDER": 1538679204, 
    "DEAL_TIME": 1670575184, 
    "DEAL_DEAL_TIME_MSCTICKET": 1670575184296, 
    "DEAL_TYPE": "DEAL_TYPE_BUY", 
    "DEAL_ENTRY": "DEAL_ENTRY_IN", 
    "DEAL_MAGIC": 123456, 
    "DEAL_REASON": "DEAL_REASON_EXPERT", 
    "DEAL_POSITION_ID": 1538679204, 
    "DEAL_VOLUME": 0.01, 
    "DEAL_PRICE": 1.05771, 
    "DEAL_COMMISSION": 0, 
    "DEAL_SWAP": 0, 
    "DEAL_PROFIT": 0, 
    "DEAL_FEE": 0, 
    "DEAL_SL": 0, 
    "DEAL_TP": 0, 
    "DEAL_SYMBOL": "EURUSD", 
    "DEAL_COMMENT": null
}

Receiver ea.php: (similar to other languages)
<?php
$fp = fopen("/tmp/ea.txt", "a+");
if($fp){
        fputs($fp, file_get_contents('php://input'));
        fclose($fp);
        echo "ok";
}
?>

おすすめのプロダクト
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
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
多機能ツール:ロット計算、グリッド注文、R/R比率、トレードマネージャー、サプライ&デマンドゾーン、プライスアクションなど デモ版   |   ユーザーマニュアル トレードアシスタント   はストラテジーテスターでは動作しません :   こちらからデモ版をダウンロード  して ユーティリティ をテストできます。 ご質問、改善のご提案、バグ発見の場合は ご連絡ください MT4版が必要な場合は こちら から入手できます トレード   プロセス を簡素化、高速化、自動化。   ダッシュボード で標準端末の機能を拡張。 トレードパネルは  あらゆる取引商品で動作:外国為替、株式、インデックス、暗号通貨など。 1. 新規トレードの実行 :ロット / リスク / R/R計算 :手動トレードのためのリスク管理 ロット計算機(リスクサイズに基づく取引量計算) リスク計算機(ロットサイズに基づくリスク額) リスクリワード   比率 グリッド注文:  + 動的間隔オプション、スプリットロットオプション 注文のアクティベーショントリガー、+ バイストップリミット / セルストップリミット 仮想SL、仮想
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
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
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
King ElChart Manual Trade Panel
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
King Chart – Manual Trading Panel for MetaTrader 5 Overview King Chart is a simple yet powerful manual trading panel built for traders who want speed, precision, and clarity. It enables quick order execution, clear lot control, and real-time account monitoring  all directly on your MT5 chart. Main Features Multi-Lot Trade Execution 3 Buy and 3 Sell buttons for instant execution Each button is tied to a custom lot size field Designed for flexible scaling in or out of trades Position Management D
Easy Trading Panel: Core Function Summary 1. Visual Trading This is the core selling point of the tool. It abandons the traditional way of placing orders by inputting prices and adopts an intuitive chart line drag-and-drop mode instead: • Drag Entry Line: Directly drag the line on the chart to set the pending order position. • One-click SL/TP Toggle: Quickly enable/disable stop loss and take profit lines via panel buttons. • Synchronous Calculation: When the lines are dragged, the panel will cal
Introducing the Revolutionary   Trade Closing Assistant ! Are you tired of manually closing hundreds trades? Are you a   scalper ,   day trader ,   swing trader   and  you want to maximize your profits and minimize your losses by closing multiple positions at thesame time under different conditions? Are you a   Prop Firm Trader  who wishes to avoid hitting maximum daily drawdown? Search no further. This kit is the ultimate solution for all you. GUIDE TO USE THE KIT 1. Shows the total profit/los
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
Expert TP SL v04 - Professional Trading Assistant with AI Motivation System Advanced manual trading tool with automatic risk management, overtrading protection, and intelligent psychological support for disciplined trading. PRODUCT OVERVIEW Expert TP SL v04 is a comprehensive trading assistant designed for manual traders who want to maintain emotional discipline while automating risk calculations. This isn't just another order placement tool - it's a complete trading psychology system that pr
Gold Stop Guardian MT5 Gold Stop Guardian MT5 is a trade management utility for MetaTrader 5 designed to monitor and manage stop loss levels of open positions directly from the chart. The tool focuses on stop loss placement and adjustment based on structured logic rather than manual intervention. It helps traders maintain consistent risk control and avoid common mistakes such as moving stop loss too early, placing it too tight, or leaving positions unprotected. The utility is particularly usefu
価格でTPとSLを設定 – MT5用自動オーダーモディファイア すべての取引で正確なTPおよびSL価格を自動設定 ️ すべての通貨ペアとEAに対応、シンボルまたはマジックナンバーでフィルタリング可能 このエキスパートアドバイザーは、直接の価格値(例:EURUSDの1.12345)を使用して、取引に正確なテイクプロフィット(TP)とストップロス(SL)レベルを設定および適用します。ポイントもピップスも不要。すべての注文またはシンボル・マジックナンバー別に、シンプルで正確なトレード管理を実現します。 主な機能: 価格を指定して即座にTPおよびSLを変更 すべての注文、現在のシンボル、または特定のマジックナンバーに適用 ️ 0を入力してTPまたはSLを削除 任意のチャートにアタッチすると完全自動で動作 すべての取引商品に対応 おすすめ対象: 素早くTP/SLをコントロールしたい手動トレーダー デフォルトの終了ロジックを上書きしたいEAユーザー 複数のポジションを管理するトレーダー 質問や機能のアイデアはありますか?
The Stop Loss Manger - SL Mange With the Stop Loss Manager you can finally sleep peacefully while it effectively manages your risk in stock market trading. Simply set your individual stop loss limits and let the manager trade for you. Never worry about losses again - the Stop Loss Manager takes care of it for you! Get the ultimate support for your trading now and maximize your profits with ease. Join the community of successful traders who swear by Stop Loss Manager today. Function overview: 1.
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
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (override
Headline ShikaaTraders Gold Grid Pro is a high-performance trade management utility designed specifically for XAUUSD (Gold) and high-volatility pairs. It allows traders to execute complex grid-layering strategies with a single click, ensuring you never miss an entry during fast market moves. Why Choose Gold Grid Pro? Manual trading on Gold requires speed. Manually calculating distances and opening multiple positions takes too much time. This utility automates the "Scaling-In" process, allowing y
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
アンチグリッドポジションプロテクターは、 ドローダウン回復を期待して負けポジションを増やしたり、意図しないときにヘッジしようとしたりする誘惑からあなたを守るために設計されたユーティリティツールです。 ------------------------入力---------------------------- ---- 損失ポジションのヘッジを許可しますか? - これは true/false 入力 (ダブルクリックして値を切り替える) で、 既存の 負け ポジション (同じシンボル上)で 反対方向 の取引 (未決注文または成行執行のいずれか) を開始することを許可または禁止します。 「損失」ポジションを特定する方法 - 2 つのオプション ( ストップロス と 損益 )。 「ストップロス」を選択すると、実行中のポジションのストップロスが損失領域にある場合、ストップロスが損益分岐点レベルを超えていない限り、このツールでは新しい取引を行うことができません。同様に、「PnL」を選択すると、変動ポジションが利益(> $0)でない限り、ツールは同じシンボルで新しい取引を開始することを許可しませ
This Volume Delta Profile is an advanced MetaTrader 5 indicator that visualizes   volume delta (order flow imbalance)   using a volume profile-style histogram. It shows the difference between buying and selling pressure at specific price levels, helping traders identify supply and demand zones. This indicator provides a unique perspective on market dynamics by visualizing the imbalance between buying and selling pressure, offering insights beyond traditional volume analysis. Core Concept Positiv
BreakOutLines Pro
Magdalena Estefania Colonna
BreakoutLines Pro — Pivot Breakout Levels for XAUUSD BreakoutLines Pro is a precision indicator designed specifically for Gold (XAUUSD) traders who operate with a structured approach and well-defined risk. Based on automatic pivot detection, it identifies the most relevant swing highs and lows on the chart and projects complete trading setups—Entry, Stop Loss, and up to three Take Profit levels—directly onto the price, with value labels for immediate reference. How Does It Work? The indicato
インジケーター技術仕様 – Delta Profile for MetaTrader 5 Delta Profile は MetaTrader 5 用に開発されたインジケーターで、指定されたローソク足範囲内の出来高フローを詳細に分析するためのものです。異なる価格レベルにおける正の出来高(上昇に関連)と負の出来高(下降に関連)の不均衡を構造化し、可視化します。その結果、ユーザーは最も多くの取引が集中する価格帯や実際の市場不均衡が形成される領域を明確に把握できます。 以下に、本インジケーターの主要な技術特性と設定パラメータを示します。 基本コンセプト インジケーターは 価格レベル を識別し、それらを正の出来高、負の出来高、および純 Delta(正負の出来高差)に分類します。 各価格レベルは 水平バー としてチャートに表示され、市場の活動ゾーンや不均衡領域を視覚的に確認できます。 ユーザーは 分析対象ローソク足数 、 価格の丸め精度 、 最大表示レベル数 、および 表示スタイル を自由に設定できます。 主要機能 価格レベルのマッピング :設定された精度に基づき価格を丸め、対応するローソク足の
SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視覚
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
DYJ MOBILE GAMING TRADING WINNER は、さまざまな端末(MOBILE PHONE、WEB、TRADINGVIEW、MT5)を使用して手動で取引し、EAによって自動的に処理されます。 モバイルトレーディングは、EAのさまざまなグリッドモード、頭皮モード、ヘッジアービトラージモード、および独立注文モードを使用して、手動でポジションを開くことができます。 EAは、モバイルオープニングのストップロスを自動的に設定できます。そして、携帯電話を使用して、グリッド、頭皮、ヘッジ注文を開きます。 EAは、完全自動取引を設定したり、自動および携帯電話の手動混合取引を設定したり、独立した携帯電話の手動取引を設定したりできます。 注文の方向が正しければ、TPは市場を離れます。 注文の方向が間違っている場合、EAはそれを敗北から勝ちに変えることができます。 EAはあらゆる外国為替ブローカーやあらゆる種類の取引に適しています。デリバティブブローカー合成口座インデックスと互換性があります EAは預金とレバレッジのサイズを制限しません。アカウントのレバレッジは500以上
ScalperTraderPanel
Andres Daniel Leonel Lusin
Overview:   ScalperTradePanel is the ultimate assistant for manual traders and scalpers who need speed, precision, and automated trade management. Unlike standard one-click panels, this tool combines manual entry with an   automated Grid system , allowing you to average your entry price intelligently. It features a unique   Dual-Mode Interface : switch instantly between   Market Execution   for speed, or   Visual Pending Mode   to plan your trades directly on the chart with drag-and-drop lines t
CoPilot — デイリートレーディングダッシュボード 数字を把握し、明確にトレードする。 MT4バージョン CoPilotとは? CoPilotは プロフェッショナルグレード のトレーディングアシスタントで、毎日のパフォーマンス統計を リアルタイム でチャートに直接表示します—— ライブエクイティカーブ はトレードごとに更新されます。チャートを離れずにセッションを即座に把握したいアクティブトレーダー向けに設計されており、CoPilotは すべてのシンボルのその日のクローズド取引 を集計し、シンプルでカラーコード化されたインタラクティブパネルに表示します。 ターミナルの履歴タブに切り替える必要はもうありません。手計算も不要です。CoPilotはあなたの 副操縦士 として常に監視し、常に計算し、常に目の前に表示します。 リアルタイム統計パネル CoPilotは3つのセクションに整理された完全な日次パフォーマンス指標を表示します: アクティビティ — 本日の総取引数、クローズド取引、オープンポジション、勝敗数、 勝率 (%) 、ブレークイーブン取引。勝率の色は動的に変化:50%超で緑、5
TickData Recorder (v1.3): Real Ticks Recording for Reliable Backtesting in MT5 Elevate the accuracy of your strategy testing significantly! Tired of unrealistic backtest results on standard MetaTrader 5 data that don't match your broker's conditions? "TickData Recorder" is your tool to solve this problem. This Expert Advisor meticulously records   every single tick price change   (time with milliseconds, Bid, Ask, Last, Volume) directly from   your broker's   server (FTMO, RoboForex, IC Markets,
Auto Hedge MT5
Devscode Desenvolvimento de Softwares LTDA
Open a direction on the trade that the market intends to follow and a trade that occurred on your trade trade following a trade that was pending on your trade trade a trade order that was pending on your trade trade operation. Example: a buy operation with a lot of 0.01 at a price of 0.03 points, buy with a lot of 0.01 at a price of 0.01.0930, then a sell stop order of 0.03 will be decided. a new buy stop order is placed with a lot of 0.06 at a price of 1.0930. Parameters: Volume -> Volum
Before installing the HeatMap indicator make sure you are using a broker that gives you access to the Depth of market (DOM) !! This indicator creates a heatmap on your chart allowing you to see the buy or sell limit orders easily and in real time. You have the possibility to change the setting and the colors of the HeatMap in order to adapt to all markets and all charts. Here is an example of a setting you can use with the NASDAQ100 on the AMPGlobal broker :  https://www.youtube.com/watch?v=x0Y
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (207)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 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 (134)
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 (149)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 ご注意ください!割引は期間限定で、毎週火曜日に価格が5ドルずつ上昇します(上限100ドルまで)。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的
VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 Contact me via private message to receive the User Manual and Setup. * Thai Lauguage Support Available Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approac
ベータリリース 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)
MT5のトレードコピー機は、МetaТrader5プラットフォームのトレードコピー機です 。 それは間の 外国為替取引をコピーします   任意のは 、MT5 - MT5、MT4 - MT5   COPYLOT MT5版の アカウント (またはを MT4 - MT4   MT5 - MT4   COPYLOT MT4版用) 信頼できるコピー機! MT4のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 МТ4ターミナルでトレードをコピーすることもできます(   МТ4   -   МТ4、МТ5   -   МТ4   ):   MT4のCOPYLOT CLIENT このバージョンには、端末間 МТ5   -   МТ5、МТ4   -   МТ5が含まれ ます。 ディールコピー機は、2/3/10端末間でディール/ポジションをコピーするために作成されます。 デモ口座と投資口座からのコピーがサポートされています。 プログラムは、複数の端末バインデ
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秒で完了(ビデオをご覧
AntiOverfit PRO:バックテストの不都合な真実 そのEAを買う前に、少し立ち止まってください。 年利250%をうたうシステムを見つけたところです。バックテストは完璧に見えます。販売者の価格は399ドル、あるいは1,999ドルかもしれません。表面上は、すべてが理にかなって見えます。 しかし問題があります。そのバックテストは、あなたが思っていることを証明してはいません。 過去データだけでは、ほとんど何も証明できません。確認できるのは、そのロジックが ある1つの 特定の市場シーケンスで機能したということだけです。価格が別の経路をたどった瞬間に、ロボットは崩れ始めます。 そして高額なEAの多くは、まさにそこで失敗します。 AntiOverfit PROがすること AntiOverfit PROは、システムを売る前にほとんど誰も見せないものを提供します。お金を使う 前に 、その堅牢性を確認する方法です。 数学者である必要はありませんし、難しく考える必要もありません。流れはとてもシンプルです。 MT5のチャートにAntiOverfitを配置します。 AntiOverfitが現実的な
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 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
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
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? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
Anchor: The EA Manager A coordination system for traders running multiple EAs. Anchor ensures only one EA can trade at a time, preventing conflicting positions and keeping your portfolio safer. Attach Anchor to any chart. Configure your EAs and their magic numbers. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions on the same candle. Three EA
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Seconds Chartの利点 1秒から900秒 までのタイムフレームをサポート。 組み込みのティックデータベースにより、ヒストリカルデータを 瞬時にロード 。 リアルタイムでデータが更新され、 遅延やラグなし 。 複数の秒足チャートを同時に作成可能。 Seconds Chartが最適な用途 スキャルピング や高頻度取引。 正確なエントリーとエグジット。 短期タイムフレームでの取引戦略のテスト。 タイムフレームの設定 デフォルトの設
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
Crypto Charting for MT5 – MetaTrader 5 向け暗号資産チャートツール 概要 Crypto Charting for MT5 は、WebSocket を介して暗号資産の OHLC チャートデータをリアルタイムで提供します。複数の取引所に対応し、MT5 上で履歴データの自動更新が可能です。 機能 WebSocket によるリアルタイムデータ 自動履歴データ更新 接続障害時のスケジュール更新 全ての MT5 時間足に対応 OHLCV データ構成 ストラテジーテスターに対応 自動再接続機能付き 対応取引所 Binance、Bybit、OKX、KuCoin、MEXC、Gate.io、Bitget、XT.com 補足情報 ティックデータおよび板情報には、別製品の Crypto Ticks をご覧ください。 注意事項 DLL を使用していません。VPS に適しています。 Strategy Tester では WebRequest 機能は動作しません。 デモをご希望の場合は、MQL5 のプライベートメッセージでご連絡ください。 Full Documentati
Crystal Trade Manager – Advanced MT5 Risk and Trade Control Utility Overview Crystal Trade Manager (CTM) is a professional MetaTrader 5 utility designed for risk management, trade automation, and instant execution control. It provides traders with an integrated system for protecting equity, managing daily drawdowns, controlling lot sizes, and applying automation features such as automatic SL/TP, break-even, and trailing stop. The tool is suitable for manual traders, prop-firm challenge particip
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
オーダーチケット, 取引パネル, リスク管理, 手動取引, トレーリングストップ, 注文管理, 高速約定 — JoOrderTrade Pro — MetaTrader 5 用実行パネル JoOrderTrade Pro は、MetaTrader 5 における手動取引および注文管理のためのグラフィカルパネルです。 高速な注文実行、Stop Loss および Take Profit の設定が可能であり、Trailing Stop、Breakeven、SP(Save Position)システムなどのリスク管理機能を備えています。 本パネルは MetaTrader 5 の環境上で動作し、内部スクリプトを通じて注文を実行するために Algotrading を有効にする必要があります。 本製品は自動売買を行いません。 動作要件 MetaTrader 5 Algotrading 有効(パネル動作に必須) Netting または Hedge 口座 主な機能 成行注文および指値注文・逆指値注文の実行 Stop Loss と Take Profit の設定 設定可能な Trailing Stop 自動
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認
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
Custom Alerts:複数市場を監視し、重要なチャンスを見逃さない 概要 Custom Alerts は、複数の銘柄にまたがるトレードチャンスを一元的に監視したいトレーダーのためのダイナミックなソリューションです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power などの主要ツールと連携し、複数のチャートを切り替える手間なく、重要な市場変動を自動で通知します。ブローカーが提供するすべての資産クラスに対応しており、シンボルを入力する必要はありません。設定で資産クラスを選択するだけで、すぐにアラートを構成できます。 1. Custom Alerts がトレーダーにとって非常に有益な理由 オールインワンの市場監視 • Custom Alerts は、為替、金属、暗号資産、指数、株式(ブローカーが対応している場合)からのシグナルを収集・統合します。 • 複数のチャートを切り替える必要がなくなり、明確で一元化された通知が得られます。 戦略に合わせたアラート構成 • ボリューム急増、通貨強弱の閾値、極端な価格変動など、目的に応じたアラート
Easy Trade – シンプルかつ強力なスマートトレード管理 Easy Trade は、リスクを適切にコントロールし、スムーズな取引執行を実現したい MetaTrader ユーザーのためのオールインワン・トレードマネジメントソリューションです。 トレーダーの声をもとにゼロから設計された Easy Trade は、複数シンボルの取引を簡単に実行・監視・管理できるようにし、作業フローを複雑にしません。 手動スキャルピングでも、少数のセットアップを管理するポートフォリオでも、Easy Trade は賢明な判断と安定した成果に集中できるようサポートします。 ⸻ なぜ Easy Trade を使うべきか? 精密なリスク管理:固定ロットサイズまたはパーセンテージによるリスク設定が可能。リアルタイムでリスクとリワード情報を確認。 バスケット型トレーリング:複数の取引の利益を監視。目標到達で部分利益を自動確保。 取引の自動記録:各取引をスクリーンショットで記録。ジャーナル記録やパフォーマンス分析に最適。 時限クローズ機能:指定日時での自動クローズ設定が可能。週末前や取引終了時に便利。 カス
EASY Insight AIO – スマートで手間いらずな取引のオールインワンソリューション 概要 数秒で市場全体——FX、ゴールド、暗号資産、指数、さらには株式まで——を、手作業のチャート確認や複雑なセットアップ・インジケーター導入なしにスキャンできたらどうでしょうか? EASY Insight AIO はAIトレードのための究極のプラグ&プレイ型エクスポートツールです。市場全体のスナップショットを、クリーンなCSVファイルで一括出力。ChatGPT、Claude、Gemini、Perplexityなど、さまざまなAIプラットフォームで即座に解析できます。 ウィンドウの切り替えやグラフのごちゃごちゃしたオーバーレイはもう不要。自動エクスポートされる純粋で構造化されたインサイトだけで、無駄なチャート監視に悩まされず、スマートなデータ主導の判断に集中できます。 なぜEASY Insight AIOなのか? 本当のオールインワン • セットアップ不要、インジケーターのインストール不要、チャートへのオーバーレイ不要。インストールして起動し、エクスポートするだけです。 マルチアセット対
作者のその他のプロダクト
Binanceは世界的に有名な暗号通貨取引所です!暗号化されたデジタル通貨市場のより正確な分析を容易にするために、プログラムは分析のためにBinanceの先物K-lineデータをMT5に自動的にインポートできます。主な機能は次のとおりです。 1. Binance USD-Mでのすべての先物取引ペアの自動作成をサポートします。または、基本通貨を個別に設定することもできます。たとえば、基本通貨BaseCurrencyが空の場合、それはすべての通貨を意味し、BNBやBTCなどのBinanceUSD-M先物でサポートされている暗号通貨も個別に設定できます。 2. Binanceの先物通貨の価格精度、取引量の正確性、および最大取引量を同期します。 3.テクニカル分析を容易にするために、リスト内のBinanceでサポートされているすべてのリストされた先物の見積もりデータを自動的に更新します。 4. 7 * 24時間の先物市場データをサポートします。最初のトランザクションは、最初にインポートされたときにデフォルトでBinanceから同期され、データは将来、最新のK-lineから自動的に同期
Binanceは世界的に有名な暗号通貨取引所です!暗号化されたデジタル通貨市場のリアルタイムデータ分析を容易にするために、プログラムは分析のためにBinanceリアルタイムトランザクションデータをMT5に自動的にインポートできます。主な機能は次のとおりです。 1.通貨セキュリティ部門でのスポット取引ペアの自動作成をサポートします。また、利益通貨と基本通貨を別々に設定することもできます。たとえば、ProfitCurrencyが空の場合、すべての取引エリアを意味します。オプション:USDT、BTC、DAI、およびBinanceでサポートされているその他の取引エリア(契約取引は現在サポートされていません)。BaseCurrencyは空で、すべての通貨を示します。BNBおよびETCも可能です。個別に設定するBinanceでサポートされている暗号通貨を待ちます。 2. Binanceの各通貨の価格精度、取引量の精度、および最大取引量を同期します。 3. WebSocketを介してBinanceをリンクすると、すべてのトランザクションをMt5にプッシュして市場を更新できます。 4.すべての
Binanceは世界的に有名な暗号通貨取引所です!暗号化されたデジタル通貨市場のリアルタイムデータ分析を容易にするために、プログラムは分析のためにBinanceFuturesのリアルタイムトランザクションデータをMT5に自動的にインポートできます。主な機能は次のとおりです。 1.通貨セキュリティ省のUSD-M先物取引ペアの自動作成をサポートし、基本通貨を個別に設定することもできます。基本通貨BaseCurrencyは空で、すべての通貨を示します。BNBやETCなど、Binanceでサポートされている暗号通貨も個別に設定できます。 2. Binanceの各通貨の価格精度、取引量の精度、および最大取引量を同期します。 3. WebSocketを介してBinanceをリンクすると、すべての先物取引をMt5にプッシュして市場を更新できます。 4.同時に更新されるすべての先物の種類をサポートします。リアルタイムのデータ効率を向上させるために、最大更新グループをカスタマイズできます(更新するには対応するウィンドウを開く必要があります)。ツールのデフォルトは最大数です。グループは4つのグル
Binanceは世界的に有名な暗号通貨取引所です! MT5ユーザーがBinanceFuturesを直接取引できるようにするために、このプログラムは次の取引機能を提供します。 1. Binance Futuresの取引スタイルを模倣し、フレンドリーな操作パネルを提供します。 2.レバレッジ、バランス、その他の情報を取得するには、自分でapiとsecretを入力します(Binance apiで先物取引の許可を開く必要があります)。 3. limitOrder(指値注文)、marketOrder(成行注文)、stopLimit(ストップ利益の制限とストップロス注文)、stopMarket(マーケットストップ利益とストップロス注文)をサポートします。 4.成行注文の場合、最大オープンポジションとコスト情報は最新の価格に基づいて計算できます。 5.すべての注文のリストを表示したり、注文をキャンセルしたりできます。 6.すべてのポジションのリストを表示でき、成行注文に従ってポジションを空にすることができます。 7. Deepin情報の自動表示のサポート(Deepin Websock
Binanceは世界的に有名な暗号通貨取引所です! 深度情報とティックの変更の追跡を容易にするために、プログラムは次の機能を提供します。 1.カスタマイズ可能な製品プレフィックス(既存の製品名との競合を避けるため)を使用して、Binance USD-M先物取引ゾーンのすべての取引品種を自動的にインポートするか、特定の品種をカスタムインポートします。 2. WebSocketを使用してBinance先物取引をリンクし、市場情報のプッシュが深さとティックをサポートします。 3.切断後のソケットの再接続をサポートします。 4.サブスクライブする必要のある深度データが多数ある場合、複数のチャートウィンドウで取得でき、プログラムは深度やトランザクションティックなどを取得するためのグループ化をサポートします。 5.プロキシをサポートします。Binanceの市場データは、プロキシのAPIとWebSocketを接続することで取得できます。プロキシアドレスは次のように記述する必要があることに注意してください。Tools-Options-EA-WebRequest;(私たちが提供するエージェン
Broken Scapling is a breakthrough scalping strategy, through long-term support pressure breakthrough transactions, avoid too many false breakthroughs, thereby increasing the winning rate. The Broken Scapling strategy will automatically judge the current support pressure level. At the same time, there are three built-in fund management methods, including: fixed lot size, martingale lot size management (after the last stop loss, the next time the corresponding lot size will be automatically incre
フィルタ:
レビューなし
レビューに返信