Harmonic & Time - page 35

 
grandaevus:
zup_v135_n200_v05.mq4
  • Detects Navarro 200 pattern only.
  • Exact D Box time dedection based on real time bar counting.
  • Ability to play user custom sounds for "bullish" & "bearish" found patterns

Indicator checks N200 pattern in real time but only draws D Box when price enters in to D Box Area.

When a pattern is detected, indicator will automatically draw an A-B_C three point fibonacci expansion to check the strength of the pattern. It would be the best, if a fib expansion is inside the D Box area or very close to it. You can put your limit entries near expansion lines.

Default Deviations used for maximum accuracy are,

%5 for Fibonacci Retracements

%10 for Time

I've completely changed the algorithm to find exact d time box settings.

For Exact D Box calculation, three parameters are needed.

Friday Last M1 Bar Open Time;

Sunday First M1 Bar Open Time;

Sunday First H4 Bar Open Time;

Please put these data in here

extern string ______________3_____________ = "Parameters for Gartley Patterns";

extern double FibonacciDeviation = 0.05;

extern double TimeDeviation = 0.10;

extern string FridayLastM1BarOpenTime = "N/A";

extern string SundayFirstM1BarOpenTime= "N/A";

extern string SundayFirstH4BarOpenTime= "N/A";

Older version (v02) finds these settings automatically but it takes a lot of cpu cycle in M1, M5 time frames. This is a more efficient way.

Now you can choose your own custom sounds when a pattern is dedected.

Put your custom sounds in terminal_dir\sounds directory

and

change ExtPlayAlert = false; to true

PlayBullishSound ="alert.wav"; write your custom sound with file extension

PlayBearishSound ="alert.wav";write your custom sound with file extension

Thanks for this version.

I want to use ZUP together with TD Sequential. Do you have new version of TD Sequential indicator? It is described more fully in Jason Perl's book "DeMark Indicators".

Thanks and best regards.

 

TD Sequential

Could this be what you need friend?

Files:
 

V05 doesn't have the pop up alert anymore?

 
arsgoetia:
Could this be what you need friend?

This version is too old.

Thank you.

 
poruchik:
Eurjpy m1_____________

please can you tell me what versions of zup use and where can I find it?

if you can!

please

thanks

 
Lozang:
V05 doesn't have the pop up alert anymore?

Have you changed ExtAlert to true from false?

V05 gives alert for the patterns dedected on last leg only not for past patterns.

And could you please upload a screenshot, so I can see which time frame & pair.

 

2 gtudor

##ZUP_v135_N200_v05.mq4

ZUP_v135 ALL

find here & https://www.mql5.com/en/forum/173588/page222

 
grandaevus:
Have you changed ExtAlert to true from false?

V05 gives alert for the patterns dedected on last leg only not for past patterns.

And could you please upload a screenshot, so I can see which time frame & pair.

Have changed ExtAlert but still no popups

Files:
eurcadm15.png  49 kb
 
Lozang:
Have changed ExtAlert but still no popups

It is ok on my linux desktop but I'll check it as soon as I find a windows computer.

Is anybody here having the same problem?

 

sorry. my mistake, changed the wrong setting. working now. Thanks.

Reason: