Quote:
|
Originally Posted by pawang
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
|
Try this:
if((a>b && MathAbs(x)<1) && y<z)
{
//write here what should happen
}
__________________
You need proffesional mql coder?
Contact me! I will help you!
........................................
http://www.fxservice.eu/
........................................