MobiusTrader
English
Russian
中文
English
العربي
Bahasa Indonesia
Terminals
For clients
Documentation
Articles
mScript
Contacts
Textbook
Directory
»
Buffer
»
set
asArray
clear
fill
get
set
setAnchor
setArrow
setColor
setDrawBegin
setDrawingStyle
setEmptyValue
setLabel
setShape
setShift
setSize
setWidth
size
toString
set()
Задаёт значение элемента буфера по индексу
set(index:int, value:float)
Parameters
Name
Type
Действие
Значение по умолчанию
index
int
Item index
—
value
float
Value
—
Return value
A reference to an object of type Buffer for a chain of calls
Example
bufferClose.set(i, Close[i]);