• 概述
  • 评论
  • 评论
  • 新特性

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
币安是全球知名的加密数字货币交易所!为方便MT5用户直接进行币安期货交易,程序提供以下交易功能: 1、模仿币安期货交易风格,提供友好的操作面板; 2、自行输入api、secret(需要在币安api开通期货交易权限)即可获取杠杆,余额等信息; 3、支持limitOrder(限价订单), marketOrder(市价订单), stopLimit(限价止盈止损单), stopMarket(市价止盈止损单); 4、市价单时可根据最新价格算出最大开仓量和成本信息; 5、可显示所有的订单列表,并可取消订单; 6、可现实所有的仓位列表,并可按照市价订单清空仓位; 7、支持深度信息自动显示(需要深度Websocket产品,可参考: https://www.mql5.com/zh/market/product/68977 ); 8、支持api代理,适合于不能直接访问币安的用户。默认提供的代理为:trade.crossers.net,注意需要将地址放入:工具——选项——EA——WebRequest列表中; 如果需要在的EA中直接交易币安期货,可联系我们提供币安期货交易源代码库 注意:基于mt5开发的量化平
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.
Multiple Positions
Emanuel Reynard Phillips
需要同时开立多个头寸/交易吗?我们已经为您创建了简单的解决方案。您现在可以一次输入多个仓位。您可以设置手数、持仓数量、止盈和止损。 例如:您想要购买 3、5、10 或任意数量的具有一定手数的头寸。 您现在只需点击“购买”按钮即可完成此操作。 或者 例如:您想要出售 3、5、10 或任意数量的具有一定手数的头寸。 您只需单击“出售”按钮即可完成此操作。 Xūyào tóngshí kāi lì duō gè tóucùn/jiāoyì ma? Wǒmen yǐjīng wèi nín chuàngjiànle jiǎndān de jiějué fāng'àn. Nín xiànzài kěyǐ yīcì shūrù duō gè cāngwèi. Nín kěyǐ shèzhì shǒushù, chícāng shùliàng, zhǐ yíng hé zhǐ sǔn. Lìrú: Nín xiǎng yào gòumǎi 3,5,10 huò rènyì shùliàng de jùyǒu yīdìng shǒu shǔ de tóucùn. Nín xiànzài zhǐ xū
Champion MT5
Evgenii Aksenov
5 (15)
这是一个多货币专家顾问与智能订单打开功能,新闻过滤器和动态下降控制。  专家顾问分析每个蜡烛的价格和它的动态偏差在报价流,并作出决定,只有当蜡烛关闭。 一系列订单只有在取得积极结果时才会关闭。  算法系统与风险控制技术相结合,以减少账户缩编。 冠军EA适合初学者和经验丰富的交易者。  高级仪表板显示每对的交易进度和必要的帐户数据。 所有设置都经过优化。 不需要额外的set文件。    在一个图表中添加一个专家顾问就足够了,它将自动交易所有允许的对。  只需要建立所需的风险比率/收入。  主要货币对: AUDCAD,NZDCAD,AUDNZD 额外对:EURCAD,GBPCAD 使用的时间范围:H1 常规价格:$299。 优惠价:$399 程序和信号 https://www.mql5.com/ru/users/neurofx/seller 说明: 这里 我们所有的专家顾问都使用100%质量蜱( Tick Data Suite 2 )进行了优化. 这是所有专业交易者和开发人员使用的最可靠的报价历史数据。  冠军EA顾问的优势: 独特的交易算法 内置存款
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
Viking Strategy Signal
E Bahamlong Bagoudjare
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 安装和输入指南 如果您想获取有关 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) 账户/终端之间的交易。 使用此工具,您可以充当提供者(源)或接收者(目的地)。所有交易行为都将立即从提供者复制到接收者。 该工具允许您在同一台计算机上的多个 MetaTrader 终端之间复制交易,复制速度快如闪电,不到 0.5 秒。 贸易复印机代理安装和输入指南 请在开始复制之前或没有订单时在提供商帐户上应用设置! 有订单时的任何更改都会影响收款人帐户。 例如:如果提供者账户应用买单然后禁用接收者账户上的所有买单将被关闭。 如果您想获得有关 EA 添加 URL (  http://autofxhub.com   ) MT4 终端的通知(请参阅屏幕截图)。 MT5版本 https://www.mql5.com/en/market/product/77134 以下是亮点功能: 在 MT4 和 MT5 账户之间复制。 在一个工具内切换提供者或接收者。 每个账户既可以作为Provider又可以作为Receiver,因此账户之间可以通过2种传输方式相互复制。这就像一个贸易共享网络。 一个提供者可以将交
Multi Strategy Dashboard EA MT5
Kevin Beltran Keena
5 (1)
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 MT5
Tsvetan Tsvetanov
3 (1)
介绍FX28 Trader Dashboard – 您的终极交易管理工具 通过FX28 Trader Dashboard,解锁您交易体验的全部潜力,这是一款全面而直观的交易管理工具,旨在将您的外汇交易提升到新的水平。无论您是经验丰富的交易员还是刚刚开始您的金融之旅,这个强大的工具旨在简化您的交易活动并提高您的决策过程。 主要特点: 用户友好界面: FX28 Trader Dashboard拥有用户友好的界面,适应各个层次的交易员。通过几次点击轻松导航各种功能和工具,确保您只需轻松几下就完全掌控了交易。 实时市场数据: 利用实时市场数据源,始终保持领先地位,为您提供有关货币对、趋势和市场波动的最新信息。做出明智的决策,充满信心地执行交易。 高级交易分析: 通过高级分析深入了解您的交易绩效。跟踪交易历史,分析趋势,并识别模式,以优化您的策略和改善您的结果。 风险管理工具: 用我们强大的风险管理工具保护您的投资。轻松设置止损和获利订单,自定义仓位大小,并轻松实施风险收益比,确保自律和受控的交易方法。 多时间框架分析: FX28 Trader Dashboard允许您同时分析不同时间框架的市
This is a multi-currency converter script that can convert the currency of the account history to another currency and output it. Since it supports multiple currencies, it is possible to exchange USD, EUR mutual conversion, JPY, GBP, AUD, or other minor currencies. Currency Exchanger can be converted to other currencies immediately by executing it once, so anyone can easily exchange currency. Let Currency Exchanger do the tedious work! The exchange result from the account history can be output a
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 SNIPER”的成功基础上......我介绍 CAD 狙击手 X! 数以千计的交易 |无经纪人限制 |更好的统计数据 |多种策略 购买手册后给我发送私人消息和免费奖金 AUDCAD、   NZDCAD, GBPCAD 和 CADCHF 的两种策略合二为一 策略 1 可以与任何经纪商一起使用,交易频率更高,并且是 CAD Sniper X 的默认策略。多年来,它显示出强大的回测成功,并且改编自 mql5 上其他类似的 EA 策略 2 是为一个流行的经纪商设计的自定义算法,因为它使用即时报价量来进行输入。请参阅推荐经纪人的图片。如果您无法访问此经纪人,只需使用策略 1 1. 下载并回测 CAD Sniper X,其中包含您想要的存款规模、杠杆和经纪人 2. 以仅 79 美元的疯狂低价购买 CAD Sniper X.  下次价格99美元! 3. 购买后给我发一条私信,以获取手册和免费奖金! 特征 频繁交易 AUDCAD、GBPCAD 和 CADCHF 的回测胜率高 经典策略与独特算法相结合 超低价 简单易用 单图
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
特点 更少的设置,通过变量操控实现完全自动化交易 利用突破策略和追踪进行交易 使用2017年至2023年的实际ticks进行研究 获胜率91.5%,最大回撤为29% 仅适用于EURUSD货币对,1小时时间框架,需要无点差ECN账户 要求 交易货币 仅限EURUSD 时间框架 仅限1小时 初始存款 1000美元以上 杠杆 不超过1:500 账户 无点差ECN账户 变量 交易设置 MagicNumber : 输入唯一编号 AutoLot : 如果为true,根据当前余额计算交易量 PerLot : 当AutoLot为true时,作为分母使用,例如)余额1000美元,PerLot 2000 结果为0.5手,或者余额1000美元,Perlot 1000 结果为1手 FixedLot : 当AutoLot为false时,只交易您输入的固定手数 ExceedValue : 额外的突破值 TakeProfit : 利润变量(以点为单位) Stoploss : 亏损变量(以点为单位) BollingerFilter : 您可以选择基于布林带的特殊过滤器 CloseWeekend : 在周五市场
NitroFX MT5
Paranchai Tensit
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
Ugochukwu Mobi
通过 Finvesting EA 释放您外汇投资的全部潜力,Finvesting EA 是您在货币交易领域值得信赖的盟友。 该专家顾问 (EA) 旨在增强您的外汇投资并帮助您自信地实现财务目标。 现场表演: Finvesting EA 拥有稳定交易的实时记录。 真实账户 现场表演 MT4: https://www.mql5.com/zh/signals/1715664 MT5: https://www.mql5.com/zh/signals/1973370 发现 Finvesting EA 的潜力并加入成功的外汇投资者社区。 是时候利用 Finvesting EA 最大限度地发挥您的潜力并让您的投资蓬勃发展。 今天就迈出迈向更光明的财务未来的第一步。 主要特征: 先进的算法:Finvesting EA 由尖端算法提供支持,结合技术分析、市场情绪和历史数据来做出明智的投资决策。 它不断适应不断变化的市场条件,以优化您的交易结果。 24/5 自动交易:无需 24/7 盯着电脑屏幕。 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
该产品的买家也购买
BitMEX Trading API
Romeu Bertho
5 (1)
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
Applying these methods, I managed to arrive at a nuanced conclusion that is crucial to understanding the importance of unique strategies in contemporary trading. Although the neural network advisor showed impressive efficiency in the initial stages, it proved to be highly unstable in the long run. Various factors such as market fluctuations, trend changes, external events, etc. cause its operation to be chaotic and eventually lead to instability. With these experiences, I accepted the challenge
OpenAI Library MT5
VitalDefender Inc.
该库旨在提供一种尽可能简单的方法,直接在MetaTrader上使用OpenAI的API。 要深入了解库的潜力,请阅读以下文章: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual 重要提示:要使用EA,需要添加以下URL以允许访问OpenAI API  如附图所示 要使用该库,需要包含以下Header,您可以在以下链接找到:  https://www.mql5.com/en/blogs/post/756108 #import "StormWaveOpenAI.ex5" COpenAI *iOpenAI(string); CMessages *iMessages(void); CTools *iTools(void); #import 这就是您需要的所有信息,以便轻松使用该库。 以下是如何轻松使用该库并与OpenAI的API交互的示例 #include <StormWaveOpenAI.mqh>       //--- 包含用于A
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 市场订单、TP 市场订单 - 修改限价订单 - 取消订单 - 查询订单 - 更改杠杆、保证金 - 获取位置信息 和更多... 租赁加密货币图表是可选的,除非您的 MT5 上没有币安图表。 对于脚本演示:单击此处 如果您想与交易面板进行交易,您可能对此产品感兴趣 该产品是加密图表的插件 该库将允许您使用任何 EA 来管理交易,并且非常容易集成到任何 EA 上,您可以使用描述中提到的脚本代码以及显示完整过程的视频演示示例自行完成。 - 下限价、止损限价和止盈限价订单 - 下达市场订单、SL 市场订单、TP 市场订单 - 修改限价订单 - 取消订单 - 查询订单 - 更改杠杆、保证金 - 获取位置信息 和更多... 租赁加密货币图表是可选的,除非您的 MT5 上
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
OrderBook History Library
Stanislav Korotky
3 (2)
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
BitMEX Trading API
Romeu Bertho
5 (1)
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. 这是什么 MT5系统自带的优化结果非常少,有时候我们需要研究更多的结果,这个库可以让你在回测优化时可以输出更多的结果。也支持在单次回测时打印更多的策略结果。 2. 产品特色 优化的输出的结果非常多。 可以自定义CustomMax。 输出结果在Common文件夹。 根据EA名称自动命名,且同一个EA多次回测会自动更新名称,不会覆盖上一次的结果。 函数非常简单,你一眼就可以看懂。 #import "More BackTest Results.ex5" // Libraries Folder, Download from the market. //---Set CustomMax void iSetCustomMax( string mode); //---Display multiple strategy results when backtesting alone (not opt). void iOnDeinit(); //--- void iOnTesterInit(); double iOnTester(); void iOnTesterPass( string lang
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
The Matrix
Omega J Msigwa
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
这个库用于key 和 value 数组进行排序, 我们常常需要对值进行排序。 像python语言里面的 sorted(key_value.items(), key = lambda kv:(kv[ 1 ], kv[ 0 ])) 导入函数 #import "SortedByValue.ex5" bool SortedByDouble( long       &key[], double    & value []); bool SortedByDouble( string    &key[], double    & value []); bool SortedByInteger( long      &key[], long      & value []); bool SortedByInteger( string   &key[], long      & value []); bool SortedByDateTime( long     &key[],datetime & value []); bool SortedByDateTime( string &key[],
作者的更多信息
Trade Copier Agent 旨在复制多个 MetaTrader(4/5) 账户/终端之间的交易。 使用此工具,您可以充当提供者(源)或接收者(目的地)。所有交易行为都将立即从提供者复制到接收者。 该工具允许您在同一台计算机上的多个 MetaTrader 终端之间复制交易,复制速度快如闪电,不到 0.5 秒。 贸易复印机代理安装和输入指南 请在开始复制之前或没有订单时在提供商帐户上应用设置! 有订单时的任何更改都会影响收款人帐户。 例如:如果提供者账户应用买单然后禁用接收者账户上的所有买单将被关闭。 如果您想获得有关 EA 添加 URL (   http://autofxhub.com   ) MT4 终端的通知(请参阅屏幕截图)。 MT5版本 https://www.mql5.com/en/market/product/77134 以下是亮点功能: 在 MT4 和 MT5 账户之间复制。 在一个工具内切换提供者或接收者。 每个账户既可以作为Provider又可以作为Receiver,因此账户之间可以通过2种传输方式相互复制。这就像一个贸易共享网络。 一个提供者可以将
Trade Copier Agent 旨在复制多个 MetaTrader(4/5) 账户/终端之间的交易。 使用此工具,您可以充当提供者(源)或接收者(目的地)。所有交易行为都将立即从提供者复制到接收者。 该工具允许您在同一台计算机上的多个 MetaTrader 终端之间复制交易,复制速度快如闪电,不到 0.5 秒。 贸易复印机代理安装和输入指南 请在开始复制之前或没有订单时在提供商帐户上应用设置! 有订单时的任何更改都会影响收款人帐户。 例如:如果提供者账户应用买单然后禁用接收者账户上的所有买单将被关闭。 如果您想获得有关 EA 添加 URL (  http://autofxhub.com   ) MT4 终端的通知(请参阅屏幕截图)。 MT5版本 https://www.mql5.com/en/market/product/77134 以下是亮点功能: 在 MT4 和 MT5 账户之间复制。 在一个工具内切换提供者或接收者。 每个账户既可以作为Provider又可以作为Receiver,因此账户之间可以通过2种传输方式相互复制。这就像一个贸易共享网络。 一个提供者可以将交
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.com/en/market/product/14964 主要特点: 这个免费的手绘工具旨在确保您绘制的所有内容都将在您使用时保存   改变符号 。当您返回图表时,所有绘图都会重新出现。 您可以用钢笔或画笔在图表上绘图。 您可以更改颜色和大小,也可以在图表的背景或前景上绘
发现信号很好,但提供商的信号太小?您需要更大的持仓量,但终端设置太差?信号手数管理器将通过所需交易量的重复订单来增加提供商的头寸交易量。 只需设置手数大小和用于复制订单的信号名称即可。 Signal Lot Manager 是一个批量乘数实用程序,用于在您的终端上复制订单。来源可以选择任何顾问、手动交易、单独的交易信号。它具有广泛的功能、简单的设置以及高速度和可靠性。 Signal 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/en/market/product/110797 MT5版本 https://www.mql5.com/en/market/product/110798 主要特点: 直观的面板:     该工具提供了用户友好且直观的面板,简化了所有经验水平的用户的交易流程。 符号的多功能性:     与各种符号无缝配合,包括货币对、指数、金属、商品和加密货币,提供交易选择的多功能性。 高效下单:     促进更轻松、更快速、更直观的下单,简化交易执行流程。 视觉入口和
Elliott Wave Counter 是一个面板,用于快速和用户友好地手动标记 Elliott 波浪。可以选择一种颜色和一个级别的标记。还有用于删除最后一个标记和工具制作的整个标记的功能。一键制作标记。点击五次 - 有五波!艾略特波浪计数器对于艾略特波浪的初学者和专业分析师来说都是一个很好的工具。 艾略特波浪计数器安装和输入指南 如果你想得到   关于 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
OneClick Analysis
Omar Alkassar
5 (1)
一键式分析工具是   基于键盘快捷键的对象创建   和 MetaTrader 的复制工具。只需单击一下,即可轻松使用 MetaTrader 中的分析工具。使用我们的工具,您可以在图表上快速绘制支撑和阻力位、斐波那契位、形状、通道、趋势线和所有其他对象。只需单击按钮,移动鼠标,一键式分析工具将为您完成剩下的工作。这可以节省您的时间并使您的图表分析更有效率,让您可以专注于根据您的分析做出明智的交易决策。 除了对象创建之外,一键式分析工具还包括   对象复制器 (   c   hart sync)   ,允许您轻松地将对象从一个图表复制到另一个图表。如果您打开了多个图表并且需要在它们之间复制对象,这会特别有用。 一键式分析工具允许您   对所有符号使用一个图表   在元交易者中。这意味着您可以在同一窗口中查看不同的图表,而无需在多个图表之间切换。当您切换到不同的符号时,一键式分析工具会自动从其他符号中隐藏对象,并在您返回第一个符号时再次显示它们。这可以帮助您节省时间并提高交易效率,让您可以轻松地在同一窗口上比较和分析不同的图表。 一键分析   安装和输入指南 如果您想获得有关 EA 添加 U
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.com/en/market/product/14964 主要特点: 这个免费的手绘工具旨在确保您绘制的所有内容都将在您使用时保存   改变符号 。当您返回图表时,所有绘图都会重新出现。 您可以用钢笔或画笔在图表上绘图。 您可以更改颜色和大小,也可以在图表的背景或前景上
Partial Close Expert 是一种将许多功能组合到一个自动化系统中的工具。该 EA 可以通过提供多种选项来管理风险和最大化潜在收益,从而帮助交易者更有效地管理他们的头寸。 使用 Partial Close Expert,交易者可以设置   部分关闭   水平锁定利润,一个   追踪止损   水平,以保护利润和限制损失,一个   收支平衡   水平,以确保即使价格对他们不利,交易也会中断,以及其他几个功能。 通过使用这个多合一的智能交易系统,交易者可以节省时间和精力,因为他们不需要持续监控他们的交易。相反,EA 将根据市场情况执行预设指令,为交易者提供更大的灵活性和对交易的控制。 附加部分关闭专家,     按键盘上的“p”   ,更改设置,然后就可以开始了。 部分关闭专家   安装和输入指南 如果您想获得有关 EA 添加 URL ( http://autofxhub.com ) MT4/MT5 终端的通知(见屏幕截图)。 MT4版本 https://www.mql5.com/en/market/product/14965 MT5版本 https://www.mql5.co
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 发布商代理将为您完成所有繁重的工作,只需单击一个按钮即可将交易信号发送到您的交易渠道或群组。 电报发布代理   安装和输入指南 如果您想获得有关 EA 添加 URL ( http://autofxhub.com ) MT4/MT5 终端的通知(见屏幕截图)。 MT4版本 https://www.mql5.com/en/market/product/18985 MT5版本 https://www.mql5.com/en/market/product/23946 主要特点: 信号发送 - 将信号发送到用户的 Telegram 频道和组,带有可自定义
二元交易面板是一款非常有用的工具,用于在 MT4/MT5 平台上进行二元期权交易。不再需要在 MT4/MT5 之外设置插件。这是 MT4/MT5 图表上简单方便的面板。 二元交易面板对于使用 MT4/MT5 平台交易二元期权的交易者来说是一个有用的工具。它是一个简单方便的面板,允许交易者直接从 MT4/MT5 图表进行二元期权交易,无需设置外部插件或浏览多个屏幕和菜单。 二元交易面板专为与提供 MT4/MT5 交易平台的二元期权经纪商合作而设计。 话虽这么说,如果您更喜欢二元期权交易的工作方式并希望继续与常规经纪商以这种方式进行交易,二元交易面板旨在为交易者提供与二元期权交易类似的体验,即使所使用的经纪商不是二元期权经纪人。 二元交易面板安装和输入指南 如果您想获取有关 EA 的通知,请将我们的 URL 添加到 MT4/MT5 终端(参见屏幕截图)。 MT4版本     https://www.mql5.com/en/market/product/48886 MT5版本     https://www.mql5.com/en/market/product/91749 主要特点:
MetaTrader 新闻面板是一款在 MetaTrader 交易平台内显示经济日历数据的工具。该工具从外部来源(例如财经新闻网站或数据提供商)获取经济新闻和数据发布,并以易于阅读的格式显示它们。 该工具允许交易者按来源、时区、影响级别、货币和通知方式过滤新闻发布。它还包括一个刷新按钮,使用户能够手动更新数据并确保他们拥有最新的可用信息。 新闻面板安装和输入指南 如果您想获取有关 EA 的通知,请将我们的 URL 添加到 MT4/MT5 终端(参见屏幕截图)。 您必须将数据源的 URL 添加到选项 -> Expert Advisors ->“允许对列出的 URL 进行 WebRequest”,以便让新闻面板从源加载新闻数据     (参见屏幕截图)。 MT4版本     https://www.mql5.com/en/market/product/77300 MT5版本     https://www.mql5.com/en/market/product/77301 主要特点: 新闻载有完整的详细信息(解释、效果、频率等)。 随时手动刷新数据。 过滤要显示的新闻类型(影响、货币等)。
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
使用革命性的交易时间管理器轻松控制您的交易程序。这个强大的工具可以在指定时间自动执行订单,从而改变您的交易方式。 为不同的交易行为(从购买到设置订单)制定个性化任务列表,所有这些都无需人工干预。 交易时间管理器安装和输入指南 如果您想获取有关 EA 的通知,请将我们的 URL 添加到 MT4/MT5 终端(参见屏幕截图)。 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/en/market/product/110797 MT5版本 https://www.mql5.com/en/market/product/110798 主要特点: 直观的面板:     该工具提供了用户友好且直观的面板,简化了所有经验水平的用户的交易流程。 符号的多功能性:     与各种符号无缝配合,包括货币对、指数、金属、商品和加密货币,提供交易选择的多功能性。 高效下单:     促进更轻松、更快速、更直观的下单,简化交易执行流程。 视觉入口和
一键式分析工具是   基于键盘快捷键的对象创建   和 MetaTrader 的复制工具。只需单击一下,即可轻松使用 MetaTrader 中的分析工具。使用我们的工具,您可以在图表上快速绘制支撑和阻力位、斐波那契位、形状、通道、趋势线和所有其他对象。只需单击按钮,移动鼠标,一键式分析工具将为您完成剩下的工作。这可以节省您的时间并使您的图表分析更有效率,让您可以专注于根据您的分析做出明智的交易决策。 除了对象创建之外,一键式分析工具还包括   对象复制器 (   c   hart sync)   ,允许您轻松地将对象从一个图表复制到另一个图表。如果您打开了多个图表并且需要在它们之间复制对象,这会特别有用。 一键式分析工具允许您   对所有符号使用一个图表   在元交易者中。这意味着您可以在同一窗口中查看不同的图表,而无需在多个图表之间切换。当您切换到不同的符号时,一键式分析工具会自动从其他符号中隐藏对象,并在您返回第一个符号时再次显示它们。这可以帮助您节省时间并提高交易效率,让您可以轻松地在同一窗口上比较和分析不同的图表。 一键分析   安装和输入指南 如果您想获得有关 EA 添加 U
Elliott Wave Counter 是一个面板,用于快速和用户友好地手动标记 Elliott 波浪。可以选择一种颜色和一个级别的标记。还有用于删除最后一个标记和工具制作的整个标记的功能。一键制作标记。点击五次 - 有五波!艾略特波浪计数器对于艾略特波浪的初学者和专业分析师来说都是一个很好的工具。 艾略特波浪计数器安装和输入指南 如果你想得到   关于 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 是一种将许多功能组合到一个自动化系统中的工具。该 EA 可以通过提供多种选项来管理风险和最大化潜在收益,从而帮助交易者更有效地管理他们的头寸。 使用 Partial Close Expert,交易者可以设置   部分关闭   水平锁定利润,一个   追踪止损   水平,以保护利润和限制损失,一个   收支平衡   水平,以确保即使价格对他们不利,交易也会中断,以及其他几个功能。 通过使用这个多合一的智能交易系统,交易者可以节省时间和精力,因为他们不需要持续监控他们的交易。相反,EA 将根据市场情况执行预设指令,为交易者提供更大的灵活性和对交易的控制。 附加部分关闭专家,     按键盘上的“p”   ,更改设置,然后就可以开始了。 部分关闭专家   安装和输入指南 如果您想获得有关 EA 添加 URL (   http://autofxhub.com   ) MT4/MT5 终端的通知(见屏幕截图)。 MT4版本 https://www.mql5.com/en/market/product/14965 MT5版本 https://www.mql
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 发布商代理将为您完成所有繁重的工作,只需单击一个按钮即可将交易信号发送到您的交易渠道或群组。 电报发布代理   安装和输入指南 如果您想获得有关 EA 添加 URL (   http://autofxhub.com   ) MT4/MT5 终端的通知(见屏幕截图)。 MT4版本 https://www.mql5.com/en/market/product/18985 MT5版本 https://www.mql5.com/en/market/product/23946 主要特点: 信号发送 - 将信号发送到用户的 Telegram 频道和组,带有
发现信号很好,但提供商的信号太小?您需要更大的持仓量,但终端设置太差?信号手数管理器将通过所需交易量的重复订单来增加提供商的头寸交易量。 只需设置手数大小和用于复制订单的信号名称即可。 Signal Lot Manager 是一个批量乘数实用程序,用于在您的终端上复制订单。来源可以选择任何顾问、手动交易、单独的交易信号。它具有广泛的功能、简单的设置以及高速度和可靠性。 Signal 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 交易平台内显示经济日历数据的工具。该工具从外部来源(例如财经新闻网站或数据提供商)获取经济新闻和数据发布,并以易于阅读的格式显示它们。 该工具允许交易者按来源、时区、影响级别、货币和通知方式过滤新闻发布。它还包括一个刷新按钮,使用户能够手动更新数据并确保他们拥有最新的可用信息。 新闻面板安装和输入指南 如果您想获取有关 EA 的通知,请将我们的 URL 添加到 MT4/MT5 终端(参见屏幕截图)。 您必须将数据源的 URL 添加到选项 -> Expert Advisors ->“允许对列出的 URL 进行 WebRequest”,以便让新闻面板从源加载新闻数据     (参见屏幕截图)。 MT4版本     https://www.mql5.com/en/market/product/77300 MT5版本     https://www.mql5.com/en/market/product/77301 主要特点: 新闻载有完整的详细信息(解释、效果、频率等)。 随时手动刷新数据。 过滤要显示的新闻类型(影响、货币等)。
二元交易面板是一款非常有用的工具,用于在 MT4/MT5 平台上进行二元期权交易。不再需要在 MT4/MT5 之外设置插件。这是 MT4/MT5 图表上简单方便的面板。 二元交易面板对于使用 MT4/MT5 平台交易二元期权的交易者来说是一个有用的工具。它是一个简单方便的面板,允许交易者直接从 MT4/MT5 图表进行二元期权交易,无需设置外部插件或浏览多个屏幕和菜单。 二元交易面板专为与提供 MT4/MT5 交易平台的二元期权经纪商合作而设计。 话虽这么说,如果您更喜欢二元期权交易的工作方式并希望继续与常规经纪商以这种方式进行交易,二元交易面板旨在为交易者提供与二元期权交易类似的体验,即使所使用的经纪商不是二元期权经纪人。 二元交易面板安装和输入指南 如果您想获取有关 EA 的通知,请将我们的 URL 添加到 MT4/MT5 终端(参见屏幕截图)。 MT4版本     https://www.mql5.com/en/market/product/48886 MT5版本     https://www.mql5.com/en/market/product/91749 主要特点:
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
使用革命性的交易时间管理器轻松控制您的交易程序。这个强大的工具可以在指定时间自动执行订单,从而改变您的交易方式。 为不同的交易行为(从购买到设置订单)制定个性化任务列表,所有这些都无需人工干预。 交易时间管理器安装和输入指南 如果您想获取有关 EA 的通知,请将我们的 URL 添加到 MT4/MT5 终端(参见屏幕截图)。 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