MobiusTrader
English
Russian
中文
English
العربي
Bahasa Indonesia
Terminals
For clients
Documentation
Articles
mScript
Contacts
Textbook
Directory
»
Buffer
»
get
asArray
clear
fill
get
set
setAnchor
setArrow
setColor
setDrawBegin
setDrawingStyle
setEmptyValue
setLabel
setShape
setShift
setSize
setWidth
size
toString
get()
Returns the value of the buffer element at index
get(index:int)
Parameters
Name
Type
Действие
Значение по умолчанию
index
int
Item index
—
Return value
The number from the buffer at the position index
Example
let latestValue = bufferMain.get(0);