Skip to content

Base classes

Base and Auxiliary Technical Indicator and Timeseries Classes

This section contains the technical details of base and auxiliary technical indicator and timeseries classes and description of the corresponding components of the Standard MQL5 library.

Class/groupDescription
CSpreadBufferHistorical spread buffer class
CTimeBufferHistorical opening prices buffer class
CTickVolumeBufferHistorical tick volumes buffer class
CRealVolumeBufferHistorical real volumes buffer class
CDoubleBufferBase class of double type data buffer
COpenBufferOpening bar prices buffer class
CHighBufferHigh bar prices buffer class
CLowBufferLow bar prices buffer class
CCloseBufferClosing bar prices buffer class
CIndicatorBufferTechnical indicator buffer class
CSeriesBase class for access to timeseries data
CPriceSeriesBase class for access to price data
CIndicatorBase class of technical indicator
CIndicatorsTechnical indicator and timeseries collection

Methods inherited from class CArray

: Step, Step, Total, Available, Max, IsSorted, SortMode, Clear, Sort

Methods inherited from class CObject

: Prev, Prev, Next, Next, Save, Load, Type, Compare

Last updated on