Articles, Library comments - page 2

EasyAndFastGUI library for creating graphical interfaces: The EasyAndFastGUI library allows creating graphical interfaces for custom MQL programs. Author: Anatoli Kazharski
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
Daily VWAP : Daily VWAP (Volume Weighted Average Price) is a simple yet powerful indicator that calculates and displays the Volume Weighted Average Price for each trading day. Ideal for identifying intraday fair value and supporting your daily trading decisions. Author: Guillermo Pineda
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
Check out the new article: Moving Average in MQL5 from scratch: Plain and simple . Using simple examples, we will examine the principles of calculating moving averages, as well as learn about the ways to optimize indicator calculations, including moving averages. We have reviewed the principles of
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
Check out the new article: Mastering Log Records (Part 9): Implementing the builder pattern and adding default configurations . This article shows how to drastically simplify the use of the Logify library with the Builder pattern and automatic default configurations. It explains the structure of the
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: Price Action Analysis Toolkit Development (Part 29): Boom and Crash Interceptor EA . Discover how the Boom & Crash Interceptor EA transforms your charts into a proactive alert system-spotting explosive moves with lightning-fast velocity scans, volatility surge checks
New article How to Test a Trading Robot Before Buying it from MQL5 Market is published: MQL5 Market allows you to test a trading robot and its features before buying it. Every Expert Advisor offered in MQL5 Market comes with a demo version that can be tested in the Strategy Tester . It is quite
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
New article New Article Publishing System at the MQL5.community is published: We present you a new article publishing system at the MQL5.community. In the new system, we have tried to make the whole process of article writing clear and comfortable by breaking it into several steps. At each step we
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
Pending tread EA. : Pending_tread EA This Expert Advisor automatically places a grid of pending orders above and below the current market price. It supports both buy and sell pending orders with user-configurable distance (in pips), lot size, and take profit levels. The EA maintains up to 10 pending
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
Triangular Arbitrage : This Expert Advisor (EA) implements a triangular arbitrage strategy between three currency pairs: EURUSD, USDJPY and EURJPY Author: Джованни Орсани