Articles, Library comments - page 21

Check out the new article: Statistical Arbitrage Through Cointegrated Stocks (Part 1): Engle-Granger and Johansen Cointegration Tests . This article aims to provide a trader-friendly, gentle introduction to the most common cointegration tests, along with a simple guide to understanding their
Check out the new article: Developing a multi-currency Expert Advisor (Part 24): Adding a new strategy (I) . In this article, we will look at how to connect a new strategy to the auto optimization system we have created. Let's see what kind of EAs we need to create and whether it will be possible to
Check out the new article: Mastering Kagi Charts in MQL5 (Part 2): Implementing Automated Kagi-Based Trading . Learn how to build a complete Kagi-based trading Expert Advisor in MQL5, from signal construction to order execution, visual markers, and a three-stage trailing stop. Includes full code
Check out the new article: The View and Controller components for tables in the MQL5 MVC paradigm: Containers . In this article, we will discuss creating a "Container" control that supports scrolling its contents. Within the process, the already implemented classes of graphics library controls will
  Libraries: Calendar  (146   1 2 3 4 5 ... 14 15)
Calendar : Calendar - fundamental analysis on history and real-time. Author: fxsaber
New article Exploring options for creating multicolored candlesticks has been published: In this article I will address the possibilities of creating customized indicators with candlesticks, pointing out their advantages and disadvantages. The great advantage of this last method is that we will have
Check out the new article: Automating Trading Strategies in MQL5 (Part 45): Inverse Fair Value Gap (IFVG) . In this article, we create an Inverse Fair Value Gap (IFVG) detection system in MQL5 that identifies bullish/bearish FVGs on recent bars with minimum gap size filtering, tracks their states as
Check out the new article: Chaos Game Optimization (CGO) . The article presents a new metaheuristic algorithm, Chaos Game Optimization (CGO), which demonstrates a unique ability to maintain high efficiency when dealing with high-dimensional problems. Unlike most optimization algorithms, CGO not only
  Experts: AK-47 Scalper EA  (31   1 2 3 4)
AK-47 Scalper EA : The AK-47 Scalper EA is fully automated. It employs a strategy of continuously entering Sell Stop orders and will modify them when the price moves against the pending orders. Author: Nguyen Quoc Hung
Wick or Body High Low : Searches for Wick or Body based High low in visible bars of chart Author: Rajesh Kumar Nait
Customised bmap chart : This is a custom indicator for MetaTrader 5 whose sole purpose is to display a BMP image on the chart, centred on the screen Author: Oscar Andres Mantilla Torres
BTF_BB : The Bigger Time Frame Bollinger Bands indicator Author: Scriptor
Trading Volume Indicator: Trading Volume indicator shows the volume of buying and selling trades on the current bar or on average of specific number of last bars as you want . Both volumes are shown simultaneously with green and red colors for buying and selling trading volumes respectively...
Examples from the book "Neural networks for algorithmic trading with MQL5" : The book "Neural networks in algorithmic trading with MQL5" is a comprehensive guide, covering both the theoretical foundations of artificial intelligence and neural networks and practical aspects of their application in
Check out the new article: Master MQL5 from Beginner to Pro (Part VI): Basics of Developing Expert Advisors . This article continues the series for beginners. Here we will discuss the basic principles of developing Expert Advisors (EAs). We will create two EAs: the first one will trade without
Indicator Arrows II : The indicator plots up/down buffer arrows in the chart window when conditions are met on one or two of the following indicators: Moving Average ; Moving Average Convergence/Divergence (MACD ); Oscillator of Moving Averages (OsMA ); Stochastic Oscillator ; Relative Strength
Check out the new article: From Novice to Expert: Developing a Geographic Market Awareness with MQL5 Visualization . Trading without session awareness is like navigating without a compass—you're moving, but not with purpose. Today, we're revolutionizing how traders perceive market timing by
Check out the new article: Reimagining Classic Strategies (Part 19): Deep Dive Into Moving Average Crossovers . This article revisits the classic moving average crossover strategy and examines why it often fails in noisy, fast-moving markets. It presents five alternative filtering methods designed
Check out the new article: Modified Grid-Hedge EA in MQL5 (Part II): Making a Simple Grid EA . In this article, we explored the classic grid strategy, detailing its automation using an Expert Advisor in MQL5 and analyzing initial backtest results. We highlighted the strategy's need for high holding
  Experts: TrailingStopAndTake  (15   1 2)
TrailingStopAndTake : Simple trailing of stop loss and take profit orders of open positions. Author: Scriptor
Check out the new article: Introduction to MQL5 (Part 30): Mastering API and WebRequest Function in MQL5 (IV) . Discover a step-by-step tutorial that simplifies the extraction, conversion, and organization of candle data from API responses within the MQL5 environment. This guide is perfect for
Check out the new article: Currency pair strength indicator in pure MQL5 . We are going to develop a professional indicator for currency strength analysis in MQL5. This step-by-step guide will show you how to develop a powerful trading tool with a visual dashboard for MetaTrader 5. You will learn
Check out the new article: Implementing Practical Modules from Other Languages in MQL5 (Part 05): The Logging module from Python, Log Like a Pro . Integrating Python's logging module with MQL5 empowers traders with a systematic logging approach, simplifying the process of monitoring, debugging, and
Check out the new article: The View and Controller components for tables in the MQL5 MVC paradigm: Simple controls . The article covers simple controls as components of more complex graphical elements of the View component within the framework of table implementation in the MVC
2> Symbols on Chart : The indicator displays the second chart over the main one using the reference point. Author: Mihail Lagutin
Check out the new article: From Basic to Intermediate: Structs (II) . In this article, we will try to understand why programming languages like MQL5 have structures, and why in some cases structures are the ideal way to pass values between functions and procedures, while in other cases they may not
Check out the new article: Developing a Trading Strategy: Using a Volume-Bound Approach . In the world of technical analysis, price often takes center stage. Traders meticulously map out support, resistance, and patterns, yet frequently ignore the critical force that drives these movements: volume
Check out the new article: Automating Trading Strategies in MQL5 (Part 44): Change of Character (CHoCH) Detection with Swing High/Low Breaks . In this article, we develop a Change of Character (CHoCH) detection system in MQL5 that identifies swing highs and lows over a user-defined bar length
Check out the new article: Parafrac Oscillator: Combination of Parabolic and Fractal Indicator . We will explore how the Parabolic SAR and the Fractal indicator can be combined to create a new oscillator-based indicator. By integrating the unique strengths of both tools, traders can aim at
ErrorDescription - Updated library : This library is an updated version of the ErrorDescription.mqh library published by MetaQuotes, with some features included. Author: Paulo Henrique Da Silva