Try getting the information with SymbolTickInfo.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.