Hello. Please advise how one program in the MQL4 opening trade at the beginning of a new candle. Thank you.
Hello. Please advise how one program in the MQL4 opening trade at the beginning of a new candle. Thank you.
You have to
* save the timestamp of every tick to a variable
* check if actual timestamp is different from current one -> new bar just opened.