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 … Read more