convert mql5 to mql4

 

 I have a mql5 program, that have 2 functions, can some one please help me corresponding function mql4 ?

int OnInit()
int OnCalculate()

#property indicator_chart_window

#property indicator_plots 0
#property indicator_buffers 0

input bool breakoutalert = true;
datetime timeIn;

 someone please convert the above portion to mql4 

 
Kuppusamy k:

 I have a mql5 program, that have 2 functions, can some one please help me corresponding function mql4 ?

 someone please convert the above portion to mql4 

What do you mean? These are already written with "MQL4".

 
MT4 on andriod keeps crashing as at today. Any helps please