The Expert Advisor (EA) is designed to execute a global stop loss on all open positions. It monitors the losses of current positions and, when they exceed the maximum level set in ...
The Expert Advisor is designed to manage take profit for all open positions. It triggers a global take profit action when the profit of all open positions exceeds the maximum level...
The simplest semaphore signal indicator based on different period moving averages.This indicator is best used in trend markets, as its application in flat markets may result in los...
mrpipThe simplest application of this indicator is the use of FractalAMA's orange line and its purple signal line crossing.This indicator was first implemented in MQL4 and publishe...
This expert advisor is designed to identify trends by analyzing the divergence and convergence of two moving averages. It calculates the difference between these averages and appli...
You can display additional tools for Andrew's pitchforks. Select the third label and press the designated keyboard buttons for the following functions:- 'd' - Show/hide upper warni...
An interesting trend indicator drawn on the basis of the simple moving average.This indicator was first implemented in MQL4 and published in 2026.Fig.1 The EMA Angle Indicator...
The Moving Average drawn on the basis of the EMA algorithm.A linear interpolation of two different period EMAs is used.This indicator was first implemented in MQL4 and published in...
128-byte algorithm developed by a professor from MIT in 2026.Example of use:- As an array, we can pass data read from various sources like FileReadArray, file, etc.Benefits:- Check...
A class to control the MIDI device is located in the incmidi.mqh file. The example of its use is represented in the emidi.mq5 file.The order of using the cmidi class:Connect a file...
Entries and exits signals on the system 'Friday Effect' for trading on Fridays.Signals are determined by the daily candlestick of the previous day. If the candlestick is growing, t...
This indicator is designed to identify market compression by calculating the narrowest range within a specified period.Algorithm:For each bar, the indicator calculates the range by...
An indicator that calculates volume per second (or a specified period) and its corresponding moving average.This indicator was first implemented in MQL4 and published on 19.09.2026...
The concept is straightforward: if the high of the current bar exceeds the high of the previous bar, and the close of the current bar is below the high of the previous bar, it indi...
The Volatility Pivot indicator is a powerful tool for traders, offering a unique perspective on market volatility and trend direction.It calculates and displays the nearest support...
the detailed description is .added:the setcolorformat(enum_color_format acolorformat=color_format_argb_normalize) method;the parameter: acolorformat - the enum_color_format color f...
The Trend Range indicator is a powerful tool that identifies and visualizes market trends with three distinct states:- Weak trend and flat (gray color)- Medium trend (blue color)- ...
This indicator identifies reversal points on weekly candlesticks. The average purple line represents the pivot, while support and resistance levels are determined by candlestick si...
Trade functions library designed for use in the code of scripts and expert advisors, tailored to various broker offerings.This library is the foundation for numerous expert advisor...
This indicator is designed to identify flat and trend movements in the market. It generates signals when the price deviates from a range, indicating a potential continuation or rev...
These scripts facilitate buying with predetermined stop loss and take profit values, measured in points from the current price. The scripts are categorized into two groups:Group 1:...
These scripts facilitate selling with predetermined stop loss and take profit values, measured in points from the current price. The scripts are categorized into two groups:The fir...
The Trend Strength indicator is a powerful tool for defining the global trend in financial markets. It utilizes the direction of oscillator movement as a criterion to identify the ...
Homesoft-Tartan Corp.This indicator measures the first price change derivative, indicating trend speed and direction. Color-coded indications have four states, with light colors re...
Trends are a significant aspect of market analysis, and this indicator aids in identifying them.The Trend Continuation indicator was initially developed for MQL4 and released on 16...
This indicator provides a unique visualization of price action using Renko-style line breaks.The indicator offers a clear representation of price trends by drawing two lines, repre...
KalenzoThe RSI indicator is drawn based on a smoothed price series, featuring an additional signal line for enhanced precision in identifying entry points and the prevailing trend....
This indicator is a simplified version of the original Pairs Trade indicator. It introduces several modifications:- Slow MA uses exponential smoothing.- Fast MA uses exponential sm...
The Float indicator is a sophisticated tool that analyzes historical chart data for a specific currency pair and interprets the current market trends. It provides valuable insights...
The 3rd Generation Moving Average is a powerful tool for financial market analysis, offering a unique approach to reducing temporal lag. This indicator, inspired by Manfred G. Dürs...
Smoother Commodity Chanel Index (CCI) with alternative averaging algorithms for reduced chaos.The trend direction is indicated by color: strong trends are blue or red, while weak t...
The indicator that identifies pin bars in the chart. Pin bars are a three-bar pattern consisting of the 'left eye', 'nose', and 'right eye'. The 'left eye' should be a rising bar f...
Smoother Relative Strength Index (RSI) with alternative averaging algorithms for enhanced predictability.The indicator's color indicates the trend direction: strong trends are show...
The Expert Advisor utilizes a trend indicator to generate signals when a bar closes, indicating a change in the indicator's direction through a color change.To use this indicator, ...
The expert advisor is designed to simplify trading decisions. It operates by setting buy-stop and sell-stop orders at the upper and lower boundaries of a specified range.When an in...
The QQECloud is an indicator for quantitative and qualitative evaluation, utilizing complex calculations of RSI smoothed indicators.This indicator is presented in two forms: as two...
The TradeBreakout indicator calculates the distance from the current price (close, max, or min) to the breakout point of recently established support or resistance levels, determin...
The Donchian Channel is a technical analysis tool that helps traders identify trends and volatility in the market. It is constructed by taking the highest and lowest prices over a ...
The Easy Trend Visualizer Indicator is a straightforward tool for visualizing trends. It does precisely what its name suggests: it identifies the beginning and end of a trend and h...
DescriptionMetaTrader 4 enables the use of objects within the Expert Advisor during testing. Upon test completion, the chart featuring these objects will be displayed. Arrows facil...
The indicator displays 'tick volume' or 'real volume' volumes and their average value on history in a separate window. The average value of volumes is used to forecast their values...
The Semaphore Signal Indicator identifies and marks breakthrough moments of the zero level by the CCI technical indicator, presenting these instances with color-coded points.Fig.1 ...
The Figurelli Series indicator is a powerful tool for trend analysis. It provides a clear visualization of the market trend direction and strength.This indicator displays histogram...
This script demonstrates how to use functions for file and directory operations.It searches and displays the names of all files and directories within the "experts" folder located ...
This script showcases the functionality of the () function for file copying.The script copies content from one file to another. For a successful copy, the source file should be loc...
The script scans all text files in the terminal's local folder and removes those with creation dates older than the value specified in the 'inpfilesdate' input parameter.Note:By de...
The semaphore trend signal indicator.This indicator uses the size of the previous bar's candlestick and its maximum deviation for high and low in a distance defined by the indicato...
The script facilitates the transfer of a source file from a subdirectory in the terminal's local folder to a target file in a shared folder accessible to all client terminals.It fi...