Ask on the Charts do not match whats Printing

 

Hello. I am working on a script


And i noticed something very strange i was wondering if someone could help me out. 

The Ask Price on the chart is not matching he Ask price when, I print See below


Code is running through a onTick()


Example

void OnTick()

  {

   Print(Ask);

  }


Any ideas please. 

 
Try getting the information with SymbolTickInfo.