Harmonic Trading - page 229

 
spaintrader:
Hello friends,

I have just attached the ZUP to my metatrader charts, I think this is a fantastic tool because I already traded harmonics without it.

It would be wonderful if I could get a window alerting when a pattern is found.

Does this possibility exist? Could anyone tell me how to configure it?

Thanks a lot. Kind regards.

spaintrader,

I wrote an indicator that one installs after ZUP. It will detect and alert for Gartley, Butterfly, Bat and Crab patterns. I did not know that ZUP 76 shows the AB=CD and 5.0 pattern so my indicator will not detect those. I will have a look at ZUP 76 though, to see if I can modify it to make it work for these two additional patterns.

You can find my indicator here:

https://www.mql5.com/en/forum/173439/page17

WRR

 
poruchik:
Three Drives Pattern is not Use ZUP 76 5-0

Hi Poruchik,

So, ZUP versions after 76 do not include the 5-0 and the AB = CD patterns.

In other word, only ZUP version 76 does include 5-0 and the AB = CD patterns. Am I right?

 
WRR:
spaintrader,

I wrote an indicator that one installs after ZUP. It will detect and alert for Gartley, Butterfly, Bat and Crab patterns. I did not know that ZUP 76 shows the AB=CD and 5.0 pattern so my indicator will not detect those. I will have a look at ZUP 76 though, to see if I can modify it to make it work for these two additional patterns.

You can find my indicator here:

https://www.mql5.com/en/forum/173439/page17

WRR

Hi WRR,

Please let me know whether ZUP version 76 and after include AB=CD and 5-0 patterns or not.

 

I use ZUP 76 5-0 mod (modification by ONIX)

see https://www.mql5.com/en/forum/173588

https://www.mql5.com/en/forum/173588

good luck!!!

 
poruchik:
Three Drives Pattern is not Use ZUP 76 5-0

poruchik,

I looked at the code for ZUP_v76mod4 and I see it has the 5.0 pattern (Agentina-Jamaica), AB=CD and Three Drives. See below:

string vBull = "BULLISH";

string vBear = "BEARISH";

string vGartley = "GARTLEY";

string vBat = "BAT";

string vButterfly = "BUTTERFLY";

// string vCrab = "CRAB";

string vclGartley = "CLASSIC GARTLEY";

string vclBat = "CLASSIC BAT";

string vclButterfly = "CLASSIC BUTTERFLY";

string vclCrab = "CLASSIC CRAB";

string v5sub0 = "ARGENTINA-JAMAICA";

string vAB_CD = "AB=CD";

string v3_drives = "THREE DRIVES";

Maybe Three Drives doesn't work though? Is that what you meant poruchik, by "Three Drives Pattern is not"?

Note that ZUP_76mod, does not include Three Drives but does include the 5,0 Pattern and the AB=CD pattern.

WRR

 

poruchik,

I just looked at the code for ZUP_v76_5-0_mod. I see it does not have Three Drives. Here is a bit of the code:

string vBull = "BULLISH";

string vBear = "BEARISH";

string vGartley = "GARTLEY";

string vBat = "BAT";

string vButterfly = "BUTTERFLY";

// string vCrab = "CRAB";

string vclGartley = "CLASSIC GARTLEY";

string vclBat = "CLASSIC BAT";

string vclButterfly = "CLASSIC BUTTERFLY";

string vclCrab = "CLASSIC CRAB";

string v5sub0 = "5-0 PATTERN";

string vAB_CD = "AB=CD";

Is 5-0 PATTERN in ZUP_v76_5-0_mod exactly the same pattern as ARGENTINA-JAMAICA pattern in ZUP_v76mod and ZUP_v76mod4?

WRR

 
mnoh:
Hi WRR, Please let me know whether ZUP version 76 and after include AB=CD and 5-0 patterns or not.

mnoh,

from what I can understand

ZUP_v76 does not have, AB=CD, 5.0 Pattern nor the Three Drives Pattern.

ZUP_v76mod and ZUP_v76_5-0_mod may be almost the same code as each other and include AB=CD and 5.0 Pattern, but not the Three Drives Pattern. In ZUPv76mod, the 5.0 pattern is called Argentina-Jamaica.

ZUPv76mod4 has AB=CD, 5.0 Pattern (but called Argentina-Jamaica) and the Three Drives Pattern.

It seems that these additional patterns are not included in any subsequent versions of ZUP, i.e. ZUP_v77 and onward.

WRR

 

WRR you are right

 
poruchik:
WRR you are right

thanks for the confirmation poruchik.

WRR

Reason: