Indicators: The class for drawing the TEMA using the ring buffer

 

The class for drawing the TEMA using the ring buffer:

The class is designed for calculation of the technical indicator Triple Exponential Moving Average (Triple Exponential Moving Average, TEMA) using the algorithm of the ring buffer.

The result of the work of the Test_TEMA_OnValueRB.mq5 with the size of the ring buffer of 256 elements

Author: Konstantin Gruzdev

 

Hello,

Very detailed article on how you should use a class to build a TEMA on a ring buffer)

 
rkoryakov:

Hello,

Very detailed article on how you should use a class to build TEMA on a ring buffer)

Here in the appendix there are two examples with comments on how to use the class. Or do you need more explanations?