The channel is based on the price percentage deviation from the previous value of the channel's middle line. The channel width is managed by this percentage deviation.This indicato...
The Elder Impulse System is a trading indicator system.
It utilizes two underlying indicators to determine trend direction.
When both indicators signal an upward trend, the candles...
The indicator transforms price data into a new coordinate system based on indicator values.It utilizes the distance between the high, low, open, and close of source candlesticks an...
The COSMAonArray class is designed for the calculation of Moving Average Oscillator (OSMA) values on indicator buffers.Usage:init() method:This method is called in the init() funct...
This indicator displays a vertical time grid with a six-hour step on intraday charts.
It is designed for timeframes not exceeding H6 and will not be displayed on H2 or H4 timeframe...
XTrendless OS is an indicator designed to evaluate the actual market overbought/oversold states.The indicator histogram bars change color when their value exceeds or equals 60%, 80...
This indicator displays an inclined trend line that functions as a signal actuation level.Upon the initial launch of the indicator, the actuation level line appears gray and inacti...
The CAMAONARRAY class is designed for calculating Adaptive Moving Average (AMA) values on indicator buffers.Usage:init()This method is called in the OnInit() function with the foll...
This script allows you to create a binary *.hst file, supported by MetaTrader 4. This file can be imported in MetaTrader 4 as historical data or you can open it as an offline chart...
The Laguerre HTF Signal indicator displays trend direction or trading signals generated by the indicator on a selected bar. It uses colored trend indication or deal direction graph...
The indicator displays the average percentage value of the last candlestick overlaps.
It is useful for manual market entry during price consolidation, allowing for order direction ...
Crsionarray Class DescriptionThe Crsionarray class is designed for calculating Relative Strength Index (RSI) values on indicator buffers.Usage:init() method:This method is called i...
The CMFIONArray class is designed for calculating Money Flow Index (MFI) values on indicator buffers.Usage:Init() method with the following parameters is called in the function:- i...
The Stochastic Expansion indicator provides an enhanced visualization of the standard Stochastic Oscillator, highlighting overbought and oversold conditions in a more user-friendly...
This indicator identifies market tops and bottoms to generate a Zig Zag pattern, enabling faster trend analysis compared to conventional indicators.The Zig Zag indicator is based o...
The Ceronarray class is designed to calculate the Efficiency Ratio (ER), a key component of the Arnaud Legoux Moving Average (AMA).Usage:init()This method is called during initiali...
The Cerdonarray class is designed to calculate the efficiency ratio (ER), a key component of the Adaptive Moving Average (AMA). This ratio reflects the direction of price movement,...
Xdin MA
The moving average calculated using a combination of two other moving averages with different periods.The formula for the average includes:- Simple Moving Average- Exponent...
When displaying text in MetaTrader 5 indicators, it's often necessary to allow users to change the font type through the indicator's input parameters.
A common approach is to have ...
The CmoOnArray class is designed for the calculation of Chande Momentum Oscillator (CMO) values on indicator buffers.Usage:init()The init() method is called with the following para...
X2 MA HTF Signal displays trend directions from the three last bars of the indicator using three graphical objects. The colors of these objects indicate the trend direction.Input P...
Spread Info displays the current spread, its average value, and their ratio in a corner of the chart.Font type, color, and size can be customized via input parameters.The indicator...
XMACD HTF Signal Indicator displays trend directions from the three last bars of the indicator.The colors of these bars determine the trend direction.Indicator Input Parameters:Tim...
This script deletes all graphical objects from a chart. It can be useful in case the chart is overcrowded by objects that are not needed anymore.Video: ...
The StepXCCX HTF Signal indicator displays trend directions from the three last bars of the indicator using three graphical objects with clear color indications. Unlike the origina...
The Stochastic X8 indicator displays a grid of eight Stochastic oscillators on a single chart.Indicator parameters are generated by sequentially multiplying the initial stochastic ...
The CSarOnArray class is designed for calculating Parabolic SAR values on indicator buffers.Usage:init() method:This method is called in the init() function with the following para...
AscTrend HTF Signal displays trend direction or trade signals generated by the AscTrend indicator graphically. The trend is indicated by color, and trade signals are shown as arrow...
The Binary Wave indicator provides a positive or negative value reflecting bullish or bearish market forecasts based on its readings.The primary advantage of Binary Waves is realiz...
The CMomentumOnArray class is designed for calculating momentum values on indicator buffers.Usage:The Init() method is called within the OnInit() function with the following parame...
Parabolic HTF Signal displays trend direction or trading signals generated by the indicator on a chosen bar.Signals are visualized as colored graphical objects indicating trend or ...
Guppy Multiple Moving Average (GMMA) is an indicator that analyzes the relationships between groups of moving averages. Each group represents either traders or investors, offering ...
The Accumulation/Distribution (A/D) Indicator Class is designed for calculating Accumulation/Distribution values on indicator buffers.Usage:init()This method is called within the i...
The XM A-XN indicator features a fan of one hundred XMA moving averages. Indicator buffers are declared using a simplified class for code optimization. To modify the number of line...
The Quartiles Indicator shows the first, second, and third quartiles of a sample, which is a set of quantiles for p=0.25, 0.5, 0.75. Their estimates, or the quartiles of the empiri...
The CCHOONARRAY class is designed to calculate values for indicator buffers.Usage:Init() method with the following parameters is called in the function:- int afastperiod: fast MA p...
The Elder Impulse System HTF Signal Indicator displays trend directions based on the last bars of a specified timeframe. Trends are shown as graphical objects, colored according to...
This script enables simultaneous scrolling across multiple charts.When the script is active on one chart, scrolling any of the associated charts will automatically shift the others...
The CRVIOnArray class is designed for calculating Relative Vigor Index (RVI) values on indicator buffers. This class simplifies the process of integrating RVI calculations directly...
This Expert Advisor demonstrates the use of a DLL for memory-mapped file operations.In this example, the Expert Advisor creates a virtual (memory-mapped) file and begins updating q...
This project provides two classes, `CHeapMemoryMapApi` and `CHeapMemoryMapFile`, for working with memory-mapped files.These classes allow you to:- Create files in memory.- Write an...
Classes for working with memory mapped files (converted from C++ to MQL5).The original C++ project was published in Codebase.An example script is included.This example can be used ...
Bykov Trend HTF Signal provides trend direction or trade signals generated by the indicator. It displays these signals as colored graphic objects indicating trend or trade directio...
Le Man IndicatorThis indicator calculates the distance from the market entry price to the highs and lows, displaying quartile deviations.The first green line (from bottom to top) i...
The CStdDevOnArray class facilitates the calculation of standard deviation on indicator buffers.Initialization:The Init() method is called within the initialization function with t...
This class facilitates the calculation of Ichimoku Kinko Hyo indicator values directly on indicator data buffers.Class Initialization:The init() method is called within the indicat...
The CBandsOnArray is intended for calculation of Bollinger Bands on an indicator buffer.Usage:The Init() method with the following parameters is called in the function of the indic...