MT5 Changed Syntax

 
Dear Traders,

I was using the codes Time[i],Open[i],High[i],Low[i],Close[i],Volume[i]

and iTime,iOpen,iHigh,iLow,iClose,iVolume in MT4 but it seems MT5 don't have any of this kind of syntax's. I would like to know the alternate code for this in MT5


Kind Regards
 
Saravanakumar D:
Dear Traders,

I was using the codes Time[i],Open[i],High[i],Low[i],Close[i],Volume[i]

and iTime,iOpen,iHigh,iLow,iClose,iVolume in MT4 but it seems MT5 don't have any of this kind of syntax's. I would like to know the alternate code for this in MT5


Kind Regards
Try reading this article for hints - https://www.mql5.com/en/articles/81 
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.