Syntax
NewManageSLTP( AccountId As Long , OrderId As Long , Lots as Decimal, TP As Decimal, SL As Decimal)
Description
The NewManageSLTP operation is used to place new Stop Loss/Take profit at the specific position for the specific given
account number.
Request Parameters
| Name | Description | Required |
| AccountId |
|
Yes |
| OrderId |
|
Yes |
| Lots |
|
Yes |
| TP |
|
Yes |
| SL |
|
Yes |
Response Elements
| Name | Description |
| Result | In case of success, this operation returns the managed order ID Otherwise see Error codes Type: String as a JSON object. |
See Also