Elite indicators :) - page 467

 

...

As of decompiled code : here s an example how the variables are declared in the start() function :
int li_8;

double l_ima_12;

double l_ima_20;

double l_ima_28;

double l_ima_36;

double l_ima_44;

double l_ima_52;

double ld_60;

double ld_68;

Man does not do it like that since those names mean nothing to a human. Humans are giving "real names" to variables (like limit, highest, lowest period , ... whatever but very close to real human language) so that they can know what are they storing in some variable. The upper is a result of a mechanical decompiling by types and since in the compiled code the "real names" are lost, it is giving those numbered names. So, that is one example (a lot of other things, but the less it looks like human language the more you can be sure that it is decompiled (even at a first glance)

As of the indicator you posted : it is not a decompiled code and it already is showing arrows on a current bar too so you can start using it right away (here is an example :

regards

Mladen

ValeoFX:
===================

Hello again Mladen,

What an absolute pleasure dealing with you! Appreciate you beyond words.

Having said that, I would love to know how one can actually see when it is/was a decompiled version.

I also found another one which I post here with the same request to have the Arrows show during the formation of the candle please. This one has no "ownership" claimed, but certainly not decompiled or is it?
Files:
ma_cross.gif  27 kb
 

Brilliant...

mladen:
:) As of decompiled code : here s an example how the variables are declared in the start() function :
int li_8;

double l_ima_12;

double l_ima_20;

double l_ima_28;

double l_ima_36;

double l_ima_44;

double l_ima_52;

double ld_60;

double ld_68;

Man does not do it like that since those names mean nothing to a human. Humans are giving "real names" to variables (like limit, highest, lowest period , ... whatever but very close to real human language) so that they can know what are they storing in some variable. The upper is a result of a mechanical decompiling by types and since in the compiled code the "real names" are lost, it is giving those numbered names. So, that is one example (a lot of other things, but the less it looks like human language the more you can be sure that it is decompiled (even at a first glance)

As of the indicator you posted : it is not a decompiled code and it already is showing arrows on a current bar too so you can start using it right away (here is an example :

regards

Mladen

=======================

Thanks a lot, Mladen. Absolutely brilliant. Just saw the new one show the arrows forming and that was such a relief.

Best regards,

 

Hi Mladen, could you please make this indicator MTF? Also, if it is not too much trouble, would it be possible to add an alert when a new line of support or resistance is newly traced. Right now it is giving alerts on a penetration, which is great but when looking at higher time frames, I find it useful to place ''set and forget'' orders right on the support or resistance. The message could be something like ''New support on GBPUSD'' for instance.

Really appreciate your support!

123patternsv6.01.mq4

Files:
 

...

loumanchew

Here is the mtf for now. Still did not solve the additional alerts for now (but will )

One parameter needs explanation : the UniqueID. It is used to comunicate the values that have to be displayed as a comment in the upper left corner It uses global variables for that purpose (that was the simplest solution to do that). But since global variables are visible from each chart, you must provide a UniqueID value for each instance of the indicator (regardless of which chart or symbol it is attached to : if two indicators on different charts have same UniqueID, comment mix-up can happen)

Will post the one with extended alerts as soon as I find acceptable mode to do that

loumanchew:
Hi Mladen, could you please make this indicator MTF? Also, if it is not too much trouble, would it be possible to add an alert when a new line of support or resistance is newly traced. Right now it is giving alerts on a penetration, which is great but when looking at higher time frames, I find it useful to place ''set and forget'' orders right on the support or resistance. The message could be something like ''New support on GBPUSD'' for instance.

Really appreciate your support!

123patternsv6.01.mq4
 

Much obliged Mladen, thank you for the explanation and your efforts to satisfy your happy customers.

 

Tma

mladen

Could you set up max bars for this indicator, it really puts a load on the PC.

Thank you

Ray

 

...

Ray

Try this one out

traderduke:
mladen

Could you set up max bars for this indicator, it really puts a load on the PC.

Thank you

Ray
 

....

loumanchew

This is the one with extended alerts too. It will alert when the support or resistance levels change too (along with the previous buy or sell signal alerting) Cleaned up a bit the global variable usage in this one so now it "takes care of it's own" but still you have the restriction that the UniqueID must be unique over all charts (there is simply no other way to avoid it) Other than that, no other restrictions or requirements

PS: if someone downloads it and attaches it to a chart and it does not work, it needs the regular ZigZag indicator in order to work. Attaching that indicator too (just in case)

 

Dynamic RSI 3 ...

This indicator is an extended version of the dynamic RSI originally posted here : https://www.mql5.com/en/forum/173787/page4 (some explanation as of what and how it does can be found on the original post)

Files:
 

how are you mladen

could you please help me to modify attach indicator to diffrent pair or multipair

Reason: