the indicator calculates and displays on a chart the autocorrelation function, which shows the relationship between the function (signal) and its shifted copy depending on the time...
the indicator searches for the "inside bar" pattern and marks it on a chart. in the inside bar candlestick pattern, the right candlestick is inside the right candlestick, which is ...
sss (special slow stochastic) has an additional smoothed (slow) line based on the stochastic signal line.it has six input parameters:%k period- the %k period of the standard stocha...
this accumulation/distribution indicator has three calculation methods:classical classical incremental (used in the standard ad indicator available in the terminal); trade station ...
the expert advisor uses the ifractals indicator signals to place pending buy stop and sell stop orders and trail the stop loss levels of positions. a condition to place a buy stop ...
an example of mathematical functions:returns the nearest upper integer; rounds a number to the nearest integer; returns the nearest lower integer. the code:starting with "price" ...
the expert advisor calculates the nearest upper and lower "round" price depending on step of the "round" number(to see how the calculation of the "round" price is performed, commen...
an indicator for automatic drawing of trendlines based on fractals of a given timeframe.input parameters base_tf- the timeframe for calculating fractals, based on which the trendli...
buy position opening rule:tenkan-sen on bar #1 < kijun-sen on bar #0 andtenkan-sen on bar #0 >= kijun-sen on bar #0 andclose of bar #0 > senkou span b on bar #0 the follow...
the expert advisor places pending buy stop and sell stop orders. to place an order, the ea searches for the highest and lowest price within the given range of bars (set to 80 in th...
the oscillator shows the value of price deviation from the moving average taking into account atr.calculation formula:cvi = (close – ma ) / atr modified formula:(mcvi) = (close – m...
the szo (sentiment zone oscillator) indicator shows the market sentiment (activity and direction) and zones of excessive activity (overbought/oversold zones). it can display a dyna...
the indicator finds and displays gaps between high and low prices of two neighboring bars.the gap is marked with arrows: an up arrow is used for an upward gap and a down arrow is u...
the oscillator indicator draws a histogram (with border levels at two moving averages on the indicator histogram) showing three market states: a trend, a moderate or fading trend a...
the indicator adds signal marks to a price chart when the indicator crosses its zero line. if cci crosses the zero line upwards, a dot is added below the candlestick, if downwards ...
the indicator draws a colored area on a price chart in the form of a histogram between two moving averages based on high/low prices.it has two parameters:ma period- ma calculation ...
two indicators in one: momentum and stochastic:if smoothing is applied, it is an average stochastic momentum (asm); if not, it is a stochastic momentum (sm). the indicator has eigh...
the idayiindex (intraday intensity index) oscillator indicator.it is calculated by the following formula:iii = sum((2c-h-l)/(h-l))*tickvolume normalized:normalized iii = (iii /sum(...
vsi - volatility switch indicator. the indicator measures the current volatility with respect to historical data for the selected period. it allows to evaluate the market state. th...
this library is a further development of .what's new in ver. 3 the currentbarsizeparameter allows setting the size of the current bar (which is calculated as close-open); the prev...
the expert advisor opens two opposite positions at the moment of formation of a bar.one of the positions should be closed with stop loss, and the other one should close with profit...
it is a semiautomatic expert advisor. it opens a position at the intersection of the lines drawn on the symbol chart.four types of lines are supported trendline trendline by angle...
the expert advisor trades based on the signals of two ima (moving average, ma) indicators (one of which has a hard coded 'period' parameter set to d1) and one isar (parabolic sar)....
the indicator shows the current day of the week as a histogram. the histogram rule matches the numbering of days in the structure:the "days of the week" indicator can be applied on...
the expert advisor determines the trend based on the last three formed bars.the trader can set time, during which the ea will analyze the previous three bars before that time, and ...
the expert advisor places pending buy stop and sell stop orders.the ea searches through an array of the last 100 bars for the prices to be used for pending orders. the price of the...
the stop loss value of an open position changes when the following conditions are met:the value of parabolic sar at index 1 is greater/less than the open price (for buy and sell tr...
the indicator adds signal arrows on the specified day of the week and time:if the close price of a candlestick preceding the given one is lower than the open price of the specified...
the style requires two buffers (a buffer of values histogrambufferand a color buffer histogramcolors):colors are set in the linehere, color clrcyan has index "0", clrred has index ...
the expert advisor opens no more than one position per day. conditions for opening a position are checked at the specified time. the ea searches for the highest high priceand the l...
detrended price oscillator bar- this oscillator indicator eliminates the trend component of the price movement chart. this simplifies the process of determining price fluctuation c...
a modified indicator of bill williams' zone trading.in contrast to using standard awesome oscillator (ao) and accelerator oscillator (ac), this indicator allows setting the calcula...
this indicator is a moving average built on heiken ashi candlesticks.it has two parameters:period- calculation period;method- calculation method. calculation formulas:where:...
a moving average calculated by linear regression.the indicator has two input parameters:period- calculation period;applied price- price used for calculations. ...
an oscillator indicator. shows the ratio of two moving averages constructed by the method.there indicator has three adjustable parameters:period lsma first- period of the first lsm...
a trend state indicator. it is a signal modification of the of the same name.it has only one input parameter:period- indicator calculation period. the indicator displays color mark...
a signal histogram indicator. draws a histogram with signal marks in a separate window. the histogram has three colors to determine buying, selling and the neutral state. signal ma...
the indicator draws on a price chart a stochastic with overbought/oversold zones.the indicator has eight configurable parameters:%k period- main line calculation period;%d period- ...
the expert advisor searches for position opening conditions only on a new bar (performs operations at the moment of new bar emergence), while virtual profitis controlled on every t...
third-party applications for metatrader 4 allowing to obtain a tick history from various sources have always been popular. this history is typically used in the strategy tester for...
with an option to work in multi timeframe mode too.timeframes supported are all the possible timeframes supported by metatrader 5 and it has 3 "special" timeframes:next higher time...
with an option to work in multi timeframe mode.timeframes supported are all the possible timeframes supported by metatrader 5 and it has 3 "special" timeframes:next higher timefram...
timeframes supported are all the possible timeframes supported by metatrader 5 and it has 3 "special" timeframes:next higher timeframe: first higher timeframe compared to active ch...
the indicator is made after the original work and idea of francesco g. cavasino (described in his published article "stochastic volatility").original stochastic (originalstochinput...
this is one of indicators that falls into the price oscillators family.instead of using "pure price" this indicator uses heiken ashi values to determine the trend as well as the "s...
bb macd is a macd (moving average convergence divergence) indicator variation with an addition of bollinger bands, which helps in detecting trend change points and measuring curren...