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

Highest High and Lowest Low in Neighbourhood - indicateur pour MetaTrader 4

Vues:
7168
Note:
(20)
Publié:
2022.01.30 14:17
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance


This code identifies highest high and lowest low in the neighbourhood.


This code compares the high of candles with the high of the candles to its left and to its right. If the high of the candle in question is more than the high of the candle to its left or to its right then the an arrow is plotted.


Similarly for lows.

    Stochastic Main and signal Comparator indicator Stochastic Main and signal Comparator indicator

    This indicator compares the main and signals line of the stochastic indicator and marks the sam eon the respective bars on chart.

    Creating Rectangles on Chart Creating Rectangles on Chart

    This code can be used to create rectangles on chart.

    MACD Main and signal lines based strategies MACD Main and signal lines based strategies

    This indicator plots multiple signals based on MACD main and signal lines.

    Highest High and Lowest Low Highest High and Lowest Low

    This code can be used to find highest high and lowest low of a chart for a given period.