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:
4880
Note:
(13)
Publié:
2018.10.25 15:44
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author: unknown

The channel formed on an open price of an hour set in the settings.

//+----------------------------------------------+
//| Indicator input parameters                   |
//+----------------------------------------------+
input HOURS  StartH=ENUM_HOUR_0;                    // Channel calculation start hour
input ENUM_MIDDLE_TYPE MiddleLine=MODE_PRICE_OPEN;  // channel line 
input uint Offset=100;                              // channel width in points
input int    Shift=0;                               // horizontal indicator shift in bars

Fig. 1. TimeZonePivots

Fig. 1. TimeZonePivots

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

FT_CCI FT_CCI

The Expert Advisor based on iCCI (Commodity Channel Index, CCI) indicator.

Hans_Indicator_x6 Hans_Indicator_x6

The indicator of expanding time zone corridors with four corridors

JS MA SAR Trades JS MA SAR Trades

The Expert Advisor based on ZigZag.

Daydream Daydream

Analyzing the price channel (iHighest, iLowest) for a certain period of bars.