MT5Version {MetaTrader} | R Documentation |
Gets the MetaTrader 5 Terminal version.
MT5Version()
Returns the MetaTrader 5 Terminal version in the form of a R list.
integer | version |
integer | build |
string | build date |
[[1]] [1] 500 [[2]] [1] 1995 [[3]] [1] "15 Feb 2019"
# start MetaTrader 5 Terminal (you should have it installed), call on first request only MT5Initialize() # wait for connection with broker server, call on first request only MT5WaitForTerminal() # get version info MT5Version()