Bar.equalBar()

التحقق من أن مرتين تشير إلى نفس الشريط
Bar.equalBar(time1:int, time2:int, timeFrame:string)

Parameters

Name Type Действие Значение по умолчанию
time1 int الوقت 1
time2 int الوقت 2
timeFrame string إطار زمني. يمكن أن يكون أيًا من قيم تعداد {link TimeFrame}

Example

let sameBar = Bar.sameBar(time1, time2);