Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Scripts

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

Views:
8737
Rating:
(6)
Published:
2016.04.26 14:45
Need a robot or indicator based on this code? Order it on Freelance Go to 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.







Translated from Russian by MetaQuotes Ltd.
Original code: 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.