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 Up Down Bars indicator calculates the number of up bars and down bars based on the difference between the close and open prices of each bar.Calculation:- n = up bars (close > o...
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...
This expert advisor is based on indicators. The best timeframe is M5.Buy orders will be closed automatically if a sell signal becomes visible. Sell orders will be closed automatica...
Sophia1 EA is an Expert Advisor for MetaTrader 4.Development DetailsThe EA was developed by a trader with 10 years of experience in the forex market. This is one of the initial pro...
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...
This tool calculates the number of pips between the order execution price and the Stop Loss (SL) or Take Profit (TP) prices. It is designed as a study aid for beginners.Features in...
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: ...
This indicator is designed for cross currency pairs such as EUR/AUD, GBP/AUD, and EUR/GBP, leveraging currency correlation.It is typically used on the daily timeframe, but may be a...
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...
This indicator monitors major currency pairs to determine the status of the current candle (bullish or bearish) for USD, EUR, and GBP in relation to other currencies like EUR, JPY,...
This expert advisor operates similarly to a scalping strategy. It takes two symmetric positions. When the spread of one position reaches a predetermined level, the losing position ...
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...