Devbrat Daga
Devbrat Daga
Friends

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

Devbrat Daga
Added topic Rounding Down Account Equity to Nearest 100
Hello, I am still learning MQL4. I have written this code as part of my EA.    double maxLossDollar = (MathRound(AccountEquity()/100) * 100) * maxLossPerc;    Alert ("maxLossDollar: " + maxLossDollar); The above code Rounds up to
Devbrat Daga
Registered at MQL5.community