Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

SmoothStep - indicatore per MetaTrader 5

Visualizzazioni:
4442
Valutazioni:
(32)
Pubblicato:
2022.04.24 19:30
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

In many cases (computer graphics, machine learning, ta analysis) we need normalized values. Smooth step is one of the possible ways to do it

It belongs to the family of sigmoidal (clamping in this case, since this indicator, as is, is not used for interpolation) functions, and is producing a sub-set of what is the built in stochastic, except that I kept it in its original range of 0 to 1 and that it filters out some values that stochastic produces. Also, this indicator can use all the usual prices (not just the close/close or low/high/close)


Recommendations:
  • You can use it the same way as stochastic built in indicator


Custom Fractals Custom Fractals

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

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.

SmoothStep (generalized) SmoothStep (generalized)

SmoothStep (generalized)

MA on DeMarker Arrow MA on DeMarker Arrow

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