• 概要
  • レビュー
  • コメント
  • 最新情報

Trades Manager MT5

The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions.


Lot Calculation

  • Mode 0: Fixed Lot.
  • Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0.
  • Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0.
  • Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0.
  • Mode 4: SL/Risk Lot calculate based on stop loss and risk ex balance=1000 -risk =10 -SL=20 then loss is 100$ lot will be 0.50.
  • Mode 5: Based On Balance Lot calculate based 0.01 for each 1000$.


Partial Close

  • close_count: apply partial close X times.
  • close_step: apply partial close each X pips in profit.
  • close_percent: close X% Percentage of the lot size is counted from initial lot size.


Trailing

  • Mode 0: Previous High/Low Trailing.
  • Mode 1: Break Even.
  • Mode 2: Normal Trailing Mode (Stop/Step).
  • Mode 3: Missing Stop place SL to all order if you miss that.
  • Mode 4: Missing TakeProfit place TP to all order if you miss that.


Other tools

  • CheckSpread: SpreadFilter return true / false.
  • PrintInfo: return simple information as string to use it in comment.
  • CheckTime: Time Filter return true / false with information on chart.
  • CloseAtPerProfit: close all order when x% profit reach.
  • CloseAtProfit: close all order when x$ profit reach.
  • CloseAtPerLoss: close all order when x% loss reach.
  • CloseAtLoss: close all order when x$ loss reach.

All functions allowed you to control, call any symbol not just chart symbol.

All functions design to detect any error while process and retrying until done.


Usage

#import "\\Market\\Trades Manager.ex5"
bool CheckTime(string symbol,int TradingTimeStart,int TradingTimeEnd);
string PrintInfo(string symbol);
bool CheckSpread(string symbol,int Maximum_Spread);
void CloseAtProfit(double value,string symbol,int magic=0);
void CloseAtPerProfit(int percentage,string symbol,int magic=0);
void CloseAtPerLoss(double percentage,string symbol,int magic=0);
void CloseAtLoss(double value,string symbol,int magic=0);
double ProfitCheck(string symbol,int magic=0);
double PointCheck(string symbol,int magic=0);
void PClose(string symbol,int type,double price,datetime opentime,double orderlots,double stoploss,double takeprofit,int close_count,int close_step,int close_percent);
void DoTrailingSpec(int Mode,string symbol,int type,double price,double stoploss,double takeprofit,int des=1,int step=1,ENUM_TIMEFRAMES TF=PERIOD_CURRENT);
double GetLotSpec(int Mode,double Lot,string symbol,int magic=0,double Multiplier=2,int CalWhen=1,int sl=0,int risk=0);
#import

Feel free to give your opinion about the tool .... and please inform me of any improvements needed to be done.

Happy Trading (:

おすすめのプロダクト
Goliath Mt5
Nicolokondwani Biscaldi
Goliath MT5 - scalper fully automated Expert Advisor for medium-volatile forex markets P roperties: The Library trades 10 currency pairs (USDCHF, EURCHF, EURGBP, AUDUSD, USDCAD, GBPUSD, EURUSD, NZDUSD, CADCHF, EURAUD, EURCAD, AUDJPY) The Library does not use martingale The Library sets a fixed stop loss and take profit for all orders The Library only trades a user input volume The Library can be installed on any currency pair and any timeframe Recommendations: Before using on a real account,
This is standard library built for flexible neural Networks with performance in mind. Calling this Library is so simple and takes few lines of code:    matrix Matrix = matrix_utils.ReadCsv( "Nasdaq analysis.csv" );       matrix x_train, x_test;    vector y_train, y_test;         matrix_utils.TrainTestSplitMatrices(Matrix,x_train,y_train,x_test,y_test, 0.7 , 42 );    reg_nets = new CRegressorNets(x_train,y_train,AF_RELU_,HL, NORM_MIN_MAX_SCALER); //INitializing network       reg_nets.RegressorN
Introducing "TG Risk Service Manager" — your comprehensive toolkit for swift and precise risk management and lot size calculations in the dynamic world of trading. Designed to streamline development processes and enhance trading strategies, this indispensable library equips developers with essential tools for optimizing risk assessment and trade profitability. Metatrader4 Version |  All Products  |  Contact   Key Features: Efficient Lot Size Calculation : Harness the power of precise lot size
Binanceは世界的に有名な暗号通貨取引所です! MT5ユーザーがBinanceFuturesを直接取引できるようにするために、このプログラムは次の取引機能を提供します。 1. Binance Futuresの取引スタイルを模倣し、フレンドリーな操作パネルを提供します。 2.レバレッジ、バランス、その他の情報を取得するには、自分でapiとsecretを入力します(Binance apiで先物取引の許可を開く必要があります)。 3. limitOrder(指値注文)、marketOrder(成行注文)、stopLimit(ストップ利益の制限とストップロス注文)、stopMarket(マーケットストップ利益とストップロス注文)をサポートします。 4.成行注文の場合、最大オープンポジションとコスト情報は最新の価格に基づいて計算できます。 5.すべての注文のリストを表示したり、注文をキャンセルしたりできます。 6.すべてのポジションのリストを表示でき、成行注文に従ってポジションを空にすることができます。 7. Deepin情報の自動表示のサポート(Deepin
Advisor for hedging trading or pair trading. A convenient panel allows you to open positions on the necessary trading instruments and lots. Automatically determines the type of trading account - netting or hedging. Advisor can close all its positions upon reaching profit or loss (determined in the settings). A negative value is required to control losses (for example, -100, -500, etc.). If the corresponding fields are 0, the EA will not use this function.   Settings: Close profit (if 0
This trailing stop application will helping trader to set the trailing stop value for many open positions, that apply a grid or martingale strategy as a solution. So if you apply a grid or martingale strategy (either using an EA or trading manually), and you don't have an application to set a trailing stop, then this application is the solution. For EAs with a single shot strategy, just use the FREE trailing stop application which I have also shared on this forum.
複数のポジション/取引を一度にオープンする必要がありますか?簡単なソリューションを作成しました。一度に複数のポジションを入力できるようになりました。ロットサイズ、ポジション数、テイクプロフィット、ストップロスを設定できます。 例: 特定のロットサイズで 3、5、10 または任意の数のポジションを購入したいとします。 「購入」ボタンをタップするだけで購入できるようになりました。 または 例: 特定のロットサイズで 3、5、10、または任意の数のポジションを売りたいとします。 「販売」ボタンをクリックするだけで販売できます。 Fukusū no pojishon/ torihiki o ichido ni ōpun suru hitsuyō ga arimasu ka? Kantan'na soryūshon o sakusei shimashita. Ichido ni fukusū no pojishon o nyūryoku dekiru yō ni narimashita. Rotto saizu, pojishon-sū, teikupurofitto, sutoppu
Champion MT5
Evgenii Aksenov
5 (15)
This is a multi-currency Expert Advisor with an intelligent order opening function, a news filter and dynamic drawdown control.  The Expert Advisor analyzes the price of each candle and its dynamic deviation in the flow of quotes and makes a decision only when the candle closes. A series of orders is closed only when a positive result is achieved.  A system of algorithms is used in combination with risk control technology to reduce account drawdown. Champion EA is suitable for beginners and
Just $10 for six months!!!. This will draw Supply & Demand zones just by clicking on a candle. It can also draw a 50% line on the zone. https://youtu.be/XeO_x7cpx8g As a drawing tool, it is not active all the time after adding it to the chart. Activate by pressing 's' twice on the keyboard within a second. If activated but then decided not to draw, deactivate by pressing 's' once.  Box color depends if candle is above or below current price. Features: Draw the box up to the last current can
Martingale panel MT5
Mohammadbagher Ramezan Akbari
In this article, we would like to introduce the trade panel product with the Martingale panel. This panel is made in such a way that it can meet the needs of traders to a great extent. This trade panel actually consists of two trade panels at the same time, with the first one you can take positions with certain profit and loss limits, and with the second one, you can have positions with profit limits but without loss limits. When positions lose, a new position will be added based on the setti
AccMan
Manuel Marcel Simon
Good money/risk management is more than just position sizing, it's much more. Successful traders analyze your trading activities and keep an eye on your key figures. With the help of AccountMan you can also do this very conveniently, analyze your trading activities for the purpose of professional money / risk management. Evaluate your trades by trade symbol to see if trading is profitable overall with these. Would you like to keep an eye on your individual strategies? e.g. which strategy works b
This utility will analyze all financial assets for you, it will send you the signals on your chart and on telegram to allow you to receive the signals on your smartphone wherever you go with supporting screenshots, so you ' don't miss opportunities even if you are at work or in a job and you have access to the internet. Fonctionnalities : - Self-analysis of financial activities according to a trend strategy that is 98% effective - Auto sending signals on the chart and on telegram for copy tradin
EA Golden SIN-TIANG is a robust trading strategy designed for XAUUSD or GOLD and H4 time frame. The EA creates pending stop trade orders using indicators of the Highest-Lowest, Hight , Low parameters based on the market environment. It uses fixed SL, PT and exit from the position after time cut off. The EA was tested with several Monte Carlo robustness tests and optimized. Backtest was done on ticks data with a 15-year history 2007-20023. There is no need to set any parameters, all settings are
素晴らしい信号を見つけましたが、プロバイダーの敷地が小さすぎますか?より大きなポジションボリュームが必要ですが、ターミナルの設定が悪すぎますか? Signal Lot Manager は、必要な量の重複注文によってプロバイダーのポジション量を増やします。 ロットサイズと注文をコピーするシグナルの名前を設定するだけです。 Signal Lot Manager は、端末上で注文を複製するためのロット乗数ユーティリティです。ソースは、任意のアドバイザー、手動取引、個別の取引シグナルを選択できます。簡単なセットアップで幅広い機能を備え、高速性と信頼性も備えています。 Sign Lot Manager インストールおよび入力ガイド EA に関する通知を受け取りたい場合は、URL を MT4/MT5 ターミナルに追加してください (スクリーンショットを参照)。 MT4のバージョン     https://www.mql5.com/en/market/product/34864 MT5のバージョン     https://www.mql5.com/en/market/product/41610
VPS Sentinel MT5
Marti Castany
4.67 (3)
The VPS Sentinel Expert Advisor will be your ally to   protect your trading capital   and keep you updated of the status of your trading terminal (MT5) running on your remote VPS (Virtual Private Server). With the VPS Sentinel running on your terminal, you will have a first line of defence against any problem that could occur. You will also be able to: Define a  Global Stop  level (Stop-Out), decide if you want to receive notifications and also enable an automatic closing of working positions an
FREE
KT STC Robot MT5
KEENBASE SOFTWARE SOLUTIONS
The KT Schaff Trend Cycle Robot implements a highly effective trading strategy by utilizing a combination of overbought/oversold cycles identified through the STC indicator and fast and slow exponential moving averages (EMA). When the predefined entry rules are satisfied, it promptly initiates pending orders at high or low anchor points based on the analysis of the previous 10 bars. Download the Set files . Buy Entry: The STC indicator moves out of the oversold zone, indicating a potential r
Trade Copier Agent は、複数の MetaTrader(4/5) アカウント/端末間で取引をコピーするように設計されています。 このツールを使用すると、プロバイダー (ソース) または受信者 (宛先) として機能できます。すべての取引アクションは、遅延なくプロバイダーからレシーバーにコピーされます。 このツールを使用すると、0.5 秒未満の超高速のコピー速度で、同じコンピューター上の複数の MetaTrader ターミナル間で取引をコピーできます。 Trade Copier Agent インストール & 入力ガイド コピーを開始する前、または注文がないうちに、プロバイダー アカウントで設定を適用してください。 注文中の変更は、受取人のアカウントに影響します。 例: プロバイダー アカウントが買い注文を適用し、その後、受信者アカウントのすべての買い注文を無効にすると、決済されます。 EA追加URL(   http://autofxhub.com   )MT4端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT5 バージョン https://w
Multi instrument and multi time frame EA, with the best indicators.  The MSD EA can be used for automated and manual trading. Click on the '?' button on the dashboard to obtain information about the various elements of the MSD EA. Uses ATR Take Profits, ATR Stop Losses and ATR Trailing Stops. Comes with an FX Currency Strength meter and a Market Sessions indicator. Has the option to place Trade Lines (Buy, Sell, Close, Alarm). When the price reaches the trendline, the EA will perform the approp
FX28 Trader Dashboardをご紹介します - あなたの究極のトレードマネージャー FX28 Trader Dashboardは、あなたの外国為替(Forex)取引を新たな高みに押し上げるために設計された包括的で直感的なトレードマネージャーです。経験豊富なトレーダーでも、まだ金融の旅を始めたばかりの方でも、この強力なツールは取引活動を効率化し、意思決定プロセスを向上させるために開発されました。 主な特徴: ユーザーフレンドリーなインターフェース: FX28 Trader Dashboardは、あらゆるレベルのトレーダーに適したユーザーフレンドリーなインターフェースを備えています。さまざまな機能やツールを簡単にナビゲートし、わずか数クリックでトレードを完全にコントロールできます。 リアルタイムマーケットデータ: リアルタイムのマーケットデータフィードで先を見越してください。通貨ペア、トレンド、マーケットの変動に関する最新の情報を提供し、情報を元に自信を持ってトレードを実行できます。 高度なトレードアナリティクス: FX28 Trader Dashboardでは、高度なアナ
口座履歴の通貨を他の通貨に両替して出力できるスクリプトです。多通貨対応ですので、USD, JPYの相互変換をはじめ EUR, GBP, AUD等、その他マイナー通貨まで両替可能です。 特に確定申告の際には、円以外の運用口座の場合当日の相場で円換算した金額を申告する必要があるため、膨大な労力が必要となります。しかしCurrency Exchangerは一回実行するだけで他通貨へ即座に変換が可能ですので、誰でもかんたんに両替できます。 面倒な作業はCurrency Exchangerにお任せください! 口座履歴から両替した結果をhtml、またはcsv形式にてレポート出力可能。 両替レートはMetaTraderのヒストリカルデータ、またはWebより取得。 レポート出力する期間や両替のタイミングを細かく指定可能。 レポート出力項目を変更可能。 両替を行わない通常のレポート出力も可能。 レポートの言語は英語、及び日本語対応。 MT4製品版はこちら : Currency Exchanger MT4 入力項目説明 General(全般設定) Currency of after exchange :
This EA has been developed, tested and traded live on NASDAQ M15 TF. Everything is ready for immediate use on real account. Very SIMPLE STRATEGY with only FEW PARAMETERS.  Strategy is based on  EXPANSION ON THE DAILY CHART .   It enters if volatility raise after some time of consolidation .  It uses  STOP   pending orders with  ATR STOP LOSS.   To catch the profits is a  TRAILING PROFIT  function in the strategy.  EA has been backtested on more than 10-year long tick data with 99% quality of mo
CAD Sniper X MT5
Mr James Daniel Coe
5 (11)
私の人気の無料EA「CADスナイパー」の成功に基づいて...CADスナイパーXをプレゼント! 数千以上の取引 |ブローカーの制限なし |より良い統計 |複数の戦略 私にプライベートメッセージを送ってください マニュアルと無料ボーナスの購入後 AUDCAD、GBPCADとCADCHFの2つのストラテジーを1つに 戦略1は、どのブローカーでも使用でき、より頻繁に取引され、CAD Sniper Xのデフォルトの戦略です。これは長年にわたって堅牢なバックテストの成功を示しており、MQL5上の他の同様のEAから採用されています ストラテジー2は、1つの人気のあるブローカー向けに設計されたカスタムアルゴリズムで、ティックボリュームを使用してエントリーを行うためです。推奨ブローカーの画像を参照してください。このブローカーにアクセスできない場合は、戦略1を使用してください 1. CAD Sniper Xをダウンロードし、希望の預金サイズ、レバレッジ、ブローカーでバックテストします 2. CAD Sniper X をわずか 79 ドルというめちゃくちゃ低価格で購入 
Algo Scalper EA
Tshepo Michael Motaung
Algo Scalper EA is a confluence day trading robot using market orders and it trades during Trading Sessions. The EA exercise consistency and risk management, it has 2 entry signals produced from  Moving Averages(90 & 120) to harvest the most out of the trending market (on automatic mode). It is capable of allowing you to trade any symbol you want and during the time you want. Profits can only be secured by take profit level. Low spread is highly recommended for this EA, and you will see signific
The EA uses scalping strategy at night, trading consists of three algorithms and each algorithm works in its own time interval. The EA uses many smart filters to adapt to almost any economic situation. Pending orders are used for the least slippage when trading scalping. The adviser is safe and does not require any settings from the user, just install it on the chart and you are ready. The EA sets a protective stop order, so the trader does not have to worry that the robot will allow significant
機能 少ないセットアップと変数操作による完全自動取引 Break-Out 戦略と Trailnigを使用した取引 2017年から2023年の実際のティックを使用したリサーチ 勝率91.5%、ドローダウン最大29% EURUSD通貨でのみ機能します。 1H の時間枠でゼロスプレッド ECN 口座が必要 要件 取引通貨公正 USDEUR のみ TimeFrame 1H のみ 初回入金 1000 USD 以上 レバレッジ 1:500 未満 アカウント ゼロスプレッド ECN 変数 Trading Settings MagicNumber : 一意の数値を入力 AutoLot : trueの場合、現在の残高に基づいて取引量を計算 PerLot : AutoLotがtrueの場合、次を使用します。分母として例) 残高 1000 米ドル、パーロット 2000 の結果 0.5 ロットまたは残高 1000 米ドル、パーロット 1000 の結果 1 ロット FixedLot : AutoLot false の場合、入力したfixedLot のみを取引します ExceedValue
NitroFX MT5   is a fully automated Expert Advisor.  NitroFX MT5   is a systematic trading system that involves planning, trading strategies, conducting multiple back tests, and collecting statistics, which will help the system to be more accurate and increase profitability. NitroFX MT5   uses effective risk management tools,   Trailing stop   and   Breakeven point . A trailing stop is a stop that automatically adjusts to market movement. This means it will follow your position when the market mo
Binance Grid Pro offers an alternative to the built in Grid systems Binance Platform offers. This utility let you define a grid parameters for interact with your Binance account using an Isolated Margin account. This is, similar to Spot Grid in Binance. This is not for handle with derivatives contracts, is for handle with Spot through Isolated Margin Account. But obviosly this utility offers a different approach than built in Binance Grid to handle the Grid, which I have found useful based o
通貨取引の世界で信頼できる味方である Finvesting EA を使用して、外国為替投資の可能性を最大限に引き出してください。 このエキスパートアドバイザー (EA) は、お客様の外国為替投資を強化し、自信を持って財務目標を達成できるように設計されています。 ライブパフォーマンス: Finvesting EA には、安定した取引によるライブ実績があります。 リアルアカウント ライブパフォーマンス MT4 : https://www.mql5.com/ja/signals/1715664 MT5: https://www.mql5.com/ja/signals/1973370 Finvesting EA の可能性を発見し、成功した外国為替投資家のコミュニティに参加してください。 Finvesting EA を使用して潜在能力を最大限に引き出し、投資を成功させましょう。 より明るい経済的未来に向けて、今すぐ第一歩を踏み出しましょう。 主な特徴: 高度なアルゴリズム: Finvesting EA は、テクニカル分析、市場センチメント、履歴データを組み合わせてインテリジ
Welcome to Forex Eternal - the last and only Expert Advisor you will ever need! In a trading world obsessed with fancy algorithms, my strategy keeps it real. No fake machine learning here – just good ol' trend and candle patterns with some math sprinkled in here and there. While others chase the latest tech trends, I stick to what works, delivering reliable results in a fast-paced market. My approach? Simple, effective, and consistently winning. That is what sets Forex Eternal apart from all t
Kaiju X EA
Michael Prescott Burney
4 (1)
UPDATED AS OF 3.17.2024 WITH NEW QUALITY CONTROL UPDATE FOR PERFORMANCE VALIDATION! Introducing Kaiju X EA, a formidable force in the forex market, meticulously designed for the USDJPY H1 chart. This Expert Advisor harnesses the volatile nature of the Yen to deliver outstanding results, reminiscent of the mythical Kaiju, known for their colossal impact. Kaiju X EA is a strategic blend of precision and power, employing an arsenal of indicators like Bulls Power, Williams' Percent Range, Moving Av
このプロダクトを購入した人は以下も購入しています
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the c
Binance Library
Hadil Mutaqin SE
5 (1)
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit and Stop-Market. Support margin trading. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header   file and EA sample https://www.mql5.com/en/code/download/34972_260999.zip Copy Binance.mqh header file to folder \MQL5\Include Copy  BinanceEA-
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries -  Download Header file and EA sample https://www.mql5.com/en/code/download/34976_252386.zip Copy BinanceFutures.mqh header file to folder \MQL5\Include C
EA Toolkit
Esteban Thevenon
EA Toolkit   is a library that allows any developer to quickly and easily program Advisor experts. It includes many functions and enumerations such as trailing stop, lot, stop loss management, market trading authorisations, price table updates, trading conditions and many more. Installation + Documentation : You will find all the information to install this library and the documentation of its functions on this GitHub : https://github.com/Venon282/Expert-Advisor-Toolkit WARNING : The installa
Hello everyone! I am a professional MQL programmer , Making EAs, Indicators and Trading Tools for my clients all over the world. I build 3-7 programs every week but I seldomly sell any ready-made Robots. Because I am fastidious and good strategy is so few...  this EA is the only one so far I think its good enough to be published here.  As we all know, the Ichimoku indicator has become world popular for decades, but still, only few people knows the right way of using it, and if we check the cl
金融とトレーディング戦略の領域を深く掘り下げ、私は一連の実験を実施し、強化学習に基づくアプローチと強化学習を使用しないアプローチを調査することにしました。 これらの手法を適用して、私は現代のトレーディングにおけるユニークな戦略の重要性を理解する上で極めて重要な微妙な結論を導き出すことができました。 ニューラル ネットワーク アドバイザーは、初期段階では目覚ましい効率性を示したにもかかわらず、長期的には非常に不安定であることが判明しました。 市場のボラティリティ、トレンドの変化、外部事象などのさまざまな要因により、企業の運営に混乱が生じ、最終的には不安定化につながりました。 この経験を武器に、私は課題を受け入れ、独自のアプローチを開発し始めました。 私の焦点は、集められた最良のインジケーターを異なるパラメーター設定で利用するアドバイザーを作成することに集中していました。 このアドバイザーは、私の独自の戦略に基づいており、さまざまなパラメーター設定を持つ 14 の指標を同時に採用し、何時間ものデータ分析と綿密なテストから生まれました。
このライブラリは、できるだけ簡単にMetaTrader上で直接OpenAIのAPIを使用するための手段として提供されます。 ライブラリの機能についてさらに詳しく知るには、次の記事をお読みください: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual 重要:EAを使用するには、OpenAI APIへのアクセスを許可するために、次のURLを追加する必要があります  添付画像に示されているように ライブラリを使用するには、次のリンクで見つけることができる次のヘッダーを含める必要があります:  https://www.mql5.com/en/blogs/post/756108 #import "StormWaveOpenAI.ex5" COpenAI *iOpenAI(string); CMessages *iMessages(void); CTools *iTools(void); #import これが、ライブラリを簡単に使用するた
Native Websocket
Racheal Samson
5 (2)
An   easy to use, fast,  asynchronous   WebSocket library  for MQL5. It supports: ws://   and   wss://  (Secure "TLS" WebSocket) text   and   binary   data It handles: fragmented message  automatically (large data transfer) ping-pong   frames  automatically (keep-alive handshake) Benefits: No DLL required. No OpenSSL installation required. Up to 128 WebSocket Connections from a single program. Various Log Levels for error tracing Can be synchronized to MQL5 Virtual Hosting . Completely native to
WalkForwardOptimizer MT5
Stanislav Korotky
3.86 (7)
WalkForwardOptimizer library allows you to perform rolling and cluster walk-forward optimization of expert advisers (EA) in MetaTrader 5. To use the library include its header file WalkForwardOptimizer.mqh into your EA source code, add call provided functions as appropriate. Once the library is embedded into EA, you may start optimization according to the procedure described in the User guide . When it's finished, intermediate results are saved into a CSV file and some special global variables.
AO Core
Andrey Dik
3 (2)
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. An example of using AO Core is described in the article: https://www.mql5.com/ru/articles/14183 https://www.mql5.com/en/blogs/post/756510 This hybrid algorithm is based on a genetic algorithm and contains the best qualities and properties of population algorithms.  High-speed calculation in HMA guarantees unsurpassed accuracy and high search capabilities,
このライブラリを使用すると、任意の EA を使用して取引を管理でき、説明に記載されているスクリプト コードを使用して任意の EA に簡単に統合でき、完全なプロセスを示すビデオのデモ例も利用できます。 - 指値注文、SL 指値注文、利食い指値注文の発行 - マーケット、SLマーケット、TPマーケットの注文を行う - 指値注文の変更 - 注文をキャンセルする - 注文のクエリ - レバレッジ、マージンの変更 - 位置情報の取得 もっと... MT5 に Binance チャートがない場合を除き、暗号チャートのレンタルはオプションです。 スクリプトのデモについては、 ここをクリックしてください トレーディングパネルでの取引をご希望の場合は、 この製品に興味があるかもしれません
T5L Library is necessary to use the EAs from TSU Investimentos, IAtrader and others. It contains all the functions framework needed to Expert Advisors working properly.  ツ - The Expert Advisors from  TSU Investimentos does not work without this library,  the T5L library can have updates during the year - At this Library you will find several funcionalities like order sends, buy and sell, trigger entry points check, candlestick analyses, supply and demmand marking and lines, and much more. 
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions. Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0. Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0. Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0. Mode 4: SL/Risk Lot calculate based on
MetaCOT 2 CFTC ToolBox is a special library that provides access to CFTC (U.S. Commodity Futures Trading Commission) reports straight from the MetaTrader terminal. The library includes all indicators that are based on these reports. With this library you do not need to purchase each MetaCOT indicator separately. Instead, you can obtain a single set of all 34 indicators including additional indicators that are not available as separate versions. The library supports all types of reports, and prov
This is a simplified and effective version of the library for walk forward analysis of trading experts. It collects data about the expert's trade during the optimization process in the MetaTrader tester and stores them in intermediate files in the "MQL5\Files" directory. Then it uses these files to automatically build a cluster walk forward report and rolling walk forward reports that refine it (all of them in one HTML file). Using the WalkForwardBuilder MT5 auxiliary script allows building othe
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The library OrderBook History Library reads market book state in the past from archive files, created by OrderBook Recorder . The library can be embedded into you
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the c
Teclado trader, é uma BIBLIOTECA que você pode chamar no OnChartEvent para abrir posição de compra/venda/zerar, os botões padrões são: V = venda C = compra Z = zerar posições a mercado S = zerar posições opostas e depois a mercado X = zerar posições opostas Além da função de teclado, é possível mostrar os estados do ExpertAdvisor usando o MagicId, com informação de: lucro mensal, semanal, diario, e posição aberta, para isto use o OnTick, ou qualquer outro evento (OnTimer / OnTrade / OnBookEv
Binance Library
Hadil Mutaqin SE
5 (1)
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit and Stop-Market. Support margin trading. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header   file and EA sample https://www.mql5.com/en/code/download/34972_260999.zip Copy Binance.mqh header file to folder \MQL5\Include Copy  BinanceEA-
Gold plucking machine   Gold plucking machine is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number      -  is a special number that the EA assigns to its orders. Lot Multiplier        -
Gold plucking machine S   Gold plucking machine  S Gold plucking machine S   is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number        -  is a special number that the EA assigns to its
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries -  Download Header file and EA sample https://www.mql5.com/en/code/download/34976_252386.zip Copy BinanceFutures.mqh header file to folder \MQL5\Include C
The Trade Tracker Library is used to automatically detect and display trade levels on custom charts. It is an especially useful add-on for EAs that trade on custom charts in MT5. With the use of this library, the EA users can see trades as they are placed via the EA (Entry, SL & TP levels) in real-time. The header file and two examples of EA skeleton files are attached in the comments section (first comment). The library will automatically detect the tradable symbol for the following custom
MT4/5通用交易库(  一份代码通用4和5 ) #ifdef __MQL5__      #define KOD_TICKET ulong      #define KOD_MAGIC   long #else        #define KOD_TICKET long      #define KOD_MAGIC   int #endif class ODLIST; #import "K Trade Lib Pro 5.ex5"       //祝有个美好开始,运行首行加入    void StartGood() ;    //简单开单    long OrderOpen( int type, double volume, int magic, string symbol= "" , string comment= "" , double opprice= 0 , double sl= 0 , double tp= 0 , int expiration= 0 , bool slsetmode= false , bool tpsetmode= false );    //复杂开单
If you're a trader looking to use Binance.com and Binance.us exchanges directly from your MetaTrader 5 terminal, you'll want to check out Binance Library MetaTrader 5. This powerful tool allows you to trade all asset classes on both exchanges, including Spot, USD-M   and COIN-M futures, and includes all the necessary functions for trading activity. With Binance Library MetaTrader 5, you can easily add instruments from Binance to the Symbols list of MetaTrader 5, as well as obtain information ab
1. What is this The MT5 system comes with very few optimization results. Sometimes we need to study more results. This library allows you to output more results during backtest optimization. It also supports printing more strategy results in a single backtest. 2. Product Features The results of the optimized output are quite numerous. CustomMax can be customized. The output is in the Common folder. It is automatically named according to the name of the EA, and the name of the same EA will be au
This library implements a few functions to simplify the programming of Expert Advisors. * Build your own EA for MT5 / Binance, with a easy support for multisymbol / multytimeframe * Different SFE EAs based on the library provided. * Base signals of SFE EAs are inlcuded in base version. All the Pro filters and management are included in the base version all the 2022. * Customize the provided SFE Lib EA by changing or implementing its rules.. * Review the existing or ask for video tutorials to
Matrix is the foundation of complex trading algorithms as it helps you perform complex calculations effortlessly and without the need for too much computation power, It's no doubt that matrix has made possible many of the calculations in modern computers as we all know that bits of information are stored in array forms in our computer memory RAM, Using some of the functions in this library I was able to create machine learning robots that could take on a large number of inputs To use this libra
EA Toolkit
Esteban Thevenon
EA Toolkit   is a library that allows any developer to quickly and easily program Advisor experts. It includes many functions and enumerations such as trailing stop, lot, stop loss management, market trading authorisations, price table updates, trading conditions and many more. Installation + Documentation : You will find all the information to install this library and the documentation of its functions on this GitHub : https://github.com/Venon282/Expert-Advisor-Toolkit WARNING : The installa
このライブラリは、キーと値の配列をソートするために使用されます。多くの場合、値をソートする必要があります。 Python言語のように sorted(key_value.items(), key = lambda kv:(kv[ 1 ], kv[ 0 ])) インポート機能 利用シーン例 1. グリッド EA 注文は始値に従って並べ替えられます void SortedByOpenPride()   {    long     OrderTicketBuffer[];    double   OpenPriceBuffer[];    for ( int i = PositionsTotal ()- 1 ; i>= 0 ; i--)      {        if (m_position.SelectByIndex(i))         {          OrderTicketBuffer[i] = long (m_position.Ticket());          OpenPriceBuffer[i] = m_position.PriceOpen();  
作者のその他のプロダクト
Trade Copier Agent は、複数の MetaTrader(4/5) アカウント/端末間で取引をコピーするように設計されています。 このツールを使用すると、プロバイダー (ソース) または受信者 (宛先) として機能できます。すべての取引アクションは、遅延なくプロバイダーからレシーバーにコピーされます。 このツールを使用すると、0.5 秒未満の超高速のコピー速度で、同じコンピューター上の複数の MetaTrader ターミナル間で取引をコピーできます。 Trade Copier Agent インストール & 入力ガイド コピーを開始する前、または注文がないうちに、プロバイダー アカウントで設定を適用してください。 注文中の変更は、受取人のアカウントに影響します。 例: プロバイダー アカウントが買い注文を適用し、その後、受信者アカウントのすべての買い注文を無効にすると、決済されます。 EA追加URL(   http://autofxhub.com   )MT4端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT5 バージョン https://w
Trade Copier Agent は、複数の MetaTrader(4/5) アカウント/端末間で取引をコピーするように設計されています。 このツールを使用すると、プロバイダー (ソース) または受信者 (宛先) として機能できます。すべての取引アクションは、遅延なくプロバイダーからレシーバーにコピーされます。 このツールを使用すると、0.5 秒未満の超高速のコピー速度で、同じコンピューター上の複数の MetaTrader ターミナル間で取引をコピーできます。 Trade Copier Agent インストール & 入力ガイド コピーを開始する前、または注文がないうちに、プロバイダー アカウントで設定を適用してください。 注文中の変更は、受取人のアカウントに影響します。 例: プロバイダー アカウントが買い注文を適用し、その後、受信者アカウントのすべての買い注文を無効にすると、決済されます。 EA追加URL(   http://autofxhub.com   )MT4端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT5 バージョン https://w
Draw Agent は、すべてのチャート分析、落書き、メモなどを作成および管理するための美しく革新的な方法として設計されています。 このツールは、チャート スペースを黒板として扱い、手で描くためのフリーハンド描画方法を提供します。 このフリーハンド描画ツールを使用すると、MT4/MT5 チャートに描画して、チャート上のイベントをマークまたは強調表示できます。 エリオット波動を手で下書きしたり、チャートに線を引いたり、チャートにアイデアを示したりしたい場合に 役立つツールです。クライアント向けのライブウェビナーを実行している場合、またはスクリーンショットやチャートファイルを人々に配布している場合に特に役立ちます同じように。 Draw Agent のインストールと入力ガイド EA追加URL(   http://autofxhub.com   )MT4/MT5端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT4 バージョン https://www.mql5.com/en/market/product/14929 MT5 バージョン https://www.mql5.
素晴らしい信号を見つけましたが、プロバイダーの敷地が小さすぎますか?より大きなポジションボリュームが必要ですが、ターミナルの設定が悪すぎますか? Signal Lot Manager は、必要な量の重複注文によってプロバイダーのポジション量を増やします。 ロットサイズと注文をコピーするシグナルの名前を設定するだけです。 Signal Lot Manager は、端末上で注文を複製するためのロット乗数ユーティリティです。ソースは、任意のアドバイザー、手動取引、個別の取引シグナルを選択できます。簡単なセットアップで幅広い機能を備え、高速性と信頼性も備えています。 Sign Lot Manager インストールおよび入力ガイド EA に関する通知を受け取りたい場合は、URL を MT4/MT5 ターミナルに追加してください (スクリーンショットを参照)。 MT4のバージョン     https://www.mql5.com/en/market/product/34864 MT5のバージョン     https://www.mql5.com/en/market/product/41610
リスク対報酬比率マネージャー ツールは、包括的な取引ビジュアル注文ツールおよびポジション サイズ (ロット) 計算ツールであり、効率的で情報に基づいた意思決定のための直感的なパネルを提供します。多用途であり、通貨ペア、指数、金属、商品、暗号通貨などのさまざまなシンボルをシームレスに操作できます。 リスク対報酬比率マネージャー ツールは、視覚的なツール、自動計算、カスタマイズ オプションを提供することで取引プロセスを合理化し、効果的なリスク管理と戦略的意思決定のための包括的なソリューションをトレーダーに提供します。 リスクと報酬の比率マネージャー   インストールと入力ガイド EA に関する通知を受け取りたい場合は、URL (   http://autofxhub.com   ) MT4/MT5 ターミナルを追加します (スクリーンショットを参照)。 MT4版 https://www.mql5.com/ja/market/product/110797 MT5バージョン https://www.mql5.com/ja/market/product/110798 主な特徴: 直感的なパネル:
エリオット波動カウンターは、エリオット波動を迅速かつユーザーフレンドリーに手動でマークアップするためのパネルです。マークの色とレベルを選択できます。最後のマークアップとツールによって作成されたマークアップ全体を削除する機能もあります。マークアップはワンクリックで作成されます。 5 回クリック - 5 つの波があります。エリオット波動カウンターは、エリオット波動の初心者にもプロのアナリストにも最適なツールです。 エリオット波動カウンターのインストールと入力ガイド 取得したい場合     EA 追加 URL (  http://autofxhub.com   ) MT5 端末に関する 通知 (スクリーンショットを参照)。 MT4 バージョン https://www.mql5.com/en/market/product/14016 MT5 バージョン https://www.mql5.com/en/market/product/15081 一般的な入力: 波の種類ボタン: このボタンを使用すると、ユーザーはチャートで強調表示する波のパターンの種類を選択できます。使用可能なオプションには、イン
If you wish to draw Support and Resistance lines, view: daily market opening, classical pivot levels, Fibonacci pivot levels, trend lines, Fibonacci levels, the remaining time to candle closing, and current spread. If you seek to place your orders with the exact lot that meets your desired stop loss risk. If you wish to do all this and more with just one click, then this is the perfect tool to use. This tool will allow you to feel more relaxed when deciding to open orders, as well as predicting
ワンクリック分析ツールは、     キーボード ショートカット ベースのオブジェクトの作成     MetaTraderのコピーツール。クリックするだけで MetaTrader の分析ツールを簡単に使用できます。私たちのツールを使用すると、サポートとレジスタンスのレベル、フィボナッチ レベル、形状、チャネル、トレンド ライン、およびチャート上の他のすべてのオブジェクトをすばやく描画できます。ボタンをクリックしてマウスを動かすだけで、ワンクリック分析ツールが残りの作業を行います。これにより時間が節約され、チャート分析がより効率的になり、分析に基づいて情報に基づいた取引決定を下すことに集中できるようになります。 ワンクリック分析ツールには、オブジェクトの作成に加えて、     あるチャートから別のチャートにオブジェクトを簡単にコピーできる オブジェクトコピー機 ( チャート 同期)   。これは、複数のチャートを開いていて、それらの間でオブジェクトを複製する必要がある場合に特に役立ちます。 ワンクリック分析ツールを使用すると、     すべてのシンボルに 1 つのチャートを使用する   メ
Draw Agent は、すべてのチャート分析、落書き、メモなどを作成および管理するための美しく革新的な方法として設計されています。 このツールは、チャート スペースを黒板として扱い、手で描くためのフリーハンド描画方法を提供します。 このフリーハンド描画ツールを使用すると、MT4/MT5 チャートに描画して、チャート上のイベントをマークまたは強調表示できます。 エリオット波動を手で下書きしたり、チャートに線を引いたり、チャートにアイデアを示したりしたい場合に 役立つツールです。クライアント向けのライブウェビナーを実行している場合、またはスクリーンショットやチャートファイルを人々に配布している場合に特に役立ちます同じように。 Draw Agent のインストールと入力ガイド EA追加URL(   http://autofxhub.com   )MT4/MT5端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT4 バージョン https://www.mql5.com/en/market/product/14929 MT5 バージョン https://www.mql5.
Partial Close Expert は 、多くの機能を 1 つの自動システムに統合したツールです。この EA は、リスクを管理し、潜在的な利益を最大化するための複数のオプションを提供することにより、トレーダーがポジションをより効果的に管理するのに役立ちます。 Partial Close Expert を使用すると、トレーダーは   一部閉鎖   利益を固定するレベル、     トレーリングストップ   利益を保護し、損失を制限するレベル、     とんとん   価格が反対に動いた場合でも取引が中断されることを保証するレベル、およびその他のいくつかの機能。 このオールインワン Expert Advisor を使用することで、トレーダーは常に取引を監視する必要がないため、時間と労力を節約できます。代わりに、EA は市場の状況に基づいて事前に設定された命令を実行し、トレーダーにより多くの柔軟性と取引の制御を提供します。 部分クローズエキスパートを取り付け、     キーボードの「p」を押して 設定を変更すると、準備完了です。 部分クローズエキスパート   インストール & 入力ガイド
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions Orders CloseallSell CloseallBuy CloseallOpen DeletePending DeleteAll: Close All Market Orders and delete all pending orders. CheckOpenBuyOrders: return the count of buy orders. CheckOpenSellOrders: return the count of sell orders. CheckOpenOrders: return the count of market orders. ModifyOrder DeleteOrder CloseOrder OpenOrder Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lo
Telegram Publisher Agent は、 トレーダーが Telegram チャネルおよびグループにリアルタイムでシグナルを送信できるようにするアドオンです。このツールは、カスタマイズ可能なメッセージ、チャートのスクリーンショット、その他の機能を備えており、トレーダーが取引の洞察や戦略をフォロワーと共有するのに役立ちます。このツールは、明暗のテーマ切り替えを備えた美しいデザインも備えており、ユーザーに美的で機能的な取引体験を提供します。 Telegram Publisher Agent は、すべての取引をチャネルおよびグループ内のシグナルとして公開するように設計されています。あなたがしなければならないことは、取引を提供することだけです。その後、ボタンをクリックするだけで、Telegram Publisher Agent が取引シグナルを取引チャネルまたはグループに送信するためのすべての面倒な作業を実行します。 Telegram パブリッシャーエージェント   インストールと入力ガイド EA に関する通知を受け取りたい場合は、URL  ( http://autofxhub.c
バイナリートレードパネルは、MT4/MT5プラットフォームでバイナリーオプションを取引するための非常に便利なツールです。 MT4/MT5 の外部でプラグインを設定する必要はもうありません。 MT4/MT5チャート上にあるシンプルで便利なパネルです。 バイナリートレードパネルは、MT4/MT5プラットフォームを使用してバイナリーオプションを取引するトレーダーにとって便利なツールです。これは、トレーダーが外部プラグインを設定したり、複数の画面やメニューをナビゲートしたりすることなく、MT4/MT5 チャートから直接バイナリー オプション取引を行うことができるシンプルで便利なパネルです。 バイナリートレードパネルは、MT4/MT5取引プラットフォームを提供するバイナリーオプションブローカーと特に連携するように設計されています。 そうは言っても、バイナリー オプション取引の仕組みを好み、通常のブローカーを使用してそのスタイルで取引を続けたい場合は、使用しているブローカーがバイナリー オプション取引と同様のエクスペリエンスをトレーダーに提供するように設計されたバイナリー トレード パネルが設計
MetaTrader のニュース パネルは、MetaTrader 取引プラットフォーム内の経済カレンダー データを表示するツールです。このツールは、金融ニュース Web サイトやデータ プロバイダーなどの外部ソースから経済ニュースやデータ リリースを取得し、読みやすい形式で表示します。 このツールを使用すると、トレーダーはソース、タイムゾーン、影響レベル、通貨、通知方法ごとにニュースリリースをフィルタリングできます。また、ユーザーが手動でデータを更新し、最新の情報を利用できるようにするための [更新] ボタンも含まれています。 ニュースパネルのインストールと入力ガイド EA に関する通知を受け取りたい場合は、URL を MT4/MT5 ターミナルに追加してください (スクリーンショットを参照)。 ニュース パネルがソースからニュース データをロードできるようにするには、データ ソースの URL を [オプション] -> [エキスパート アドバイザー] -> [リストされた URL の WebRequest を許可する] に追加する必要があります。       (スクリーンショットを参照
Trade Copier Agent is designed to copy trades  remotely   between multi MetaTrader(4/5) accounts /terminals  at different computers/locations over internet. With this tool, you can act as either a provider (source) or a receiver (destination). All trading actions will be copied from the provider to the receiver with no delay. The copier allows copying to local and remote receivers at the same time. Each provider account can copy to unlimited receivers at the same time. Please Apply the setting
革新的な Trades Time Manager を使用して、取引ルーチンを簡単に管理できます。この強力なツールは、指定された時間に注文執行を自動化し、取引アプローチを変革します。 購入から注文の設定まで、すべて手動介入なしで、さまざまな取引アクションのためのパーソナライズされたタスク リストを作成します。 Trades Time Manager のインストールと入力ガイド EA に関する通知を受け取りたい場合は、MT4/MT5 ターミナルに URL を追加してください (スクリーンショットを参照)。 MT4のバージョン     https://www.mql5.com/en/market/product/103716 MT5のバージョン     https://www.mql5.com/en/market/product/103715 手動監視に別れを告げ、合理化された効率を採用します。直感的なインターフェイスにより、シンボル、約定時間、価格、ストップロス (SL)、テイクプロフィット (TP) ポイント、ロットサイズなどの正確なパラメーターを設定できます。 このツールの柔軟性は、市
リスク対報酬比率マネージャー ツールは、包括的な取引ビジュアル注文ツールおよびポジション サイズ (ロット) 計算ツールであり、効率的で情報に基づいた意思決定のための直感的なパネルを提供します。多用途であり、通貨ペア、指数、金属、商品、暗号通貨などのさまざまなシンボルをシームレスに操作できます。 リスク対報酬比率マネージャー ツールは、視覚的なツール、自動計算、カスタマイズ オプションを提供することで取引プロセスを合理化し、効果的なリスク管理と戦略的意思決定のための包括的なソリューションをトレーダーに提供します。 リスクと報酬の比率マネージャー   インストールと入力ガイド EA に関する通知を受け取りたい場合は、URL (   http://autofxhub.com   ) MT4/MT5 ターミナルを追加します (スクリーンショットを参照)。 MT4版 https://www.mql5.com/ja/market/product/110797 MT5バージョン https://www.mql5.com/ja/market/product/110798 主な特徴: 直感的なパネル:
ワンクリック分析ツールは、     キーボード ショートカット ベースのオブジェクトの作成     MetaTraderのコピーツール。クリックするだけで MetaTrader の分析ツールを簡単に使用できます。私たちのツールを使用すると、サポートとレジスタンスのレベル、フィボナッチ レベル、形状、チャネル、トレンド ライン、およびチャート上の他のすべてのオブジェクトをすばやく描画できます。ボタンをクリックしてマウスを動かすだけで、ワンクリック分析ツールが残りの作業を行います。これにより時間が節約され、チャート分析がより効率的になり、分析に基づいて情報に基づいた取引決定を下すことに集中できるようになります。 ワンクリック分析ツールには、オブジェクトの作成に加えて、     あるチャートから別のチャートにオブジェクトを簡単にコピーできる オブジェクトコピー機 ( チャート 同期)   。これは、複数のチャートを開いていて、それらの間でオブジェクトを複製する必要がある場合に特に役立ちます。 ワンクリック分析ツールを使用すると、     すべてのシンボルに 1 つのチャートを使用する   メ
エリオット波動カウンターは、エリオット波動を迅速かつユーザーフレンドリーに手動でマークアップするためのパネルです。マークの色とレベルを選択できます。最後のマークアップとツールによって作成されたマークアップ全体を削除する機能もあります。マークアップはワンクリックで作成されます。 5 回クリック - 5 つの波があります。エリオット波動カウンターは、エリオット波動の初心者にもプロのアナリストにも最適なツールです。 エリオット波動カウンターのインストールと入力ガイド 取得したい場合     EA 追加 URL (   http://autofxhub.com   ) MT5 端末に関する 通知 (スクリーンショットを参照)。 MT4 バージョン https://www.mql5.com/en/market/product/14016 MT5 バージョン https://www.mql5.com/en/market/product/15081 一般的な入力: 波の種類ボタン: このボタンを使用すると、ユーザーはチャートで強調表示する波のパターンの種類を選択できます。使用可能なオプションには、イ
Partial Close Expert は 、多くの機能を 1 つの自動システムに統合したツールです。この EA は、リスクを管理し、潜在的な利益を最大化するための複数のオプションを提供することにより、トレーダーがポジションをより効果的に管理するのに役立ちます。 Partial Close Expert を使用すると、トレーダーは   一部閉鎖   利益を固定するレベル、     トレーリングストップ   利益を保護し、損失を制限するレベル、     とんとん   価格が反対に動いた場合でも取引が中断されることを保証するレベル、およびその他のいくつかの機能。 このオールインワン Expert Advisor を使用することで、トレーダーは常に取引を監視する必要がないため、時間と労力を節約できます。代わりに、EA は市場の状況に基づいて事前に設定された命令を実行し、トレーダーにより多くの柔軟性と取引の制御を提供します。 部分クローズエキスパートを取り付け、     キーボードの「p」を押して 設定を変更すると、準備完了です。 部分クローズエキスパート   インストール & 入力ガイド
If you wish to draw Support and Resistance lines, view: daily market opening, classical pivot levels, Fibonacci pivot levels, trend lines, Fibonacci levels, the remaining time to candle closing, and current spread. If you seek to place your orders with the exact lot that meets your desired stop loss risk. If you wish to do all this and more with just one click, then this is the perfect tool to use. This tool will allow you to feel more relaxed when deciding to open orders, as well as predicting
Telegram Publisher Agent は、 トレーダーが Telegram チャネルおよびグループにリアルタイムでシグナルを送信できるようにするアドオンです。このツールは、カスタマイズ可能なメッセージ、チャートのスクリーンショット、その他の機能を備えており、トレーダーが取引の洞察や戦略をフォロワーと共有するのに役立ちます。このツールは、明暗のテーマ切り替えを備えた美しいデザインも備えており、ユーザーに美的で機能的な取引体験を提供します。 Telegram Publisher Agent は、すべての取引をチャネルおよびグループ内のシグナルとして公開するように設計されています。あなたがしなければならないことは、取引を提供することだけです。その後、ボタンをクリックするだけで、Telegram Publisher Agent が取引シグナルを取引チャネルまたはグループに送信するためのすべての面倒な作業を実行します。 Telegram パブリッシャーエージェント   インストールと入力ガイド EA に関する通知を受け取りたい場合は、URL (   http://autofxhub.
素晴らしい信号を見つけましたが、プロバイダーの敷地が小さすぎますか?より大きなポジションボリュームが必要ですが、ターミナルの設定が悪すぎますか? Signal Lot Manager は、必要な量の重複注文によってプロバイダーのポジション量を増やします。 ロットサイズと注文をコピーするシグナルの名前を設定するだけです。 Signal Lot Manager は、端末上で注文を複製するためのロット乗数ユーティリティです。ソースは、任意のアドバイザー、手動取引、個別の取引シグナルを選択できます。簡単なセットアップで幅広い機能を備え、高速性と信頼性も備えています。 Sign Lot Manager インストールおよび入力ガイド EA に関する通知を受け取りたい場合は、URL を MT4/MT5 ターミナルに追加してください (スクリーンショットを参照)。 MT4のバージョン     https://www.mql5.com/en/market/product/34864 MT5のバージョン     https://www.mql5.com/en/market/product/41610
MetaTrader のニュース パネルは、MetaTrader 取引プラットフォーム内の経済カレンダー データを表示するツールです。このツールは、金融ニュース Web サイトやデータ プロバイダーなどの外部ソースから経済ニュースやデータ リリースを取得し、読みやすい形式で表示します。 このツールを使用すると、トレーダーはソース、タイムゾーン、影響レベル、通貨、通知方法ごとにニュースリリースをフィルタリングできます。また、ユーザーが手動でデータを更新し、最新の情報を利用できるようにするための [更新] ボタンも含まれています。 ニュースパネルのインストールと入力ガイド EA に関する通知を受け取りたい場合は、URL を MT4/MT5 ターミナルに追加してください (スクリーンショットを参照)。 ニュース パネルがソースからニュース データをロードできるようにするには、データ ソースの URL を [オプション] -> [エキスパート アドバイザー] -> [リストされた URL の WebRequest を許可する] に追加する必要があります。       (スクリーンショットを参照
バイナリートレードパネルは、MT4/MT5プラットフォームでバイナリーオプションを取引するための非常に便利なツールです。 MT4/MT5 の外部でプラグインを設定する必要はもうありません。 MT4/MT5チャート上にあるシンプルで便利なパネルです。 バイナリートレードパネルは、MT4/MT5プラットフォームを使用してバイナリーオプションを取引するトレーダーにとって便利なツールです。これは、トレーダーが外部プラグインを設定したり、複数の画面やメニューをナビゲートしたりすることなく、MT4/MT5 チャートから直接バイナリー オプション取引を行うことができるシンプルで便利なパネルです。 バイナリートレードパネルは、MT4/MT5取引プラットフォームを提供するバイナリーオプションブローカーと特に連携するように設計されています。 そうは言っても、バイナリー オプション取引の仕組みを好み、通常のブローカーを使用してそのスタイルで取引を続けたい場合は、使用しているブローカーがバイナリー オプション取引と同様のエクスペリエンスをトレーダーに提供するように設計されたバイナリー トレード パネルが設計
Trade Copier Agent is designed to copy trades  remotely   between multi MetaTrader(4/5) accounts /terminals  at different computers/locations over internet. With this tool, you can act as either a provider (source) or a receiver (destination). All trading actions will be copied from the provider to the receiver with no delay. The copier allows copying to local and remote receivers at the same time. Each provider account can copy to unlimited receivers at the same time. Please Apply the setting
革新的な Trades Time Manager を使用して、取引ルーチンを簡単に管理できます。この強力なツールは、指定された時間に注文執行を自動化し、取引アプローチを変革します。 購入から注文の設定まで、すべて手動介入なしで、さまざまな取引アクションのためのパーソナライズされたタスク リストを作成します。 Trades Time Manager のインストールと入力ガイド EA に関する通知を受け取りたい場合は、MT4/MT5 ターミナルに URL を追加してください (スクリーンショットを参照)。 MT4のバージョン     https://www.mql5.com/en/market/product/103716 MT5のバージョン     https://www.mql5.com/en/market/product/103715 手動監視に別れを告げ、合理化された効率を採用します。直感的なインターフェイスにより、シンボル、約定時間、価格、ストップロス (SL)、テイクプロフィット (TP) ポイント、ロットサイズなどの正確なパラメーターを設定できます。 このツールの柔軟性は、市
フィルタ:
レビューなし
レビューに返信
バージョン 1.10 2022.01.17
Fix Bugs