MobiusTrader
English
Russian
中文
English
العربي
Bahasa Indonesia
Terminals
For clients
Documentation
Articles
mScript
Contacts
Textbook
Directory
»
Bar
»
equalBar
Mode
appliedPrice
counted
equalBar
highest
load
lowest
refreshRates
shift
size
Bar.equalBar()
Checking that two times refer to the same bar
Bar.equalBar(time1:int, time2:int, timeFrame:string)
Parameters
Name
Type
Действие
Значение по умолчанию
time1
int
Time 1
—
time2
int
Time 2
—
timeFrame
string
TimeFrame. It can be any of
TimeFrame
enumeration values
—
Example
let sameBar = Bar.sameBar(time1, time2);