MtApi5.ex5: Update version to 1.5. Disable debug logging

This commit is contained in:
vdemydiuk
2018-03-27 11:25:22 +03:00
parent 6b327e017a
commit 52ca4fae1e
2 changed files with 10 additions and 2 deletions
BIN
View File
Binary file not shown.
+10 -2
View File
@@ -1,7 +1,7 @@
#property copyright "Vyacheslav Demidyuk"
#property link ""
#property version "1.4"
#property version "1.5"
#property description "MtApi (MT5) connection expert"
#include <json.mqh>
@@ -41,7 +41,7 @@
bool getBooleanValue(int expertHandle, int paramIndex, bool& res, string& err);
#import
#define __DEBUG_LOG__
//#define __DEBUG_LOG__
input int Port = 8228;
@@ -807,6 +807,9 @@ int executeCommand()
case 263: //ChartScreenShot
Execute_ChartScreenShot();
break;
case 264: //WindowBarsPerChart
Execute_WindowBarsPerChart();
break;
case 280: //ChartIndicatorAdd
Execute_ChartIndicatorAdd();
break;
@@ -6106,6 +6109,11 @@ void Execute_ChartScreenShot()
SEND_BOOL_RESPONSE(result)
}
void Execute_WindowBarsPerChart()
{
}
void Execute_ChartIndicatorAdd()
{
long chart_id;