A five-fold exponential moving average that displays the most recent value as a price label with the possibility to round the indicator levels to the required number of orders The number of digits to round is set in the input variable Digit:
input uint Digit=3; //Number of digits to round to
The indicator uses the classes of library SmoothAlgorithms.mqh (to be copied to <terminal_data_folder>MQL5Include). The use of the classes is described in details in article
Fig. 1. Indicator ColorPEMA_Digit