mickes

Touched

mickes Diupdate   
Library "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)
Catatan Rilis:
Remove zone creation time, not working at the moment.
Catatan Rilis:
Re-add base time creation for the zone, used to stop looking for touches beyond the base creation.
Catatan Rilis:
Fix bug in BaseTime comparing if bar time is higher than that, now checks if it's lower.
Catatan Rilis:
- add 'Length' to 'Touch' type to let the user know how long the touch was
Catatan Rilis:
- A touch is not considered a retest if it reached above/below the zone.
Catatan Rilis:
- Add 'ExtremeIndexBack' to 'Touch' type that is set for false breakouts and retest for the highest/lowest price bar
Catatan Rilis:
- Exit false breakout if a previous false breakout was found
Catatan Rilis:
- Don't exit 'false breakout ' detection if the loop is on the first iteration
Perpustakaan pine

Dalam semangat TradingView yang sesungguhnya, penulis telah membuat Pine Code sebagai perpustakaan sumber-terbuka sehingga programmer Pine lainnya dapat menggunakannya kembali. Beri semangat kepada penulis! Anda dapat menggunakan perpustakaan ini secara pribadi maupun dalam publikasi terbuka, namun menggunakan ulang kode ini diatur dalam Tata Tertib.

Pernyataan Penyangkalan

Informasi dan publikasi tidak dimaksudkan untuk menjadi, dan bukan merupakan saran keuangan, investasi, perdagangan, atau rekomendasi lainnya yang diberikan atau didukung oleh TradingView. Baca selengkapnya di Persyaratan Penggunaan.

Ingin menggunakan perpustakaan ini?

Copy garis berikut ini dan tempel pada script anda.