Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Float_Pivot_Smoothed_Digit - MetaTrader 5 Script - MT4/MT5 Resource

author EAcpu | 5 reads | 0 comments |

Float_Pivot_Smoothed_Digit - indicator for MetaTrader 5

Original author:

This floating point pivot number has an indicator of the smoothness of the input time series used in the calculation. Time series smoothing parameters are determined by indicator input variables

 Enter Smooth_Method HMA_Method=MODE_SMA_; //Smoothing method
Input unit H length = 12 ; //Smoothing depth
Input integer phase = 100 ; //smoothing parameter
//---- For JJMA in the range of -100 ... +100, it affects the quality of the transition process;
//----For VIDIA, it is the CMO cycle, for AMA, it is the slow average cycle

The indicator uses the SmoothAlgorithms.mqh library class (copy it to terminal_data_folder\MQL5\Include). The use of the class "Average price series for intermediate calculations without using additional buffers" is described in detail in the article.

Float_Pivot_Smoothed_Digit - indicator for MetaTrader 5

Figure 1. Float_Pivot_Smoothed_Digit indicator


Attachment download

📎 Float_Pivot_Smoothed_Digit.mq5 (32.1 KB)

📎 SmoothAlgorithms.mqh (130.2 KB)

Source: MQL5 #23219

Verification code Refresh