onebd33 / Publications
Forum
Mql4 short code
Under if statement, can I write multiple conditions with bracket, Example -: if ( ( example1==example 2) == example 0) & example 0== example 1) How I can write this type of multiple conditions under if statement. Will this work