mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-27 18:47:55 +00:00
MQL5: fixed typo in function iSAR
This commit is contained in:
Binary file not shown.
+1
-1
@@ -2377,7 +2377,7 @@ string Execute_iSAR()
|
||||
GET_STRING_JSON_VALUE(jo, "Symbol", symbol);
|
||||
GET_INT_JSON_VALUE(jo, "Period", period);
|
||||
GET_DOUBLE_JSON_VALUE(jo, "Step", step);
|
||||
GET_DOUBLE_JSON_VALUE(jo, "Mamimum", maximum);
|
||||
GET_DOUBLE_JSON_VALUE(jo, "Maximum", maximum);
|
||||
|
||||
int result = iSAR(symbol, (ENUM_TIMEFRAMES)period, step, maximum);
|
||||
return CreateSuccessResponse(new JSONNumber(result));
|
||||
|
||||
Reference in New Issue
Block a user