Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 179
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
DodBid anddPoint need to be prescribed separately?
Hello.
Can you tell me how to correctly calculate the date of a future candle.
Let's say today is April 30th.
If (seg. Sunday) {the date of the next candle is May 1};
If (Mon) {the date of the next candle is May 1};
...
...
If (Segment Friday) {the date of the next candle on the 3rd May};
If (segment Saturday) {the date of the next candle on the 2nd of May};
Hello.
Can you tell me how to correctly calculate the date of a future candle.
Let's say today is April 30th.
If (seg. Sunday) {the date of the next candle is May 1};
If (Mon) {the date of the next candle is May 1};
...
...
If (Segment Friday) {the date of the next candle on the 3rd May};
If (segment Saturday) {the date of the next candle on the 2nd of May};
To the current date add the required number of seconds, or more precisely, the current time + (24*60*60). I hope you know how to find out what day of the week it is.
Add the required number of seconds to the current date, or to be more precise, the current time + (24*60*60). How to find out what day of the week I hope you know.
Yes, thank you!
Hello.
Please tell me how to find a red horizontal line whose name is unknown.
When there is a name, I do this
How about without a name?
Hello.
Please tell me how to find a red horizontal line whose name is unknown.
When there is a name, I do this
How about without a name?
Try this (abstract example):
So try it (an abstract example):
Thank you, Artyom.
Always, you help out promptly )