Articles, Library comments - page 11

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
MQL5 Programming for Traders – Source Codes from the Book. Part 7 : The final seventh part of the book discusses the advanced capabilities of the MQL5 API, which will be useful when developing programs for MetaTrader 5. These include custom financial symbols, built-in economic calendar events, and
Relative Price Channel : mt4 version of original indicator Author: Nikclay Khrushchev
New article Canvas based indicators: Filling channels with transparency has been published: In this article I'll introduce a method for creating custom indicators whose drawings are made using the class CCanvas from standard library and see charts properties for coordinates conversion. I'll approach
Check out the new article: MQL5 Wizard Techniques you should know (Part 11): Number Walls . Number Walls are a variant of Linear Shift Back Registers that prescreen sequences for predictability by checking for convergence. We look at how these ideas could be of use in MQL5. For a few time-series, it
Check out the new article: Population optimization algorithms: Shuffled Frog-Leaping algorithm (SFL) . The article presents a detailed description of the shuffled frog-leaping (SFL) algorithm and its capabilities in solving optimization problems. The SFL algorithm is inspired by the behavior of
Check out the new article: Pair trading . In this article, we will consider pair trading, namely what its principles are and if there are any prospects for its practical application. We will also try to create a pair trading strategy. Pair trading is a variery of statistical arbitrage first proposed
Check out the new article: Introduction to MQL5 (Part 3): Mastering the Core Elements of MQL5 . Explore the fundamentals of MQL5 programming in this beginner-friendly article, where we demystify arrays, custom functions, preprocessors, and event handling, all explained with clarity making every line
New article A system of voice notifications for trade events and signals has been published: Voice assistants have become an integral part of our lives: we often use navigators, voice search and translators. In this article, I will try to develop a simple and user friendly system of voice
Closing all open trades if all one symbol and one trade direction : All open trades must be of same symbol and type, e.g. all GBPUSD and all BUY. This script will close out your position using one large trade to hedge your position then using CloseBy() function to close all trades against the one
Multi_SellLimitOrders_Dlevel : The Multi_Selllimit_orders_Dlevel script file streamlines the process for traders to execute multiple trades at different levels effortlessly. Serving as an updated version of Multi Selllimit orders. Author: Daniel Opoku