거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
14918
평가:
(33)
게시됨:
2013.08.12 22:47
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator can be calculated both with a period and without it. If a period is used: if the price is higher than the previous one, the trend is 1. If the price is less than the previous one, the trend is -1. If the price is equal to the previous one, the trend is 0. Accordingly, Trend Score is the sum of trends over the specified period. In the second case, with each change of the direction the indicator value is reset to zero. For example: if we have a sequence of two bearish, one bullish, a doji and three bullish bars, the values ​​of the indicator are as follows: -1, -2, 1, 0, 1, 2, 3...

1. The indicator with a period. The period is also the module of the maximum and minimum possible values ​​of the indicator. It may be noted that in certain ranges of the period values ​​(5 to 20), the closer is the current value of the indicator to the period value, the closer is the completion of the trend.  

Trend Score: Use Period Mode


2. The indicator without the period. At first glance, there is little use in the TrendScore without the period - in fact it just shows the number of bullish and bearish bars in each series, which is well seen on the chart. However, note that the "sawtooth" sections of the indicator - i.e. those with 5 or more of the indicator values in the range [-1; 1] - in many cases we get a horizontal channel, whose breakthrough we can use. 

Trend Score: No Period

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

Hull_Candles Hull_Candles

An indicator in the form of candlesticks based on the Heiken Ashi algorithms and two averages.

Percentage_Price_Oscillator Percentage_Price_Oscillator

A non-normalized oscillator.

RSIImproved RSIImproved

A combined indicator, constructed on the basis of two RSI oscillators

Relative Momentum Index (RMI) Relative Momentum Index (RMI)

The RMI (Relative Momentum Index) indicator is an improved version of RSI, momentum is included in the calculation.