3D MAC Ribbon IndicatorThis indicator draws a 3-dimensional MAC ribbon on the chart. It clearly shows potential entry and exit signals when price moves above or below user-defined ...
This code demonstrates the creation of color scales, gradients, and heatmaps using MQL4 functions.It utilizes the RGB color model and the standard StringToColor function for color ...
This indicator draws vertical lines on your chart to visually separate each new trading day. The lines appear at the start of each day, acting as clear period separators.Above each...
The Step Up Down Forex Indicator visually represents price direction on your trading chart using single up or down arrows.Recent updates enhance the functionality of the Step Up Do...
This is a utility script for MetaTrader 4/5, named 'Unknown'. It is designed to support traders by providing reliable functionality within the MetaTrader environment.The tool adher...
XIG XAG is a modification of the ZigZag indicator. It is used within XTrader, which is available on the Market Place.Input Parameters:extDepth: 12; Specifies the number of bars for...
The SignalsDemo Expert Advisor utilizes the trade signals functions. It displays signal properties available in the client terminal, enables modification of signal copy settings, a...
This Expert Advisor demonstrates retrieving real-time world stock index values from Google Finance using the WebRequest function.The quotes are updated automatically every 10 secon...
This indicator plots Stopd price levels based on a user-specified timeframe (D - Daily, W - Weekly, M - Monthly, Q - Quarterly, Y - Yearly).Additional parameters allow for customiz...
The indicator displays entry points.The system is described in the accompanying documentation.This is a tool for traders to identify potential trading opportunities based on specif...
This library allows for sending text messages with necessary information via Skype in automatic trading. It works with Skype through the skype4com library, an ActiveX component tha...
This oscillator was rewritten from Amibroker formula language (AFL) to MQL4.
It serves for definition of a trend by formed characteristic reversed parts of the indicator in the int...
Introduction
Since 2026, most dealing centers have begun working with floating spreads. During the night, the spreads are often wider, and wide spreads appear during news events.
...
An advanced implementation of the Average Directional Index (ADX) indicator.This indicator is designed to measure trend strength and direction.It utilizes a modified calculation to...
this ea is in mql4 language and is based on:sma (simple moving average) with period 100 bar,
adx (average directional movement index) period 14 bar,
sar (parabolic sar) i...
this is a template for expert advisor coders to decrease their coding time. it contains trailing stop, autolots (true or false) and function scanning previous candles to fi...
amma's formula is:a 25-day average modified moving average is employed as a filter. this was defined by maxwell in .amma is multiplied by 24, then today's close is added and the su...
profittrailing is to realize virtual profit trailing.parameters:minlots: the min lots unit for calculation,usually is 0.01;
minlotsprofittrailingsl: profit trailing stoplo...
this indicator based on a 5 period simple moving average detects trends: if there is an uptrend then shows green bars, if there is a downtrend then shows red bars, if there...
3 ema crossover indicator. maperiod1 must be smaller than maperiod2 and maperiod2 must be smaller than maperiod3.if ma1>ma2 and ma2>ma3 the indicator turns green.
if...
this indicator will write value degrees of the lastest position of price at the current timeframes, and when position and condition of trend status was changed, the indicat...
shows trading information such as spread, atr, swap, etc.
the fractal trend indicates the actual price relative to each timeframe's last high and last low fractal points. ...
the indicator helps to find the correct trend before enter the market.
open trade when lime line is greater then green line and exit trade when lime line is lesser then gr...
traces the output of indicators by buffer. output can be changed on the chart by moving the vl left or right.
this can be useful when tracing the output of custom indicato...
the function will filter the trade positon. if the current time in the time you set, the function will return true.usage:extern string timestart="12:00";
extern string ...
close@profit is an ea that close orders after defined profit or loss.
you can define if to close only trades on current symbol or to close all orders on all symbols, to cl...
once the price closes above or below the two moving (60 &100) a signal is generated. signal must be generated only in-case the price closes above/below the two lines....
this indicator helps to find possible support/resistance areas after a trend has developed (normally first pullback ends at ema's region).
it shows the value for ema 20 fr...
macd momentum indicator (the red line is the momentum 10 of the histogram macd, smoothed 3).
from an idea of tom aspray, i don't know if this indicator is the same he was ...
a collection of scripts for closing various types of orders.closeall_comment - closes all orders based on a specific comment
closeall_loss - closes all orders that whose p...
some basic information which every trader needs.
this indicator is tick- and timer-based also, so you don't have to wait for a new tick to update the time value! it is ver...
real
william kreider (madhatt30)
this time is for the most part a zero lag, by that i mean there is no pausing during the countdown period.
i'm devising additional code to accou...
the indicator plots the correlation(strength) between eight currencies and gold.
select one of the following indicators for calculation:moving averagemoving average conve...
easy script to help analyze specified symbol, it opens 8 new charts with different periods (m1, m5, m15, m30, h1, h4, daily, weekly) and applies a specified template "np" t...
this ea was written for the eurusd m15. it is a break out system that relies mainly on bollinger bands.
this is my first ea, and although it is a losing strategy, i post i...
mail all current order status periodically, the interval is sendmininterval, unit is second. it's a simple ea but i use it everyday.recommendations:1. sendmininterval shoul...
real
im not the author i just found it on the internet and wanted to share it on mql5.com because i think this expert advisor has a lot of potential. i added two versions of this ...
the expert advisor determines buy and sell based on moving averages, it also uses adx and rsi.
i am looking to the community to contribute to the code and develop it into ...
x-liquidex is an impulsive/volatility/breakout ea.it uses range, moving averages and keltner channel. it's logics are simple yet powerful.
it can best operate in time-fram...