MarketInfo(Symbol(), MODE_BID) is the last tick price
Bid is the last tick price received by the indicator or EA. There may be ticks missed by the EA while the EA is executing its code.

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 can get tick bid price use MarketInfo(Symbol(), MODE_BID);
, and tick ask price MarketInfo(Symbol(), MODE_ASK);
, but how can i get last tick price
because the CLOSE[0] and last tick price is Different