mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-23 15:48:10 +00:00
Issue #143: Added function TesterStop [MT5]
This commit is contained in:
@@ -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