Participe de nossa página de fãs
Coloque um link para ele, e permita que outras pessoas também o avaliem
Avalie seu funcionamento no terminal MetaTrader 5
Trend Strength Index - indicador para MetaTrader 4
- Visualizações:
- 9977
- Avaliação:
- Publicado:
- 2024.08.06 08:23
- Atualizado:
- 2024.08.22 12:13
- Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance
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
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 modifiedchange of MA curve to horizontal line and DPO curve shall represent the distance from close price to zero level (or MA curve)
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 TEXTThe script creates a text object on the chart that continuously rotates and changes its position based on price levels.