SymbolInfoTickThe function returns current prices of a specified symbol in a variable of the MqlTick type.
Parameters symbol [in] Symbol name. tick [out] Link to the structure of the MqlTick type, to which the current prices and time of the last price update will be placed. Return Value The function returns true if successful, otherwise returns false. |