curl -X POST https://api-verifier-2.onrender.com/mt5/update/orders \ -H "Content-Type: application/json" \ -d '{ "accountNumber": "12345678", "orders": [ { "ticket": 123456, "symbol": "EURUSD", "type": "buy", "volume": 0.1, "openPrice": 1.0850, "currentPrice": 1.0875, "profit": 25.00, "openTime": "2024-01-15T10:30:00.000Z" } ] }'
{ "status": "ok", "message": "Orders updated" }
Update MT5 open orders/positions
Documentation IndexFetch the complete documentation index at: https://docs.quader864.ir/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.quader864.ir/llms.txt
Use this file to discover all available pages before exploring further.
Show order object