I am making some operations on the market price. I have a bar.
Open[0] = 4507; Close[0] = 4509.75;
I have proceeded as followed:
(Close[0]-Open[0])/2
Is there a way to have the market price at the middle of the bar (something around 4508)?
Many thanks in advance.

Comment