Articles, Library comments - page 23

New article Self-adapting algorithm (Part IV): Additional functionality and tests has been published: I continue filling the algorithm with the minimum necessary functionality and testing the results. The profitability is quite low but the articles demonstrate the model of the fully automated
BinanceQuotesDownloader : Display Binance quotes in real-time mode Author: Yuriy Lyachshenko
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
MQL5 Programming for Traders – Source Codes from the Book. Part 4 : In the fourth part of the book, we will focus on mastering built-in functions (MQL5 API) and will gradually delve into specialized subsystems. Any MQL5 program can utilize a plethora of technologies and functionalities. Therefore
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
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...
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
Check out the new article: How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 7): ZigZag with Awesome Oscillator Indicators Signal . The multi-currency expert advisor in this article is an expert advisor or automated trading that uses ZigZag indicator which are filtered with the
Second Bars : The indicator draws an arbitrary second time frame on the chart. Author: Aleksandr Slavskii
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
Engulfing bar with rsi : Alerts on engulfing bar below or above rsi levels Author: traderonemax
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...
Check out the new article: Population optimization algorithms: Intelligent Water Drops (IWD) algorithm . The article considers an interesting algorithm derived from inanimate nature - intelligent water drops (IWD) simulating the process of river bed formation. The ideas of this algorithm made it
GRUCHA Percentage Index: GRUCHA Percentage Index Author: crn
New article Exploring options for creating multicolored candlesticks has been published: In this article I will address the possibilities of creating customized indicators with candlesticks, pointing out their advantages and disadvantages. The great advantage of this last method is that we will have
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
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...
Check out the new article: How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 6): Two RSI indicators cross each other's lines . The multi-currency expert advisor in this article is an expert advisor or trading robot that uses two RSI indicators with crossing lines, the Fast RSI
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
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