Watch how to download trading robots for free
Find us on Twitter!
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 - 165

Submit your code

An indicator with coloring candlesticks according to B. Williams and alerting on trend change, as well as sending e-mails and Push-messages in such situation.

An indicator to pull trailing stops with the channel color background filling and showing the latest values as price labels.

NMA

Navel MA.

Indicator Volume Adjusted MA MACD.

ZLS

Indicator ZLS (Zero Lag Stochastic) - a zero-delay stochastic - a ratio of several stochastics with different periods %К, deceleration, and weights.

Trend-following indicator Vortex.

A trend-following indicator of the main and signal lines, drawn as a color cloud.

PDI

PDI (Price Difference) is a simple signal indicator of the price difference between the previous and the current bars. It displays as signal marks the candlesticks, on which the previous Applied price is higher than the current one by the pre-defined Price difference.

Oscillator Slingshot displays in the chart the price momentum histogram and signal line. The probable direction of the fitire price movement is marked in the histogram with different colors.

The Rj_SlidingRangeRj_Digit_System indicator with the timeframe selection option available in the input parameters.

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

CandleStop_System indicator provides alerts, sends email and push notifications when the candles break through the indicator channel.

In order to filter out some of the signals of the Price Zone Oscillator - Floating Levels indicator, smoothing is added to this version.

A colored smoothed PWMA that displays the most recent value as a price label with the possibility to round the indicator levels up to a required number of digits.

The Trading Channel Index oscillator displayed as a color histogram.

The indicator colors candlesticks depending on the position of these candlesticks in relation to the previous candlesticks.

RSI_Candle_Vol indicator with additional averaging of the resulting candles

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

Average True Range Bands indicator

Breakout RSI indicator

Expert advisor uses the difference between bar closes and a close moving average to detect unusual activity, it will then buy arbitrary volatility spikes. This is a prototype that I will be expanding on in the future, at the moment the user can input an arbitrary level to buy at. In future developments I plan on building a neural network in the EA that detects and compares volatility levels.

Smoothed Momentum indicator

Indicator Mirror RSI

Simple oscillator

An indicator that shows buy and sell signals of three indicators (iSAR, iRSI, and iMA) on nine timeframes with full settings

The Intraday Intensity Open Form indicator

A trading system based on the Puria method.

The Donchian Oscillator indicator

The Stalin indicator with the ability to change the indicator timeframe using input parameters

Indicator Spread Oscillator

Zero mean normalized nonlinear Kalman filter - with floating levels

Smoother with self adjusting levels

RSI swings

The indicator shows 'Daily Change' on the daily timeframe. When the specified limit is reached, plays sounds

The equation of the straight line from the school, it is y = bx + с. (Conversion from https://www.mql5.com/en/code/7883)

The indicator is written by request on the forum.

One of the simpler chips for machine learning

These are some #define statements that are useful to perform operations in your EA. You only need to assign the name of your variables at the beginning of the file, and then let the other #define statements do the work. In order to use this file, add #include <DEFINE_statements.mqh> to the first line in your EA file.

Bill William's accelerator (Accelerator Oscillator) which is drawn on the high and displayed on the low timeframe.

ATR MA Oscillator is the oscillator drawn on the basis of the difference between the ATR oscillator and its signal line.

1...158159160161162163164165166167168169170171172...195