Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
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

Float_Pivot_Smoothed_Digit - indicatore per MetaTrader 5

Visualizzazioni:
4594
Valutazioni:
(10)
Pubblicato:
2019.01.02 14:35
Aggiornato:
2023.03.29 13:48
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.