Can someone explain to me the style: SetIndexStyle (0, DRAW_ZIGZAG); What is it for and how it works.

 
Hello,

Can someone explain to me the style:
SetIndexStyle (0, DRAW_ZIGZAG);

What is it for and how it works.

thank you,

 

Pierre8r 

 
tintin92:
Hello,

Can someone explain to me the style:
SetIndexStyle (0, DRAW_ZIGZAG);

What is it for and how it works.

This should help explain it . . . https://www.mql5.com/en/code/7762 

And here:  https://www.mql5.com/en/docs/customind/indicators_examples/draw_zigzag  mql5 but it might give some help

 
Thank you RaptorUK.