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.

 
anhtuan750:

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.

i think it is 'below' also.
 

>Level_2(above Level_2)

<Level_2(below Level_2)

Reason: