From 7fec3da7bc272ed02e33f1b6802782021764499d Mon Sep 17 00:00:00 2001 From: vdemydiuk Date: Wed, 12 Oct 2016 17:01:22 +0300 Subject: [PATCH] Update readme --- MTApiService/MtServerInstance.cs | 2 +- README.md | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/MTApiService/MtServerInstance.cs b/MTApiService/MtServerInstance.cs index e2f54227..a448198a 100755 --- a/MTApiService/MtServerInstance.cs +++ b/MTApiService/MtServerInstance.cs @@ -74,7 +74,7 @@ namespace MTApiService public void DeinitExpert(int expertHandle) { - Log.InfoFormat("DeinitExpert: begin. symbol = {0}", expertHandle); + Log.InfoFormat("DeinitExpert: begin. expertHandle = {0}", expertHandle); MtExpert expert = null; diff --git a/README.md b/README.md index c9ad094e..7094e155 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,9 @@ MTApiService is common engine communication project of the API for MT4 and MT5. MTApiService library should be placed in Windows GAC (Global Assembly Cache). Installers in the project will copied it to GAC automatically. # How to build solution -The project is supported by Visual Studio 2015. It also requires WIX Tools (http://wixtoolset.org/). -To build solution you need to update sign key file in MtApiService project: -- open properties of MTApiService project; -- go to tab Signing and select item MtApiKey.pfx; -- input password "MtApiService". +The project is supported by Visual Studio 2015. +It also requires WIX Tools (http://wixtoolset.org/). + To make api for MetaTrader4 use MtApiInstaller and for MetaTrader5 use MtApi5Installer. All installers will be placed in folder "[root]\build\installers\" and all *.dll files will be placed in "[root]\build\products\". MQL files have been build to ex4 and stored into folders "mq4" for MetaTrader and "mq5" for MetaTrader5. They are ready to using in terminals.