Articles, Library comments - page 54

RSI Timeframe Analyzer - MT4 Indicator : A powerful multi-timeframe RSI dashboard that visually displays the overbought, oversold, and neutral RSI status across 9 different timeframes — from M1 to MN1. Author: Manasvi
Check out the new article: Price Action Analysis Toolkit Development (Part 19): ZigZag Analyzer . Every price action trader manually uses trendlines to confirm trends and spot potential turning or continuation levels. In this series on developing a price action analysis toolkit, we introduce a tool
SetSellStopOrder : The script is developed for placing a SellStop order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price. Author: Nikolay Kositsin
Check out the new article: From Basic to Intermediate: Arrays and Strings (I) . In today's article, we'll start exploring some special data types. To begin, we'll define what a string is and explain how to use some basic procedures. This will allow us to work with this type of data, which can be
Donchian Channel Plus : Donchian Channel Plus includes a new width parameter. Video link to usage in source Author: maximo
Easy Canvas (iCanvas): The library and iCanvas class simplify writing programs using Canvas. Author: Nikolai Semko
ATR-Adjusted Rate of Change(ROC) : Normalized the Rate of Change (ROC) indicator. Author: Salman Soltaniyan
MAxCD : Three Moving Averages Convergence/Divergence - Indicator for MT5 Author: Roberto Jacobs
New article Interview with Sergey Pankratyev (ATC 2012) is published: The Championship is coming to an end leaving us with vivid impressions of many unusual trading strategies. However, the trading robot of Sergey Pankratyev (s75) is showing really peculiar things - it is trading all 12 currency
PSAR Zigzag (Non lagging) : A zigzag based on the trend change of the parabolic sar Author: Conor Mcnamara
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
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