| / | Forum |
|
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 This article comprises useful materials that will help you learn more about the procedure of registration for participation in the Automated Trading Championship. |
|
engcomp
2010.05.31 04:47
adler2: Look up iHighest() and iLowest() in http://forum.mql4.com/28412Hello 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 |
|
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
|