Bar.shift()

Search for a bar by time
Bar.shift(barsTime:Array, time:int)

Parameters

Name Type Действие Значение по умолчанию
barsTime Array Array of Time
time int Time value for search

Return value

Index of the bar at which the specified time falls

Example

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