MathAbs subtraction does not work

 
Hello to all, to get a result with a subtraction between two figures (price), use this code, but the result does not come out. The compilation of the code does not generate errors.

How could I solve?


thank you


&& MathAbs(Close[2+i] -Open [2+i]) > DojiGap2  * myPoint // this work!!      
      
&& MathAbs (Close[1+i]-iMA(NULL, PERIOD_CURRENT, 20, 0, MODE_SMA, PRICE_CLOSE, 1+i)) > GapMM //This not work why?!?
 

Sorry I have solved alone, I forgot the code


* myPoint
Reason: