the Ask price with iLow()

 

Hello,

i would like to know the high and low Price of a bar at a specific time, i use iHigh() to obtain the high Bid price, but how can i obtain the Ask price with iLow() ?

Thanks.

 
Mickael Arditi:

Hello,

i would like to know the high and low Price of a bar at a specific time, i use iHigh() to obtain the high Bid price, but how can i obtain the Ask price with iLow() ?

Thanks.

You can add spread to value which it returns
 
Ahmet Metin Yilmaz:
You can add spread to value which it returns

I thought about it, but the spread isn't fix. Can i obtain the spread to a specific bar?

 
Not on MT4
 
Actually mt4 chart logic works only with Bid prices. all supports and resistance, high level and low level calculate with also Bid prices. I think it will be not much difference you claim low level in Bid price. 
 
You can use sum of Last x tick's spread 
 
Ok, thank you all.