Send a batch of signal messages
The ID of the signal to send a message to.
Optional parameter to indicate a test message. This message will be ignored by Trading Sessions if true.
A batch of Signal Messages
A message to go long with optional overrides for the Entry settings
[
{ "type": "Long", "market": "BTC-USD" },
{ "type": "Short", "market": "ETH-USD" },
{ "type": "CloseAll", "market": "SOL-USD" },
{
"type": "CloseShorts",
"market": "BTC-USD"
},
{ "type": "CloseLongs", "market": "ETH-USD" },
{
"type": "CloseLastLong",
"market": "SOL-USD"
},
{
"type": "CloseLastShort",
"market": "BTC-USD"
},
{
"type": "CloseFirstLong",
"market": "ETH-USD"
},
{
"type": "CloseFirstShort",
"market": "SOL-USD"
}
]OK