celenkosini sibusiso / Publications
Forum
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 ; } return 1.0 ; } Improperly formatted code edited by moderator. Please always use the CODE button (Alt-S) when inserting code