im a begginer trying to learn mql4, so i have some questions >.<

 

What is residue of division? i dont get it... seems like division but is not o.o

And also, what's the difference between True, True(1), False and False(0) 

 

Post real English, there are no mind readers here. Post links to what you are talking about. There are no mind readers here.

What is residue of division?https://book.mql4.com/basics/expressionsSee https://docs.mql4.com/basis/operations/math
Division remainder (Bad translation from Russian)
difference between True, True(1)https://book.mql4.com/basics/expressions or
https://docs.mql4.com/basis/operations/bool
True converted to an Int is 1. False -> 0
Reason: