mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-19 13:48:11 +00:00
Issue #143: Added function TesterStop [MT5]
This commit is contained in:
@@ -251,6 +251,7 @@ namespace MtApi5
|
||||
GlobalVariablesTotal = 158,
|
||||
|
||||
UnlockTicks = 159,
|
||||
PositionCloseAll = 160
|
||||
PositionCloseAll = 160,
|
||||
TesterStop = 161
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2081,6 +2081,14 @@ namespace MtApi5
|
||||
SendCommand<object>(Mt5CommandType.Alert, commandParameters);
|
||||
}
|
||||
|
||||
///<summary>
|
||||
///Gives program operation completion command when testing.
|
||||
///</summary>
|
||||
public void TesterStop()
|
||||
{
|
||||
SendCommand<object>(Mt5CommandType.TesterStop, null);
|
||||
}
|
||||
|
||||
#endregion // Common Functions
|
||||
|
||||
#region Object Functions
|
||||
|
||||
Reference in New Issue
Block a user