BluePipsOnly:
I have the following datetime variable:
and would want to get the hour integer for the candle in a way similar to what is done with MqlDateTime like this:
How can I get the hour integer for the "candleTime1" variable above?
TimeToStruct(TimeCurrent(),rightNow); //--- rightNow.hour
Sardion Maranatha:
I want to find the hour integer value of " candleTime1" not "rightNow".
BluePipsOnly:
Replace timecurrent with candle time
I want to find the hour integer value of " candleTime1" not "rightNow".
Thank you. It's working.

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
I have the following datetime variable:
and would want to get the hour integer for the candle in a way similar to what is done with MqlDateTime like this:
How can I get the hour integer for the "candleTime1" variable above?