☰
Login
Signup
Home
›
Java client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
May 2024
themohammedfaisal
MARKET order throws Check circuit limit error
sathyatej
May 2024
in
Java client
Invoked via Java API
Now. as per understanding, MARKET order must not throw this error as price is "0" fpr MARKET orders.
Below is the error, why was this error thrown?
It passed again for same via kite app
{
"placed_by": "YPxxxx",
"order_id": "240524202781416",
"exchange_order_id": null,
"parent_order_id": null,
"status": "REJECTED",
"status_message": "Price exceeds circuit limits for the instrument. Place an order within the daily range.",
"status_message_raw": "RMS:Rule: Check circuit limit including square off order exceeds for entity account-YPxxxx across exchange for segment COM across product ",
"order_timestamp": "2024-05-24 18:00:48",
"exchange_update_timestamp": null,
"exchange_timestamp": null,
"variety": "regular",
"modified": false,
"exchange": "MCX",
"tradingsymbol": "NATGASMINI24JUNFUT",
"instrument_token": 109734919,
"order_type": "MARKET",
"transaction_type": "SELL",
"validity": "DAY",
"validity_ttl": 0,
"product": "NRML",
"quantity": 8,
"disclosed_quantity": 0,
"price": 0,
"trigger_price": 0,
"average_price": 0,
"filled_quantity": 0,
"pending_quantity": 0,
"cancelled_quantity": 0,
"market_protection": 0,
"meta": {},
"tag": "sell_new",
"tags": [
"sell_new"
],
"guid": "78744XfPxLSAHDoLBl"
}
natgasmini.JPG
29.8K
themohammedfaisal
May 2024
edited May 2024
Hi
@sathyatej
,
That's correct; the circuit limit check is not applicable to market orders. It looks like the NatGas contract genuinely hit the lower circuit of 4% at the same time (18:00), which was immediately revised to 6%(+2%).
Sign In
or
Register
to comment.
That's correct; the circuit limit check is not applicable to market orders. It looks like the NatGas contract genuinely hit the lower circuit of 4% at the same time (18:00), which was immediately revised to 6%(+2%).