Zigzag indicators - page 6

 

Zigzag Indicator with Pop-up and Sound Alert

I was saying that I needed someone to use the same variables (ExtDepth, ExtDeviation, and ExtBackstep) in the original zigzag indicator I posted to include the pop-up and sound alert. All the other zigzag indicators I found have had their settings changed and new things added. I just want this original version to have a pop-up and sound alert. Thank you!

Files:
zigzag.mq4  7 kb
 
 

What is Pctfilter?

Please can anybody explain the meaning of Pctfilter and Pctfilter = 2.0? I saw it on the NonLagZigZag_v4 and I would like to know the meaning and what it does for the indicator. Thanks.

 

As I see from inside the code:

PctFilter = 2; //Dynamic filter in decimals

And:

double Filter = PctFilter * StdDev; if (Filter < Point) Filter = Point;

By the way it is indicator from elite section (Igorad posted it to elite section only). You can ask him (by PM) about this PctFilter.

 
romotly007:
Please can anybody explain the meaning of Pctfilter and Pctfilter = 2.0? I saw it on the NonLagZigZag_v4 and I would like to know the meaning and what it does for the indicator. Thanks.

Just FYI

NonLagZigZag is based on NonLagMA's algorithm + my universal ZigZag algorithm . PctFilter is the number of StdDev from NonLagMA.

So please try to play with settings of NonLagMA_v7.1 for better understanding of this indicator.

 

Is it possible to mix DT_ZZ with something like ang_AZZ-fx-col-txt to show the numbers for each signal on DT_ZZ ?

I strongly appreciate if a coder handle this ... it should not be difficult just appropriate mixing codes of both indicators ... but my knowledge is lame

 

Some other zigzag indicators https://www.mql5.com/en/forum/178335/page14

 

Oh thanks

sounds interesting

newdigital:
Some other zigzag indicators https://www.mql5.com/en/forum/178335/page14
 
Reason: