Touched

Breakout(zone, lookback)
Tells if the zone has been broken on the current bar.
Parameters:
zone (Zone): The definitiin of the zone.
lookback (int): How many bars to look back.
Returns: a Touch object that tells if the zone has been broken up or down.
FalseBreakout(zone, lookback)
Tells if the zone has a false breakout on the current bar.
Parameters:
zone (Zone): The definitiin of the zone.
lookback (int): How many bars to look back.
Returns: a Touch object that tells if the zone has had a false breakout up or down.
Retest(zone, lookback)
Tells if the zone has been retested on the current bar.
Parameters:
zone (Zone): The definitiin of the zone.
lookback (int): How many bars to look back.
Returns: a Touch object that tells if the zone has been retested up or down.
Zone
Fields:
High (series__float)
Low (series__float)
BaseTime (series__integer)
Touch
Fields:
Up (series__bool)
Down (series__bool)
Biblioteca Pine
Fiel al espíritu de TradingView, el autor ha publicado este código de Pine como una biblioteca de código abierto para que otros programadores Pine de nuestra comunidad puedan reutilizarlo. ¡Enhorabuena al autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero la reutilización de este código en publicaciones se rige por las Normas internas.
Exención de responsabilidad
Biblioteca Pine
Fiel al espíritu de TradingView, el autor ha publicado este código de Pine como una biblioteca de código abierto para que otros programadores Pine de nuestra comunidad puedan reutilizarlo. ¡Enhorabuena al autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero la reutilización de este código en publicaciones se rige por las Normas internas.