Articles, Library comments - page 99

Classic and Virtual Trailing : Classic & Virtual Trailing for MT4 Author: Rajeev Ranjan Sharma
New article Data Science and Machine Learning — Neural Network (Part 02): Feed forward NN Architectures Design has been published: There are minor things to cover on the feed-forward neural network before we are through, the design being one of them. Let's see how we can build and design a flexible
Tap4Fibs: Creates Fibonacci Retracement on the chart based on the ZigZag indicator. Tap the "X" or "Z" key to scroll through each swing in the ZigZag, to the right or to the left. For those who do not like clutter on their charts. The indicator can scroll to the right until it disappears from the...
New article How to create a custom indicator (Heiken Ashi) using MQL5 has been published: In this article, we will learn how to create a custom indicator using MQL5 based on our preferences, to be used in MetaTrader 5 to help us read charts or to be used in automated Expert Advisors. The Heiken Ashi
New article Visual evaluation of optimization results has been published: In this article, we will consider how to build graphs of all optimization passes and to select the optimal custom criterion. We will also see how to create a desired solution with little MQL5 knowledge, using the articles
Check out the new article: Population optimization algorithms: Changing shape, shifting probability distributions and testing on Smart Cephalopod (SC) . The article examines the impact of changing the shape of probability distributions on the performance of optimization algorithms. We will conduct
Close_all-e: Script that closes orders and (or) deletes pending orders. Author: Vasyl Nosal
MoveStopLoss : Move the stoploss as the trade moves in your direction at a specific distance. Author: Daniel Opoku
MQL5 Wizard - Trade Signals Based on Crossover of Two Exponentially Smoothed Moving Averages : MQL5 Wizard allows to create the code of Expert Advisors automatically. See Creating Ready-Made Expert Advisors in MQL5 Wizard for the details. Here we will consider the strategy based on crossover of two
Check out the new article: Population optimization algorithms: Simulated Isotropic Annealing (SIA) algorithm. Part II . The first part was devoted to the well-known and popular algorithm - simulated annealing. We have thoroughly considered its pros and cons. The second part of the article is devoted
New article MQL as a Markup Tool for the Graphical Interface of MQL Programs (Part 3). Form Designer has been published: In this paper, we are completing the description of our concept of building the window interface of MQL programs, using the structures of MQL. Specialized graphical editor will
New article Backpropagation Neural Networks using MQL5 Matrices has been published: The article describes the theory and practice of applying the backpropagation algorithm in MQL5 using matrices. It provides ready-made classes along with script, indicator and Expert Advisor examples. As we will see
Check out the new article: MQL5 Wizard Techniques You Should Know (Part 15): Support Vector Machines with Newton's Polynomial . Support Vector Machines classify data based on predefined classes by exploring the effects of increasing its dimensionality. It is a supervised learning method that is
Check out the new article: Design Patterns in software development and MQL5 (Part 4): Behavioral Patterns 2 . In this article, we will complete our series about the Design Patterns topic, we mentioned that there are three types of design patterns creational, structural, and behavioral. We will
All Pivot Points MT5 : An indicator for drawing all important Pivot Points including: "Classic", "Camarilla", "Woodie", "Floor", "Fibonacci", "Fibonacci_Retracement". Author: Hossein Nouri
Schaff Trend Cycle : The Schaff Trend Cycle (STC) indicator is the product of combining Slow Stochastics and the Moving Average Convergence/Divergence (MACD). The MACD has a reputation as a trend indicator, but it's also notorious for lagging due to its slow responsive signal line. The improved
New article Testing and optimization of binary options strategies in MetaTrader 5 has been published: In this article, I will check and optimize binary options strategies in MetaTrader 5. Test results with averaging. Finally, success: Optimization results with averaging: Author: Roman Poshtar
Check out the new article: Modified Grid-Hedge EA in MQL5 (Part III): Optimizing Simple Hedge Strategy (I) . In this third part, we revisit the Simple Hedge and Simple Grid Expert Advisors (EAs) developed earlier. Our focus shifts to refining the Simple Hedge EA through mathematical analysis and a
Check out the new article: Quantitative analysis in MQL5: Implementing a promising algorithm . We will analyze the question of what quantitative analysis is and how it is used by major players. We will create one of the quantitative analysis algorithms in the MQL5 language. What is quantitative
TrendChannel : The indicator draws two trend lines for the closest price extremes Author: Nikolay Kositsin
  Experts: Breakout H1 Trading  (13   1 2)
Breakout H1 Trading : Short description. Author: Dao Thanh Tan
Normalized MACD : Normalized MACD. Author: Mladen Rakic
Code blocks for "Counters" like Count "X" time and pass : Here are some examples of codes for set counters based on "Count" Author: Hapu Arachchilage Tharindu Lakmal
Limit Stop Order Script : The script for manual trade: when achieving the limit price the script sets stop order and logs out Author: Serhii Ivanenko
KDJ_Averages : KDJ Averages oscillator defines when it is necessary to search for market entry conditions. Unlike KDJ, it is calculated using standard smoothing methods. In case of the default settings, its J line is slightly faster. Fig. 1. KDJ Averages Author: Scriptor
Hurst Exponent : The Hurst Exponent is used as a measure of long-term memory of time series. It relates to the autocorrelations of the time series, and the rate at which these decrease as the lag between pairs of values increases. Studies involving the Hurst exponent were originally developed in
Check out the new article: Neural networks made easy (Part 66): Exploration problems in offline learning . Models are trained offline using data from a prepared training dataset. While providing certain advantages, its negative side is that information about the environment is greatly compressed to
A Code block to detect A "New Candle/Bar" using bars history (very effective way) : If you only want to execute your code blocks "only once per bar" it's important to check if there is new bar arrived or not. Author: Hapu Arachchilage Tharindu Lakmal
Forex Fraus (for M1): The Expert Advisor is based on the Williams Percent Range indicator. It sells in the overbought zone and buys in the oversold zone. Trailing Stop and operation timer are attached to it. Author: Dima-Z
Candle Analysis Report : This script helps traders understand the distribution and range of candles in a specific period, which can be useful for making trading decisions such as determining which historical values to use for Take Profit or Stop Loss. Author: Enrique Enguix