convert an indicators to mql5

 
Hi everybody.I need to convert an indicators from mql4 to mql5 .I tried many times use the program revriter or something like that,but without positive results.Help me please with this convert.Here is screen with error information after convert.Greetings.tantric
Files:
 

Looks like we all have this problem!!

 

Nobody in mt5 going to doanything about it? 

 

Here my two cents. I know a bit about both mql4 and mql5 since we created two graphical environments to generate eas and indicators for MT4 and MT5. This is hard core code generation so we really learned both languages. MQL4 is a nice and easy language. MQL5 is also nice but not easy. It's more powerfull but the learning curve takes more time. Once you get there, you will be able to create better strategies. We thought about creating a tool to do the mql4 - mql5 migration. First issue we faced, you cannot migrate mt4 eas that use hedging. There is an article about a possible solution but it is too complex. Second issue, the way you manage the index for the indicator buffers is different, so you can't just replace the old command with the new command. We did lots of testing and there are many corner cases. It really depends on how the indicator was written. Unfortunatelly coders have different styles which does not help. Creating a tool to do the migrations is time consuming and at the end it won't work for all cases. Still, some human intervention is required. The best advise, learn some of the mql5 basics and then you will be able to fix the code generated by the program rewriter.

Documentation on MQL5: Standard Constants, Enumerations and Structures / Indicator Constants / Indicators Lines
  • www.mql5.com
Standard Constants, Enumerations and Structures / Indicator Constants / Indicators Lines - Documentation on MQL5
 

Hi there, 

Can anyone please help convert this powerful indicator from MT5 to MT4 please? 

Thank you in advance

 
Fxmanana #:

Hi there, 

Can anyone please help convert this powerful indicator from MT5 to MT4 please? 

Thank you in advance

Why are you interested in old (stone age) technology? If Metaquotes brings out MT6 tomorrow and MT4 is no longer supported, what will you do? Pay heavily to Metaquotes for continuous support of your MT4 codes? Pls upgrade your skills    

 
Fxmanana #: Can anyone please

Help you with what? You haven't stated a problem, you stated a want.
     How To Ask Questions The Smart Way. (2004)
          Prune pointless queries.

You have only four choices:

  1. Search for it (CodeBase or Market). Do you expect us to do your research for you?

  2. Beg at:

  3. MT4: Learn to code it.
    MT5: Begin learning to code it.

    If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.

  4. or pay (Freelance) someone to code it. Top of every page is the link Freelance.
              Hiring to write script - General - MQL5 programming forum (2019)

We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
          No free help (2017)

Reason: