Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Twitter!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Scripts

Three scripts for working with horizontal levels - script para MetaTrader 4

Visualizações:
8741
Avaliação:
(6)
Publicado:
2016.04.26 14:45
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance
It is often necessary to know the distance in points between two levels of a chart. For example, in order to find out the exact current distance between today's High and Low.
To avoid calculating it manually, the following can be done: using the Lines_Create script create 2 horizontal lines on the chart (it creates green and red lines). Move the green line up and the red line down to the required levels. Then use the Lines_RASST script, which displays a message about the number of points in the distance between the two horizontal lines. (Illustration below.). But there is a nuance.
Due to the fact that the Lines_RASST script has a delay in its code, it is necessary not to simply drop in on the chart, or simply
double-click the script, it is also necessary to make a single left mouse button click on the chart window.
Only in this case the label which tells the distance appears, and automatically disappears 5 seconds after.
If the Lines_RASST script is called and the additional click on the window was not made, then after 5 seconds the script will be unloaded from the memory,
and you will not see anything on the screen, no labels (I do not know why the terminal is done that way). Here is the result of the Lines_Create and Lines_RASST operation.

After all that the Lines_Delete can be launched, which deletes only those two lines from the chart.







Traduzido do russo pela MetaQuotes Ltd.
Publicação original: https://www.mql5.com/ru/code/7278

Daily Research Daily Research

This script is designed for obtaining various statistical data on the chart candlesticks on the selected timeframe.

History_Draw History_Draw

2 scripts for the analysis of trading results. Useful both for investors and traders.

DynamicRS DynamicRS

A simple indicator of dynamic support and resistance levels.

FATL FATL

(Fast Adaptive Trend Line)– the «fast» adaptive trend line is calculated using a digital low-pass filter with a small cutoff period.