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

Painel De Expert Com Teclado

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 / OnBookEvent)


A biblioteca deixa o usuario customizar os botões (v,c,z) na chamada das funções, os parametros padrões ja estão configurados para facilitar o programador. Funciona com conta HEDGE ou NETTING


É possivel usar objetos Label ou Comment(), caso queira customizar o texto é possivel obter a lista de objetos com uma função da biblioteca e depois alterar os objetos, assim é possível embutir em seus Experts já existentes


Exemplo de codigo da imagem criada, funcionando com Comment e Labels, em vermelho os Labels:

#property copyright "Roberto Spadim"
#import "SpadimTeclado.ex5"
void SpadimTeclado_painel_event(const int id,const long& lparam,const double& dparam,const string& sparam,string sym="",ulong magic_id=0, double volume=0, bool   compra_liberada=true,bool   compra_partial_close=false,double compra_preco=0, double compra_stop_loss=0, double compra_stop_gain=0,bool   venda_liberada=true,bool   venda_partial_close=false,double venda_preco=0, double venda_stop_loss=0, double venda_stop_gain=0,bool   zerar_liberado=true,string comentario="", string comentario_prefix_compra="Teclado ",string comentario_prefix_venda="Teclado ",string comentario_prefix_zerar="Teclado ",string comentario_sufix_compra="",string comentario_sufix_venda="",string comentario_sufix_zerar="",long botao_compra=67,long botao_venda=86,long botao_zerar=90);
void SpadimTeclado_apagar_painel(string prefixLabel="LabelPosicaoMAGICID");
void SpadimTeclado_criar_painel(ulong magic_id=0, bool usar_comment=true, string prefixLabel="LabelPosicaoMAGICID", long labelX=0, long labelY=0, long label_stepY=12,int casas_volume=0, int casas_preco=2);
void SpadimTeclado_criar_painel(ulong magic_id=0, bool usar_comment=true, bool nao_voltar_mes_na_semana=true, string prefixLabel="LabelPosicaoMAGICID", long labelX=0, long labelY=0, long label_stepY=12, int casas_volume=0, int casas_preco=2);
bool SpadimTeclado_lista_objetos(string &lista[], string prefixLabel="LabelPosicaoMAGICID");
#import
input ulong magic_id=0;
input double volume=100;
int OnInit(){
   SpadimTeclado_criar_painel(magic_id, true, "SpadimPainel", 200);
   return(INIT_SUCCEEDED);
}
void OnDeinit(const int reason){
   SpadimTeclado_apagar_painel("SpadimPainel");
}
void OnTick(){
   SpadimTeclado_criar_painel(magic_id, true, "SpadimPainel", 200);
}
//+------------------------------------------------------------------+
void OnChartEvent(const int id,const long& lparam,const double& dparam,const string& sparam){
   SpadimTeclado_painel_event(id,lparam,dparam,sparam, _Symbol, magic_id, volume);
}



推荐产品
Trending Purpose Pro
G C Hency Shameela
he "Trending Purpose Pro" is easy to use, even for traders with limited programming knowledge.  It provides a straightforward representation of the high prices on the chart, allowing traders to quickly identify the highs of each candlestick.Customizable Appearance:  The appearance can be easily customized to suit individual preferences. Traders can adjust the color, line style, and width of the high price line according to their charting preferences.Real-Time Data: The "Trending Purpose Pro" ca
專為 MetaTrader 環境設計的性能評估解決方案 工具功能概述 這款專業測試工具能夠評估您的 MetaTrader 環境性能,提供對交易執行有實際影響的洞察。不同於一般系統基準測試,本工具專門針對 MetaTrader 運行環境進行評估。 專業交易者與開發者功能: 性能指標測量 :評估計算吞吐量和記憶體效率 交易相關測試 :模擬 EA 運行和基本訂單執行的測試 比較分析 :使用標準評分系統比較不同主機解決方案 技術洞察 :反映 MetaTrader 資源使用情況的測試方法 決策支持 :為 VPS 選擇和配置提供有用數據 新手交易者功能: 簡化評分系統 :易於理解的整體性能評分 視覺化性能報告 :在圖表上清晰展示測試結果 簡單操作流程 :最少配置的簡易測試程序 基本建議 :改善交易環境的建議 教育元素 :了解系統性能如何影響交易 全面測試套件: 1. CPU 性能 (總分的 25%) 使用數學函數的計算測試 測量交易計算的處理能力 實際影響 :影響 EA 處理市場數據的速度 2. 記憶體管理 (總分的 20%) 記憶體分配和使用測試 基本記憶體效率測量 實際影響 :影響您可以同時運
A Simple Moving Average (SMA) is a statistical indicator used in time series analysis. This indicator represents the arithmetic mean of a sequence of values over a specific period of time. SMA is used to smooth short-term fluctuations in data, helping to highlight the overall trend or direction of changes. This aids analysts and traders in better understanding the general dynamics of the time series and identifying potential trends or changes in direction.  More information you can find in Wiki 
Trading Notes   is an innovative tool designed for traders to streamline their decision-making process by allowing them to write and display important reminders or short details directly over their trading charts. This essential feature ensures that traders have quick access to their personalized checklist before opening any positions, enhancing their trading efficiency and accuracy. MT4 Version -  https://www.mql5.com/en/market/product/120613 Key Features: Five Customizable Input Fields:   Trad
FREE
Polca Magic Key
Bryam Yhair Perez Diaz
1 (1)
Line function : Displays the opening line, Stop Loss, Take Profit( 3:1 RR ) on the chart. Risk management : The risk calculation function calculates the volume of a new order taking into account the established risk and the size you want to risk. It allows you to set any Stop Loss size between 3 and 10 pips. Breakeven Button : Brings all open orders to Breakeven. Clear button : Clears the graph and the selected parameters. Trade Button : Execute the idea. Partials Button : Taking partials of al
Ajuste BRA50
Claudio Rodrigues Alexandre
4.4 (5)
Este script marca no gráfico do ativo BRA50 da active trades o ponto de ajuste do contrato futuro do Mini Índice Brasileiro (WIN), ***ATENÇÃO***  para este script funcionar é necessário autorizar a URL da BMF Bovespa no Meta Trader. passo a passo: MetaTrader 5 -> Ferramentas -> Opções -> Expert Adivisors * Marque a opção "Relacione no quadro abaixo as URL que deseja permitir a função WebRequest" e no quadro abaixo adicione a URL: https://www2.bmf.com.br/ este indicador usa a seguinte página par
FREE
Lib5 EAPadPRO for MT5
Vladislav Andruschenko
4.4 (5)
用于将信息面板添加到您的 MetaTrader 5 EA 的库。 我们不能保证程序的信息和界面会让您在交易中获利,但我们可以肯定地说,即使是最简单的程序界面也能增强第一印象。 将我们的面板添加到您的 智能交易系统的 详细说明和说明在我们的博客中:   LIB - EAPADPRO 分步说明 我们面板的详细说明和使用 EAPADPRO 的说明 MetaTrader 4 库版本 添加的过程包括 10 个步骤 ,我们的文章中详细介绍了它们。 安装库 从此站点安装库; 打开您的智能交易系统; 打开我们的示例和安装代码的分步指南,文件 Exp - EAPADPRO LIBRARY TEST(可以在博客中找到)   ; 按照建议中的说明执行每个步骤,或使用我们网站上的分步说明。 EAPADPRO 个性化 本段描述了您可以在我们的面板中更改的所有内容: versionea   - 面板中显示的智能交易系统版本; BMPLOGO   - 显示在面板上的 BMP 60x60 顾问的徽标; icon   - 您的专家的图标,显示在专家的属性中; defEANAME - 面板中显示的您的智能 交易系统的名
FREE
Ajuste MINDOL
Claudio Rodrigues Alexandre
5 (1)
Este script marca no gráfico do ativo MINDOL da activ trades o ponto de ajuste do contrato futuro do Mini Dolar (WDO), ***ATENÇÃO***  para este script funcionar é necessário autorizar a URL da BMF Bovespa no Meta Trader. passo a passo: MetaTrader 5 -> Ferramentas -> Opções -> Expert Adivisors * Marque a opção "Relacione no quadro abaixo as URL que deseja permitir a função WebRequest" e no quadro abaixo adicione a URL: https://www2.bmf.com.br/ este indicador usa a seguinte página para buscar o a
FREE
MyTradingHistory
Max Timur Soenmez
一个易于使用的库,为开发者提供关键交易统计数据的便捷访问,适用于其MQL5 EA。 库中的可用方法: 账户数据和收益: GetAccountBalance() : 返回当前账户余额。 GetProfit() : 返回所有交易的净利润。 GetDeposit() : 返回总存款金额。 GetWithdrawal() : 返回总取款金额。 交易分析: GetProfitTrades() : 返回盈利交易的数量。 GetLossTrades() : 返回亏损交易的数量。 GetTotalTrades() : 返回执行的总交易数。 GetShortTrades() : 返回卖空交易的数量。 GetLongTrades() : 返回多头交易的数量。 GetWinLossRatio() : 返回盈利与亏损交易的比例。 GetAverageProfitTrade() : 返回每笔盈利交易的平均利润。 GetAverageLossTrade() : 返回每笔亏损交易的平均亏损。 GetROI() : 计算投资回报率。 GetLargestProfitTrade() : 返回单笔交易的最大利润。 Get
Bitcoin Hunt
Abadat Hussain
After Success of Gold Hunt EA. Let me Introducing our state-of-the-art Bitcoin trading algorithm—a product of years of research and hands-on experience in the volatile cryptocurrency market. Recognizing Bitcoin as one of the most dynamic trading pairs, we've developed an advanced system engineered to navigate the market's wild swings with precision. While the proprietary workings remain confidential, the bot is designed to not only capitalize on market surges and declines but also to strategical
Skyline B3 Trader
Renato Takahashi
Skyline B3 Trader é o robô de trades automático que usa médias móveis como análise de tendência e trigger para ordens de compra e venda. Podem ser configuradas até 7 médias móveis para compor o sistema de tendência. Originalmente, as médias seguem a sequência de Fibonacci. Os stops podem ser fixos ou variáveis, podendo ser configurado também um sistema de trailling stop e também um sistema de saída automática de trades: Ativos recomendados: Milho CCM, Boi Gordo BGI, ações, miniíndice WIN e minid
WAPV Box Effort x Result
Eduardo Da Costa Custodio Santos
WA_PV_BOX_EFFORT X MT5 的结果 WAPV Box Effort x Result Indicator 是 Package Indicators 组(Wyckoff Academy Wave Market)的一部分。 MT5 的 WAPV Box Effort x Result Indicator 可帮助您阅读价格和交易量。它的阅读包括协助识别努力x结果 在图表创建的波浪中。 当方框为绿色时,MT5 的 WAPV Box Effort x Result Indicator 表示交易量有利于需求,而当方框为红色时 量有利于供应。 方框越大,成交量相对于价格的位移越大。如果价格的上升波与 Box 的大小不成比例,则 努力x结果。 以一种非常直观的方式,我们可以识别出数量和价格之间的这种差异。 MT5 的 WAPV Box Effort x Result Indicator 还允许您通过将指标置于零轴下方来改善可视化。 以即时交易量和实际交易量在市场上运作 看图片:
Didi Index Volume
Thalles Nascimento De Carvalho
介绍一下Didi指数成交量(Didi Index Volume),这是由巴西交易员Odir Aguiar开发的一种技术分析指标,以其先进而强大的方法在金融市场中发现机会而脱颖而出。Didi指数成交量在各种平台上提供,已成为追求精确见解和有价值信息的交易员们的重要工具。 该指标将著名的Didi指数与智能使用的交易量结合起来。这种组合可以更深入地分析价格行为和交易量之间的相互作用,提供了独特的资产运动视角。 通过复杂的算法和加权平均计算,Didi指数成交量可以根据交易量提前预测价格变动。这一特点对于识别新兴趋势、市场反转和适时的入场和出场点非常重要。 使用Didi指数成交量,您可以获得客观可靠的信息,帮助避免草率决策,提高准确解读市场的能力。该指标具有直观且可自定义的界面,适应个人偏好,提供高度个性化的交易体验。 立即尝试Didi指数成交量,发现为什么如此多的交易员信任这个工具,在金融市场中获得竞争优势。扩展您的可能性,推动您的交易业绩,这是一款为最苛刻的交易员需求而设计的智能解决方案。 使用提示: - 始终关注MA Slow(红色)的趋势。当MA Slow下降时,价格有可能上
Esse indicador mede o 1º Canal de referencia e a 1º  Zona Neutra * configurar o canal macro para verificar a frequencia MAIOR H1 H4 1D * configurar o canal micro para verificar a frequencia Menor 1M 5M 15M Como instalar o Indicador fimathe. E uma pré mentoria tem uma estrategia Secreta bonus nesse video . assitao o video para enteder as logicas que podemos iniciar com esse indicador. https://www.youtube.com/playlist?list=PLxg54MWVGlJzzKuaEntFbyI4ospQi3Kw2
VWAP and MVWAP Easy for MT5
Eadvisors Software Inc.
The volume weighted average price (VWAP) is a trading benchmark used by traders that gives the average price a security has traded at throughout the day, based on both volume and price. It is important because it provides traders with insight into both the trend and value of a security. This version is simple to use as we simplify the indicator entries and leave only the most used buffers. You can use it to integrate with your EA          Product Features Daily VWAP ploted at the chart. MOnthly
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support Binance Futures USD-M and COIN-M Support Testnet mode Support all order types: Limit, Market, StopLimit, StopMarket, StopLoss and TakeProfit Automatically display the chart on the screen Usage: 1. Open MQL5 demo account 2. Download Header file and EA sample https://drive.google.com/uc?export=download&id=17fWrZFeMZoSvH9-2iv4WDJhcyxG2eW17 Copy BinanceFutures.mqh to folder \MQL5\Include Copy  Bina
UZFX - 删除图表上的所有图形和对象是一个简单而功能强大的Metatrader 5(MT5)脚本,旨在立即从活动图表中删除所有绘图对象。该脚本对于需要从技术分析图,趋势线,斐波那契工具,文本标签和其他对象中快速清除图表的交易者很有用,而无需手动删除它们。 特征: 在活动图表上删除所有对象和图纸。 立即使用单个执行。 显示成功和失败删除的确认消息。 帮助交易者保持清洁无杂乱的图表以进行更好的分析。 用法: 将脚本连接到要删除所有对象的图表上。 脚本将自动循环遍历所有对象并删除它们。 专家选项卡中的一条消息将确认成功删除对象。 注意:此脚本不会影响图表上运行的开放订单,指标或专家顾问,而仅删除仅图形对象。 开发人员:Usman Zabir -UZFX 版本:1.00 年:2025年 网站:https:// www.mql5.com/en/users/forextycoons
FREE
AI forex robot is an advanced trading tool that utilizes sophisticated algorithms and machine learning techniques to analyze market data and make informed trading decisions. One of the key indicators it uses is the envelopes indicator, which plots a pair of parallel lines, usually representing a standard deviation away from a moving average. This indicator helps the robot to identify potential trend reversals or breakouts by highlighting areas of support and resistance. By continuously monitorin
Shawrie
Kevin Kipkoech
This Pine Script implements a Gaussian Channel + Stochastic RSI Strategy for TradingView . It calculates a Gaussian Weighted Moving Average (GWMA) and its standard deviation to form an upper and lower channel. A Stochastic RSI is also computed to determine momentum. A long position is entered when the price closes above the upper Gaussian band and the Stoch RSI K-line crosses above D-line . The position is exited when the price falls back below the upper band. The script includes commission, cap
Visual Heatmap Book Analyzer
Alexandre Moraes De Souza Lima
Visual Heatmap Book Analyser This indicator monitors the market liquidity and generates colors based on order patterns, quantities, and renewal activities in the book. This allows you to visualize the order flow and identify areas of high and low liquidity and activity. The indicator uses machine learning techniques to analyze the order behavior in the book, enabling it to detect patterns and trends in orders, allowing you to make informed decisions about your trading operations. The color pale
YKL Multiple Regression
Ygor Keller Luccas
5 (2)
Indicador Multiple Regression Indicador faz o plot da  Curva de Retorno  e dos canais superior e inferior de uma  regressão para os preços de fechamento do ativo do gráfico. A  Curva de Retorno  é a linha central do indicador e representa a região de equilíbrio do preço entre vendedores e compradores. Nesse indicador o usuário escolhe o tipo da regressão podendo ser de 3 tipos: primeiro grau, segundo grau ou terceiro grau. Os plots do indicador são: Linha central – cor padrão preta; Linha superi
FREE
Colored Chaikin Money Flow
Sidnei Da Silva Santos Junior
The Chaikin Money Flow (CMF) is an indicator created by Marc Chaikin in the 1980s to monitor the accumulation and distribution of a  stock   over a specified period. The default CMF period is 21 days. The indicator readings range between +1 and -1. Any crosses above or below 0 can be used to confirm changes in money flow, as well as buying or selling momentum, but many traders look for divergences to predict trend reversal based on volume.  This indicator was developed not only to be used by man
Volume Weighted Average Price or VWAP is an indicator wich shows different average prices on chart. This is very useful to find strong negotiation price areas and as trend following. Configurations: Day, Week and Month - Show different VWAPs according to the period. You can change each line style on "colors" tab. Any doubt or suggestion please contact us. Enjoy! This is a free indicator, but it took hours to develop. If you want to pay me a coffee, I appreciate a lot   <3 PayPal, Skrill, Nete
FREE
Assistente para gerenciamento de ordens. Recursos: -> Definição de TP e SL -> Trailing Stop -> Breakeven -> Realização Parcial, manual ou automática -> Operação através de atalhos do teclado -> 3 setups possíveis, com acionamento através de atalho do teclado, permitindo níveis diferentes de TP, SL e Trailing Stop -> Definição automática ou manual do Lote -> Gerenciamento de Risco personalizável -> Contador regressivo para final do candle -> Informações sobre Resultado (em pontos), tanto no candl
Molo kumalo
James Ngunyi Githemo
Trading Forex with our platform offers several key advantages and features: Real-time Data : Stay updated with live market data to make informed decisions. User-Friendly Interface : Easy-to-navigate design for both beginners and experienced traders. Advanced Charting Tools : Visualize trends with interactive charts and technical indicators. Risk Management : Set stop-loss and take-profit levels to manage your risk. Multiple Currency Pairs : Access a wide range of forex pairs to diversify your tr
SyntheticIndices
Stanislav Korotky
The indicator compares quotes of a given symbol and a synthetic quote calculated from two specified referential symbols. The indicator is useful for checking Forex symbol behavior via corresponding stock indices and detecting their convergence/divergence which can forecast future price movements. The main idea is that all stock indices are quoted in particular currencies and therefore demonstrate correlation with Forex pairs where these currencies are used. When market makers decide to "buy" one
Brazil Index Bot
Rodrigo Silva
5 (1)
Informações Importantes sobre o Brazil Index Bot (BACKTEST VISUAL desativado para proteger parte da Estratégia.) Se você está procurando um robô que cumpre aquilo que promete, você acabou de encontrar! O Brazil Index Bot irá superar todas as suas expectativas com certeza! E o melhor de tudo, é só colocar na sua conta, ligar e já começar a lucrar! Deseja conhecer mais sobre o Brazil Index Bot e seus resultados? Baixe agora os relatórios detalhados em: https://bit.ly/INFOSBRAZILINDEXBOT (Utilize e
OrderHelper script is super easy and trader friendly to use. It would boost your trading experience. Because it is designed to open one to multiple orders quickly with just one click. Besides using the OrderHelper script, traders can define various parameters for open orders such as the symbol, order type, lot size, stoploss, takeprofit and more. Basically, with this script traders can manage their open orders more efficiently and save their trading time. OrderHelper manages: Open the number of
LT Mini Charts
Thiago Duarte
4.88 (8)
This is a utility indicator that creates mini charts on left side of the chart you are looking at. It is very useful to watch many timeframes simultaneously, without having to change between multiple charts. Its configuration is very simple. You can have up to 4 mini charts opened. They automatically load the template of the "parent" chart. If you have any doubt please contact me. Enjoy! This is a free indicator, but it took hours to develop. If you want to pay me a coffee, I appreciate a lot  
FREE
该产品的买家也购买
WalkForwardOptimizer MT5
Stanislav Korotky
3.63 (8)
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.
Native Websocket
Racheal Samson
5 (5)
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 Web Socket Connections from a single program. Various Log Levels for error tracing Can be synchronized to MQL5 Virtual Hosting . Completely native t
这是一个可以定时自动交易的EA。根据你设定的时间,精确到秒,可以设置最多下几单。下单buy或者Sell.可以设置值止盈止损点。并且可以设定在下单后多久平仓。一般都是用来做事件。祝你好运。 请看图片自己根据设定来使用。每一次使用请重新加载EA。不用的时候记得关闭EA按钮。 我来举个例子。比如英国央行利率决议。你在最后两秒下单(设置的是你本机的时间)。因为可能瞬间点差扩大,你可能不敢直接下最大手数,所以你可以选择小手分批从最后5秒开始进场。我相信做过的人知道我说的意思。因为我专业做这个已经十年。最近才做出了这个自动化EA。并且这里面有个检测就是你点击开始之后如果超过了你设定的时间十秒他就不会执行了。保证你的安全。你自己用DEMO账户测试几次你就知道我这个有多好用了!
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
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 s
MetaCOT 2 CFTC ToolBox MT5
Vasiliy Sokolov
3.67 (3)
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 co
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, t
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, StopLimit and StopMarket Support Testnet mode Automatically display the chart on the screen Usage: 1. Open MQL5 demo account 2. Download Header   file and EA sample   https://drive.google.com/uc?export=download&id=1kjUX7Hyy02EiwTLgVi8qdaCNvNzazjln Copy Binance.mqh to folder \MQL5\Include Copy  BinanceEA-Sample.mq5 to folder \MQL5\Experts 3. Allow WebRequest from MT5
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
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 );    //复杂开单
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
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 installat
该库将允许您使用任何 EA 来管理交易,并且非常容易集成到任何 EA 上,您可以使用描述中提到的脚本代码以及显示完整过程的视频演示示例自行完成。 - 下限价、止损限价和止盈限价订单 - 下达市场订单、SL 市场订单、TP 市场订单 - 修改限价订单 - 取消订单 - 查询订单 - 更改杠杆、保证金 - 获取位置信息 和更多... 租赁加密货币图表是可选的,除非您的 MT5 上没有币安图表。 对于脚本演示:单击此处 如果您想与交易面板进行交易,您可能对此产品感兴趣 该产品是加密图表的插件 该库将允许您使用任何 EA 来管理交易,并且非常容易集成到任何 EA 上,您可以使用描述中提到的脚本代码以及显示完整过程的视频演示示例自行完成。 - 下限价、止损限价和止盈限价订单 - 下达市场订单、SL 市场订单、TP 市场订单 - 修改限价订单 - 取消订单 - 查询订单 - 更改杠杆、保证金 - 获取位置信息 和更多... 租赁加密货币图表是可选的,除非您的 MT5 上没有币安图表。 对于脚本演示: 单击此处 如果您想与交易面板进行交易, 您可能对
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 clo
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
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 c
Introducing "TG Trade Service Manager" — your all-in-one solution for seamless trade management in both MQL4 and MQL5 environments. With a focus on speed, reliability, and convenience, this powerful library simplifies the complexities of trade execution and management, empowering developers with a single interface for enhanced efficiency. Metatrader4 Version   |   All Products   |   Contact   Key Features: Unified Interface : TG Trade Service Manager" provides a unified interface for   MQL4   an
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>       //--- 包含用于AP
Nmt5
Liang Qi Quan
这段代码是一个简单的交易专家顾问(Expert Advisor)示例,主要功能如下: 使用两个移动平均线(MA)作为交易信号: 快速MA(FastMA)和慢速MA(SlowMA) 初始化函数(OnInit): 创建两个MA指标句柄 设置数组为时间序列模式 清理函数(OnDeinit): 释放指标句柄,防止内存泄漏 主要交易逻辑(OnTick): 获取最新的MA值 判断趋势和交易信号 在无持仓时执行交易 交易规则: 上升趋势+买入信号时开多单 下降趋势+卖出信号时开空单 使用固定的止损和止盈点数 风险管理: 使用输入参数设置交易手数、止损和止盈 每次只允许一个持仓(inTrade变量) 使用MQL5的Trade库进行交易操作,简化了下单过程 这个EA适合初学者学习,展示了基本的EA结构和简单的交易策略实现方法。但在实际使用前,还需要进行更多的测试和优化。
KP TRADE PANEL EA is an EA MT5 facilitates various menus. KP TRADE PANEL EA is an EA skin care in MT5 is an EA that puts the system automatically in download EA MT5 to test with demo account from my profile page while some Trailing Stop Stop Loss require more than 0 features EA determines lot or money management calculates lot from known and Stop loss TS = Trailing stop with separate stop loss order Buy more AVR TS = Trailing stop plus
Kaseki
Ben Mati Mulatya
The Hybrid Metaheuristic Algorithm (HMA) is a cutting-edge optimization approach that combines the strengths of genetic algorithms with the best features of population-based algorithms. Its high-speed computation ensures unparalleled accuracy and efficient search capabilities, significantly reducing the total time required for optimization while identifying optimal solutions in fewer iterations. HMA outperforms all known population optimization algorithms in both speed and accuracy. Use Cases AO
*****主要交易XAUUSD,如果测试的时候,建议调整到XAUUSD,其他交易标的不能保证盈利效果********* 需要测试的请留言(看到后会第一时间回复),为了保护工作成果,需要输入特定的参数,系统默认的参数无法实现截图回撤所示效果! 需要测试的请留言(看到后会第一时间回复),为了保护工作成果,需要输入特定的参数,系统默认的参数无法实现截图回撤所示效果! 需要测试的请留言(看到后会第一时间回复),为了保护工作成果,需要输入特定的参数,系统默认的参数无法实现截图回撤所示效果! **************************************************************************************************************************************************************** 1、【简述】主要为趋势交易,严格筛选交易信号,一旦交易信号明确,快速交易。 2、【止损止盈】每月止盈15%,止损30%。 3、【特殊说明】严格的交易执行逻辑,一旦当月达到止盈止损后,坚决不再开
该产品已经开发了 3 年,它是 MQL5 编程语言中最先进的人工智能和机器学习代码库。它已被用于创建多个基于 AI 的交易机器人和指标,适用于 MetaTrader 5。 这是一个高级版,基于免费开源的 MQL5 机器学习项目,链接如下:  https://github.com/MegaJoctan/MALE5 。免费版本功能较少,文档较少,维护不足,仅适用于小型 AI 模型。 该高级版包含您编写 AI 交易机器人的所有必需工具。 为什么要购买此库? 非常易于使用,代码语法友好,类似于 Python 的流行 AI 库,如 Scikit-learn、TensorFlow 和 Keras。 文档齐全,提供丰富的视频、示例和文档,帮助您快速上手。 计算优化,性能优越,运行方式类似普通 EA。  无需额外依赖,无需 DLL 文件,所有内容可编译为单一 .EX5 文件,便于测试和分发。 全天候技术支持,我将提供帮助,确保您正确使用,并在问题出现时协助修复。  谁适合使用此库? 具有基本机器学习和 AI 知识的用户。 机器学习爱好者,特别是来自 Python ML 社区的开发者。 MQL5 中级
适用于 MetaTrader 5 (MT5) 的 UZFX - Set Stop Loss to Breakeven Instantly 脚本是一款功能强大的工具,允许交易者将所有未结头寸的止损点快速移动至其入场价格,确保无风险交易。该脚本尤其适用于有效管理活跃交易,确保一旦头寸出现有利变动,交易者就能免受潜在损失。 (访问简介并查看所有其他 MT4/MT5 产品) (请不要忘记给予评论) 功能: 自动将所有未结头寸的止损设置为盈亏平衡(入市价格)。 通过确保利润和尽量减少潜在损失来加强风险管理。 使用方法 将脚本附加到图表上;它将自动调整所有未结头寸。 如果某个仓位的止损已达到盈亏平衡点,则将跳过该仓位。 注意: 该脚本仅修改现有交易,不会下新订单。 它适用于所有未结头寸,与符号无关。 确保经纪商允许以准确的入市价格修改止损。
适用于 MetaTrader 5 (MT5) 的 UZFX - 即时关闭所有未结买单和卖单脚本是一款功能强大的工具,交易者只需执行一次操作,即可立即关闭所有活跃的市场头寸。该脚本是紧急交易管理的理想工具,可帮助交易者在剧烈波动、新闻事件或策略调整期间快速退出市场。 功能 关闭所有符号的所有未结买入和卖出头寸。 使用最新的买入价/卖出价,执行准确。 帮助交易者即时退出市场,只需极少的手动操作。 使用方法 将脚本附加到 MT5 图表。 脚本将扫描并关闭所有未平仓的买入和卖出头寸。 专家选项卡中将显示每个平仓订单的确认信息。 注意 该脚本不会删除挂单,只会关闭活跃的市场头寸。 它适用于所有交易符号,而不仅仅是所附图表。 运行脚本前,请确保您要关闭所有仓位,因为脚本会立即执行。 开发者:Usman Zabir - UZ 乌斯曼-扎比尔 - UZFX 版本: 1.00 年份: 2025 网站: https://www.mql5.com/en/users/forextycoons
Pionex API EA 连接器(MT5) – 无缝集成MT5 概述 Pionex API EA 连接器 允许 MetaTrader 5(MT5) 无缝集成 Pionex API ,让交易者直接在 MT5 上执行交易、管理订单、获取账户余额并跟踪交易历史。 主要功能 账户和余额管理 Get_Balance(); – 获取 Pionex 账户的当前余额。 订单执行和管理 orderLimit(string symbol, string side, double size, double price); – 按指定价格下 限价单 。 orderMarket(string symbol, string side, double size, double amount); – 以指定数量执行 市价单 。 Cancel_Order(string symbol, string orderId); – 取消特定订单(通过 ID )。 Cancel_All_Order(string symbol); – 取消该交易对的所有 未完成订单 。 订单跟踪和历史 Get_Order(str
作者的更多信息
BookMap HeatMap
Roberto Spadim
1 (2)
This Indicator creates a heatmap based on depth of market of the current symbol or another symbol. Other symbol is useful when you trade futures market and a contract has 'mini' and 'full' split. For example, in Brazil (B3 - BMF&Bovespa), WDO and DOL are future Forex contract of BRL/USD (where 1 DOL = 5 WDO) and big banks work mostly with DOL (where liquidity is important). Please use with M1 timeframe , objects are too small to be displayed at higher timeframes (MT5 limit). The number of level
This indicator get all events/countries/values from metatrader terminal calendar and print veritical lines at chart, you can configure anything with inputs (string to filter names/url/code/countries/currencies), select period to filter, nws interval before and after current time (every information about time is seconds based), you can filter importance, type, sector, unit, multiplier, impact, timemode, frequency, forecast/previous % increase/decrease interval, actual/previous % increase/decrease
FREE
Export Deals to CSV - Excell File location: HistoryDeals/<SERVER>/<LOGIN>.<DATETIME>.csv Works as an Script, reading all DEALS in history and exporting it as a plain text CSV file There's no option to change. There's no WebRequest. There's no DLL use. I need to write 300 characters to allow this product being exposed at MQL5 market place. It's simple to use, plug it in graph and wait completion.
FREE
This indicator sends a message (notification), an email, and plays a custom sound when a Limit (Buy/Sell) or Limit Stop (Buy/Sell) or Take Profit, Stop Loss, Stop Out is executed. A user can change the sound file name, and select if they receive notifications/emails. It runs as an indicator, and only one indicator is locked (used) by a user account/login. Parameters soundFile - sound file Save your file at the terminal folder, for example: " C:\Program Files\MetaTrader 5\Sounds\Order Executed.
From https://en.wikipedia.org/wiki/Fractional_calculus: Fractional calculus  is a branch of  mathematical analysis  that studies the several different possibilities of defining  real number  powers or  complex number  powers of the  differentiation operator   D This indicator execute fracional differentiation on data, you can select the differentiation D value and execute some tweaks like execute Log(value)  before difefrentiation or execute a window normalization on last [diffNormalizeWindow]
This indicator works in Brazil market, it should be used on options symbols. the indicator create 8 buffers, Delta, Gamma, Vega, Rho, Theta, Time(working days), Implied Volatility, R (interest rate), and can be used to view greeks over time. It shouldn't be used to trade, since it's cpu intensive, it's just a historic viewer, you can see what happened with greeks and teach friends :)
This script use DIDI+BB indicators and display alerts, send mail, send notifications, and play sounds. Scanner can monitor market watch using  ***MARKET***  as symbol name, with  all timeframes Inputs: media_lenta=3 media_base=8 media_longa=20 bb_periodo=20 bb_shift=0 bb_deviation=1.96 symbols - Symbol list, separated by ;   when using ***MARKET*** symbols from marketwatch will be included wait_interval_between_signals - Seconds between signals, default =60, but high frequency signals should red
Option as Tax
Roberto Spadim
This indicator represent option and basis values as a tax, using this formula: Tax = ( ( strike / ( basis - option ) ) - 1 ) * 100 It's not time based (don't use time to expire information)  You can set a fixed strike value, and a fixed basis symbol if needed. Some exchanges/brokers don't provide this information at marketdata and that's the only method to use this information when not provided.
This Service, export the account Orders/History Orders/Deals/Position on each new change. It save at a common folder with path = <DATE>\\<Server Name>.<Login>.<DATE>.<filetype>.csv Each file type have an header You can use it to receive OMS changes and source SQL Servers outside metatrader with bash scripts or others tools, each time the file change you can read it and get new updates, it works using SharedRead option when opening/flock the file.
筛选:
无评论
回复评论
版本 1.52 2019.02.11
atualização num bug para fechar posições, erro linha 107
版本 1.51 2019.02.06
lucro global = lucro dia + posicao em aberto
版本 1.50 2019.02.02
adicionado 2 teclas, e reduzido o texto na tela
版本 1.40 2019.02.02
mudança no zerar: primeiro faz o fechamento de compra com venda (pra quem usa multiplas posições opostas como o gradiente linear), e depois zera a posição residual
版本 1.30 2019.01.31
Adicionado Lucro da posição (em aberto) no inicio do texto, e o lucro da posição inclui oque ja foi fechado+oque esta em aberto
版本 1.20 2019.01.31
Adicionado Comentario na hora de zerar
Calculado posição corretamente, antes aparecia zerado
版本 1.10 2019.01.31
Adicionado uma função para tratar o inicio da semana caso ela comece no meio de outro mes
a versão anterior foi mantida e funciona como "nao_voltar_mes_na_semana=true"

void SpadimTeclado_criar_painel(ulong magic_id=0, bool usar_comment=true, string prefixLabel="LabelPosicaoMAGICID", long labelX=0, long labelY=0, long label_stepY=12,int casas_volume=0, int casas_preco=2);

void SpadimTeclado_criar_painel(ulong magic_id=0, bool usar_comment=true, bool nao_voltar_mes_na_semana=true, string prefixLabel="LabelPosicaoMAGICID", long labelX=0, long labelY=0, long label_stepY=12, int casas_volume=0, int casas_preco=2);