JPY pairs comment

 

The ATR doesn't seem to display any text on the JPY pairs.

Any ideas why not?


double distanceAway = MathAbs(currPANearest-Bid);
   double ATR = iATR(NULL,PERIOD_H1,14,0);
   Comment("currPANearest="+DoubleToStr(currPANearest,2)+
           "\nDistance away="+DoubleToStr(distanceAway*10000,0)+
           "\nATR="+DoubleToStr(ATR,4)
   );
Reason: