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

SmoothStep (generalized) - indicateur pour MetaTrader 5

Vues:
5246
Note:
(38)
Publié:
2022.04.24 19:45
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Generalized version of the smooth step indicator (originally posted here : SmoothStep). 

This version is using a property of a smooth step that it can be further smoothed - based on Kenneth H. Perlin's (a professor in the Department of Computer Science at New York University) idea

      • when order 0 is used, it is the same as built in stochastic / 100 (with slowing in stochastic set to 1)
      • when order 1 is used, it is the same as the smooth step indicator
      • when any higher order is used, it filters further the signal while keeping the values in the expected ranges


Recommendations:
  • You can use it in similar ways stochastic
  • You can use it in any code that needs to have normalized values as inputs





SmoothStep SmoothStep

SmoothStep

Custom Fractals Custom Fractals

Have you ever asked yourself why it is not possible to customize fractals more? ... now it is.

MA on DeMarker Arrow MA on DeMarker Arrow

iDeMarker (DeMarker, DeM) indicator smoothed with iMA (Moving Average, MA).

MA on Momentum MA on Momentum

'Momentum' indicator and 'Momentum' indicator smoothed with 'Moving Average