MetaTrader MTall All Source Code Downloads - Page 46

Showing 11123 results
Get Extremums library MT5
MetaTrader 5 library

Get Extremums

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...
Sine and Tick Indicator indicator MT5
MetaTrader 5 indicator

Sine and Tick Indicator

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...
3rd Generation XMA indicator MT5
MetaTrader 5 indicator

3rd Generation XMA

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...
Squize MA indicator MT5
MetaTrader 5 indicator

Squize MA

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...
Bid-Ask Channel Indicator indicator MT5
MetaTrader 5 indicator

Bid-Ask Channel Indicator

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...
CTrade Statistics library MT5
MetaTrader 5 library

CTrade Statistics

The CTradeStatistics class provides a comprehensive suite of enumeration parameter calculations, offering a flexible approach to statistical analysis in trading strategies.With the...
Trade Statistics Panel for MetaTrader 4/5 indicator MT5
MetaTrader 5 indicator

Trade Statistics Panel for MetaTrader 4/5

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 library MT5
MetaTrader 5 library

cselectfile

cselectfile is a graphical interface class for file selection, built upon standard library class methods.Methods:- create: Generates a graphical interface.- chartevent: Handles cha...
AT R Open Indent indicator MT5
MetaTrader 5 indicator

AT R Open Indent

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...
up3x1 krohabor d expert MT5
MetaTrader 5 expert advisor

up3x1 krohabor d

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...
Expert Advisor: 3rd Generation XM A expert MT5
MetaTrader 5 expert advisor

Expert Advisor: 3rd Generation XM A

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...
CCI T3 Tick indicator MT5
MetaTrader 5 indicator

CCI T3 Tick

The calculation is not performed over the entire historical data but over a specified number of bars, "maxbars"....
Multi-Currency Indicator indicator MT5
MetaTrader 5 indicator

Multi-Currency Indicator

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...
Candle Visual Indicator indicator MT5
MetaTrader 5 indicator

Candle Visual Indicator

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...
iClose HTF indicator MT5
MetaTrader 5 indicator

iClose HTF

The iClose HTF indicator plots a zigzag based on closing prices of a specified time frame in the input parameters.Fig.1 iClose HTF indicator...
Trend Capture Expert Advisor expert MT5
MetaTrader 5 expert advisor

Trend Capture Expert Advisor

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...
Universal Investor Expert Advisor expert MT5
MetaTrader 5 expert advisor

Universal Investor Expert Advisor

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 ...
up3x1 expert MT5
MetaTrader 5 expert advisor

up3x1

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...
Trade Time Indicator indicator MT5
MetaTrader 5 indicator

Trade Time Indicator

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...
CCI Draw Mode indicator MT5
MetaTrader 5 indicator

CCI Draw Mode

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...
HistVolatility indicator MT5
MetaTrader 5 indicator

HistVolatility

This indicator calculates the classic historical volatility of a financial asset.Fig.1 The HistVolatility indicator...
Parkinson Historical Volatility Indicator indicator MT5
MetaTrader 5 indicator

Parkinson Historical Volatility Indicator

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...
Aroon Signal Indicator indicator MT5
MetaTrader 5 indicator

Aroon Signal Indicator

This indicator provides trading signals based on Aroon values.Fig. 1: Aroon Signal Indicator...
Regression Analysis Alert indicator MT5
MetaTrader 5 indicator

Regression Analysis Alert

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...
TEMA Band indicator MT5
MetaTrader 5 indicator

TEMA Band

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. ...
Divergence Trader Expert Advisor expert MT5
MetaTrader 5 expert advisor

Divergence Trader Expert Advisor

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...
sh e kanskigor expert MT5
MetaTrader 5 expert advisor

sh e kanskigor

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 ...
Expert Advisor Strategy: Laguerre, CCI, and MA expert MT5
MetaTrader 5 expert advisor

Expert Advisor Strategy: Laguerre, CCI, and MA

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. ...
Exp Bezier Expert Advisor expert MT5
MetaTrader 5 expert advisor

Exp Bezier Expert Advisor

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...
Exp BB Squeeze Expert Advisor expert MT5
MetaTrader 5 expert advisor

Exp BB Squeeze Expert Advisor

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...
Support Vector Machine Learning Trader expert MT5
MetaTrader 5 expert advisor

Support Vector Machine Learning Trader

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...
Exp Bbands Stop Expert Advisor expert MT5
MetaTrader 5 expert advisor

Exp Bbands Stop Expert Advisor

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...
Shapiro-Wilk Test for Normality library MT5
MetaTrader 5 library

Shapiro-Wilk Test for Normality

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...
DDE Server for MT4/MT5 expert MT5
MetaTrader 5 expert advisor

DDE Server for MT4/MT5

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...
JP Alonso-Modoki Indicator expert MT5
MetaTrader 5 expert advisor

JP Alonso-Modoki Indicator

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...
Self-Learning Expert Advisor expert MT5
MetaTrader 5 expert advisor

Self-Learning Expert Advisor

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. ...
iBBands HTF indicator MT5
MetaTrader 5 indicator

iBBands HTF

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...
Artificial Intelligence Trading System expert MT5
MetaTrader 5 expert advisor

Artificial Intelligence Trading System

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...
Moving Average Indicator indicator MT5
MetaTrader 5 indicator

Moving Average Indicator

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...
e-turbo fx expert MT5
MetaTrader 5 expert advisor

e-turbo fx

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...
EXP AMK A expert MT5
MetaTrader 5 expert advisor

EXP AMK A

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...
Exp 3 Parabolic Trading System expert MT5
MetaTrader 5 expert advisor

Exp 3 Parabolic Trading System

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...
Aroon Signal Expert Advisor expert MT5
MetaTrader 5 expert advisor

Aroon Signal Expert Advisor

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...
EXP Adaptive Cyber Cycle expert MT5
MetaTrader 5 expert advisor

EXP Adaptive Cyber Cycle

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...
GO expert MT5
MetaTrader 5 expert advisor

GO

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...
Lucky expert MT5
MetaTrader 5 expert advisor

Lucky

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...
iTrend Indicator indicator MT5
MetaTrader 5 indicator

iTrend Indicator

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...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.