Forum

convert indicator from mt5 to mt4

Dear developers, I have an indicator , which works fine in mt5., please help me in finding the corresponding MT4 API for below Api's int OnInit() int OnCalculate()

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