Hey guys! I am planning to use 'Tags' while placing an order so that even if order has failed, system checks for open orders/completed orders and we can cross reference them before placing a new order.
@rakeshr my subscription mode was "FULL" however i received "quote" items for only 2 ticks. My websocket worked well throughout the day. Possibility of a bug at the api end?
def on_ticks(ws, ticks):
q.put(ticks)
def on_connect…
Hey!
My 2 cents on your question.
1) Yes it will show as "AMO REQUEST RECEIVED" if it is an AMO. If you place a REG order, you will get statuses as per the documentation.
2) Order becomes OPEN once it is sent to the exchange and is waiting a re…
Hi Rakesh!
I was new to using Response command and hence when I used to print response I used to get Response [400]. Worked when I did response.text. Thank you!
@Shaha thank you for the reply. I get around 5% errors in 15min candles OHLC at the EOD when I use the variable "timestamp" from the tick. However this error increases to around 7% when I take the "last_traded_time" value. This is for around 70+ sto…
I am creating 15minute candlesticks using queue in on_ticks and adding the tick data into pandas_df for over 50+ scripts. Whenever the time in tick** >= the last index value + timedelta of 15minutes, I create a new row and add data to the same
…
@rakeshr
On the website margins fluctuate greatly after a few refreshes to the tune of 70% for a same limit buy price. Could you please look into this asap?
The steps I followed to get this error:
Entered Qty/Price -> Hit Refresh -> Got ma…
@rakeshr thank you for the clarification.
I am actually looking for determining the max quantity I can buy/sell for X amount. I want to place orders accordingly. Example Company X has a MIS Margin of 20% or Multiplier of 5 and a share price of Rs.…
I compared
1) https://api.kite.trade/margins/equity
2) https://zerodha.com/margin-calculator/Equity/
Which one is the correct one as I need to incorporate these values for required fund calculation.
There are following discrepancies for MIS Equ…
Hi Rakesh! Thanks for the prompt reply.
On your live feed i.e on kite.zerodha.com charts, this change is not seen and the prices are shown as Rs. 516. The charts and historical data don't share the same database?
@Nikhil.A thanks for your prompt reply. By automated I mean, my algo will compute the outcome in the background and pass on a buy/sell call to the zerodha system.
I read the documentation of Kite 3.0 API and couldn't find a mention that this is av…