OPEN-SOURCE SCRIPT

ZigZag (Using Line Array)

Actualizado
This is standard zigzag indicator. I just coded them using lines array feature of pine - so that it can be done in least number of lines of code.

Few possible improvements:

  • Use label array to mark HH, HL, LH and LL
  • Add standard deviation check

Notas de prensa
Added updates mentioned in the description.
Notas de prensa
Corrected HL and LH labels
Notas de prensa
Added ratios display.
Notas de prensa
  • Previously, using pivotHigh and pivotLow on every bar for last 10 periods caused some inconsistencies in plotting zigzag. Hence, switched to points based calculation. However, zigzags are still created via lines array
  • Fixed empty label issue
Notas de prensa
Solved array index out of bounds issue
Notas de prensa
Adding option to apply zigzag on different source such as RSI. This enables plotting zigzag and ratios on RSI - which can be used for finding divergence.
Notas de prensa
  • Corrected minor logical error.
  • Removed DeviationThreshold as it was leading to wrong calculation
ZigzagZig Zag Indicator

Script de código abierto

Siguiendo fielmente el espíritu de TradingView, el autor de este script lo ha publicado en código abierto, permitiendo que otros traders puedan entenderlo y verificarlo. ¡Olé por el autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la reutilización de este código en la publicación se rige por las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

¿Quiere utilizar este script en un gráfico?

Exención de responsabilidad