Average Directional Movement Index Wilder – indicator MetaTrader 5

Average Directional Movement Index Wilder - indicator for MetaTrader 5
Average Directional Movement Index Wilder (ADX Wilder) helps to determine if there is a market trend. This technical indicator is constructed as a strict correspondence with the algorithm described by Welles Wilder in his book “New concepts in technical trading systems”. Trading rules of this indicator are described in the Average Directional Movement Index. Calculation:

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\.