O. N.
O. N.
Friends

Add friends via their profile or user search and you will be able to see if they are online

O. N.
Added topic The function ICustom()
Hello! I am trying to understand the function ICustom(). The definition I have from MQL4 is that this function ICustom() calculates the specified custom indicator and returns its value.  Among the parameters, there is a type string parameter
O. N.
Added topic Operation on DateTime
Hello! I am trying to understand the following operation: int te, uv; uv = Period()*60; For(int i = 0; i < 10; i++) {   te = Time[0] - i*uv; } Time[0] is a DateTime  type; te is an integer. I am just failling to unsderstand how and why
O. N.
Registered at MQL5.community