Need help with this logic

 

I am new to MT4 and have been having problems with this logic. Can you shed some light:


if(Close[0] > iMA(NULL,0,8,0,MODE_EMA,PRICE_CLOSE,1))


This if query never goes true.


Thanks,


BP