anhtuan750 / Publications
Forum
True or False
In the "List of Program" in Mql4, there is an example about "if-else" as follow: " if ( Price < Level_2 ) // Check level 2 { Alert("The price is above level2") } Please tell me "above" is used in above example true or false? I think "below" is correct. Thanks