MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading Language Documentation

Subscribe to signal
Esolod profitsystem
591.57%, 7 544.78 USD
Creating Custom Criteria of Optimization of Expert Advisors Creating Custom Criteria of Optimization of Expert Advisors Screenshot
NZDJPY, H4
Real
Ten Pips RulerTen Pips Ruler Try product
Ten Pips Ruler
Author: MarketArt
DRAW_BARS Indicator
DRAW_BARS
Author: MetaQuotes

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


Updated: 2010.10.25