double Ask=SymbolInfoDouble(_Symbol, SYMBOL_ASK); double Bid=SymbolInfoDouble(_Symbol, SYMBOL_BID);

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 everyone, I've noticed that there might exist two different ask/bid pairs, the one in shown in the trading panel, which is the real ask/bid prices for traders, and the other one is shown on chart, which displays on chart when turned on the "show ask price line" and "show bid price line" options.
if trading cost is charged by commissions, these two pairs might be the same.
the real prices for traders can be obtained by SymbolInfoTick function.
my question is, how to obtain the ask/bid price line values on chart in mql5?
thank you very much