Now I am getting this Error
{"type":"error","data":"Can't subscribe to more than 500 instruments."}
I said 1000 Per Socket and 3 Sockets are Allowed. That Makes 3000 No ?
O! Ok, You mean I need to Subscribe with {"a": "subscribe", "v": [738561, 5633]}
and send {"a": "mode","v": ["full",[738561, 5633]]} to set Mode and Get Full Market Depth Right ?
Yes, I am Subscribing for Tokens
To Get Full Market Data I am using
{"a": "mode","v": ["full",[738561, 5633]]} which is not working, I am not getting any Data Over Socket
When Subscribing using this
{"a": "subscribe", "v": [738561, 5633]} is wo…
As I told you I am not using an Kite Libs,
I am using Python and Build My Own Lib using Documentation V3,
I am able to get {"a": "subscribe", "v": [738561, 5633]}
but not Full Data,
I am already experienced in Kite V1 API and using it and Develop…
This happened to me too.
same Tick Data After some time, I can say this as Duplicate Because Total Traded Per Day Value Does not change.
SBIN 2017-10-27 15:46:14 311.05 25 320.25 323.6 310.1 320.5 0 311 #27576115
SBIN 2017-10-27 15:46:10 311.05 25…
I think I found it,
It was Right There :-)
Cancelling and exiting Bracket Orders (BO)
https://kite.trade/docs/connect/v1/#cancelling-orders
confused Because of its Main Heading "Cancelling orders"
is Exiting order is same as cancelling OPEN Bo Order ?
If Yes, How not to Close a position thinking its still OPEN,
I mean I see an BO Order still OPEN After 1 Min of placing that Order, Just When I request to cancel that Open Order It been filled…
I am using python and I am not using any Libs like pyconnect, I coded raw, can you give me Ref like what sort or data I need post, put or what ever and Where to send that,
I need Raw API Reference,
Thanks,
Yes, I can find in SL Order status with SL Order ID.
"status": "NOT MODIFIED", "status_message": "BO:Trigger price not within the circuit limit"
I have one more Doubt,
To Exit a BO Order, I just need to modify triger price of S…
When I am trying to Modify Stoploss and Target I am getting Success Response but not Reflecting in Order .
{'parent_order_id': u'171026001462580', 'product': 'NRML', 'order_type': 'LIMIT', 'exchange': 'NSE', 'access_token': u'klsjflkasdjf;laksjd;l…
After Order Placed successfully, Order getting Rejected,
Error Message
rms:blocked for nse_cm sundaram-eq bo block type: all
Where can I get this info, i am unable to find these Details in Documentation
When I change Price from 3.88 to 4,Order Placed What is the Difference ?
URL : https://api.kite.trade/orders/bo
Request : {'product': 'NRML', 'exchange': 'NSE', 'price': '4', 'trailing_stoploss': '', 'stoploss_value': '5', 'validity': 'DAY…
I stopped my API Subscription and deleted (But its still showing there) . I was just checking show API works. Now my application is ready for testing, and I like to Create New API as my Old API expired and cancelled 16 days before, Can I create new…
That mean I can get 600 (3 Websocket Connections) Stock Prices live and i should build 1 Min Candles with Them,
Can I open More than 3 Websocket connections with my Own .Net project ?
Hi,
I am working with 1 Min Candles, So I need to pull 1500 Stocks every min (In First 5 Sec) for Recent 1 Min Candle, How i can do this with out abusing API Rate Limits. I don't Need historical data. I Just need last 1 Min. Hope I am clea…