CIndicatorBuffer
CIndicatorBuffer is a class for simplified access to the data of the indicator's buffer.
Description
The CIndicatorBuffer class provides the simplified access to the data buffer of technical indicator.
Declaration
class CIndicatorBuffer: public CDoubleBuffer |
Title
#include <Indicators\Indicator.mqh> |
Class Methods
Attributes
|
|
Offset
|
Gets/Sets offset of the buffer
|
Name
|
Gets/Sets buffer name
|
Data Access Methods
|
|
At
|
Gets buffer's element
|
Data Update Methods
|
|
Refresh
|
Updates the buffer
|
RefreshCurrent
|
Updates only current value
|