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

Float_Pivot_Smoothed_Digit - indicateur pour MetaTrader 5

Vues:
4567
Note:
(10)
Publié:
2019.01.02 14:35
Mise à jour:
2023.03.29 13:48
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Original author:

Nick A. Zhilin

The Float_Pivot_Digit indicator with the smoothing of input timeseries used in calculations. The timeseries smoothing parameters are determined by the indicator input variables

input Smooth_Method     HMA_Method=MODE_SMA_;      //Smoothing method
input uint              HLength=12;                //Smoothing depth
input int               HPhase=100;                //Smoothing parameter
//---- for JJMA within the range of -100 ... +100, it influences the quality of the transition process;
//---- for VIDIA it is a CMO period, for AMA it is a slow average period

The indicator uses SmoothAlgorithms.mqh library classes (copy it to terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Fig.1. The Float_Pivot_Smoothed_Digit indicator

Fig.1. The Float_Pivot_Smoothed_Digit indicator

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

Float_Pivot_Digit Float_Pivot_Digit

An alternative to Bollinger Bands® with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channel levels up to a required number of digits

Heiken_Ashi_Smoothed_VolatilityStep_Alerts_HTF Heiken_Ashi_Smoothed_VolatilityStep_Alerts_HTF

The Heiken_Ashi_Smoothed_VolatilityStep_Alerts indicator with the ability to change the indicator timeframe using input parameters

Gold Dust Gold Dust

The Gold Dust

Gap DM Gap DM

The Expert Advisor waits for a gap at the bar opening.