Any One Change above Indicator MT4 to MT5I just moved from mt4 to mt5.
If anyone can help me in knowing how to convert them or just convert them for free, I'd really appreciate!
Thanks...
Any One Change above Indicator MT4 to MT5I just moved from mt4 to mt5.
If anyone can help me in knowing how to convert them or just convert them for free, I'd really appreciate!
Thanks...
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@jali Here are the updated versions where you can switch both indicators to work with real volume in MT5.
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.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.
Mostly, you just addHi 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.
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.Mostly, you just addinclude <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.
You forgot to attach the source code. The compiled file that you attached cannot be used for conversion.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
so I left it here to help youHello friends, is it possible to rewrite this indicator for me in Meta5
That's not an indicator.Hola
Post automatically merged:
SI ALGUIEN PUEDE CONVERTIR A MQ5 ESTE INDICADOR
That's the same as Supertrend indicator but with ATR applied to the Close price rather than median price.PLEASE can anyone help me convert this file from MQL4 to MQL5
You've attached a compiled .ex4 file. One needs a source code (.mq4) file to convert it to MT5.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.
actually i dont know how to convert it to mq4You've attached a compiled .ex4 file. One needs a source code (.mq4) file to convert it to MT5.
You shouldn't be converting .ex4 to .mq4 - that's against MetaQuotes' EULA. You need to ask the indicator's developer to share the source code.actually i dont know how to convert it to mq4