Maybe only open prices of them are same.
Close of '2009.02.11 08:00' is the close of '2009.02.11 08:59' .
to sure what is Open High Low and Close !
M1 = each period of 00 to 59 second
H1 = each period of 00:00 to 59:59
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I ran into some problems with my code, and traced it down to an oddity:
I thought the price e.g. at EURUSD H1 '2009.02.11 08:00' would be the same as at EURUSD M1 '2009.02.11 08:00'... apparently it is not.
Because if I zoom in on that particcular bar, on TF M1 I get a very different price than on H1. This totally upsets my 'machine'
Can someone explain what is going on?
Here is the indicator code I used to investigate this phenomenon:
Any help greatly apprechiated!
E.K