The class for drawing Moving Average using the ring buffer – indicator MetaTrader 5

The class for drawing Moving Average using the ring buffer - indicator for MetaTrader 5
Description The CMAOnRingBuffer class is designed for calculation of Moving Averages (Moving Average) using the algorithm of the ring buffer.  Declaration class CMAOnRingBuffer :public CArrayRing Title #include <IncOnRingBuffer\CMAOnRingBuffer.mqh> File of the CMAOnRingBuffer.mqh class should be placed in the IncOnRingBuffer folder that need to be established in MQL5\Include\. Two files with the examples used by the class from

The class for drawing the ATR using the ring buffer – indicator MetaTrader 5

The class for drawing the ATR using the ring buffer - indicator for MetaTrader 5
Description The CATROnRingBuffer class is designed for calculation of the Average True Range indicator (Average True Range, ATR) using the algorithm of the ring buffer.  Declaration class CATROnRingBuffer Title #include <IncOnRingBuffer\CATROnRingBuffer.mqh> File of the CATROnRingBuffer.mqh should be placed to the IncOnRingBuffer folder that need to be established in MQL5\Include\. Two files with the examples used

The class for drawing the ADX using the ring buffer – indicator MetaTrader 5

The class for drawing the ADX using the ring buffer - indicator for MetaTrader 5
Description The CADXOnRingBuffer class is designed for calculation of a technical indicator Average Directional Movement Index (Average Directional Movement Index, ADX) using the algorithm of  the ring buffer.  Declaration class CADXOnRingBuffer Title #include <IncOnRingBuffer\CADXOnRingBuffer.mqh> File of the CADXOnRingBuffer.mqh class should be placed in the IncOnRingBuffer folder that need to be established in MQL5\Include\. Two files with

The class for drawing the ADX Wilder using the ring buffer – indicator MetaTrader 5

The class for drawing the ADX Wilder using the ring buffer - indicator for MetaTrader 5
Description The CADXWOnRingBuffer class is designed for calculation of a technical indicator Average Directional Movement Index Wilder (Average Directional Movement Index Wilder, ADX Wilder) using the ring buffer algorithm.    Declaration class CADXWOnRingBuffer Title #include <IncOnRingBuffer\CADXWOnRingBuffer.mqh> File of the CADXWOnRingBuffer.mqh class should be placed in the IncOnRingBuffer folder that need to be established in MQL5\Include\.

The class for drawing the OsCD using the ring buffer – indicator MetaTrader 5

The class for drawing the OsCD using the ring buffer - indicator for MetaTrader 5
Description The COsMAOnRingBuffer class is designed to calculate the technical indicator Moving Average of Oscillator (Moving Average of Oscillator, OsMA) using the algorithm of the ring buffer.  Declaration class COsMAOnRingBuffer : public CArrayRing Title #include <IncOnRingBuffer\COsMAOnRingBuffer.mqh> File of the COsMAOnRingBuffer.mqh class should be placed in the IncOnRingBuffer folder that need to be established in MQL5\Include\. Two files

The class for drawing the Stochastic using the ring buffer – indicator MetaTrader 5

The class for drawing the Stochastic using the ring buffer - indicator for MetaTrader 5
Description The CStochasticOnRingBuffer class is designed for calculation of the technical indicator Stochastic Oscillator (Stochastic Oscillator) using the algorithm of the ring buffer.  Declaration class CStochasticOnRingBuffer Title #include <IncOnRingBuffer\CStochacticOnRingBuffer.mqh> File of the CStochasticOnRingBuffer.mqh class should be placed in the IncOnRingBuffer folder that need to be established in MQL5\Include\. Two files with the examples used by the class from

The class for drawing the RSI using the ring buffer – indicator MetaTrader 5

The class for drawing the RSI using the ring buffer - indicator for MetaTrader 5
Description The CRSIOnRingBuffer class is designed for calculation of a technical indicator Relative Strength Index (Relative Strength Index, RSI) using the algorithm of the ring buffer.   Declaration class CRSIOnRingBuffer : public CArrayRing Title #include <IncOnRingBuffer\CRSIOnRingBuffer.mqh> File of the CRSIOnRingBuffer.mqh class must be placed in the IncOnRingBuffer folder that need to be established in MQL5\Include\. Two files with

The class for drawing the ER using the ring buffer – indicator MetaTrader 5

The class for drawing the ER using the ring buffer - indicator for MetaTrader 5
Description The CEROnRingBuffer class is designed to calculate the technical indicator Efficiency Ratio (ER) used in the Adaptive Moving Average (Adaptive Moving Average, AMA) using the algorithm of the ring buffer.  Declaration class CEROnRingBuffer : public CArrayRing Title #include <IncOnRingBuffer\CEROnRingBuffer.mqh> File of the CEROnRingBuffer.mqh class must be placed in the IncOnRingBuffer folder that need to be

The class for drawing the AMA using the ring buffer – indicator MetaTrader 5

The class for drawing the AMA using the ring buffer - indicator for MetaTrader 5
Description The CAMAOnRingBuffer class is designed for calculation of the technical indicator Adaptive Moving Average (Adaptive Moving Average, AMA) using the algorithm of the ring buffer.  Declaration class CAMAOnRingBuffer : public CArrayRing Title #include <IncOnRingBuffer\CAMAOnRingBuffer.mqh> File of the CAMAOnRingBuffer.mqh class must be placed in the IncOnRingBuffer folder that need to be established in MQL5\Include\. Two files with

The class for drawing the MFI using the ring buffer – indicator MetaTrader 5

The class for drawing the MFI using the ring buffer - indicator for MetaTrader 5
Description The CMFIOnRingBuffer class is designed to calculate the technical indicator Money Flow Index (Money Flow Index, MFI) using the algorithm of  the ring buffer.  Declaration class CMFIOnRingBuffer : public CArrayRing Title #include <IncOnRingBuffer\CMFIOnRingBuffer.mqh> File of the CMFIOnRingBuffer.mqh class must be placed in IncOnRingBuffer folder that need to be established in MQL5\Include\. Two files with the examples used