Lagging comment function in mt4

 
I don't know if anyone else noticed , that comment function is lagging. What i mean is that. When price moves ,information showed in comments are as it were before price had moved .I just put below simple code check yourself how bid and ask price differs from actual price.
int start()
  {
    Comment("  Bid  ",Bid,"  Ask  ",Ask,"  Seconds  ",Seconds());
 return(0);
  }


http://img389.imageshack.us/img389/9499/bidask4wb.jpg

the same with time
http://img389.imageshack.us/img389/8127/39ax.jpg

And there is no such problem with MT3.

 
I tried and it works ok. Prices are current.
Try MarketInfo() function. Perhaps it would be better.

Regards
Rafael