Updated test application (MT5) to perform testing functions ChartIndicatorAdd, ChartIndicatorGet

This commit is contained in:
vdemydiuk
2018-03-27 10:22:16 +03:00
parent 4a9642b60c
commit 10a758bd93
4 changed files with 39 additions and 15 deletions
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -6113,8 +6113,8 @@ void Execute_ChartIndicatorAdd()
int indicator_handle;
GET_LONG_VALUE(0, chart_id, "chart_id")
GET_INT_VALUE(2, sub_window, "sub_window")
GET_INT_VALUE(3, indicator_handle, "indicator_handle")
GET_INT_VALUE(1, sub_window, "sub_window")
GET_INT_VALUE(2, indicator_handle, "indicator_handle")
#ifdef __DEBUG_LOG__
PrintFormat("%s: chart_id = %I64d, sub_window = %d, indicator_handle = %d", __FUNCTION__, chart_id, sub_window, indicator_handle);