this is the "zone" indicator using for calculation."zone" is calculated using high, low and median price in order to attempt to assess the trend of the current chart instrument. fo...
indicator based on the .instead of displaying average line, it displays colored bars on the chart and that way helps in assessment of the current trend. since nonlag ma is very fas...
indicator made as multi timeframe.timeframes supported are all the possible timeframes supported by metatrader 5 and it has 3 "special" timeframes:next higher timeframe: first high...
made multi timeframe.timeframes supported are all the possible timeframes supported by metatrader 5 and it has 3 "special" timeframes:next higher timeframe: first higher timeframe ...
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...
handy functions for comparison of doubles handy functions for rounding of doubles miscellaneous handy functions for doubles handy functions for low-level binary operations on doubl...
a set of 4 types of digital filters that naturally are placed on main chart.the supported digital filter types:fatl- fast adaptive trend line.satl- slow adaptive trend line.rftl- r...
a set of digital filters that are always drawn in separate window (due to their nature).supported types are:ftlm- fast trend momentum.stlm- slow trend momentum.rbci- range bound ch...
wpr (williams percent range) based support/resistance.when wpr significant level (adjustable in parameters) is broken, then the indicator starts a new support or resistance on the ...
indicator that is similar to "raw" stochastic and williams percent range.range oscillator is an indicator that shows the relative position of median price in the highest high to lo...
this script scans through the bars within a 1 hour chart and calculates the average volume per hour. it is prevented from working on any chart other than 1 hour and the average cal...
the indicator is mainly intended to show the trend of the market. but, using the levels (that are dynamic - they depend on the market changes), you can use it to assess overbought ...
as described in the may 2018 edition of technical analysis of stocks & commodities by john f. ehlers. this indicators is an enhancement to the traditional rsi for detecting cyc...
it shows only two states:state up. state down. that makes it suitable for cases when a simple access to indicator values is required (like from experts)....
bollinger bands consist of a n-period moving average (ma), an upper band at k times an n-period standard deviation above the moving average (ma + kσ), and a lower band at k times a...
the synthetic vix indicator is based on larry williams' tasc article "fix the vix":ps: synthetic vix is not a directional indicator. it indicates the increase or decrease of volati...
by definition, the standard deviation(sd, also represented by the greek letter sigma σor the latin letter s) is a measure that is used to quantify the amount of variation or disper...
indicator combining two well known indicators: cci and stochastic.this is a stochastic of cci. one possible issue that cci can cause (it is not widely known that cci actually does ...
usually mesa adaptive moving average (mama) is displayed on chart as two values. that sometimes is misleading since it is not often explained what are the traders actually looking ...
combination of mama (mesa adaptive moving average) and fama (following adaptive moving average) made as an oscillator.it can be used in a similar way as similar oscillators - indic...
the mesa adaptive moving average (mama) and the following adaptive moving average (fama) combination (originally published here ) made to be multi timeframe.timeframes supported ar...
based on the mql4 code by evgeny trofimov .the script calculates and shows on a chart breakeven levels separately for open buy and sell positions.if the number of position changes,...
the macd indicator, calculated based on a moving average which is constructed by the linear regression method (lsma ).it has five input parameters:fast lsma period- fast lsma calcu...
the indicator is a variation of bollinger bands and envelopes, based on two moving averages calculated by the linear regression method (lsma ).it has one input parameter:period- ls...
the indicator is a variation of bollinger bands and envelopes, based on two smoothed moving averages calculated by the linear regression method (lsma ).it has two parameters:period...
this oscillator indicator provides an interesting method for presenting volume data. it displays the total volume over the selected period.volume data can be represented in several...
the ma_difference trend indicator displays the absolute difference between:the price and the ma1 the price and the ma2 ma1 and ma2 the indicator has nine input parameters:ma1 perio...
a simple indicator. shows the line of the opening of a period specified in settings.it has one input parameter:timeframe- the timeframe, for which the indicator displays the open p...
price volume trend (pvt) is an indicator of price trend and volume, similar to the standard on balance volume (obv) indicator.the amount of the volume to be added to the current va...
the recursive trendline (rtl) indicator shows the trend as a recursive line.it has two parameters:period- calculation period;applied price- price used for calculations. calculation...
the tosc oscillator indicator. it shows the difference between the exponential moving average and the .it has two parameters:period- period;applied price- price used for calculatio...
the trade the markets squeeze indicator. the main idea is to trade only when bollinger bands are located within keltner bands and thus form trade zones.the indicator is drawn as a ...
ulcer index (ui) shows the volatility decrease risk. it indicates lowering volatility, i.e. a possible drawdown or recovery within a given period.the indicator has three input para...
this indicator is an oscillator calculated by the following formula:jpo = ma(close[period] - (close[period-1]/2 + close[period-2]/2)) - (0 - (close[period] - close[period-4])) the ...
the highest lowestindicator searches for bars having high above the high of bars on the left and on the right, as well as bars having low below the low of bars on the left and on t...
the expert advisor places a grid of pending buy stop and sell stop orders. when the profit reaches or exceeds profit purpose, all positions are closed and all pending orders are de...
the indicator displays on the chart the open, high and low levels of the period specified in parameters.you can choose between two level display modes:high/low; open/close. and two...
the indicator displays the average range for the specified period.it can show two types of ranges:high/low; open/close. two modes for rendering results are available:absolute value...
this indicator is a variation of awesome oscillator (ao) with the possibility to customize parameters:ma fast period- fast moving average period;ma slow period- slow moving average...
the detrended synthetic price oscillator shows price movement trends without taking into account the trend component. it is calculated as the difference between ema and a half-peri...
the point of balance indicator.it is calculated by the following formula:whereminh, maxh - is the maximum and minimum of high prices over the period; minl, maxl - is the maximum an...