The_Brit

SgjoeLibrary

Library "SgjoeLibrary"
Custom functions

highest_when(float, float) Permits a condition to be used with highest(high,condition)
  Parameters:
    float: _high_series The High for the condition
    float: _when The condition such as close > high
  Returns: The high(s) at the point(s) the condition was true

lowest_when(float, float) Permits a condition to be used with lowest(low,condition)
  Parameters:
    float: _low_series The Low for the condition
    float: _when The condition such as close < low
  Returns: The low(s) at the point(s) the condition was true
Pine library

In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House Rules.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this library?

Copy the following line and paste it in your script.