how to fix these errors

 

hi, i have mql4 indicator,  i tried to create a mql5  indicator of it 

after copy, and compile 

i got these errors 

'Time' - undeclared identifier parabolic 4.mq5 314 25

'[' - array required parabolic 4.mq5 314 29

'TimeToStr' - undeclared identifier parabolic 4.mq5 322 67


',' - unexpected token parabolic 4.mq5 322 88

implicit conversion from 'number' to 'string' parabolic 4.mq5 322 67


how to fix these errors 

 
Those errors mean you are trying to compile MT4 code. Translate it to MT5, first.
 
THANKS FOR REPLY , IS THERE ANY YOUTUBE VIDEO EXPLAIN TO TRANSLATE 
Reason: