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

Trend Strength Index - MetaTrader 4용 지표

조회수:
14015
평가:
(7)
게시됨:
2024.08.06 08:23
업데이트됨:
2024.08.22 12:13
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Trend Strength Index indicator measures strength of current trend. Basically it is similiar to a simplified auto regression indicator, because Correlation function calculates the Pearson correlation coefficient between two sets of data: the closing prices and the bar indices over a specified length. This coefficient ranges from -1 to 1, indicating the strength and direction of the linear relationship between the index of the bar and bar close price.


Interpretation:

  • A value near 1 means strong uptrend with small deviation to the mean.
  • A value near -1 means strong downtrend with small deviations to mean. 
  • A value near 0 means that there is possibly a flat.

[08/22/24] Fixed issue with indicator not updating

Detect Friday of The First Week of The Month - To Detect NFP Day Detect Friday of The First Week of The Month - To Detect NFP Day

This code can detect if its a friday of the first week of the month. It is usually to detect days with NFP. Sone trader dont want to trade at that day. Maybe this code can help some one who need it

DPO - MA modified DPO - MA modified

change of MA curve to horizontal line and DPO curve shall represent the distance from close price to zero level (or MA curve)

Abiroid Switch Templates Script Abiroid Switch Templates Script

This is a template switcher script mq4 file. This script will work with your MT4 (Metatrader 4) platform. It is to switch between templates.

Rotate TEXT Rotate TEXT

The script creates a text object on the chart that continuously rotates and changes its position based on price levels.