Libraries: stdlib.mq5

 

stdlib.mq5:

converted stdlib library for MQL5 from the MQL4

Author: jaffer wilson

 
Could you please summarise the main changes? Thanks
 
Excuse me, and how do I download it to include it in my meta trader 5?
 
Saved my day.

I don't know why MQL4 removed the implementation of stdlib.mqh like this:
#import "stdlib.ex4"

string ErrorDescription(int error_code);
int    RGB(int red_value,int green_value,int blue_value);
bool   CompareDoubles(double number1,double number2);
string DoubleToStrMorePrecision(double number,int precision);
string IntegerToHexString(int integer_number);

#import
but your implementation works on both MT4 and MT5 without external resources needed.