According to the docs, "cancelling" regular order and "exiting" bo are done using same "DELETE" operation. But calling "DELETE" on bo (for both second leg orders) giving me "400" error. My question is two fold. Why is 400 error ?and Do I just call "…
Yes, in this example the parent_order_id is passed only once. But, when I retrieve all pending orders, 2 open orders will come for every bracket order. Will it create any problem if I place DELETE order twice for these 2 orders?
I am referring to the confirmation window that appears in Kite publisher type orders. Kite connect doesn't have that window. Anyway, this is probably a problem coming from my program. I will check again.
Yes that is what I am saying. After the first order is successfully placed, when I enter new values and place another order, I get "Invalid Session". That happens only when I place those orders in two different threads. When I place orders using a s…
It is a platform app. Can it be given permission to allow kite connect type trades? Please tell me what I need to do to enable all modes of order placement.
Yes that is true, I have been using Kite publisher for order placement in order to avoid exchange approval requirements. But since my kite app is connect+publisher and 2000 credits are being deducted every month, my app should have the permission to…
Ok I passed api_key along with url while making request. Now I am getting error
{"status": "error", "message": "That API call is not allowed for the authenticated user", "error_type": "PermissionException"}
And this is happening for all kinds of ord…
I am using httpsUrlConnection in android. I get the error message
{"status": "error", "message": "Missing api_key", "error_type": "InputException"}
But I am actually providing api_key as mentioned previously
I believe obtaining data feed and building a strategy are two key parts here. A platform independent data feed (not a technical analysis tool) is hard to find. If someone knows any such free data feed to get RT quote and OHLC, please share. I have u…
Ok I understand. But I understand there is no minimum value for squareoff value and stoploss value, right? I mean I can place a stoploss 0.05, is that correct?
Quick update: I tested the order execution in web browser (firefox) and got a GeneralException. The HTML code is as follows
document.getElementById("basket").value = "[{\"quantity\":\"1\",\"disclosed_quantity\":\"1\",\"transaction_type\"…
I removed the encodings and now I get a ForbiddenException. The error says "Invalid API credential", but I am passing the api_key right and the same api key is working fine for retrieving orders. Do I need to send anything more?
An example post parameter for 10 NTPC shares is like this
quantity=10, disclosed_quantity=10, transaction_type=BUY, tradingsymbol=532555, access_token=qiorm*****************7j9s2ux, exchange=BSE, validity=DAY, api_key=7w********van, order_type=MARK…