Order Ticket
The order ticket is a JSON object containing all instructions for trade execution. It consists of required and optional parameters that define your trading strategy.
As new features are added, we’ll update the parameters. Bookmark this page for reference!
Structure
{
"license_id": "",
"symbol": "",
"action": "",
"order_type": "",
"magic_num": "",
"trade_type": "",
"risk": "",
"size": "",
"price": "",
"tp": "",
"sl": "",
"trail_price": "",
"trail_offset": ""
}