Articles, Library comments - page 23

Check out the new article: Developing a multi-currency Expert Advisor (Part 20): Putting in order the conveyor of automatic project optimization stages (I) . We have already created quite a few components that help arrange auto optimization. During the creation, we followed the traditional cyclical
Check out the new article: Implementing Practical Modules from Other Languages in MQL5 (Part 01): Building the SQLite3 Library, Inspired by Python . The sqlite3 module in Python offers a straightforward approach for working with SQLite databases, it is fast and convenient. In this article, we are
Butterfly Strategy Expert Advisor with Multiple TimeFrames : Butterfly Strategy Expert Advisor This Expert Advisor (EA) implements the Butterfly harmonic trading pattern across multiple timeframes (M2 to D1) for automated forex trading. It detects bullish and bearish Butterfly patterns using pivot
Check out the new article: Regression models of the Scikit-learn Library and their export to ONNX . In this article, we will explore the application of regression models from the Scikit-learn package, attempt to convert them into ONNX format, and use the resultant models within MQL5 programs
Basket Manager EA : This EA is meant to impose a few rules to manage baskets. Author: Yashar Seyyedin
  Experts: Simple Scalping EA  (27   1 2 3)
Simple Scalping EA: Very simple scalping EA, no Indicators. Logic is based on very fast price movements. Author: yan
Check out the new article: Implementing the SHA-256 Cryptographic Algorithm from Scratch in MQL5 . Building DLL-free cryptocurrency exchange integrations has long been a challenge, but this solution provides a complete framework for direct market connectivity. When implementing SHA-256 in a trading
Check out the new article: Price Action Analysis Toolkit Development (Part 30): Commodity Channel Index (CCI), Zero Line EA . Automating price action analysis is the way forward. In this article, we utilize the Dual CCI indicator, the Zero Line Crossover strategy, EMA, and price action to develop a
Check out the new article: MQL5 Wizard Techniques you should know (Part 72): Using Patterns of MACD and the OBV with Supervised Learning . We follow up on our last article, where we introduced the indicator pair of the MACD and the OBV, by looking at how this pairing could be enhanced with Machine
Check out the new article: Automating Trading Strategies in MQL5 (Part 21): Enhancing Neural Network Trading with Adaptive Learning Rates . In this article, we enhance a neural network trading strategy in MQL5 with an adaptive learning rate to boost accuracy. We design and implement this mechanism
New article Genetic Algorithms - It's Easy! is published: In this article the author talks about evolutionary calculations with the use of a personally developed genetic algorithm. He demonstrates the functioning of the algorithm, using examples, and provides practical recommendations for its usage
Check out the new article: Atomic Orbital Search (AOS) algorithm: Modification . In the second part of the article, we will continue developing a modified version of the AOS (Atomic Orbital Search) algorithm focusing on specific operators to improve its efficiency and adaptability. After analyzing
cIntBMP - a library for creation of BMP images : A class for creation and output of BMP images. Class Methods: Create(int aSizeX, int aSizeY, int aBGColor) - Sets image size and background color. aSizeX - width (in pixels); aSizeY - height (in pixels); aBGColor - background color; SetDrawWidth(int
Check out the new article: Data Science and ML (Part 45): Forex Time series forecasting using PROPHET by Facebook Model . The Prophet model, developed by Facebook, is a robust time series forecasting tool designed to capture trends, seasonality, and holiday effects with minimal manual tuning. It has
Check out the new article: From Novice to Expert: Animated News Headline Using MQL5 (III): Indicator Insights . In this article, we’ll advance the News Headline EA by introducing a dedicated indicator insights lane—a compact, on-chart display of key technical signals generated from popular
Bollinger Bands Crossover Indicator : This is an MT4 indicator which generates signals based on Bollinger bands crossover with price. Author: Satyam Shivam
New article Better Programmer (Part 07): Notes on becoming a successful freelance developer has been published: Do you wish to become a successful Freelance developer on MQL5? If the answer is yes, this article is right for you. Do not apply for a job that you are not sure how you are going to do
New article Data Science and Machine Learning part 03: Matrix Regressions has been published: This time our models are being made by matrices, which allows flexibility while it allows us to make powerful models that can handle not only five independent variables but also many variables as long as we
Check out the new article: Creating an MQL5-Telegram Integrated Expert Advisor (Part 5): Sending Commands from Telegram to MQL5 and Receiving Real-Time Responses . In this article, we create several classes to facilitate real-time communication between MQL5 and Telegram. We focus on retrieving
Check out the new article: Portfolio Risk Model using Kelly Criterion and Monte Carlo Simulation . For decades, traders have been using the Kelly Criterion formula to determine the optimal proportion of capital to allocate to an investment or bet to maximize long-term growth while minimizing the
Gold90 : Gold long EA Author: Jovon1993
Elder Impulse System : The candlesticks are colored in red, green and blue colors depending on a trend direction ( Moving Average and MACD overall values). When both indicators move upwards, a candlestick is colored in green, when they move downwards, it is colored in red. In case of
How to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. : 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 Author: Kailash Bai Mina
Check out the new article: Sending Messages from MQL5 to Discord, Creating a Discord-MetaTrader 5 Bot . Similar to Telegram, Discord is capable of receiving information and messages in JSON format using it's communication API's, In this article, we are going to explore how you can use discord API's
New article Features of Custom Indicators Creation has been published: Creation of Custom Indicators in the MetaTrader trading system has a number of features. Author: MetaQuotes Software Corp.
Seasonal: The indicator is for seasonal trade. Author: Boeing737
Indices Testing : Der EA tradet nur Buy - Positionen und setzt kein Sl und TP ein. Author: Igor Widiger
Check out the new article: Trading with the MQL5 Economic Calendar (Part 6): Automating Trade Entry with News Event Analysis and Countdown Timers . In this article, we implement automated trade entry using the MQL5 Economic Calendar by applying user-defined filters and time offsets to identify
Check out the new article: Volumetric neural network analysis as a key to future trends . The article explores the possibility of improving price forecasting based on trading volume analysis by integrating technical analysis principles with LSTM neural network architecture. Particular attention is
CTJM Candle Timer - Indicator for MT5 : This indicator will shows the time remaining until the end of the candle. You can choose colour and the font size. Author: Jivarajah Tharamarajah