Enivid

Administrator
Staff member
Nov 30, 2008
18,530
1,355
144
Odesa
www.earnforex.com
Sir pls correct my mistake i really need it to change
You don't need to rename ind4to5.mqh to ind4to5.mq5. Neither you need to compile it.
MMA_W3Adeviation.mq5 is the file you are trying to convert, it should be inside the MQL5\Indicators\ folder. You also need to add the line #include <ind4to5.mqh> to its code - somewhere near the top. Only then, you should try compiling it.
 

Zamani006

Trader
Jun 28, 2022
10
1
6
26
Good morning sir it really works but i just need to remove some things for it to be perfect any help on it sir
I really appreciate sir
 

Attachments

  • Screenshot_20220701-070041.png
    Screenshot_20220701-070041.png
    439.3 KB · Views: 10

Zamani006

Trader
Jun 28, 2022
10
1
6
26
Ok sir(edit is mq5 one)
Post automatically merged:

Please attach the indicator with your edits here.
Ok sir

To convert an indicator from MT4 to MT5, you need the indicator's source code - .mq4 file. You could ask the authors of those indicators for the code or perhaps to convert them into MT5 (maybe they already have converted versions).
Good morning sir any progress sir
 

Attachments

  • MMA_W3Adeviation.mq4
    7.9 KB · Views: 16
  • MMA_W3Adeviation.mq5
    8 KB · Views: 30
  • 👍
Reactions: zx2000zx1

Enivid

Administrator
Staff member
Nov 30, 2008
18,530
1,355
144
Odesa
www.earnforex.com
Ok sir(edit is mq5 one)
Post automatically merged:


Ok sir


Good morning sir any progress sir
Unfortunately, that library (ind4to5.mqh) won't work with the current version of MT5 anymore because of the new functions in MQL5. You can try searching for a new version or a similar conversion library. Otherwise, you'd need to convert manually.
 

Enivid

Administrator
Staff member
Nov 30, 2008
18,530
1,355
144
Odesa
www.earnforex.com
Can someone please help me convert this MT4 indicator to MT5? I know it's easy to find QQE for mt5 but I haven't been able to find a histo version that allows you to change the MA type like this one does. It would be much appreciated!!!
Download and try it. It probably still has some bugs, but the default view works well so far.
 

Attachments

  • QQE_Histo_MA.ex5
    48.4 KB · Views: 19
  • QQE_Histo_MA.mq5
    34.4 KB · Views: 20

Enivid

Administrator
Staff member
Nov 30, 2008
18,530
1,355
144
Odesa
www.earnforex.com
Hi enivid
l cant do it
u can convert this file from mql5 to mql4 for me please
Actually, MT5->MT4 conversion can be rather easy. This one took just renaming the file and adding the following line at the top:
MQL4:
#property strict
 

Attachments

  • MACD of CCI.ex4
    15.4 KB · Views: 9
  • MACD of CCI.mq4
    5.9 KB · Views: 9