mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-16 12:18:09 +00:00
Update readme
This commit is contained in:
@@ -74,7 +74,7 @@ namespace MTApiService
|
|||||||
|
|
||||||
public void DeinitExpert(int expertHandle)
|
public void DeinitExpert(int expertHandle)
|
||||||
{
|
{
|
||||||
Log.InfoFormat("DeinitExpert: begin. symbol = {0}", expertHandle);
|
Log.InfoFormat("DeinitExpert: begin. expertHandle = {0}", expertHandle);
|
||||||
|
|
||||||
MtExpert expert = null;
|
MtExpert expert = null;
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
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
|
# How to build solution
|
||||||
The project is supported by Visual Studio 2015. It also requires WIX Tools (http://wixtoolset.org/).
|
The project is supported by Visual Studio 2015.
|
||||||
To build solution you need to update sign key file in MtApiService project:
|
It also requires WIX Tools (http://wixtoolset.org/).
|
||||||
- open properties of MTApiService project;
|
|
||||||
- go to tab Signing and select item MtApiKey.pfx;
|
|
||||||
- input password "MtApiService".
|
|
||||||
To make api for MetaTrader4 use MtApiInstaller and for MetaTrader5 use MtApi5Installer.
|
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\".
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user