Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
2702
Note:
(13)
Publié:
2018.09.27 15:50
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Actual author: KimIV

An indicator of ranges of arbitrary time intervals.

This is an intraday indicator, that is, it shows the size of trading ranges within a trading day.

The operating principle is as follows. Two time points are taken from input parameters, between which the low and high values are determined. The indicator shows these extrema in the form of horizontal lines.

This indicator is convenient to use for testing breakout and rollback tactics.

The following parameters can be adjusted:

//+----------------------------------------------+
//| Indicator input parameters                   |
//+----------------------------------------------+
input string Time1 = "02:00";   // Time point 1
input string Time2 = "07:00";   // Time point 2
input uint   nDays = 2;         // The number of days to calculate (0-all days)
input int    Shift=0;           // Horizontal indicator shift in bars

Fig. 1 The i-AnyRangeCld indicator

Fig. 1 The i-AnyRangeCld indicator

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21776

Nextbar Nextbar

This Expert Advisor doesn't use any indicators. It only applies analysis of Close prices at bar #1 and the specified bar.

DLMv DLMv

A trading system based on the FX Fish 2MA indicator.

i-AnyRangeCldTail i-AnyRangeCldTail

An indicator of ranges of arbitrary time intervals with the extension of the interval generated within the specified session until the next session.

UltraMFI_HTF UltraMFI_HTF

The UltraMFI indicator with the ability to change the indicator timeframe using the input parameters.