Local Flat MT5
- Indicatori
- Igor Semyonov
- Versione: 1.23
- Aggiornato: 13 aprile 2020
- Attivazioni: 7
Description
The indicator of local flat.
The indicator allows to find local flats in the following options:
- Width of channels that is not more than certain number of points
- Width of channels that is not less than certain number of points
- Width of channels that is not more and not less than certain number of points
The indicator displays the middle and boundaries of the channel.
Attaching multiple instances of the indicator to the chart with different ranges leads to displaying a system of channels on the chart.
Purpose
The indicator can be used for manual or automated trading within an Expert Advisor. Values of indicator buffer of the double type can be used for automated trading:
- Upper boundary line - buffer 0.
- Lower boundary line - buffer 1.
- Channel middle line - buffer 2.
Values of the buffers must not be equal to EMPTY_VALUE.
Input parameters
- Range Wide - range wide in points.
- Range Tight - range tight in points.
- Number of Bars - number of bars on the chart for calculations (0 - all bars).
- Starting Length - starting length of flat in bars (range between 3 and 5).