answered in this thread before to get the daily highs and lows of a specific day:
Why do you want to zone in on a specific day? what's the problem with returning the daily highs and lows for X number of previous days?
there's also a nice indicator recently published in the codebase
You can see the date and time under the chart of course
metinique:
Hi , i am new to coding with mql5 and i struggle to find a way of returning the monday high and low . I don't even know where to start from to be honest.
Thank you!
dayofweek for Monday is 1:
Documentation on MQL5: Date and Time / TimeToStruct
- www.mql5.com
Converts a value of datetime type (number of seconds since 01.01.1970) into a structure variable MqlDateTime . Parameters dt [in] Date value...
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
Hi , i am new to coding with mql5 and i struggle to find a way of returning the monday high and low . I don't even know where to start from to be honest.
Thank you!