Close[]

 

While a candle (or bar) is still open (e.g. minute 00:57 on the H1 timeframe), what is the close price of the current candle? In other words, what value is returned for Close[0] when the current candle has not closed yet? Thank you.

 

The actual Bid price.

All prices of a candle/bar are bid prices.

 
deltatangoxray:

While a candle (or bar) is still open (e.g. minute 00:57 on the H1 timeframe), what is the close price of the current candle? In other words, what value is returned for Close[0] when the current candle has not closed yet? Thank you.

The close price of the current candle is Bid. I.e. when we have 00:57, the price of Close [0] is equal to the current Bid on the H1 timeframe.

Reason: