@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

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.
 
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.
 
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.
 
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

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.
 
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

  • 🎉
Reactions: EnrichWave
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

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.