Articles, Library comments - page 16

Check out the new article: Automating Trading Strategies in MQL5 (Part 43): Adaptive Linear Regression Channel Strategy . In this article, we implement an adaptive Linear Regression Channel system in MQL5 that automatically calculates the regression line and standard deviation channel over a
Check out the new article: The View component for tables in the MQL5 MVC paradigm: Base graphical element . The article covers the process of developing a base graphical element for the View component as part of the implementation of tables in the MVC (Model-View-Controller) paradigm in MQL5. This
New article Writing an Expert Advisor using the MQL5 Object-Oriented Programming approach is published: This article focuses on the object oriented approach to doing what we did in the article "Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners" - creating a simple expert advisor
Tillson T3 : Tillson T3 with EMA calculations done without auxiliary indicator buffers. Author: Vladislav Boyko
New article Learn how to design a trading system by ADX has been published: In this article, we will continue our series about designing a trading system using the most popular indicators and we will talk about the average directional index (ADX) indicator. We will learn this indicator in detail to
Check out the new article: How to publish code to CodeBase: A practical guide . In this article, we will use real-life examples to illustrate posting various types of terminal programs in the MQL5 source code base. To publish your code in CodeBase, you only need to follow a few simple steps and
New article Trade Operations in MQL5 - It's Easy is published: Almost all traders come to market to make money but some traders also enjoy the process itself. However, it is not only manual trading that can provide you with an exciting experience. Automated trading systems development can also be
Check out the new article: Price Action Analysis Toolkit Development (Part 53): Pattern Density Heatmap for Support and Resistance Zone Discovery . This article introduces the Pattern Density Heatmap, a price‑action mapping tool that transforms repeated candlestick pattern detections into
Auto SL TP by Risk Reward Ratio : The Auto SL TP by Risk Reward Ratio script is a simple yet powerful tool designed for MetaTrader 5 traders who want to streamline their risk management process. This script automates the process of setting Stop Loss (SL) and Take Profit (TP) levels for open
Telegram integration made easy. : The goal is to make the function readily available for any Telegram integration task in MQL5 development. By adding this file to your CodeBase, you can simply include it in your Expert Advisors and call the function directly from the included module. This eliminates
Check out the new article: Creating an MQL5 Expert Advisor Based on the PIRANHA Strategy by Utilizing Bollinger Bands . In this article, we create an Expert Advisor (EA) in MQL5 based on the PIRANHA strategy, utilizing Bollinger Bands to enhance trading effectiveness. We discuss the key principles
Check out the new article: Automating Trading Strategies in MQL5 (Part 42): Session-Based Opening Range Breakout (ORB) System . In this article, we create a fully customizable session-based Opening Range Breakout (ORB) system in MQL5 that lets us set any desired session start time and range
Check out the new article: Introduction to MQL5 (Part 29): Mastering API and WebRequest Function in MQL5 (III) . In this article, we continue mastering API and WebRequest in MQL5 by retrieving candlestick data from an external source. We focus on splitting the server response, cleaning the data, and
Check out the new article: The MQL5 Standard Library Explorer (Part 4): Custom Signal Library . Today, we use the MQL5 Standard Library to build custom signal classes and let the MQL5 Wizard assemble a professional Expert Advisor for us. This approach simplifies development so that even beginner
Check out the new article: MetaTrader 5 Machine Learning Blueprint (Part 6): Engineering a Production-Grade Caching System . Tired of watching progress bars instead of testing trading strategies? Traditional caching fails financial ML, leaving you with lost computations and frustrating restarts
Elite eFibo Trader : Grid with a constant step. Grid lot sizes based on Fibonacci. Author: Vladimir Karputov
Check out the new article: From Basic to Intermediate: Struct (I) . Today we will begin to study structures in a simpler, more practical, and comfortable way. Structures are among the foundations of programming, whether they are structured or not. I know many people think of structures as just
Check out the new article: Automating Trading Strategies in MQL5 (Part 35): Creating a Breaker Block Trading System . In this article, we create a Breaker Block Trading System in MQL5 that identifies consolidation ranges, detects breakouts, and validates breaker blocks with swing points to trade
  Libraries: PNG  (20   1 2)
PNG : Forget about BMP files like a bad dream. With this library, you will now be able to use the more advanced and compact PNG image format for your programs. Author: BeeXXI Corporation
  Libraries: File Mapping without DLL  (118   1 2 3 4 5 ... 11 12)
File Mapping without DLL : The classes (conveted from C++ to MQL5) for working with memory mapped files. The C++ project was published in CodeBase: Memory Mapping . The example script is included. Author: Alex Sergeev
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: Market Positioning Codex for VGT with Kendall's Tau and Distance Correlation . In this article, we look to explore how a complimentary indicator pairing can be used to analyze the recent 5-year history of Vanguard Information Technology Index Fund ETF. By considering two
Check out the new article: Developing a multi-currency Expert Advisor (Part 23): Putting in order the conveyor of automatic project optimization stages (II) . We aim to create a system for automatic periodic optimization of trading strategies used in one final EA. As the system evolves, it becomes
Check out the new article: Market Simulation (Part 07): Sockets (I) . Sockets. Do you know what they are for or how to use them in MetaTrader 5? If the answer is no, let's start by studying them. In today's article, we'll cover the basics. Since there are several ways to do the same thing, and we
Check out the new article: Automating Trading Strategies in MQL5 (Part 2): The Kumo Breakout System with Ichimoku and Awesome Oscillator . In this article, we create an Expert Advisor (EA) that automates the Kumo Breakout strategy using the Ichimoku Kinko Hyo indicator and the Awesome Oscillator. We
ATR Value Indicator : An indicator for displaying ATR (Average True Range) value in pips or points with option for setting multiplier. Author: Hossein Nouri
Indicator loader for strategy testing : A system to test up to four indicators concurrently in the strategy tester Author: Conor Mcnamara
Check out the new article: Neural Networks in Trading: Hierarchical Dual-Tower Transformer (Final Part) . We continue to build the Hidformer hierarchical dual-tower transformer model designed for analyzing and forecasting complex multivariate time series. In this article, we will bring the work we
Check out the new article: Price Action Analysis Toolkit Development (Part 52): Master Market Structure with Multi-Timeframe Visual Analysis . This article presents the Multi‑Timeframe Visual Analyzer, an MQL5 Expert Advisor that reconstructs and overlays higher‑timeframe candles directly onto your
Check out the new article: Implementing Practical Modules from Other Languages in MQL5 (Part 04): time, date, and datetime modules from Python . Unlike MQL5, Python programming language offers control and flexibility when it comes to dealing with and manipulating time. In this article, we will