Thread: Ask!
View Single Post
  #501 (permalink)  
Old 02-23-2007, 01:43 PM
pawang pawang is offline
Junior Member
 
Join Date: Feb 2007
Posts: 9
pawang is on a distinguished road
Angry HELP!!! IF (A>B) AND (|X| <1) AND (Y<Z) then..

Hi
I am so sorry if my question is very basic.
I am learing mql4.
Please help me how to express this math conditions in mql4:
IF( (A>B) AND (|X| <1) AND (Y<Z) ) then.. ... ... ...
|X| is absoulute; it means (X < -1) OR (X> 1)

I got messege from MetaEditor
" IF EXPRESSION IS TOO COMPLEX"
After many times trying,... I have no more Idea..So please tell me how to..
Thanks
Reply With Quote