Articles, Library comments - page 34

  Experts: Gaps  (3)
Gaps: The EA waits for a gap on a specified timeframe. Author: Vladimir Karputov
New article How to create a custom Donchian Channel indicator using MQL5 has been published: There are many technical tools that can be used to visualize a channel surrounding prices, One of these tools is the Donchian Channel indicator. In this article, we will learn how to create the Donchian
New article Universal RSI indicator for working in two directions simultaneously has been published: When developing trading algorithms, we often encounter a problem: how to determine where a trend/flat begins and ends? In this article, we try to create a universal indicator, in which we try to...
  Indicators: NRTR  (2)
NRTR: A variation of a well-known Nick Rypock Trailing Reverse indicator. Author: MetaQuotes Software Corp.
New article Multibot in MetaTrader: Launching multiple robots from a single chart has been published: In this article, I will consider a simple template for creating a universal MetaTrader robot that can be used on multiple charts while being attached to only one chart, without the need to configure
New article Category Theory in MQL5 (Part 8): Monoids has been published: This article continues the series on category theory implementation in MQL5. Here we introduce monoids as domain (set) that sets category theory apart from other data classification methods by including rules and an identity
New article Applying Monte Carlo method in reinforcement learning has been published: In the article, we will apply Reinforcement learning to develop self-learning Expert Advisors. In the previous article, we considered the Random Decision Forest algorithm and wrote a simple self-learning EA based...
Composite Index: Constance Brown's description of Composite Index: The Composite Index was developed to solve the divergence failure problem in the RSI, but its ability to provide specific horizontal levels of support within the indicator adds to its value. The Composite Index takes the...
Horizontal line for max/min prices of the last 2 years: Example code on how to draw an horizontal line for maximum and minimum prices of the last 2 years. Author: Alain Verleyen
New article Experiments with neural networks (Part 6): Perceptron as a self-sufficient tool for price forecast has been published: The article provides an example of using a perceptron as a self-sufficient price prediction tool by showcasing general concepts and the simplest ready-made Expert
  Indicators: Stoch RSI MT5  (13   1 2)
Stoch RSI MT5 : The Stochastic RSI indicator (Stoch RSI) is essentially an indicator of an indicator. It is used in technical analysis to provide a stochastic calculation to the RSI indicator. This means that it is a measure of RSI relative to its own high/low range over a user defined period of
  Indicators: VWAP bands  (11   1 2)
VWAP bands: Volume weighted average bands. Author: Mladen Rakic
Easy Canvas: The library and iCanvas class simplify writing programs using Canvas. Author: Nikolai Semko
  Experts: Martin  (3)
Martin: An Expert Advisor without a single indicator. Uses lot and step increase. Author: Vladimir Karputov
MartingailExpert: The EA uses Martingale. Initial entry by indicator iStochastic (Stochastic Oscillator). Author: Vladimir Karputov
Ofir Blue Telegram API for any indicator : Connect your indicator to Telegram with 3 lines of code This sample code enables to connect your indicator to Ofir Blue, the first trading application for Telegram Author: Gad Benisty
New article Frequency domain representations of time series: The Power Spectrum has been published: In this article we discuss methods related to the analysis of timeseries in the frequency domain. Emphasizing the utility of examining the power spectra of time series when building predictive models
ErrorDescription: The library contains functions that returns description of runtime error codes and trade server return codes. Author: MetaQuotes Software Corp.
Multi Timeframe Moving Average: The indicator displays the moving average for the selected timeframe. Author: Il Anokhin
Universal Signals & Universal Trailing Modules : This is a module for MQL5 Wizard and Standard Library, which allows you to generate expert adviser based on arbitrary set of indicators and conditions. Author: Stanislav Korotky
New article DoEasy. Controls (Part 1): First steps has been published: This article starts an extensive topic of creating controls in Windows Forms style using MQL5. My first object of interest is creating the panel class. It is already becoming difficult to manage things without controls
IchimokuAlert: The Ichimoku indicator with an alert. ‌ Author: Alexey Viktorov
Cross_Line_Trader: The Expert Advisor opens positions when the price crosses line objects. Author: Scriptor
Nadaraya-Watson estimator : Nadaraya-Watson estimator Author: Mladen Rakic
Refresh All Open Charts : This Script will Refresh All Open Charts in MT5, Usually custom symbols in MT5 needs to be Refresh sometime so this script will help to refresh all open chart at once. We can also use this Script anywhere where we need to refresh all open charts. Author: Muhammad Ali Akbar
MA Angle : Not sure if anyone need this. Just showing the angle of the MA of current and adjacent candle. Author: Lee Chee Tat
Highly_Adaptable_MA_Alerts: Highly Adaptable Moving Average Alert indicator Author: Scriptor
New article Creating an EA that works automatically (Part 11): Automation (III) has been published: An automated system will not be successful without proper security. However, security will not be ensured without a good understanding of certain things. In this article, we will explore why achieving
SLTP Currency: This EA will use the deposit currency as Stop Loss and Take Profit for each trade, once profit or loss has been reached it will close the entire trade. Author: buju
Check if there are any new bar : The purpose is to check whether new bar are generated This is a class file that can be used as a class or copied to EA or scripts for use Author: Mage He