the xvolume indicator with the timeframe selection option available in input parameters:input enum_timeframes timeframe=period_h4; // indicator chart period (timeframe)to ...
the indicator draws bull and bear lines of a trend on the basis of indicator's data from the nearest extremum to the last fractal broken down.when this fractal is broken down, the ...
the idea: every flat has its time. the indicator measures the flat, and such concept as "trend" is not applied.when flat time is executed, the moment of result fixation or new posi...
the indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, place the compiled mass_index.mq5 indicator file in t...
the script will create a gif image section of the chart in the root directory of the program (mql4/files/screenshots).if successful, the file creation works beep. create a screen n...
this library is designed to send mail messages.function set expands possibilities of traditional sendmail. now you can send messages both in text and html formats. messaged...
the module for tracking open positions based on "delta zigzag" indicator for mql5 wizard.
the tracking module moves stop loss of the opened position to new horizontal leve...
trading signals module based on delta zigzag indicator for mql5 wizard.buy signals:when the price breaks indicator's horizontal level from the bottom up, it is assumed that...
checking a date for belonging to winter or summer time. the function determines time (summer or winter).shift to winter time is made at night of the last october sunday, and shift ...
library for calculation of a margin required for opening a position in metaТrader 5.the library has 3 functions:main function: getmarginforopening() - directly calculates a margin ...
why this is necessary global variables, disk or memory-mapped files, important operating procedure are not a problem anymore!if you use:calls to the same data from different expert...
library for working with files using winapi without location limitations.at present time the read-only mode is implemented. the library will be updated.fileunlimited.mqh, fileunlim...
klotlibrary of fast fourier transformation functions (fft).this library was first implemented in mql4 and published in on october 2, 2006.the library has seven fast fourier transfo...
an include file contains a set of classes demonstrating one of methods of organizing lines hash array with a string key.an example of usage: the result: performance test: an includ...
this indicator shows high and low points for certain timeframe.input parameters: recommendations: select only higher timeframe in the input parameter....
this indicator places a marker on a chart based on a divergence between trade volumes and bar sizes, i.e. if bar size has been decreasing/increasing for n continuous bars and volum...
syndicate trader is coded from the basic vsa (volume spread analysis) study by wyckoff.ea will identify potential no demand and no supply strike zones and excecute buy or sell mark...
the indicator draws line for quick calculation of potential profit/loss from lot, or lot from expected profit.select what are you inserting into value, and the opposite will be cal...
just another one of my eas that made last year.this one uses a reverse strategy to make a bad trade good. put on a 5m chart and you should see some nice stable profits.as with most...
cspa is a multi currency expert advisor, it uses the currency strengths to open trades on the best pairs.it uses both a long period currency strength and a short period of which yo...
ea for automatic stop loss, take profit, profit lock, and trailing stop (with special methods). sl and tp could be hidden.input parameterschanges
v. 1.0:auto sl and tp.v. ...
"how much is a 1 pip movement on eurusd (or any pair) worth in my currency???" it's a question we see asked frequently on the mql forums and other forex websites. knowing how much ...
the expert advisor closes all positions if equity exceeds specified percent from balance.input parameters:double equity_percent_from_balances=1.2; // 20% from balance...
the indicator allows to control the strategy tester speed.you can slow down or speed up the speed of strategy tester when set to 32.speed: decrease speed (less or equal to zero)ski...
the indicator shows and oscillator in a separate window.an indicator line with its moving average of any method drawn in a separate window (optional).an oscillator of the differenc...
trading multiple instruments across multiple timeframes (and multiple brokers) can results in the use of many different templates. template testing generates additional templates....
this indicator has been done to find out divergenсe\convergenсe and mismath between price and volume.full functional macd lines and histogram, and you can turn off showing volumes ...
the indicator plots up/down buffer arrows in the chart window when conditions are met on one or two of the following indicators:; ); ); ; ; ; ); ; ; ; ...
the indicator supports two functions:spread ask and bid line customization (style *, thickness) second broker spread comparison ** - see indicator input for instruction.regards bel...
as a part of money management system, we need a balance sheet that show how much money we can risk from a profit that we have took.this indicator will show balance sheet for a year...
this indicator will show the name of the pattern by placing point xabcd manually and also will search the next potential reversal zone (prz) automatically.this idea was first publi...
a very simple indicator to display the difference in time between candles in seconds.intended for use with offline renko charts to indicate how long each block or brick has taken t...
ctimecontrol class for include to your ea for easy setting and checking your own trading time.an example of usage: include:#include "timecontrol.mqh"default constructor:ctimecontro...
monex indicator is the weighted close (hlcc/4) candlestick bar combined with zigzag indicator (arrow).last update (update_01 ~ 2015-07-30) added option to display the arrow (true ...
smoothed rsi indicator and rsi of moving average.there are two ways to smooth rsi:whether someone calculate an rsi (first line) and then smooth it and get a smoothed_rsi: (second l...
the indicator shows support and resistance levels.like all simple things, sometimes these indicators are very useful, the indicator shows support and resistance and makes it obviou...
indicator has been updated! it uses the zigzag indicator to ascertain swing highs and lows. these swings can then be used to draw or estimate a non redrawing zigzag indicator. the ...
i have modified and combined the following materials:harmonik_ratios by "all traders"; support and resistance barry stander; my own program. this indicator is made with the aim to:...
main chart shows the overlay chart of 2 symbols - while subchart displays the price spread line with spreadfactor.for those keys affect the chart movement e.g. pgup/pgdn, the indic...
this indicator is a composite of several indicators: fibonacci, pivot point, zigzag, macd and moving average which are combined in this indicator.this indicator gives advice to buy...
bb_osma indicator is the osma indicator in the form of spheroid with a deviation as the upper and lower bands.this bb_osma indicator comes with a simple template bb_osma_template.h...