AlphaViz

ZigZag Library

This is yet another ZigZag library.

🔵 Key Features

1. Lightning-Fast Performance: Optimized code ensures minimal lag and swift chart updates.
2. Real-Time Swing Detection: No more waiting for swings to finalize! This library continuously identifies the latest swing formation.
3. Amplitude-Aware: Discover significant swings earlier, even if they haven't reached the standard bar length.
4. Customizable Visualization: Draw ZigZag on-demand using polylines for a tailored analysis experience.

Stay tuned for more features as this library is being continuously enhanced. For the latest updates, please refer to the release information.

🔵 API

// Import this library. Remember to check the latest version of this library and replace the version number below.
import algotraderdev/zigzag/1 as zz

// Initialize the ZigZag instance.
var zz.ZigZag zig = zz.ZigZag.new().init(
  zz.Settings.new(
    swingLen = 5,
    lineColor = color.blue,
    lineStyle = line.style_solid,
    lineWidth = 1))

// Analyze the ZigZag using the latest bar's data.
zig.tick()

// Draw the ZigZag.
if barstate.islast
  zig.draw()

专业缠论指标: alphaviz.pro/chanlun
Email: contact@alphaviz.pro
Discord: discord.gg/w2fFtNega4
Libreria Pine

Nello spirito di condivisione promosso da TradingView, l'autore (al quale vanno i nostri ringraziamenti) ha deciso di pubblicare questo script in modalità open-source, così che chiunque possa comprenderlo e testarlo. Puoi utilizzare questa libreria in privato o all'interno di altre pubblicazioni open-source, ma il riutilizzo del codice è subordinato al rispetto del Regolamento.

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.

Vuoi usare questa libreria?

Copia il testo ed incollalo nel tuo script.