거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Quantile Bands - MetaTrader 5용 지표

게시자:
Mladen Rakic
조회수:
8375
평가:
(23)
게시됨:
2016.10.04 13:43
업데이트됨:
2017.05.02 17:07
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Some basic information on quantiles :

In statistics and the theory of probability, quantiles are cutpoints dividing the range of a probability distribution into contiguous intervals with equal probabilities, or dividing the observations in a sample in the same way. There is one less quantile than the number of groups created. Thus quartiles are the three cut points that will divide a dataset into four equal-size groups (cf. depicted example). Common quantiles have special names: for instance quartile, decile (creating 10 groups: see below for more). The groups created are termed halves, thirds, quarters, etc., though sometimes the terms for the quantile are used for the groups created, rather than for the cut points.

q-Quantiles are values that partition a finite set of values into q subsets of (nearly) equal sizes. There are q − 1 of the q-quantiles, one for each integer k satisfying 0 < k < q. In some cases the value of a quantile may not be uniquely determined, as can be the case for the median (2-quantile) of a uniform probability distribution on a set of even size. Quantiles can also be applied to continuous distributions, providing a way to generalize rank statistics to continuous variables. When the cumulative distribution function of a random variable is known, the q-quantiles are the application of the quantile function (the inverse function of the cumulative distribution function) to the values {1/q, 2/q, …, (q − 1)/q}.

More information can be found here.

This indicator is constructing "bands" using 3 quantile values.




    MetaQuotes Ltd에서 러시아어로 번역함.
    원본 코드: https://www.mql5.com/ru/code/16491

    Bollinger Bands with Filling Bollinger Bands with Filling

    This version of Bollinger Bands has a choice of calculating the standard deviation as a sample or as an uncorrected deviation.

    Fibonacci Auto Channel Fibonacci Auto Channel

    The indicator is finding out the minimum and maximum for the desired period and draws fibo zones in those bounds.

    New Bar Alerter New Bar Alerter

    Indicator sends the alert when new bar is formed.

    MA Ribbon MA Ribbon

    The indicator shows the areas, where fast MA and slow MA cross.