Codes

How to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. pour 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 pour MetaTrader 4

Just a Basic Functions For BreakEven

Trailing Step Function pour MetaTrader 4

This Is Just A Normal Trailing Step Function

Trailing Function pour MetaTrader 4

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

Get Comma Separated Things From String pour MetaTrader 4

Custom Function To Get Comma Separated Things From String

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

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

Articles

Modified Grid-Hedge EA in MQL5 (Part III): Optimizing Simple Hedge Strategy (I) pour 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 pour 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 pour 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 pour 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

Improve Your Trading Charts With Interactive GUI's in MQL5 (Part III): Simple Movable Trading GUI pour MetaTrader 5

Join us in Part III of the "Improve Your Trading Charts With Interactive GUIs in MQL5" series as we explore the integration of interactive GUIs into movable trading dashboards in MQL5. This article builds on the foundations set in Parts I and II, guiding readers to transform static trading

Improve Your Trading Charts With Interactive GUI's in MQL5 (Part II): Movable GUI (II) pour MetaTrader 5

Unlock the potential of dynamic data representation in your trading strategies and utilities with our in-depth guide to creating movable GUIs in MQL5. Delve into the fundamental principles of object-oriented programming and discover how to design and implement single or multiple movable GUIs on the

Improve Your Trading Charts With Interactive GUI's in MQL5 (Part I): Movable GUI (I) pour MetaTrader 5

Unleash the power of dynamic data representation in your trading strategies or utilities with our comprehensive guide on creating movable GUI in MQL5. Dive into the core concept of chart events and learn how to design and implement simple and multiple movable GUI on the same chart. This article also