indicator that displays the change in price as a percentage relative to the open price of the current candle.it can display up to 8 pairs on the chart.candle timeframe can be selec...
purpose of the pattern - predict the type of the next candle: bullish or bearish. it has no further effect.the "checkmark" pattern is plotted the same way as the , which means that...
the indicator shows the difference of arithmetic mean and geometric mean of the price.the price is calculated according to the formula: (o+h+l+c)/4, where О — bar open price, Н — b...
the indicator shows the difference in the estimated values of the current bar and the previous bar.estimated value is the difference between the arithmetic mean and geometric mean ...
class for working with ticks in the metatrader 4. it is suitable for creating experts that make decisions on trading based on the analysis of tick data.the class can calculate:pric...
the indicator displays the total volume and profit of trades for each direction. monitoring is performed only for the instrument the indicator is attached to....
this small cross-platform library allows to the 'double' values of the "price" conveniently and quickly.for example, before placing a selllimit, it is sometimes useful to check if ...
specifically, in this indicator i have studied the movement of the price for a certain number of bars (barscount = 200). for this purpose, the ma with a period of 1 was used (maper...
the standard chart grid has a number of peculiarities, that do not allow to determine the price movement at first sight: the grid step changes dynamically when switching timeframes...
this cross-platform library allows to conveniently perform byte-wise operation with structures and standard data types.features:byte-wise comparison (== and !=) of the structures a...
in essence, this is source code (template) of the expert advisor that downloads news from the investing.com, written in the mql4 without the use of dll. if you were looking for a w...
bb macd is a macd (moving average convergence divergence) indicator variation with an addition of bollinger bands, which helps in detecting the trend change points and measuring th...
ps: the woodies cci system mainly trades using only 5 minute charts, so, the indicator should, with the default settings used, be used on 5 minute charts too. for usage on other ti...
stochastic rsi (sometimes and by some sellers and traders) called dtosc (dynamic trend oscillator). it is basically a stochastic of rsi.depending on parameters (stochastic 1, stoch...
pivot point indicator with an addition of 4 ways of calculating pivot points :(previous high +previous low + previous close)/3(previous high +previous low + previous close + previo...
a variation on the t3 theme that was made as a sort of envelopes using t3 for basic value (not some of the built in averages). it can be used in the same manner as any envelopes ar...
it is made more up-to-date and multi time frame option added. even though the original is based on ema, we have an option chose which average type to use.the original description (...
a simple indicator that shows the high and the low of desired time frame on a current chart.it can be limited to show just a certain number of higher time frame values back (in ord...
macd variation that is not using ema for macd-calculation (as it was originally invented by geral appel) but, for making it even faster, it uses nonlag ma. as an adition, even the ...
three t3s calculated: of high (upper line), close (middle line) and low (lower line).when upper 2 have the same slope (up or down) the color of the band between them also changes t...
deviation from the original calculation is that smoothing is added. without smoothing (when smoothing is set to <= 1), the results is "jumpy" and in order to avoid that kind of ...
minimum and maximum average true range are inherited from a previous barand thus it makes it depend on the number of bars used in calculations. the rest of the calculations depends...
it is a dt oscillator as described by robert miner. some options that do not exist in metatrader 4 (filled zone between the oscillator and the signal line that can be turned on and...
this is the leader of the macd as described by giorgos e. siligardos. in short, in this indicator there are 2 indicators in 1. there are a regular macd (which is drawn as lines (co...
in the original keltner channel used simple moving average (sma) and it uses ranges for bands calculation (not average true range, but average range). here are added the most commo...
the "auto" addition is because this indicator in fact does that: shows a correlation to itself. so it is an auto-correlation version of spearman rank indicator. added zones (for ea...
parabolic sar that avoids some of the problems (issues) of existing parabolic sar indicators and calculates the values correctly. it is made to show two colors in order to make it ...
keltner channel made in a form of an oscillator in order to make it easier to monitor channel breakouts than on the original keltner channel on-chart representation....
unlike metatrader 4, metatrader 5 should have a "real" volumes for some symbols. in this indicator you can choose if you wish to use a real volume or the ticks volume (which is def...
this is a volume weighted wilder's dmi (the real adx).it allows you to use 3 kinds of volumes:no volume (in which case it is the same as the original wilder's dmi); tick volumes (f...
updated and upgraded averages indicator. now it contains the 18 types of averages available (no need for numbers, since here all is choosable by name):simple moving averageexponent...
this indicator does not have any parameters so i think that there is no need to explain how it should be used (except that i would like to add my personal opinion that it should no...
velocity is a smoother momentum according to mark jurik. in the original velocity jurik does not use jma (as some versions are adding jma to it) but has a very specific way of calc...
as useful rsi is, one property it has is limiting its usefulness - the "flattening property". with rsi the problem is that the longer the rsi period is, the flatter the rsi is. it ...
cci is without any doubt a useful indicator. the only thing that bothers me is its "roughness" or "being nervous". it jumps in a sudden changes very quickly and sometimes it simply...
rsi that is intended to be used as a filter. it is checking states of rsi (comparing it to levels 30 and 70) and, depending on the breaks of those levels, 3 states of the indicator...