How to get yesterday's pirce details

 

hello.

Can any one help me to get the values of yesterday's open, close, high and low prices using mql4 ?

 

Yep, here is some help: https://docs.mql4.com/series

For example:

iHigh(Null,PERIOD_D1, 1)
Reason: