Articles, Library comments - page 14

Economic Calendar Monitor and Cache for Backtesting on History : This indicator displays current events on the chart and allows you to export the calendar to archives for backtesting, automatically fixing time discrepancies between the history of bars and the history of events. This is an improved
Check out the new article: Introduction to MQL5 (Part 11): A Beginner's Guide to Working with Built-in Indicators in MQL5 (II) . Discover how to develop an Expert Advisor (EA) in MQL5 using multiple indicators like RSI, MA, and Stochastic Oscillator to detect hidden bullish and bearish divergences
Collect Data (Date, Time and Close Price) : A simple starting-point script to collect data and send to a CSV in oldest-newest ordering. In this example only the close price data is collected. Author: samuk1000
Check out the new article: Automating Trading Strategies in MQL5 (Part 5): Developing the Adaptive Crossover RSI Trading Suite Strategy . In this article, we develop the Adaptive Crossover RSI Trading Suite System, which uses 14- and 50-period moving average crossovers for signals, confirmed by a
Check out the new article: Animal Migration Optimization (AMO) algorithm . The article is devoted to the AMO algorithm, which models the seasonal migration of animals in search of optimal conditions for life and reproduction. The main features of AMO include the use of topological neighborhood and a
Breakout: An indicator of levels. The indicator allows setting:the hour and minute of the beginning of the "period" zone, the hour and minute of the end of the "period" zone, the hour and minute of the end of the "area" The "area" zone begins right after the end of the "period" zone It has five...
Trend Two Lines : The indicator in the subwindow shows a comparison of High and Low prices Author: Vladimir Karputov
Check out the new article: Reimagining Classic Strategies (Part IV): SP500 and US Treasury Notes . In this series of articles, we analyze classical trading strategies using modern algorithms to determine whether we can improve the strategy using AI. In today's article, we revisit a classical
Intraday Currencies Performance : A simple observatory of individual currencies. Author: Pueblo
BB-Xtreme MT4 EA : BB-Xtreme EA is a powerful Bollinger Bands breakout system with dynamic lot sizing, stop loss, take profit, slippage control, drawdown protection, and smart risk management. Author: Kommoju Sahityananda Devi
divergence and rsi : macd divergence and rsi Author: Playerone
Engulfing Indicator : This is an indicator that helps identify Engulfing candle patterns. Author: Minh Hieu Hoang
Zero Lag TEMA Crosses: This indicator is actually a combination of two values: it shows the crosses of fast and slow Zero Lag TEMA, and that cross determines the current market trend. Since Zero Lag TEMA is from a family of fast averages, this indicator is very responsive to sudden market...
Check out the new article: From Basic to Intermediate: Variables (III) . Today we will look at how to use predefined MQL5 language variables and constants. In addition, we will analyze another special type of variables: functions. Knowing how to properly work with these variables can mean the
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (II): Modularization . In this discussion, we take a step further in breaking down our MQL5 program into smaller, more manageable modules. These modular components will then be integrated into the
Check out the new article: Developing a Replay System (Part 59): A New Future . Having a proper understanding of different ideas allows us to do more with less effort. In this article, we'll look at why it's necessary to configure a template before the service can interact with the chart. Also, what
  Indicators: Better Volume  (12   1 2)
Better Volume: Easy and visual way to check abnormal changes in Volume. Author: Minions Labs
Alchem STP Smart ATR : Smooth & smart multiplier to manage scaling and risk. Author: starsseccus2011
Check out the new article: Deconstructing examples of trading strategies in the client terminal . The article uses block diagrams to examine the logic of the candlestick-based training EAs located in the Experts\Free Robots folder of the terminal. For some time now, a new Free Robots folder has
Check out the new article: MQL5 Wizard Techniques you should know (Part 54): Reinforcement Learning with hybrid SAC and Tensors . Soft Actor Critic is a Reinforcement Learning algorithm that we looked at in a previous article, where we also introduced python and ONNX to these series as efficient
Check out the new article: Building a Keltner Channel Indicator with Custom Canvas Graphics in MQL5 . In this article, we build a Keltner Channel indicator with custom canvas graphics in MQL5. We detail the integration of moving averages, ATR calculations, and enhanced chart visualization. We also
Check out the new article: Mastering JSON: Create Your Own JSON Reader from Scratch in MQL5 . Experience a step-by-step guide on creating a custom JSON parser in MQL5, complete with object and array handling, error checking, and serialization. Gain practical insights into bridging your trading logic
A one line script that tells you how many bars are on your chart : A script which when dragged onto the chart will print out in the experts window the number of bars that are on that chart - like magic. Author: samuk1000
Check out the new article: Chemical reaction optimization (CRO) algorithm (Part I): Process chemistry in optimization . In the first part of this article, we will dive into the world of chemical reactions and discover a new approach to optimization! Chemical reaction optimization (CRO) uses
New article Neural networks made easy (Part 29): Advantage Actor-Critic algorithm has been published: In the previous articles of this series, we have seen two reinforced learning algorithms. Each of them has its own advantages and disadvantages. As often happens in such cases, next comes the idea
Check out the new article: Neural Networks in Trading: Using Language Models for Time Series Forecasting . We continue to study time series forecasting models. In this article, we get acquainted with a complex algorithm built on the use of a pre-trained language model. The authors of the paper "
Expert Advisor based on Price_Extreme_Indicator: The Expert Advisor is based on the channel indicator Price_Extreme_Indicator. Author: Scriptor
Pinbar Detector MT5 : Pinbar Detector is a MetaTrader indicator that tries to detect Pinbars (also known as "Pin-bar" or "Pin bar") and marks them by placing a "smiling face" symbol below the bullish Pinbars and above the bearish Pinbars. It is a pure price action indicator, which is not using any
Check out the new article: Mastering Log Records (Part 5): Optimizing the Handler with Cache and Rotation . This article improves the logging library by adding formatters in handlers, the CIntervalWatcher class to manage execution cycles, optimization with caching and file rotation, performance
Check out the new article: Creating an MQL5-Telegram Integrated Expert Advisor (Part 1): Sending Messages from MQL5 to Telegram . In this article, we create an Expert Advisor (EA) in MQL5 to send messages to Telegram using a bot. We set up the necessary parameters, including the bot's API token and