belz23

Trader
May 12, 2023
1
0
7
28
@jali Here are the updated versions where you can switch both indicators to work with real volume in MT5.
hello mate , i was wonder if you could it for the zones if you dont mind please , it tells you how much of the pva candle needs to be recovered , also adding a visual zone of the remaining amount , thanks in advance
 

Attachments

  • VectorCandleZonesRecover-MT4_1.zip
    97.3 KB · Views: 16

Yunique78

Trader
Jun 7, 2023
2
0
7
45
It is actually not too difficult to "convert" these indicators using the conversion libraries (.mqh) available via MQL5.com. They re-define MQL5 functions via old MQL4 names. I am attaching them here.

Perhaps it is not the most optimal solution from the point of view of performance and code serviceability, but it lets you quickly convert an indicator without doing any real coding.
Hi Enivid. How will I go about using the mqh files to convert an MT4 indicator to MT5? Apologies the question might sound stupid but I am new to coding and really want to learn.
 

Enivid

Administrator
Staff member
Nov 30, 2008
18,607
1,366
144
Odesa
www.earnforex.com
Hi Enivid. How will I go about using the mqh files to convert an MT4 indicator to MT5? Apologies the question might sound stupid but I am new to coding and really want to learn.
Mostly, you just add include <library_name.mqh> statement at the top of your MQL4 code and it does the rest. But sometimes, you would still need to make some changes to the code - renaming some functions or making some bigger changes.
 

Yunique78

Trader
Jun 7, 2023
2
0
7
45
Mostly, you just add include <library_name.mqh> statement at the top of your MQL4 code and it does the rest. But sometimes, you would still need to make some changes to the code - renaming some functions or making some bigger changes.
Thank you very much. I am trying to convert an indicator from MQL4 to MQL5. I will keep you posted if I need any assistance.
 

alvinjacob31

Trader
Jun 29, 2023
1
0
6
41
plz can anyone help me convert this file from MQL4 to MQL5
Post automatically merged:

plz can anyone help me to convert open source script to mq5 or ex5 for mt5

Smartmoney.jpg
 

Attachments

  • MTF_OrderblocksV3.0.ex4
    57.7 KB · Views: 10

Enivid

Administrator
Staff member
Nov 30, 2008
18,607
1,366
144
Odesa
www.earnforex.com
plz can anyone help me convert this file from MQL4 to MQL5
Post automatically merged:

plz can anyone help me to convert open source script to mq5 or ex5 for mt5

View attachment 24303
You forgot to attach the source code. The compiled file that you attached cannot be used for conversion.
 

Enivid

Administrator
Staff member
Nov 30, 2008
18,607
1,366
144
Odesa
www.earnforex.com
Hi, can anyone here help me to convert this mq4 into mq5? I would like to use it with mt5.
This is Multi ZigZag's source cod indicator
That's a pretty interesting MTF ZigZag indicator there.
Here is MultiZigZag converted to MT5:
multizigzag-mtf.png
 

Attachments

  • MultiZigZag.ex5
    18.9 KB · Views: 7
  • MultiZigZag.mq5
    25.9 KB · Views: 8
  • 🎉
Reactions: EnrichWave

UniCorn

Trader
Aug 12, 2022
3
0
17
35
Hello friends, is it possible to rewrite this indicator for me in Meta5
 

Attachments

  • Show Pips_4xPIPAHOLIC.mq4
    19.8 KB · Views: 9

UniCorn

Trader
Aug 12, 2022
3
0
17
35
Hi friends, can this indicator be rewritten for Meta 5?
 

Attachments

  • ! SmartMoney Fractal Levels v3.mq4
    22.7 KB · Views: 14

mariorony

Trader
Nov 23, 2021
2
0
17
50
Hola
Post automatically merged:

SI ALGUIEN PUEDE CONVERTIR A MQ5 ESTE INDICADOR
 

Attachments

  • UniversalIndicador.mq4
    12.2 KB · Views: 8

HUY93

Trader
Dec 14, 2023
1
0
7
30
PLEASE can anyone help me convert this file from MQL4 to MQL5
 

Attachments

  • ATRNTR.mq4
    41 KB · Views: 11

learnmore

Trader
Jan 17, 2024
2
0
6
34
is there anyone here who can convert this mt4 indicator into mt5 indicator, because i want to develop a vix statergy with combination of some other indicator. if i able to finalize i will share here also for everyone. help will be appreciated.
 

Attachments

  • ULLAFX BREKAOUT ARROW.ex4
    51 KB · Views: 4

Enivid

Administrator
Staff member
Nov 30, 2008
18,607
1,366
144
Odesa
www.earnforex.com
is there anyone here who can convert this mt4 indicator into mt5 indicator, because i want to develop a vix statergy with combination of some other indicator. if i able to finalize i will share here also for everyone. help will be appreciated.
You've attached a compiled .ex4 file. One needs a source code (.mq4) file to convert it to MT5.