Articles, Library comments - page 20

Check out the new article: Implementing a Rapid-Fire Trading Strategy Algorithm with Parabolic SAR and Simple Moving Average (SMA) in MQL5 . In this article, we develop a Rapid-Fire Trading Expert Advisor in MQL5, leveraging the Parabolic SAR and Simple Moving Average (SMA) indicators to create a
Check out the new article: How to Create an Interactive MQL5 Dashboard/Panel Using the Controls Class (Part 1): Setting Up the Panel . In this article, we create an interactive trading dashboard using the Controls class in MQL5, designed to streamline trading operations. The panel features a title
Check out the new article: Neural Networks in Trading: Controlled Segmentation . In this article. we will discuss a method of complex multimodal interaction analysis and feature understanding. The task of guided segmentation requires the isolation of a specific region within a point cloud based on a
CTsLogger is a simple and flexible logging system : Logger with the ability to log individual modules or code sections Author: Trefoter
Multi_BuyLimitOrders & Multi_BuyStopOrders : Multi buylimit and buystop orders are script files that enable traders to place multiple orders with ease. With just one command, traders can place multiple buylimit or buystop orders using either a target price or pips. By default, the pips value is set
Check out the new article: Time series clustering in causal inference . Clustering algorithms in machine learning are important unsupervised learning algorithms that can divide the original data into groups with similar observations. By using these groups, you can analyze the market for a specific
Terminator_v2.0 : Initial position opens by indicator signals (there are six variants). If loss position occurs, adding with the increasing lot performs Author: Дмитрий
Check out the new article: Developing a Trading System Based on the Order Book (Part I): Indicator . Depth of Market is undoubtedly a very important element for executing fast trades, especially in High Frequency Trading (HFT) algorithms. In this series of articles, we will look at this type of
New article Limitless Opportunities with MetaTrader 5 and MQL5 is published: In this article, I would like to give an example of what a trader's program can be like as well as what results can be achieved in 9 months, having started to learn MQL5 from scratch. This example will also show how
Check out the new article: Creating an Interactive Graphical User Interface in MQL5 (Part 1): Making the Panel . This article explores the fundamental steps in crafting and implementing a Graphical User Interface (GUI) panel using MetaQuotes Language 5 (MQL5). Custom utility panels enhance user
EquiPeak Drawdown Tracker : EquiPeak Drawdown Tracker is an indicator designed to monitor and record the maximum drawdown of your trading account in real time. It is not just an alerter of current drawdown; it is especially useful for visually comparing your current drawdown with the maximum
Check out the new article: Automating Trading Strategies in MQL5 (Part 17): Mastering the Grid-Mart Scalping Strategy with a Dynamic Dashboard . In this article, we explore the Grid-Mart Scalping Strategy, automating it in MQL5 with a dynamic dashboard for real-time trading insights. We detail its
Check out the new article: Neural Networks in Trading: Mask-Attention-Free Approach to Price Movement Forecasting . In this article, we will discuss the Mask-Attention-Free Transformer (MAFT) method and its application in the field of trading. Unlike traditional Transformers that require data
VWAP - Volume Weighted Average Price : VWAP is an intra-day calculation used primarily by algorithms and institutional traders to assess where a stock is trading relative to its volume weighted average for the day. Author: Felipe Almeida
Check out the new article: Developing a Calendar-Based News Event Breakout Expert Advisor in MQL5 . Volatility tends to peak around high-impact news events, creating significant breakout opportunities. In this article, we will outline the implementation process of a calendar-based breakout strategy
Range BreakOut Indicator - Indicator Buffer Only : This indicator for Breakout Strategy. It doesn't print objects on the chart. Author: Sopheak Khlot
Bollinger Squeeze Basic MT5 : Bollinger Squeeze Basic MetaTrader indicator — is a complex indicator based on Momentum, Bollinger bands, and Keltner channel. The indicator is drawn in the separate window of the chart as a Momentum histogram and a range of dots when show the relationship between the
DailyHighLow Indicator for MQL5 : The DailyHighLow indicator is a versatile tool designed for MetaTrader 5 (MQL5) to display high and low price levels on a chart based on a specified timeframe. This indicator is particularly useful for traders who rely on key price levels for decision-making
Check out the new article: Websockets for MetaTrader 5: Asynchronous client connections with the Windows API . This article details the development of a custom dynamically linked library designed to facilitate asynchronous websocket client connections for MetaTrader programs. The article
SSL Channel Chart : Trend indicator Author: Alejandro Cercós
Check out the new article: Trading with the MQL5 Economic Calendar (Part 9): Elevating News Interaction with a Dynamic Scrollbar and Polished Display . In this article, we enhance the MQL5 Economic Calendar with a dynamic scrollbar for intuitive news navigation. We ensure seamless event display and
Check out the new article: Price Action Analysis Toolkit Development (Part 22): Correlation Dashboard . This tool is a Correlation Dashboard that calculates and displays real-time correlation coefficients across multiple currency pairs. By visualizing how pairs move in relation to one another, it
Bands R-squared : Simple Expert Advisor with custom R-squared optimisation function Author: Korollkov
Check out the new article: MQL5 Wizard Techniques you should know (Part 65): Using Patterns of FrAMA and the Force Index . The Fractal Adaptive Moving Average (FrAMA) and the Force Index Oscillator are another pair of indicators that could be used in conjunction within an MQL5 Expert Advisor. These
Check out the new article: Price Action Analysis Toolkit Development (Part 23): Currency Strength Meter . Do you know what really drives a currency pair’s direction? It’s the strength of each individual currency. In this article, we’ll measure a currency’s strength by looping through every pair it
Check out the new article: Data Science and ML (Part 40): Using Fibonacci Retracements in Machine Learning data . Fibonacci retracements are a popular tool in technical analysis, helping traders identify potential reversal zones. In this article, we’ll explore how these retracement levels can be
Check out the new article: Neural Networks in Trading: Generalized 3D Referring Expression Segmentation . While analyzing the market situation, we divide it into separate segments, identifying key trends. However, traditional analysis methods often focus on one aspect and thus limit the proper
New article MQL5 Wizard techniques you should know (Part 06): Fourier Transform has been published: The Fourier transform introduced by Joseph Fourier is a means of deconstructing complex data wave points into simple constituent waves. This feature could be resourceful to traders and this article
Check out the new article: How to create a trading journal with MetaTrader and Google Sheets . Create a trading journal using MetaTrader and Google Sheets! You will learn how to sync your trading data via HTTP POST and retrieve it using HTTP requests. In the end, You have a trading journal that will
Check out the new article: From Basic to Intermediate: Arrays and Strings (III) . This article considers two aspects. First, how the standard library can convert binary values to other representations such as octal, decimal, and hexadecimal. Second, we will talk about how we can determine the width