Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

Float_Pivot_Smoothed_Digit - MetaTrader 5 için gösterge

Görüntülemeler:
4592
Derecelendirme:
(10)
Yayınlandı:
2019.01.02 14:35
Güncellendi:
2023.03.29 13:48
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.