MQL4 functions & vars implemneted for MQL5

 

Trying to convert some MQL4 indicators to MQL5. I'm feeling lazy to re-implement  these 3 functions:

iLowest, iFractals, iMA for mt5.

So, i was wondering if anyone already created header-files/libraries that implement these functions for mql5.

If anyone got something, please save me some hours.

I have searched the forum but only found ibarshift.mqh (written by Sir Alain). 

Thanks..........

 

ArrayMinimum for iLowest

https://www.mql5.com/en/docs/function_indices

Documentation on MQL5: List of MQL5 Functions
Documentation on MQL5: List of MQL5 Functions
  • www.mql5.com
Reads from the file of the CSV type a string of one of the formats: "YYYY.MM.DD HH:MM:SS", "YYYY.MM.DD" or "HH:MM:SS" - and converts it into a datetime value
 
Migrating from MQL4 to MQL5
Migrating from MQL4 to MQL5
  • 2010.05.17
  • Sergey Pavlov
  • www.mql5.com
This article is a quick guide to MQL4 language functions, it will help you to migrate your programs from MQL4 to MQL5. For each MQL4 function (except trading functions) the description and MQL5 implementation are presented, it allows you to reduce the conversion time significantly. For convenience, the MQL4 functions are divided into groups, similar to MQL4 Reference.