New metatrader 4 compatible indicators - page 223

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
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
Hi
please created new version this indicator
because this indicator not working in new mt4
thanksChange this part of code :
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
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
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
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
Tomcat98Hi, 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