alaeddin / Publications
Forum
TimeCurrent() is different than TimeToStr(TimeCurrent(), TIME_DATE|TIME_SECONDS)
Hi, Why TimeCurrent() is different than when you convert to string using TimeToStr (TimeCurrent(), TIME_DATE|TIME_SECONDS) for the same tick in OnTick() in EA? For example, TimeCurrent() returns 2016.01.19 14:49:59 while TimeToStr(TimeCurrent(), TIME_DATE|TIME_SECONDS) returns 1453214999 Thanks
WebRequest returns -1 with error 5203 for HTTPS POST
Hi, I'm posting a https request in my EA but the WebRequest returns -1 with error 5203 ERR_WEBREQUEST_REQUEST_FAILED . What do you think the problem is? Thanks, Ala