findNearestBar
Documentation / @elitechart/core / findNearestBar
Defined in: magnet/magnet.ts:109
Binary-search for the bar whose time is closest to target.
Returns null when bars is empty.
Parameters
bars
readonly Bar[]
target
Returns
Bar | null