celenkosini sibusiso / Profile
celenkosini sibusiso
Added topic please help me with this '==' - open parenthesis error on mq5
double CalculatePoint() { if (Digits == 3 || Digits == 5 ) { return 0.0001 ; } else if (Digits == 2 ) || Digits == 4 ) { return 0.01 ; }
: