Articles, Library comments - page 3

Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part V): Two-Factor Authentication (2FA) . Today, we will discuss enhancing security for the Trading Administrator Panel currently under development. We will explore how to implement MQL5 in a new security strategy
Copy Trader : Good afternoon guys, I'm a new student on metatrader5, I'm creating a robot to copy trades from a demo account and save them in a database I'd like some help identifying possible problems, best solutions for the code, etc. Author: Rodrigo De Souza Pereira
Check out the new article: MetaTrader 5 Machine Learning Blueprint (Part 2): Labeling Financial Data for Machine Learning . In this second installment of the MetaTrader 5 Machine Learning Blueprint series, you’ll discover why simple labels can lead your models astray—and how to apply advanced
Check out the new article: MQL5 Wizard Techniques you should know (Part 79): Using Gator Oscillator and Accumulation/Distribution Oscillator with Supervised Learning . In the last piece, we concluded our look at the pairing of the gator oscillator and the accumulation/distribution oscillator when
Manual Scalping With Keyboard : A lightweight tool for manual scalping in MT5 using keyboard shortcuts Author: Thibauld Charles Ghislain Robin
New article Fuzzy Logic in trading strategies has been published: The article considers an example of applying the fuzzy logic to build a simple trading system, using the Fuzzy library. Variants for improving the system by combining fuzzy logic, genetic algorithms and neural networks are proposed
Check out the new article: From Basic to Intermediate: Template and Typename (III) . In this article, we will discuss the first part of the topic, which is not so easy for beginners to understand. In order not to get even more confused and to explain this topic correctly, we will divide the
Popular MACD Strategy from Viral YouTube Video (3.5M+ Views) : An automated Expert Advisor that implements a popular MACD-based strategy as seen in a viral YouTube video with over 3.5 million views. Combines MACD crossovers, trend filtering with the 200 MA, and support/resistance detection. Author
Check out the new article: Automating Trading Strategies in MQL5 (Part 27): Creating a Price Action Crab Harmonic Pattern with Visual Feedback . In this article, we develop a Crab Harmonic Pattern system in MQL5 that identifies bullish and bearish Crab harmonic patterns using pivot points and
Check out the new article: From Basic to Intermediate: Template and Typename (II) . This article explains how to deal with one of the most difficult programming situations you can encounter: using different types in the same function or procedure template. Although we have spent most of our time
New article Securing MQL5 code: Password Protection, Key Generators, Time-limits, Remote Licenses and Advanced EA License Key Encryption Techniques is published: Most developers need to have their code secured. This article will present a few different ways to protect MQL5 software - it presents
TardioBot : TardioBot V1.05, named after of a historical figure Giuseppe Tardio, is an Expert Advisor designed for MetaTrader 5 that employs a triangular arbitrage strategy. Author: Lupus Materia
Weekly VWAP : Weekly VWAP (Volume Weighted Average Price) is a powerful MQL5 indicator that calculates and displays the Volume Weighted Average Price for each trading week. It's a crucial tool for identifying weekly fair value and understanding the underlying sentiment over a longer timeframe
Spread lister - current, min, max : EA Spread lister shows the current, min and max values for all symbols / instruments. Author: Lars Rompe
New article How to Post a Product in the Market is published: Publish your interesting applications in the Market, and they will be immediately available to all traders who use MetaTrader 5 worldwide. The Market is a great opportunity to earn, with an immediate transfer to the account and convenient
Check out the new article: Everything you need to learn about the MQL5 program structure . Any Program in any programming language has a specific structure. In this article, you will learn essential parts of the MQL5 program structure by understanding the programming basics of every part of the MQL5
Check out the new article: Introduction to MQL5 (Part 1): A Beginner's Guide into Algorithmic Trading . Dive into the fascinating realm of algorithmic trading with our beginner-friendly guide to MQL5 programming. Discover the essentials of MQL5, the language powering MetaTrader 5, as we demystify
Support and Resistance MT5 : Support and Resistance MetaTrader indicator — as the name of this indicator suggests, it displays the support and resistance levels. It shows them directly on the chart, providing an easy help when you want to set stop-loss or take-profit level, or when you want to see
Check out the new article: Utilizing CatBoost Machine Learning model as a Filter for Trend-Following Strategies . CatBoost is a powerful tree-based machine learning model that specializes in decision-making based on stationary features. Other tree-based models like XGBoost and Random Forest share
Statement To Chart: Just a simple script , that reads the HTML file a report , or detailed report , and draws a transaction from it on the chart Author: Rustamzhan Salidzhanov
Average Range : It is an indicator that determines target levels according to the average of price movements. Author: Mahmut Deniz
Check out the new article: Self Optimizing Expert Advisors in MQL5 (Part 12): Building Linear Classifiers Using Matrix Factorization . This article explores the powerful role of matrix factorization in algorithmic trading, specifically within MQL5 applications. From regression models to multi-target
Check out the new article: Automating Trading Strategies in MQL5 (Part 26): Building a Pin Bar Averaging System for Multi-Position Trading . In this article, we develop a Pin Bar Averaging system in MQL5 that detects pin bar patterns to initiate trades and employs an averaging strategy for
Cincin EA : The Cincin EA (v2.24) is an automated trading system for MetaTrader 5 that executes conservative random trades on a specified symbol (e.g., EURUSD), with features like basket management, hedging, and position control. Author: Lupus Materia
Code To Check And Delete Chart Objects For MT5 : - The script scans through the current chart for any available chart objects, - Counts and delete them accordingly - And log the the names of the objects on the chart respectively. Author: Chika Echezona Anumba
A powerful and feature-rich JSON library for MQL5, designed to bring a modern development experience similar to Python/JS : A powerful and feature-rich JSON library for MQL5, designed to bring a modern development experience similar to Python/JS Author: Dao Liang Ding
Trailing with Close by Button and Profit : This EA help you for Auto set the TP & SL by default parameter, Auto trailing stop & step for any order that you place from any device, Easy way to close all orders with 3 Button "Close All" "Close Profit" "Close Lose", Auto close all orders by profit or
Check out the new article: From Basic to Intermediate: Template and Typename (I) . In this article, we start considering one of the concepts that many beginners avoid. This is related to the fact that templates are not an easy topic, as many do not understand the basic principle underlying the
Check out the new article: From Novice to Expert: Collaborative Debugging in MQL5 . Problem-solving can establish a concise routine for mastering complex skills, such as programming in MQL5. This approach allows you to concentrate on solving problems while simultaneously developing your skills. The
  Experts: Grid EA Pro  (19   1 2)
Grid EA Pro : A professional Grid advisor works according to RSI ( Relative Strength Index ) indicators. And has the function of Reducing the Drawdown on the account by overlapping unprofitable orders. The chart displays information about the profit. It can be a very useful tool, For manual trading