Articles, Library comments - page 10

Check out the new article: Developing a Replay System — Market simulation (Part 21): FOREX (II) . We will continue to build a system for working in the FOREX market. In order to solve this problem, we must first declare the loading of ticks before loading the previous bars. This solves the problem
Adaptive Volatility Analysis : AVA adapts its analysis based on current market dynamics. This adaptability makes it invaluable for predicting shifts towards higher volatility or calmer periods. Author: Thibauld Charles Ghislain Robin
Check out the new article: Neural networks made easy (Part 57): Stochastic Marginal Actor-Critic (SMAC) . Here I will consider the fairly new Stochastic Marginal Actor-Critic (SMAC) algorithm, which allows building latent variable policies within the framework of entropy maximization. When building
Frog Jump : Hides Alone Candlesticks Author: Rajesh Kumar Nait
Trend indicator based on singular spectrum analysis: Extracting trend and filtering noises using the method of singular spectrum analysis. Adjusting the indicator parameters allows to control the smoothness of the extracted trend and noise filtering threshold. Author: Roman Korotchenko
Check out the new article: Neural networks made easy (Part 58): Decision Transformer (DT) . We continue to explore reinforcement learning methods. In this article, I will focus on a slightly different algorithm that considers the Agent’s policy in the paradigm of constructing a sequence of actions
Check out the new article: Mastering ONNX: The Game-Changer for MQL5 Traders . Dive into the world of ONNX, the powerful open-standard format for exchanging machine learning models. Discover how leveraging ONNX can revolutionize algorithmic trading in MQL5, allowing traders to seamlessly integrate
Symbol Trade Made Simple With Functions : This library shows useful informations and do a lot of functions to a symbol. Author: Thiago Duarte
New article How to Write a Good Description for a Market Product is published: MQL5 Market has many products for sale but some of their descriptions leave much to be desired. Many texts are obviously in need of improvement, as common traders are not able to comprehend them. This article will help...
New article Custom symbols: Practical basics has been published: The article is devoted to the programmatic generation of custom symbols which are used to demonstrate some popular methods for displaying quotes. It describes a suggested variant of minimally invasive adaptation of Expert Advisors for
Hans123_Trader: Good EA, good optimization results. The unfailing EUR/USD pair and H1 timeframe. Author: John Smith
Expert Advisor for Opening Multiple Buy and Sell Orders Based on User Input : This MT5 Expert Advisor opens multiple buy and sell orders based on user input, featuring a simple interface with Buy and Sell buttons. The EA calculates lot size, checks the spread against slippage, and places orders
Check out the new article: Building and testing Keltner Channel trading systems . In this article, we will try to provide trading systems using a very important concept in the financial market which is volatility. We will provide a trading system based on the Keltner Channel indicator after
1 Click To Close All Open Positions: Click "Close All" button to close all open positions at once. Author: grandaevus
Check out the new article: Implementing the Generalized Hurst Exponent and the Variance Ratio test in MQL5 . In this article, we investigate how the Generalized Hurst Exponent and the Variance Ratio test can be utilized to analyze the behaviour of price series in MQL5. To test our GHE function, the
Check out the new article: Population optimization algorithms: Mind Evolutionary Computation (MEC) algorithm . The article considers the algorithm of the MEC family called the simple mind evolutionary computation algorithm (Simple MEC, SMEC). The algorithm is distinguished by the beauty of its idea
TRIX ARROWS: The Triple Exponential Average (TRIX) indicator + the signal line + arrows at the intersection of the signal and the main lines. Author: Vladimir Karputov
Support Resistance - Tools: Easily create horizontal lines by 1 key stroke, choose the color of the resistance line and the support line, the indicator automatically changes the color when a line is crossed, you can be alerted when a line is crossed. Author: takycard
Check out the new article: Ready-made templates for including indicators to Expert Advisors (Part 3): Trend indicators . In this reference article, we will look at standard indicators from the Trend Indicators category. We will create ready-to-use templates for indicator use in EAs - declaring and
New article MQL5.community - User Memo is published: In this article we have prepared some hands-on tips that will help you to get accustomed in MQL5.community and to take full advantage of it's available features. Author: MetaQuotes Software Corp.
Titik Impas Breakeven : While manually adjusting the stop-loss of a single trade to match its open price is a relatively simple task, managing numerous positions individually can be cumbersome and time-intensive. The Titik Impas Breakeven script for MT4/MT5 streamlines this process, providing
New article Learn how to design a trading system by ADX has been published: In this article, we will continue our series about designing a trading system using the most popular indicators and we will talk about the average directional index (ADX) indicator. We will learn this indicator in detail to
Check out the new article: How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 1): Indicator Signals based on ADX in combination with Parabolic SAR . The Multi-Currency Expert Advisor in this article is Expert Advisor or trading robot that can trade (open orders, close orders and
  Indicators: Trend Predictor  (12   1 2)
Trend Predictor : New level of trend prediction! Author: Ezatrimeo
New article How to use ONNX models in MQL5 has been published: ONNX (Open Neural Network Exchange) is an open format built to represent machine learning models. In this article, we will consider how to create a CNN-LSTM model to forecast financial timeseries. We will also show how to use the created
COLLECT ALL INDICATORS DATA : This Script collects all MQL5 built-in indicators buffers and stores them in a CSV file for analysis purposes Author: Omega J Msigwa
Voitto Tappio Candle Gain Candle Loss MT5 : Show candle gain and candle loss in percent. Author: Muhammad Sholihuddin Rozio
Candle Fitness : Candlestick Fitness concept is used in coding HFT Algos based on population optimization algorithms. Author: Rajesh Kumar Nait
New article Neural Networks Made Easy has been published: Artificial intelligence is often associated with something fantastically complex and incomprehensible. At the same time, artificial intelligence is increasingly mentioned in everyday life. News about achievements related to the use of neural
Candle Gain Candle Loss : Displays the gains and losses for all candles where the given threshold is surpassed. The values are calculated in points and percentage. Author: Muhammad Sholihuddin Rozio