Articles, Library comments - page 13

Currency Strength Meter MT5 : Currency Strength Meter for MetaTrader 5 with configurable timeframe parameter, It was converted from "Currency Strength Giraia 28 pairs TRO MODIFIED" MetaTrader 4 version Author: Andrew Ingosi Likare
Check out the new article: Introduction to MQL5 (Part 14): A Beginner's Guide to Building Custom Indicators (III) . Learn to build a Harmonic Pattern indicator in MQL5 using chart objects. Discover how to detect swing points, apply Fibonacci retracements, and automate pattern recognition. In this
New article MetaQuotes ID in MetaTrader Mobile Terminal is published: Android and iOS powered devices offer us many features we do not even know about. One of these features is push notifications allowing us to receive personal messages, regardless of our phone number or mobile network operator....
Indiana Jones Mean Reversion EA : This is a simple mean reversion EA Author: Yashar Seyyedin
  Indicators: iForexSessions  (75   1 2 3 4 5 ... 7 8)
iForexSessions : Highlights the Forex Market Sessions (Sydney, Tokyo, London, New York). Author: amrali
New article Time Series Forecasting Using Exponential Smoothing (continued) is published: This article seeks to upgrade the indicator created earlier on and briefly deals with a method for estimating forecast confidence intervals using bootstrapping and quantiles. As a result, we will get the...
New article Analysing Candlestick Patterns is published: Construction of Japanese candlestick chart and analysis of candlestick patterns constitute an amazing area of technical analysis. The advantage of candlesticks is that they represent data in such a manner that you can track the dynamics inside
Currency Strength Index (CSI): Trading the STRONG against the weak! Author: amrali
Check out the new article: Build Self Optmising Expert Advisors in MQL5 . Build Expert Advisors that look forward and adjust themselves to any market. Self-optimizing automated systems are essential in today's dynamic financial markets. Developing a trading bot that can adjust to current market
Check out the new article: Neural Networks in Trading: Scene-Aware Object Detection (HyperDet3D) . We invite you to get acquainted with a new approach to detecting objects using hypernetworks. A hypernetwork generates weights for the main model, which allows taking into account the specifics of the
Check out the new article: Feature Engineering With Python And MQL5 (Part IV): Candlestick Pattern Recognition With UMAP Regression . Dimension reduction techniques are widely used to improve the performance of machine learning models. Let us discuss a relatively new technique known as Uniform
Check out the new article: Developing a Replay System (Part 65): Playing the service (VI) . In this article, we will look at how to implement and solve the mouse pointer issue when using it in conjunction with a replay/simulation application. The content presented here is intended solely for
Check out the new article: Reimagining Classic Strategies (Part 14): High Probability Setups . High probability Setups are well known in our trading community, but regrettably they are not well-defined. In this article, we will aim to find an empirical and algorithmic way of defining exactly what is
Check out the new article: Trading with the MQL5 Economic Calendar (Part 7): Preparing for Strategy Testing with Resource-Based News Event Analysis . In this article, we prepare our MQL5 trading system for strategy testing by embedding economic calendar data as a resource for non-live analysis. We
Countdown 2.0 : Countdown is an advanced indicator designed for traders who want to track the time remaining until the next candlestick or the next market open clearly and efficiently. With three flexible display modes (commentary, chart borders or next to price), this indicator offers a
MACD Divergence : MACD Divergence indicator Author: Francisco Gomes Da Silva
Spreads : Two Symbol Spread Indicator Author: Roman Shiredchenko
Panel for Calculating History Profit : This CalculateHistoryProfit script version 1.0 is designed to calculate profit for a specified period using a chart panel. Author: Sergey Porphiryev
Correlation Coefficient : Correlation Coefficient" indicator Author: Artyom Trishkin
TradeTransaction Class: A base class to simplify coding of trade transactions in MQL5. Author: amrali
TrendStrengthv2: Conversion from MetaTrader 4 version. Author: Alain Verleyen
Check out the new article: From Basic to Intermediate: SWITCH Statement . In this article, we will learn how to use the SWITCH statement in its simplest and most basic form. The content presented here is intended solely for educational purposes. Under no circumstances should the application be
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part IX): Code Organization (V): AnalyticsPanel Class . In this discussion, we explore how to retrieve real-time market data and trading account information, perform various calculations, and display the results on a custom
Check out the new article: Price Action Analysis Toolkit Development (Part 20): External Flow (IV) — Correlation Pathfinder . Correlation Pathfinder offers a fresh approach to understanding currency pair dynamics as part of the Price Action Analysis Toolkit Development Series. This tool automates
MeanReversionTrendEA : The EA automatically trades based on trend and mean reversion signals with validated parameters. Author: Mustafa Seyyid Sahin
Check out the new article: Statistical Arbitrage Through Mean Reversion in Pairs Trading: Beating the Market by Math . This article describes the fundamentals of portfolio-level statistical arbitrage. Its goal is to facilitate the understanding of the principles of statistical arbitrage to readers
Check out the new article: Neural Networks in Trading: Transformer for the Point Cloud (Pointformer) . In this article, we will talk about algorithms for using attention methods in solving problems of detecting objects in a point cloud. Object detection in point clouds is important for many
T3 Moving Average : The T3 Indicator is an advanced moving average that combines six exponential moving averages to provide smoother price action with reduced lag compared to traditional moving averages. Author: Salman Soltaniyan
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's not just a current drawdown indicator; it's especially useful for visually comparing your current drawdown with the maximum historical
Check out the new article: Mastering Log Records (Part 6): Saving logs to database . This article explores the use of databases to store logs in a structured and scalable way. It covers fundamental concepts, essential operations, configuration and implementation of a database handler in MQL5