Articles, Library comments - page 71

New article Developing a cross-platform grider EA has been published: In this article, we will learn how to create Expert Advisors (EAs) working both in MetaTrader 4 and MetaTrader 5. To do this, we are going to develop an EA constructing order grids. Griders are EAs that place several limit orders
Keltner Channel : Keltner channel with some additional options Author: Mladen Rakic
Correlation Gaps Trading AUDJPY CADJPY NZDJPY : Short description. Author: Iulian Persinaru
Bollinger band : Now we will get the code with function and purpose as below: 1. How to call and using the bollinger band 2. How to call and using the volume tick 3. How to call and using the Moving average volume. 4. How to code using the Trailling & Check volume lot size Author: Dao Thanh Tan
  Experts: AutoSet SL TP  (15   1 2)
AutoSet SL TP : An Expert Advisor for placing Stop Loss and Take Profit. Author: Vladimir Karputov
Calculate pip difference over the last N bars : Bars Pips for Chart Symbol and Period selected Author: Iulian Persinaru
Simple Code for Detect A "New Bar or New Candle " Received : This code block detects a New Bar or a New Candle when it has received. Author: Hapu Arachchilage Tharindu Lakmal
Check out the new article: Building Your First Glass-box Model Using Python And MQL5 . Machine learning models are difficult to interpret and understanding why our models deviate from our expectations is critical if we want to gain any value from using such advanced techniques. Without comprehensive
New article Neural Networks Cheap and Cheerful - Link NeuroPro with MetaTrader 5 has been published: If specific neural network programs for trading seem expensive and complex or, on the contrary, too simple, try NeuroPro. It is free and contains the optimal set of functionalities for amateurs. This
Harmonic Moving Average : MQL5 version of harmonic moving average Author: Sardion Maranatha
New article Random Decision Forest in Reinforcement learning has been published: Random Forest (RF) with the use of bagging is one of the most powerful machine learning methods, which is slightly inferior to gradient boosting. This article attempts to develop a self-learning trading system that
New article The correct way to choose an Expert Advisor from the Market has been published: In this article, we will consider some of the essential points you should pay attention to when purchasing an Expert Advisor. We will also look for ways to increase profit, to spend money wisely, and to earn
Resize chart window from indicator (for Short Trend Reversal) : Changing the size of the chart window is important in my EA, but it may serve as inspiration for others. Author: Tomasz Adrian Bialous
Hedge_Dollar_Index_Against_Forex_Pairs_V1 : Hedge Dollar index USIDX against its constitutive FOREX pairs EURUSD GBPUSD USDJPY USDCAD USDSEK USDCHF Author: Iulian Persinaru
Symbol Spread Equity Profit Banner V1.mq4 : Simple banner showing Symbol Spread Equity Profit Banner Author: Iulian Persinaru
LifeHack Balance Equity : The indicator displays the balance and equity of the trade account. Author: Vladimir Karputov
Exp_Slow-Stoch_Duplex : Two identical trading systems (for long and short positions) based on the signals of the Slow-Stoch indicator, which can be configured in different ways within one Expert Advisor Author: Nikolay Kositsin
Check out the new article: Integrate Your Own LLM into EA (Part 1): Hardware and Environment Deployment . With the rapid development of artificial intelligence today, language models (LLMs) are an important part of artificial intelligence, so we should think about how to integrate powerful LLMs into
New article MQL5 Cookbook: Saving Optimization Results of an Expert Advisor Based on Specified Criteria has been published: We continue the series of articles on MQL5 programming. This time we will see how to get results of each optimization pass right during the Expert Advisor parameter
GRUCHA Percentage Index: GRUCHA Percentage Index Author: crn
Check out the new article: The Group Method of Data Handling: Implementing the Multilayered Iterative Algorithm in MQL5 . In this article we describe the implementation of the Multilayered Iterative Algorithm of the Group Method of Data Handling in MQL5. The Group Method of Data Handling is a type
Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol : Hedge with a stop order, instead of placing a Stop Loss. Author: Iulian Persinaru
New article Revisiting Murray system has been published: Graphical price analysis systems are deservedly popular among traders. In this article, I am going to describe the complete Murray system, including its famous levels, as well as some other useful techniques for assessing the current price
Volume Average percent : In capital markets, volume, or trading volume, is the amount (total number) of a security (or a given set of securities, or an entire market) that was traded during a given period of time. In the context of a single stock trading on a stock exchange, the volume is commonly
Check out the new article: Population optimization algorithms: Nelder–Mead, or simplex search (NM) method . The article presents a complete exploration of the Nelder-Mead method, explaining how the simplex (function parameter space) is modified and rearranged at each iteration to achieve an optimal
Multiple Buys and Sells ORDERS based on a currency pair strength. : Short description. Author: Iulian Persinaru
New article Parallel Particle Swarm Optimization has been published: The article describes a method of fast optimization using the particle swarm algorithm. It also presents the method implementation in MQL, which is ready for use both in single-threaded mode inside an Expert Advisor and in a
Check out the new article: Population optimization algorithms: Differential Evolution (DE) . In this article, we will consider the algorithm that demonstrates the most controversial results of all those discussed previously - the differential evolution (DE) algorithm. The idea of differential
Check out the new article: Neural networks made easy (Part 65): Distance Weighted Supervised Learning (DWSL) . In this article, we will get acquainted with an interesting algorithm that is built at the intersection of supervised and reinforcement learning methods. Behavior cloning methods, largely
Check out the new article: Introduction to MQL5 (Part 5): A Beginner's Guide to Array Functions in MQL5 . Explore the world of MQL5 arrays in Part 5, designed for absolute beginners. Simplifying complex coding concepts, this article focuses on clarity and inclusivity. Join our community of learners