Skip to main content

RequestExcludeSymbolSemaphoreRates

Request in the quotes semaphore settings to add a symbol to exceptions

Request format

{
"Symbol": "EURUSD",
"Nodes": [
"Node1"
],
"RequestId": "cd150280-4edf-406d-8cdc-f96e813b5e2d",
"RequestName": "RequestExcludeSymbolSemaphoreRates"
}

Request parameters:

NameDescription
RequestIdUnique request GUID
NodesOne node is indicated on which the trigger is updated
SymbolExcluded character

General status response ResponseOk

{
"Result": [
{
"Node": "Node1",
"Platform": "Mt4",
"Result": "Ok",
"ResponseNode": "ResponseNodeOk"
}
],
"RequestId": "fecbdc1d-11ad-4752-8d85-a9c66997b266",
"ResponseMaster": "ResponseOk"
}