A valid request URL is required to generate request examples{
"comment": "novosky",
"magic": 20250101,
"price_current": 95050,
"price_open": 95000,
"profit": 5,
"sl": 94800,
"swap": -0.12,
"symbol": "BTCUSDc",
"ticket": 123456789,
"time": 1777879028,
"tp": 95300,
"type": 0,
"volume": 0.01
}Updates the SL and/or TP on an existing open position via mt5.order_send() with ORDER_TYPE_SLTP.
A valid request URL is required to generate request examples{
"comment": "novosky",
"magic": 20250101,
"price_current": 95050,
"price_open": 95000,
"profit": 5,
"sl": 94800,
"swap": -0.12,
"symbol": "BTCUSDc",
"ticket": 123456789,
"time": 1777879028,
"tp": 95300,
"type": 0,
"volume": 0.01
}Documentation Index
Fetch the complete documentation index at: https://docs.novosky.app/llms.txt
Use this file to discover all available pages before exploring further.
Set API_TOKEN in .env to match the token configured on the server.
Position ticket number
123456789
Updated position
An open position.
"novosky"
EA magic number.
20250101
95050
95000
Floating profit in account currency.
5
94800
-0.12
"BTCUSDc"
123456789
Position open time as Unix epoch.
1777879028
95300
0 = BUY, 1 = SELL.
0
0.01