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 ...
this expert can run on all symbols and time frames and uses the crossover of two linear moving averages as signal and an exponential moving average as trailing stop.
use t...
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...
a simple script that allows you to open a long position using the current price location with a specified risk percentage and reward ratio.pretty simple, drag the script onto your ...
a simple script that allows you to open a short position using the current price location with a specified risk percentage and reward ratio.pretty simple, drag the script onto your...
when you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a buy stop or buy limit pending order should be ...
when you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a sell stop or sell limit pending order should b...
current expert advisor allows to choose opening only long/short (or both) positions based on an extension of the class.two different files are provided:longshortexpertmodified.mqh:...
there are three astro indicators:planetcyclesshow the angle (aspect) between the two selected planets;declinationshow the declination of all planets;bodypositionshow the position o...
fxtrend 25ema is based on the difference of the ema 25 value during two different moments.the fxtrend 25ema value represent the momentum and the strength in the market. and the col...
this code allows you to set a maximum percentage of equity risk.it checks if asked buy/sell lots are fitting the risk. if not, lots are automatically adjusted to fit the risk that ...
coensiotrader1 is an open, free, community-supported, automatic trading system (ats), that is mainly based on only two basic, but very powerful market principles: market trends and...
real
dorian ocsovszki - check my blog out if you liked this post. thanks and enjoy!my goal was to have a nice and easy email notification. mql[45] did not suit me, so i decided to...
bbmacd_v2 is the bollinger bands® and macd indicator in the same place at separate window version 2.last update 20/03/2015: eliminate some bugs that i have done in the use ...
have you ever wondered if your history files are complete or have gaps (i.e. data missing for some periods of time) ?
this ea reports all the gaps in your history file for...
quickly analyze charts on different tf by copying of objects (trendline, horizontal line, rectangle, fibo) from active chart to all charts at this same symbol....
real
ivan kornilov
the indicator colors candlesticks based on the highs and lows of previous bars.
the original indicator was written in mql4 and published in codebase on 25.04....