I know I can access the open, close, high and low with Open[0] / Close[0] / High[0] / Low[0].
What about the other prices in this same bar ?
Thanks!
What other price are you referring?
No such things. M1 is the smallest timeframe stored.
I know I can access the open, close, high and low with Open[0] / Close[0] / High[0] / Low[0].
What about the other prices in this same bar ?
Thanks!
Get tick prices - this is your friend - https://docs.mql4.com/constants/structures/mqltick - convert the time to second and find if you already have other ticks with same time (like in same minute/ second or hour depending on what you wish to look for )

- docs.mql4.com

- votes: 5
- 2018.03.29
- fxsaber
- www.mql5.com
Get tick prices - this is your friend - https://docs.mql4.com/constants/structures/mqltick - convert the time to second and find if you already have other ticks with same time (like in same minute/ second or hour depending on what you wish to look for )
https://www.mql5.com/ru/code/20298

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I know I can access the open, close, high and low with Open[0] / Close[0] / High[0] / Low[0].
What about the other prices in this same bar ?
Thanks!