Skip to content

CTickVolumeBuffer

CTickVolumeBuffer

CTickVolumeBuffer is a class for simplified access to tick volumes of bars in the history.

Description

The CTickVolumeBuffer class provides a simplified access to tick volumes of bars in the history.

Declaration

class CTickVolumeBuffer: public CArrayLong

Title

#include <Indicators\TimeSeries.mqh>

Inheritance hierarchy

CObject

CArray

CArrayLong

CTickVolumeBuffer

Class Methods by Groups

Attributes
SizeSets buffer size
Settings
SetSymbolPeriodSets symbol and period
Data Access Methods
AtGets the buffer element by index
Data Update Methods
virtual RefreshUpdates the buffer
virtual RefreshCurrentUpdates the current value

Methods inherited from class CArray

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

Methods inherited from class CArrayLong

: Type, Save, Load, Reserve, Resize, Shutdown, Add, AddArray, AddArray, Insert, InsertArray, InsertArray, AssignArray, AssignArray, At, operator, Minimum, Maximum, Update, Shift, Delete, DeleteRange, CompareArray, CompareArray, InsertSort, Search, SearchGreat, SearchLess, SearchGreatOrEqual, SearchLessOrEqual, SearchFirst, SearchLast, SearchLinear

Last updated on