From 8eb4bcfabe358afd53034737d572d788c4cbe07f Mon Sep 17 00:00:00 2001 From: Janderson Date: Mon, 12 Mar 2018 22:37:06 -0300 Subject: [PATCH] Commands to handle with Terminal: - TerminalInfoDoublePropertyId - TerminalInfoIntegerPropertyId - TerminalInfoStringPropertyId --- MtApi5/MtApi5Client.cs | 6 +- TestClients/MtApi5TestClient/MainWindow.xaml | 63 ++++++++++++++++++++ TestClients/MtApi5TestClient/ViewModel.cs | 42 ++++++++++++- mq5/MtApi5.mq5 | 51 ++++++++++++++-- 4 files changed, 152 insertions(+), 10 deletions(-) diff --git a/MtApi5/MtApi5Client.cs b/MtApi5/MtApi5Client.cs index c49ac754..e76eeb20 100755 --- a/MtApi5/MtApi5Client.cs +++ b/MtApi5/MtApi5Client.cs @@ -2108,7 +2108,7 @@ namespace MtApi5 #region Commands of Terminal /// - ///Returns the value of a corresponding property of the mql4 program environment. + ///Returns the value of a corresponding property of the mql5 program environment. /// ///Identifier of a property. Can be one of the values of the ENUM_TERMINAL_INFO_STRING enumeration. /// @@ -2121,7 +2121,7 @@ namespace MtApi5 } /// - ///Returns the value of a corresponding property of the mql4 program environment. + ///Returns the value of a corresponding property of the mql5 program environment. /// ///Identifier of a property. Can be one of the values of the ENUM_TERMINAL_INFO_INTEGER enumeration. /// @@ -2134,7 +2134,7 @@ namespace MtApi5 } /// - ///Returns the value of a corresponding property of the mql4 program environment. + ///Returns the value of a corresponding property of the mql5 program environment. /// ///Identifier of a property. Can be one of the values of the ENUM_TERMINAL_INFO_DOUBLE enumeration. /// diff --git a/TestClients/MtApi5TestClient/MainWindow.xaml b/TestClients/MtApi5TestClient/MainWindow.xaml index 8420e45c..e390ddf7 100755 --- a/TestClients/MtApi5TestClient/MainWindow.xaml +++ b/TestClients/MtApi5TestClient/MainWindow.xaml @@ -78,6 +78,28 @@ + + + + + + + + + + + + + + + + + + + @@ -297,6 +319,47 @@ + + + + + + + + + + + + + + + + + + + +