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

Running Median Indicator for MT4 - MetaTrader 4용 지표

[삭제]
조회수:
28022
평가:
(4)
게시됨:
2012.07.06 11:30
업데이트됨:
2016.11.22 07:32
RunMedian.mq4 (3.08 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This indicator computes the median of odd span. The median is described as the numerical value separating the higher half of a sample, or a probability distribution, from the lower half. It is often considered as one of the most robust smoothing operator in the presence of outlier values, and particularly more robust than the mean.

Calculation of medians is a popular technique in summary statistics and summarizing statistical data. A very nice property of the median is that the distance between the median and the mean is bounded by one standard deviation. The median is also a non-lagging operator.

The paradox is that it is almost impossible to find the median indicator in trading softwares. Moreover, straightforward implementations rely on array sorts, which is a very slow operation that does not scale up to long timeseries.

I therefore designed this running median operator which is incremental and therefore very fast. It is under the GNU public license.


BreakOut + MM + Multi-currencies BreakOut + MM + Multi-currencies

The EA based on break-outs with money management. It is able to trade on multiple pairs.

MACD MA Price MACD MA Price

MACD indicator with possibility to establish mode of moving average and applied price.

QEMA QEMA

QEMA is the Quadruple Exponential Moving Average.

PEMA PEMA

PEMA is the Pentuple Exponential Moving Average.