You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
zup_v135_n200_v05.mq4
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 extensionThanks 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?
V05 doesn't have the pop up alert anymore?
Could this be what you need friend?
This version is too old.
Thank you.
Eurjpy m1_____________
please can you tell me what versions of zup use and where can I find it?
if you can!
please
thanks
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
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
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.