Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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
Indicateurs

Custom_Pattern - indicateur pour MetaTrader 5

Vues:
10597
Note:
(15)
Publié:
2018.04.18 16:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The indicator searches for custom patterns specified in settings, and displays them on a chart. The pattern must be set as a text code, in which:

  • U is a bullish candlestick
  • D is a bearish candlestick
  • N is a candlestick of any type

For example:

  • If you write "UUD" in the indicator settings, the indicator will find and display all found "Bullish-Bullish-Bearish" candlestick patterns;
  • If you write "UUD" in the indicator settings, the indicator will find and display all found "Bullish-any-Bearish" candlestick patterns;

Patterns can only be specified using characters U, D and N or u, d and n.

The indicator can display specified patterns as well as mirror-mapped (reverse) ones.

It has two parameters:

  • Pattern (U - up, N - nothing, D - down) - pattern as a sequence of candlesticks;
  • Show reverse pattern - whether to display reverse patterns.

Fig.1 Pattern "UND" (Bullish-any-Bearish).

Fig.2 Pattern "UUD" (Bullish-Bullish-Bearish).

Fig.3 Pattern "UUD" (Bullish-Bullish-Bearish) with the display of reverse patterns enabled.

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

ChannelInd ChannelInd

The indicator displays on the chart the previous trading day's channel.

ATRR ATRR

ATR Ratio shows a ratio of two ATRs.

DayOfWeekLabels DayOfWeekLabels

The indicator shows days of the week on the price chart.

Keep On Trading (KOT) Keep On Trading (KOT)

An assistant indicator. It shows time for holding a position open.