Bar.shift()

按時間搜索欄
Bar.shift(barsTime:Array, time:int)

Parameters

Name Type Действие Значение по умолчанию
barsTime Array 數組 Time
time int 搜索時間值

Return value

指定時間所在的柱線的索引

Example

let index = Bar.shift(Time, 10);