Yes; previously I am placing orders which are automatically converted into LIMIT orders but not anymore. Is this stopped now? Is is stopped by the exchange or zerodha UI?
This is my use case. Say I want to SHORT a stock at a specified LIMIT price. …
@themohammedfaisal
Yeps Sorry! I got the initial post wrong. Its trigger at 147.9 and LIMIT at 147.85.
My query is in regard to the last traded price. To quote an example, CIPLA is currently trading at 555.45. But I want to place a LIMIT order onl…
And this is the javascript code from my execution page
var DATA = [{"product": "MIS", "order_type": "SL", "exchange": "NSE", "price": 152.7, "variety": "regular", "tradingsymbol": "TATAGLOBAL", "validity": "DAY", "transaction_type": "SELL", "tr…
Below is the screenshot of the error. I get 2 errors out of 10.
And this is my data payload
[{"tradingsymbol":"TATAGLOBAL","exchange":"NSE","transaction_type":"SELL","order_type":"SL","variety":"regular","price":152.7,"quantity":1,"trigger_pric…
The publisher demo works but my order doesn't work and this is my payload
var DATA = [{"product": "MIS", "order_type": "SL", "trigger_price": 764.3, "price": 764.2, "exchange": "NSE", "tradingsymbol": "IBULHSGFIN", "validity": "DAY", "transacti…
Hi,
Cannot place Bracket Order via Publisher (Offsite Order Execution). The product type is executed as NRML
This is my JSON payload
{"tradingsymbol":"HEXAWARE","exchange":"NSE","transaction_type":"BUY","order_type":"LIMIT","price":208,"quantity…
@hairajendra It worked for me.
You need to post a request with your api_key+request_token+private_key to get the access token (check the documentation). It works only when the user logs in with the same request_token. Once the user logs in, you can …