MT5Version {MetaTrader}R Documentation

Get the MetaTrader 5 Terminal version

Description

Gets the MetaTrader 5 Terminal version.

Usage

MT5Version()

Value

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"
  

[Package MetaTrader version 1.0.3 Index]