Skip to main content

RequestTradingViewApi

Request in format TradingView API

Request format

{
"Send": "request TradingViewAPI",
"Nodes": [
"Node1"
],
"RequestId": "e85080f9-306f-4147-9a1d-694fb9664bea",
"RequestName": "RequestTradingViewApi"
}

Request parameters:

NameDescription
SendQuery string in the Trading View Api format
RequestIdUnique request GUID
NodesOne node is indicated on which the trigger is updated (the validator is running)

Response ResponseTradingViewApi

{
"Result": [
{
"Node": "Node1",
"Platform": "Mt4",
"Result": "response",
"ResponseNode": "ResponseNodeTradingViewApi"
}
],
"RequestId": "e85080f9-306f-4147-9a1d-694fb9664bea",
"ResponseMaster": "ResponseTradingViewApi"
}