MQL4 - automated forex trading   /  

Forum

how to find high and low between 2 times

Back to topics list To post a new topic, please log in or register

avatar
33
adler2 2010.05.31 04:29 

Hello friends

How can i find high and low between 5 am uk time to 8 am uk time using mq4?

Can you kindly help me with the code plz?

Thanks

Mohamed

All about Automated Trading Championship: Registration

All about Automated Trading Championship: Registration

This article comprises useful materials that will help you learn more about the procedure of registration for participation in the Automated Trading Championship.


avatar
226
engcomp 2010.05.31 04:47 
adler2:

Hello friends

How can i find high and low between 5 am uk time to 8 am uk time using mq4?

Can you kindly help me with the code plz?

Thanks

Mohamed

Look up iHighest() and iLowest() in http://forum.mql4.com/28412

avatar
4328
WHRoeder 2010.05.31 16:48 
Find the 5am bar with iBarShift(NULL, 0, t1) Find 8am bar. Duration = bar8AM-bar5AM+1. iHighest using duration and bar8AM
Back to topics list  

To add comments, please log in or register