Articles, Library comments - page 21

PSAR Zigzag (Non lagging) : A zigzag based on the trend change of the parabolic sar Author: Conor Mcnamara
Check out the new article: Automating Trading Strategies in MQL5 (Part 16): Midnight Range Breakout with Break of Structure (BoS) Price Action . In this article, we automate the Midnight Range Breakout with Break of Structure strategy in MQL5, detailing code for breakout detection and trade
Pan PrizMA No leverage 72 : Construct a moving line with a polynomial of 4 degrees. Extrapolates the sinusoidal and its axial. The constructed lines remove one value at each bar and a sliding line of extrapolated values is constructed which is not redrawn. Author: Aleksey Panfilov
Check out the new article: Artificial Showering Algorithm (ASHA) . The article presents the Artificial Showering Algorithm (ASHA), a new metaheuristic method developed for solving general optimization problems. Based on simulation of water flow and accumulation processes, this algorithm constructs
RSI_MAonRSI_Dual : Two indicators iRSI (Relative Strength Index, RSI) smoothed using iMA (Moving Average, MA) Author: Vladimir Karputov
MA or Price Histogram : Histogram between price and indicator or between two indicators Author: Vladimir Karputov
Dots Indi MT5 : Dots (MetaTrader indicator) is based on the 2006 indicator by TrendLaboratory. It displays the current trend direction by placing the dots on the main chart. The blue dots signal bullish trend and the red dots signal bearish trend. Although the indicator doesn't rely on any standard
SMI Ergodic Oscillator : Ergodic oscillator Stochastic Momentum Index (SMI) Author: Artyom Trishkin
Volatility Stop : Volatility Stop - indicator of stop levels by volatility Author: Artyom Trishkin
QQE Quantitative Qualitative Estimation MT5 : QQE MetaTrader indicator — or Quantitative Qualitative Estimation, is based on a rather complex calculation of the smoothed RSI indicators. As a result, you get two lines in a separate indicator window — the fast one and the slow one. There is also an
The Leading Indicator : The Leading Indicator was created by John Ehlers (Cybernetic Analysis For Stocks And Futures pg 235) Author: Andrei Novichkov
Chande Kroll Stop : Chande Kroll Stop indicator - stop levels for short and long positions. Author: Artyom Trishkin
New article Automata-Based Programming as a New Approach to Creating Automated Trading Systems is published: This article takes us to a whole new direction in developing EAs, indicators and scripts in MQL4 and MQL5. In the future, this programming paradigm will gradually become the base standard for
Know Sure Thing : Know Sure Thing (KST) oscillator indicator based on the rate of price change (ROC) Author: Artyom Trishkin
RiskManager with InfoPanel and Support : My first code on the site, which requires improvement. The idea to create an ideal tool for traders, in the work on the main component of any trading system-Risk Manager Author: Anatoliy Migachyov
New article MQL5 Programming Basics: Global Variables of the Terminal has been published: Global variables of the terminal provide an indispensable tool for developing sophisticated and reliable Expert Advisors. If you master the global variables, you will no more be able to imagine developing EAs
BSI Trend and Channel : This indicator shows trend line and channels using the BSI Indicator. Original work of https://www.mql5.com/en/code/13615 Author: Livio Alves
Trend Rider Alert : Trend Rider is a combination of several indicators eg super trend, rsi, and macd to assist in spotting and riding trends by showing direction inform of color candles and also showing trailing stop levels, It can be used independently or with additional filters. Author: Andrew
Constant Range Channel : A simple indicator plotting a channel with a constant range Author: Fernando Carreiro
HLC Trend confirmation indicator : Confirmation (trend) indicator used for lower timeframes Author: Serhad Yildirim
Check out the new article: Developing a Replay System (Part 66): Playing the service (VII) . In this article, we will implement the first solution that will allow us to determine when a new bar may appear on the chart. This solution is applicable in a wide variety of situations. Understanding its
BMA or Band Moving Average MT5 : BMA MetaTrader indicator or Band Moving Average — was created by using the original moving average indicator and the idea from one of the site's visitors. The indicator displays itself in the form of three lines: the central one is the standard MT4/MT5 moving average
Check out the new article: MQL5 Wizard Techniques you should know (Part 62): Using Patterns of ADX and CCI with Reinforcement-Learning TRPO . The ADX Oscillator and CCI oscillator are trend following and momentum indicators that can be paired when developing an Expert Advisor. We continue where we
  Indicators: TrendMagic  (11   1 2)
TrendMagic : The Trend Magic indicator. It uses the Commodity Channel Index (period=50) and Average True Range (period=5) indicators for the calculations. Author: Сергей
Schaff Trend Cycle MT5 : Schaff Trend Cycle (MetaTrader indicator) — is a cyclical oscillator created by calculating the stochastic over stochastic over a MACD line using cycles. The result is the improved version of the oscillator that is not choppy during the trends and reacts to the changes very
RSIOMA MT5 : RSIOMA MetaTrader indicator — this indicator takes two moving averages, calculates their RSI (Relative Strength Index) and then also adds a moving average of the calculated RSI. These two lines now can accurately signal the trend changes. They are shown in the separate window where they
  Experts: Buy Sell Stop Buttons  (25   1 2 3)
Buy Sell Stop Buttons: "Buy Sell Stop Buttons" EA sets up 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once. Author: Aharon Tzadik
Multi_ATR_Bands : Three ATR Bands with multiple selection Author: Scriptor
Check out the new article: Data Science and ML (Part 37): Using Candlestick patterns and AI to beat the market . Candlestick patterns help traders understand market psychology and identify trends in financial markets, they enable more informed trading decisions that can lead to better outcomes. In
wd.Range_DailyAvg : This indicator helps user estimate the potential price movement for the current day, based on 20 days historical data and market trends. Author: Widy Prasetyo