[index]

 
hi again, had a doubt on how the prices are stored. correct me if i am wrong. open[0] would give the open price of the bar currently in progress and open[1] would give the open price of the last bar. What about close[0] does keep on dynamically update the current tick price? and would close[1] give me the close price of the latest complete bar. And another how do i go back to the previous version of MQL4. hate this update
 
cryptex:

Q: hi again, had a doubt on how the prices are stored. correct me if i am wrong. open[0] would give the open price of the bar currently in progress and open[1] would give the open price of the last bar.

A: right

Q: What about close[0] does keep on dynamically update the current tick price?

A: every tick it would give you a different price

Q: and would close[1] give me the close price of the latest complete bar.

A: yes

Q: And another how do i go back to the previous version of MQL4. hate this update

A: dont u have a backup ?

 
  1. For your questions, NOTHING has changed.
  2. You have typos. the predefined variables are Open[], Close[], High[], Low[]
 
qjol:



thanks. Clear and concise reply :D
Reason: