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 Fractals - indicateur pour MetaTrader 5

real author
Publié par:
Tobias Johannes Zimmer
Vues:
5341
Note:
(29)
Publié:
2022.04.24 19:29
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
  • How many bars to form a fractal?
  • How many points away from the price should the arrows be drawn?
  • Customize Wingdings character customizable via input parameter
  • Arrow size customizable via input parameter

custom fractals example

It is basically the original Examples Fractals from MetaQuotes but with a few twists where you can access features to have more possibilities to organize fractals when using different instances of them. A Fractal marks a situation where a local extremum is surrounded byless extreme candles.

It is supposed to be somewhat of a continuation sign when a fractal is broken because it marks a local hh or ll that is now run over by the market.


ZigZagExtremaOnArray ZigZagExtremaOnArray

The ZigZagExtremaOnArray is an mqh include file which contains the calculation function of MetaQuotes' Examples ZigZag, BUT you can use it on any buffer that contains curves or histograms, similarly to the MovingAverages.mqh from include. The idea was to get highs and lows of an indicator curve quickly with the help of an "onBuffer" function.

Trading Volume Line Trading Volume Line

The indicator compares OHLC prices

SmoothStep SmoothStep

SmoothStep

SmoothStep (generalized) SmoothStep (generalized)

SmoothStep (generalized)