Please help with metaeditor 4!

 

How to display in a MessageBox the Open Price??

I use this but with no help :

MessageBox(MODE_OPEN)


I want to view the Price ex: 1.65656 in a message box... in MT4

 

MessageBox("Open is "+Open[0]);