Page 54 of 75
Re: Convert MT4 indicators to MT5
Posted: Sun Dec 15, 2024 1:49 pm
by Jimmy
opita wrote: Sun Dec 15, 2024 12:17 pm
How can you tell?
Good question,
In those indicators there's a lot of computer generated values that stand out, mainly in the form of "G with underscores".
For example:
g_count_208 = 0;
gd_228 = 0;
Whenever you see codes that contain those "G with underscores" followed by random numbers (after the underscore), that's the easiest easy way to tell that they're decompiled indicators.
PS: Please don't forget to check out our guide on how to identify the decompiled/hacked indicators over here:
What is a decompiled indicator?
Re: Convert MT4 indicators to MT5
Posted: Wed Dec 18, 2024 4:08 pm
by wowzers
opita wrote: Sun Dec 15, 2024 12:17 pm
How can you tell? Is it the odd wording on the description?
I found it here: fforexfactory
Opita, Check PM
Re: Convert MT4 indicators to MT5
Posted: Thu Dec 19, 2024 4:57 am
by alphinz
Could someone please convert this into MT5 Thanks!
Re: Convert MT4 indicators to MT5
Posted: Thu Dec 19, 2024 5:46 am
by mrtools
alphinz wrote: Thu Dec 19, 2024 4:57 am
Could someone please convert this into MT5 Thanks!
Try
here.
Re: Convert MT4 indicators to MT5
Posted: Sun Dec 22, 2024 11:26 pm
by spaceboy
Hello, fellow traders. I came across an amazing step RSI mt4 indicator and was requesting for it to be converted to mt5. If the arrows and alerts can be kept it will be great.
Re: Convert MT4 indicators to MT5
Posted: Mon Dec 23, 2024 4:23 am
by mrtools
spaceboy wrote: Sun Dec 22, 2024 11:26 pm
Hello, fellow traders. I came across an amazing step RSI mt4 indicator and was requesting for it to be converted to mt5. If the arrows and alerts can be kept it will be great. btc.png
Try
here
Re: Convert MT4 indicators to MT5
Posted: Mon Dec 23, 2024 8:10 am
by uncle wong
Dear MrTools
This multime frame zigzag indicator from old forum .Can you convert it to mql5 please ?Thanks in advance.
Re: Convert MT4 indicators to MT5
Posted: Mon Dec 23, 2024 10:03 am
by mrtools
uncle wong wrote: Mon Dec 23, 2024 8:10 am
Dear MrTools
This multime frame zigzag indicator from old forum .Can you convert it to mql5 please ?Thanks in advance.
Sorry another one I have no idea how to mtf it!
Re: Convert MT4 indicators to MT5
Posted: Fri Dec 27, 2024 12:29 am
by RACER-X
HI ALL. I TRIED TO CONVERT THIS INDICATOR from mql4 TO mql5 WITH Chatgpt Pro. I ONLY GET 15 ERRORS WHEN I ATTEMPT TO COMPILE BUT IT DOES not WANT TO COMPILE OR WORK.
PLEASE HELP
Re: Convert MT4 indicators to MT5
Posted: Fri Dec 27, 2024 1:17 am
by Cagliostro
RACER-X wrote: Fri Dec 27, 2024 12:29 am
HI ALL. I TRIED TO CONVERT THIS INDICATOR from mql4 TO mql5 WITH Chatgpt Pro. I ONLY GET 15 ERRORS WHEN I ATTEMPT TO COMPILE BUT IT DOES not WANT TO COMPILE OR WORK.
PLEASE HELP
Post the MT4 code you are trying to convert