Page 1 of 3
Block MT4 Updates to protect indicators from future MT4 Updates
Posted: Thu Oct 21, 2021 2:49 am
by ffsss
Hello, i have a question about metatrader 4 and its updates.
So i have read (for years) that they want metatrader 4 users to go to mt5 and due to some mt4 updates some indicator/EA stop working on the updated version of mt4.
I would like to maintain my indicators if that happens, so with the ones that i have the source code there is no problem, but is there any way to preserve the .ex4 indicators in case that happens? Like downgrading mt4? Or not allowing the updates or something like that? I have no idea so i would appreciate any help.
Thanks for your collaboration!
Re: Block MT4 Updates to protect indicators from future MT4 Updates
Posted: Thu Oct 21, 2021 3:07 am
by ChuChu Rocket
ffsss wrote: Thu Oct 21, 2021 2:49 am
So i have read (for years) that they want metatrader 4 users to go to mt5 and due to some mt4 updates some indicator/EA stop working on the updated version of mt4.
Good question.
If MT4 were to just "suddenly stop" one day altogether, Mladen has been porting a lot of indicators over to MQ5 over the past few years and if there's a certain MT4 code you need, guys like Mrtools, Xard, Banzai, Kvak and Pacois would usually have the sources. In worst case, an indicator could be made again from scratch in MQ5 if that code was not available, lost etc.
Don't despair, MT4 will still be around for a while

Re: Block MT4 Updates to protect indicators from future MT4 Updates
Posted: Fri Oct 22, 2021 1:12 am
by moey_dw
Re: Block MT4 Updates to protect indicators from future MT4 Updates
Posted: Fri Oct 22, 2021 8:52 pm
by ionone
ChuChu Rocket wrote: Thu Oct 21, 2021 3:07 am
Good question.
If MT4 were to just "suddenly stop" one day altogether, Mladen has been porting a lot of indicators over to MQ5 over the past few years and if there's a certain MT4 code you need, guys like Mrtools, Xard, Banzai, Kvak and Pacois would usually have the sources. In worst case, an indicator could be made again from scratch in MQ5 if that code was not available, lost etc.
Don't despair, MT4 will still be around for a while
but MT5 is so much superior on all aspects
Re: Block MT4 Updates to protect indicators from future MT4 Updates
Posted: Fri Oct 22, 2021 10:54 pm
by moey_dw
ionone wrote: Fri Oct 22, 2021 8:52 pm
but MT5 is so much superior on all aspects
is that really true?? how come u still use mt4 bro..........

Re: Block MT4 Updates to protect indicators from future MT4 Updates
Posted: Fri Oct 22, 2021 11:00 pm
by ionone
MT4 is more lightweight and quick to use so I still like it, MT5 is more of a big whale, kinda slow and complicated but more powerful
Re: Block MT4 Updates to protect indicators from future MT4 Updates
Posted: Fri Oct 22, 2021 11:29 pm
by moey_dw
ionone wrote: Fri Oct 22, 2021 11:00 pm
MT4 is more lightweight and quick to use so I still like it, MT5 is more of a big whale, kinda slow and complicated but more powerful
now that u mention about it.............. that is true mt5 is a bit heavier what about mt3?? u can download it from here
viewtopic.php?t=8474252

Re: Block MT4 Updates to protect indicators from future MT4 Updates
Posted: Sat Oct 23, 2021 1:29 am
by ffsss
So aside from "searching" the source code there is nothing i can do for maintaining those ex4 indicators? Like stop mt4 from updating or something? I mean maybe now it is possible to do something, but once a mt4 update makes a indicator not work you cant so anything.
Re: Block MT4 Updates to protect indicators from future MT4 Updates
Posted: Sat Oct 23, 2021 1:46 am
by ChuChu Rocket
ffsss wrote: Sat Oct 23, 2021 1:29 am
Like stop mt4 from updating or something?
The only way to to stop MT4 (and also MT5) from updating
In Windows, completely remove all access privileges to the directories where the updates are being stored.
Don't change the actual Ownership of the directories.
The primary directory is:
"
%APPDATA%\MetaQuotes\WebInstall"
To block updates, revoke permissions to the download directory:
"
%APPDATA%\MetaQuotes\Tester\LiveUpdate"
You'll need to know how to set Permissions and Security Settings for directories on your Windows but that's the guaranteed way of doing it.
Re: Block MT4 Updates to protect indicators from future MT4 Updates
Posted: Sat Oct 23, 2021 2:13 am
by ffsss
ChuChu Rocket wrote: Sat Oct 23, 2021 1:46 am
The only way to to stop MT4 (and also MT5) from updating
In Windows, completely remove all access privileges to the directories where the updates are being stored.
Don't change the actual Ownership of the directories.
The primary directory is:
"
%APPDATA%\MetaQuotes\WebInstall"
To block updates, revoke permissions to the download directory:
"
%APPDATA%\MetaQuotes\Tester\LiveUpdate"
You'll need to know how to set Permissions and Security Settings for directories on your Windows but that's the guaranteed way of doing it.
And would still continue working (can open buy sell operations?) or would it be like "offline" mode if i do that? Does this create any problem?
Thanks for your answer!