Códigos

How to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. para MetaTrader 4

Just simple codes to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. Of course, DLLs must be allowed, This cannot be done without DLLs

BreakEven Function para MetaTrader 4

Just a Basic Functions For BreakEven

Trailing Step Function para MetaTrader 4

This Is Just A Normal Trailing Step Function

Trailing Function para MetaTrader 4

This Is a Normal Trailing Function For All Open Order In MT4

Get Comma Separated Things From String para MetaTrader 4

Custom Function To Get Comma Separated Things From String

Get Last Round Time And Date Acc To TF para MetaTrader 4

This Custom Function Will Help To Get Round Time For Any Given Timeframe And Time

Artigos

Modified Grid-Hedge EA in MQL5 (Part III): Optimizing Simple Hedge Strategy (I) para MetaTrader 5

In this third part, we revisit the Simple Hedge and Simple Grid Expert Advisors (EAs) developed earlier. Our focus shifts to refining the Simple Hedge EA through mathematical analysis and a brute force approach, aiming for optimal strategy usage. This article delves deep into the mathematical

Modified Grid-Hedge EA in MQL5 (Part II): Making a Simple Grid EA para MetaTrader 5

In this article, we explored the classic grid strategy, detailing its automation using an Expert Advisor in MQL5 and analyzing initial backtest results. We highlighted the strategy's need for high holding capacity and outlined plans for optimizing key parameters like distance, takeProfit, and lot

Modified Grid-Hedge EA in MQL5 (Part I): Making a Simple Hedge EA para MetaTrader 5

We will be creating a simple hedge EA as a base for our more advanced Grid-Hedge EA, which will be a mixture of classic grid and classic hedge strategies. By the end of this article, you will know how to create a simple hedge strategy, and you will also get to know what people say about whether this

Market Reactions and Trading Strategies in Response to Dividend Announcements: Evaluating the Efficient Market Hypothesis in Stock Trading para MetaTrader 5

In this article, we will analyse the impact of dividend announcements on stock market returns and see how investors can earn more returns than those offered by the market when they expect a company to announce dividends. In doing so, we will also check the validity of the Efficient Market Hypothesis

Melhore os gráficos de negociação com uma interface gráfica interativa baseada em MQL5 (Parte III): Interface de negociação simples e móvel para MetaTrader 5

Nesta série de artigos, exploramos a integração de interfaces gráficas interativas em painéis de negociação móveis no MQL5. Na terceira parte, usamos os desenvolvimentos das partes anteriores para transformar painéis de negociação estáticos em dinâmicos

Melhore seus gráficos de negociação com uma GUI interativa baseada em MQL5 (Parte I): GUI móvel (II) para MetaTrader 5

Libere todo o poder da representação de dados dinâmicos em suas estratégias de negociação ou utilitários com o nosso guia detalhado para desenvolver uma GUI móvel em MQL5. Mergulhe nos princípios fundamentais da programação orientada a objetos e aprenda a desenvolver e usar de forma fácil e

Melhore seus gráficos de negociação com uma GUI interativa baseada em MQL5 (Parte I): GUI móvel (I) para MetaTrader 5

Libere todo o poder da representação de dados dinâmicos em suas estratégias de negociação ou utilitários com o nosso guia detalhado para desenvolver uma GUI móvel em MQL5. Mergulhe nos eventos do gráfico e saiba como projetar e implementar uma GUI móvel simples e múltipla em um único gráfico. O