who can conver these 2 indis from meta5 to meta4 for me please?
thanks in advance
There is no fully automatic tool, but it is possible to convert indicators from MT4 to MT5 using special libraries I've shared in this post. It doesn't require in-depth knowledge of MQL4/5 coding.Hello,
I don't think there is a tool to convert a program from mt4 to mt5, you are obliged to find a developer to redo the development in MQL5 language.
did you get the arrows for mt5?who can conver these 2 indis from meta5 to meta4 for me please?
thanks in advance
You cannot convert a compiled MT4 indicator (.ex4) to MT5. You need the source code file (.mq4) to convert it.can u pls convert in to mt5 its a good indicator
Bravo.......I think I could do it, but you should expect waiting time of 6-12 months for me to get to it.
I don't believe in volume trading in Forex, but these indicators have been very interesting to convert from MT4 to MT5. I also took the liberty to convert some of the input parameters to enums.
Here is the Candles Suite with PVA display:
View attachment 15956
And here is the Volume Suite with the default PVA view:
View attachment 15955
@aphong Please test it and let me know if it works for you.
thank you very much, i think its an updated version of bettervolume indicator right...
Please can you add option to choose Tick or Real volume in case you will use it in futures market.
and also add the option Lookback, to choose how many bars .
const long& Volume[],
to const long& tick_volume[],
and then change const long& volume[],
to const long& Volume[],
.I will probably get to this sometime in the future, but you can easily swap Real Volume for Tick Volume by renaming the parameters of the OnCalculate() handler - change the currentconst long& Volume[],
toconst long& tick_volume[],
and then changeconst long& volume[],
toconst long& Volume[],
.
Those are lines of text that you can change in the .mq5 files.THANKS for your quick answer
But believe me i dont know about coding at all, i dont know to do that.
anyways thank you