Gargoyle / Publications
Forum
OrderOpenTime date condition
Hello guys, I am stuck coding a time filter in MQL4... What I want to code is: if order open time is > a date... So I understood I must use OrderOpenTime function, but how to write correctly the condition? if(OrderOpenTime(TIME_DATE)>DATE){....... this is the format I am looking for... Help is