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
}Places a market or pending order via mt5.order_send(). The NOVOSKY bot only places BUY and SELL market orders. Limit, stop, and stop-limit order types are available for manual use.
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.
Request body for placing a new order.
"BTCUSDc"
Order type. The bot only uses BUY and SELL; the rest are available for manual use.
BUY, SELL, BUY_LIMIT, SELL_LIMIT, BUY_STOP, SELL_STOP, BUY_STOP_LIMIT, SELL_STOP_LIMIT "BUY"
Lot size.
0.01
"novosky"
Max allowed price deviation in points.
20
Expiry time as Unix epoch (for SPECIFIED type_time).
EA magic number for trade identification.
20250101
Order price (required for limit/stop orders).
95000
Stop loss price.
94800
Limit price for BUY_STOP_LIMIT / SELL_STOP_LIMIT orders.
Take profit price.
95300
Order expiry type: GTC, TODAY, SPECIFIED, SPECIFIED_DAY.
"GTC"
Order filled — open position returned
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