bars_since_lowest

bars_since_lowest(series, n)
Parameters
  • series (series) – Input series

  • n (integer) – Number of bars to look behind into the history

Returns

series[integer]

Returns the number of bars since the lowest value within the last n bars in the series

bars_since_lowest(n)
Parameters
  • n (integer) – Number of bars to look behind into the history

Returns

series[integer]

Same as

bars_since_lowest(low, n)