how to get the tick price

 

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


 

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. 

Reason: