Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Float_Pivot_Smoothed_Digit - indicator for MetaTrader 5

Views:
4582
Rating:
(10)
Published:
2019.01.02 14:35
Updated:
2023.03.29 13:48
\MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.