Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Access the CodeBase from your MetaTrader 5 terminal
Couldn't find the right code? Order it in the Freelance section
How to Write an Expert Advisor or an Indicator

Top MQL4 and MQL5 source codes based on user ratings - 163

Submit your code
MC

MACD histogram shown as an intersection of two lines. The space between them is filled with a color background to indicate the current trend.

ZeroLagMACD is an MACD version, which has a much smaller lag compared to the classic MACD.

The Overbought/Oversold Index

A smoothed RSI.

The FX-CHAOS_SCALP trading strategy.

The EA trades on the iMA (Moving Average, MA) indicator. At the same time, there is a parameter of the indicator indent from price, set in percents.

Fractal Dimension from Mark Jurik is much smoother than the others but the general rule is the same: it is not a directional indicator, but is attempting to determine if there is a trend in the current market price changes or not, and it should be used bearing that in mind.

ADXm is a variation of a well known ADX indicator.

Zero lag T3 uses the "zero lagging" method to make it even faster and to keep the smoothness.

MI

Indicator MI (Mass Index).

A trading system based on the signals of indicator AverageChangeCandle.

A semaphore signal indicator using the algorithm of indicator 2XMA_Ichimoku_Oscillator.

Indicator BrainTrend2Stop with the timeframe selection option available in input parameters.

A slightly modified EA from the standard delivery: MQL5\Experts\Examples\Moving Average\Moving Average

Indicator Sine Wave with the timeframe selection option available in input parameters, in form of a colored cloud.

Indicator EURX displays index EUR.

Indicator Rj_SlidingRangeRj_Digit with the timeframe selection option available in the input parameters

MA Lag Reduce indicator is an SMA with the ability to set the delay elimination factor.

The trading system based on AbsolutelyNoLagLwma_Range_Channel indicator signals with the possibility to set a fixed position holding time.

Open_Oscillator indicator has the form of a colored cloud and has the ability to change the smoothing algorithm and display a trend direction by color.

A semaphore signal indicator based on a breakthrough of the Kijun Sen line by the price and displayed as candles.

A modification of the "Bears Power" indicator: now the line color and line width can be set in input parameters.

A trading system based on the UltraMFI indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.

Impulse System for the price bars

DeMarker_Histogram_Vol indicator with additional averaging of the resulting histogram

Volume Price Momentum Oscillator

Stochastic of adaptive lookback average - with normalized zones

XCCI_Histogram_Vol_Direct indicator provides alerts, sends email and push notifications at the incoming trading signals

Skyscraper_Fix_Signal indicator shows information on the current trend using the values of the Skyscraper_Fix indicator with a fixed timeframe.

RSX of adaptive lookback average

Fast ema Hull average

XBullsBearsEyes_Vol indicator shows direction of the histogram bars movement using colored icons on these bars

XBullsBearsEyes_Vol indicator with the timeframe selection option available in input parameters

Three standard deviation channels using indicator buffers based on the number of bars defined in the indicator inputs with the channels' background filling.

Trend Score indicator

The indicator builds Fibonacci levels at candlesticks High and Low, based on the timeframe specified in the indicator parameters

TRIX using Wilder's double smoothed EMA - with an addition of floating levels

Calculates a Exponential Moving Average based on RSI Data, instead of the regular Pricing data. Simple and and to the point.

This script downloads bars and ticks from EURUSD as required for the correct execution of Kiss on Billions on EURUSD from Saeid Irani.

define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically

1...156157158159160161162163164165166167168169170...183