Articles, Library comments - page 11

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
Fibonacci ZigZag : Zig Zag indicator that relies only on a minimum % of retracement to each previous wave , and optionally , being bigger than a specific size measured in atr units. Author: Lorentzos Roussos
New article Neural Networks: From Theory to Practice is published: Nowadays, every trader must have heard of neural networks and knows how cool it is to use them. The majority believes that those who can deal with neural networks are some kind of superhuman. In this article, I will try to explain...
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
Download all ticks of a symbol's history : Download all the ticks from your broker for all the symbols in the market watch. Download all history or until a specific date in the past if available. Author: Lorentzos Roussos
Check out the new article: Combine Fundamental And Technical Analysis Strategies in MQL5 For Beginners . In this article, we will discuss how to integrate trend following and fundamental principles seamlessly into one Expert Advisors to build a strategy that is more robust. This article will
Check out the new article: The Liquidity Grab Trading Strategy . The liquidity grab trading strategy is a key component of Smart Money Concepts (SMC), which seeks to identify and exploit the actions of institutional players in the market. It involves targeting areas of high liquidity, such as
Check out the new article: Population optimization algorithms: Simulated Annealing (SA) algorithm. Part I . The Simulated Annealing algorithm is a metaheuristic inspired by the metal annealing process. In the article, we will conduct a thorough analysis of the algorithm and debunk a number of common
ATR-Adjusted Rate of Change(ROC) : Normalized the Rate of Change (ROC) indicator. Author: Salman Soltaniyan
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
Time To Close v1.01 - MT5 : Time to candle Close. Dynamic text colours. Optimised for back-testing. Author: Tautvydas Vaitkus
Chande Momentum Oscillator: The Chande Momentum Oscillator (CMO) was developed by Tushar Chande and is a technical indicator that attempts to capture the Momentum. Chande discussed this and many other indicators in his book "The New Technical Trader: Boost Your Profit by Plugging into the Latest...
Check out the new article: Reimagining Classic Strategies: Forecasting Higher Highs And Lower Lows . In this series article, we will empirically analyze classic trading strategies to see if we can improve them using AI. In today's discussion, we tried to predict higher highs and lower lows using the
Self Optimized SMA : The indicator plots two lines. The lower line is calculated based on the latest SMA period that caused a bounce up. The upper line is calculated based on the latest SMA period that caused a bounce down. Author: Yashar Seyyedin
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: Artificial Algae Algorithm (AAA) . The article considers the Artificial Algae Algorithm (AAA) based on biological processes characteristic of microalgae. The algorithm includes spiral motion, evolutionary process and adaptation, which allows it to solve optimization
Weis Waves: Volume Wave indicator originally idealized by Richard D. Wyckoff. Author: Minions Labs
CloseAgent : Optimal closing tool with Bollinger Bands and RSI. Author: Pedro Roberto Diez San Jose
Indicator PriceScale.mq5 - price scale for the visually impaired. : Tortured small print in the terminal? This indicator makes price numbers visible! Author: Aleksandr Slavskii
Check out the new article: Introduction to MQL5 (Part 13): A Beginner's Guide to Building Custom Indicators (II) . This article guides you through building a custom Heikin Ashi indicator from scratch and demonstrates how to integrate custom indicators into an EA. It covers indicator calculations
  Indicators: Volume Average  (15   1 2)
Volume Average: Long known volume analysis method. In capital markets, volume, or trading volume, is the amount (total number) of a security (or a given set of securities, or an entire market) that was traded during a given period of time. In the...
Close Orders By Target or Cut Loss : This EA is used as a trading tool to help us close all orders with a specific target in the form of money or cut loss. We can filter orders by magic number. Author: Yulianto Hiu
MT4 to MT5 Convertor (MT5Compat.mqh) - library for MetaTrader 5 : A new interface library has been developed to simplify the process of converting MT4 indicators and Expert Advisors (EAs) to MT5. This library supports most of the MetaTrader 4 functions, offering developers a unified solution for
Check out the new article: Automating Trading Strategies in MQL5 (Part 10): Developing the Trend Flat Momentum Strategy . In this article, we develop an Expert Advisor in MQL5 for the Trend Flat Momentum Strategy. We combine a two moving averages crossover with RSI and CCI momentum filters to
Check out the new article: The Kalman Filter for Forex Mean-Reversion Strategies . The Kalman filter is a recursive algorithm used in algorithmic trading to estimate the true state of a financial time series by filtering out noise from price movements. It dynamically updates predictions based on new
Check out the new article: Automating Trading Strategies in MQL5 (Part 9): Building an Expert Advisor for the Asian Breakout Strategy . In this article, we build an Expert Advisor in MQL5 for the Asian Breakout Strategy by calculating the session's high and low and applying trend filtering with a
Take Profit based on your current profit : Most EAs tend to close orders in take profit based on the distance in pips from the purchase price. However, this MQL4 code is based mainly on the current profit. Author: Luca Cerquatelli
Check out the new article: William Gann methods (Part II): Creating Gann Square indicator . We will create an indicator based on the Gann's Square of 9, built by squaring time and price. We will prepare the code and test the indicator in the platform on different time intervals. In this article, we
Check out the new article: From Basic to Intermediate: Operators . In this article we will look at the main operators. Although the topic is simple to understand, there are certain points that are of great importance when it comes to including mathematical expressions in the code format. Without an
Check out the new article: Price Action Analysis Toolkit Development (Part 15): Introducing Quarters Theory (1) Quarters Drawer Script . Points of support and resistance are critical levels that signal potential trend reversals and continuations. Although identifying these levels can be challenging