The getextremums() function is a powerful tool for identifying extremums within a specified historical period. It employs a search algorithm akin to that used in the indicator, rel...
This indicator displays the sine and tick values on your MetaTrader charts.Features:- Sine value: Provides the sine value of the current price.- Tick value: Displays the tick value...
The method was first introduced in the article "Gleitende Durchschnitte 3.0" (2026). This implementation uses λ = 2 for effective lag reduction. Higher λ values increase similarity...
KalenzoThe Squize_MA indicator illustrates the intersection of two moving averages with distinct averaging periods.The chart incorporates traditional flat limits, and a breakout in...
This indicator is designed to enhance your trading experience by visually representing the bid-ask spread on small time frames.When working with limited time frames, the spread val...
The CTradeStatistics class provides a comprehensive suite of enumeration parameter calculations, offering a flexible approach to statistical analysis in trading strategies.With the...
The indicator panel provides a comprehensive overview of your trading performance by displaying key statistical metrics for the current account. These metrics are calculated based ...
cselectfile is a graphical interface class for file selection, built upon standard library class methods.Methods:- create: Generates a graphical interface.- chartevent: Handles cha...
The indicator displays the opening price of the higher time frame (e.g., daily time frame) and creates line indents to the opening price, forming a range.Based on the settings, the...
How it worksThree moving averages are used.Conditions for buying:- The fast moving average crosses the middle moving average upwards.- The fast MA is above the slow MA.- The fast M...
The Expert Advisor (EA) is designed to execute trades based on the change in direction of a moving average (MA). It generates a trading signal when a bar closes, provided the MA di...
The Multi-Currency Indicator enables the simultaneous analysis of up to eight currency charts. This indicator does not perform calculations but presents eight indicator candlestick...
The simplest visual interpretation of a candlestick chart.This indicator was first implemented in MQL4 and published in the code base in 2026.Fig.1 The CandleVisual Indicator...
This Expert Advisor (EA) utilizes a trend-following strategy, capturing market trends for profitable trades.How it WorksThe EA's entry direction is guided by an indicator, with the...
This Expert Advisor (EA) is designed to optimize trading strategies using exponential (EMA) and linear weighted (LWMA) moving averages.How it WorksThe EA opens a buy position when ...
This expert advisor utilizes three moving averages (MAs) for trading signals.When the fast MA crosses the middle MA, and both are below the slow MA, a buy position is opened. Conve...
This indicator is designed for intraday manual trading systems that utilize trade start and stop times.It visually represents the trading period by drawing a rectangle, allowing tr...
This indicator offers a customizable drawing mode, demonstrated here with the CCI oscillator. The histogram includes a new parameter, 'Confirmation (number of bars)', functioning s...
This indicator calculates the historical volatility of a financial asset, providing a measure of the asset's price fluctuations over time.The Parkinson Historical Volatility indica...
This change alert monitors an indicator that compares four types of regression (linear, quadratic, logarithmic, and exponential) and selects the one that best fits the data.The ind...
The Triple Exponential Moving Average (TEMA) Band is an indicator inspired by the Bollinger Band. It differs by utilizing the TEMA, resulting in a more symmetrical representation. ...
This Expert Advisor is a powerful trading tool designed to analyze market trends and make informed trading decisions.
How it WorksThe Expert Advisor utilizes a sophisticated strate...
How it works The expert advisor determines the direction of the last daily bar at a set time and opens a position in the opposite direction, provided there is no open position.The ...
The expert advisor's functionality relies on the utilization of a specific indicator.How it WorksThe expert advisor generates signals based on the Laguerre indicator, CCI, and MA. ...
The Exp Bezier Expert Advisor utilizes the change in direction of a universal curve to generate trading signals. When a bar closes and the curve direction changes, a signal is trig...
The Exp BB Squeeze Expert Advisor is designed to execute trades based on signals from the BB Squeeze indicator. This indicator generates a trading signal when the histogram color c...
The example Expert Advisor ("SVMTrader") demonstrates the utilization of the Support Vector Machine (SVM) learning tool for trading strategies. This Expert Advisor operates as foll...
The Exp Bbands Stop Expert Advisor is designed to generate trading signals based on the signals obtained from the indicator. It initiates a trade when a bar closes and the indicato...
The Shapiro-Wilk test is a powerful statistical method to assess normality in data sets.For large datasets (over 100 data points), the traditional tables of coefficients can be cum...
This is a powerful tool designed for MetaTrader 4 (MQL4) and adaptable for MetaTrader 5 (MQL5). It is a lightweight MFC application that serves as a DDE server, enabling the export...
Modified version of the Alonso-Modoki indicator.This indicator uses envelopes with a period of 200 and a deviation of 0.35.The original indicator's 'mystery of the first week' feat...
This simple MA crossover system is designed for potential use within the Expert Wizard. The direction() function is implemented to provide buy and sell signals when the fast MA cro...
This expert advisor is designed to operate on ticks, regardless of the chosen timeframe. It functions by averaging price patterns, forming patterns based on current market prices. ...
The iBBands HTF indicator is a unique tool for technical analysis, offering a distinct approach to visualizing market trends.This indicator is designed to be drawn using a specific...
This trading system utilizes artificial intelligence to make trading decisions based on indicator values and optimized weights.The system operates as follows:- Indicator values are...
The Moving Average indicator is a popular tool for visualizing trends and identifying potential reversals. This indicator calculates the average price over a specific time frame, w...
How it worksThe expert advisor is designed to identify and capitalize on rollbacks that occur after a strong price movement. It operates by monitoring the number of consecutive bar...
The Expert Advisor EXP_AMKA is based on signals from the indicator. The signal is generated when a bar is closing if a new coloured point appears and the last, previous, and colour...
The trading system utilizes the signals of three technical indicators: Isar Parabolic. The signal is generated when the third parabolic's bar closes, and its signal is confirmed by...
The expert advisor utilizes signals from the AroonSignal indicator for entry. Signals are generated when a new colored diamond appears on the bar's close, indicating a shift in the...
The EXP Adaptive Cyber Cycle Expert Advisor is designed based on the EXP Adaptive Cyber Cycle indicator. It generates signals when a bar closes and the indicator crosses its signal...
How it worksGO is calculated using the following formula:GO = ((C - O) + (H - O) + (L - O) + (C - L) + (C - H)) * V;where C, O, H, L - moving average value on close, open, high, lo...
How it worksIf the price moves 'shift' points or more for one tick, a position is opened in the direction opposite to the movement of the price. As soon as the position becomes pro...
This indicator provides a comprehensive trading analysis tool by combining multiple indicators into one visual representation.How it works:- The green line represents the price dif...