New metatrader 4 compatible indicators - page 223

 

Thanks a lot.

I wish you a happy Easter.

 

Hi

please created new version this indicator

because this indicator not working in new mt4

thanks

Files:
 
hesrondopas:
Hi

please created new version this indicator

because this indicator not working in new mt4

thanks

Change this part of code :

switch (MathMod(day_48, 10)) {

case 1.0:

Ls_100 = "st";

break;

case 2.0:

Ls_100 = "nd";

break;

case 3.0:

Ls_100 = "rd";

break;

default:

Ls_100 = "th";

}

[/PHP]

to this :

[PHP] switch ((int)MathMod(day_48, 10)) {

case 1:

Ls_100 = "st";

break;

case 2:

Ls_100 = "nd";

break;

case 3:

Ls_100 = "rd";

break;

default:

Ls_100 = "th";

}

It will still need some checking, but you would need the original source code for that (not the decompiled one). If you have the original ex4 file (compiled with the old build of mt4) use that one - it will work

 

That's a good indicator. Please the teacher make a compatible version. Thank you very much!

price_border.mq4

Files:
 
太虚一毫:
That's a good indicator. Please the teacher make a compatible version. Thank you very much! price_border.mq4

That is a decompiled version of centered TMA channel (renamed of course ). New mt4 compatible versions you can find at this thread : https://www.mql5.com/en/forum/181241

 

Dear Mrtools, Mladen

please make this indicator nmc. Thanks in advance

Files:
 

Hi Makoz,

110_Ultra_Wizard_ is a decompile indic.

Post source code please.

In case of, line 10 & 1508 change . to _

Have a nice trading week.

Sincerely

Tomcat98

 

Flat trend SMC modified indicator flattrend_smc_modified.mq4

 
Tomcat98:
Hi Makoz,

110_Ultra_Wizard_ is a decompile indic.

Post source code please.

In case of, line 10 & 1508 change . to _

Have a nice trading week.

Sincerely

Tomcat98

Hi, sorry I do not have source code

 

Hello mr tools / mladen

I am a newbie looking for a reliable currency strength indicator that works with the current mt4 build.

I appreciate your time.

Thank-you,

Darren

Reason: