algo traders like me cant manage the emotion & ego while manual execution thats why we choose algo...SEBI want all traders like me want to trade manual and lose all money..
There was a issue with Python API on 23rd December 2021, from 13:14 -to- 13:17, can you help to check why this happened?
########
2021-12-23 13:14:00,421 - ERROR -get_positions():296- Unknown Content-Type (text/html) with response: (b'
503 Service U…
2020-11-20 11:36:25,665 - INFO - Placing Order Trading Symbol : NIFTY20NOV12700PE, Qty : 750, Trade_action is : BUY
2020-11-20 11:36:35,767 - INFO -place_buy_nrml_market_order():1168- Order placement failed: HTTPSConnectionPool(host='api.kite.trade…
when I apply EMA on pandas dataframe....and got 2 separate column for buy and sell condition...am facing redraw issue during live market data
In 5 mins candle data When buy sell condition matches...sell or buy is appearing in previous row and immed…
2020-10-16 09:51:58,766 - ERROR - zerodha_util.py:get_positions():258- Too many requests
2020-10-16 09:51:58,766 - INFO - zerodha_util.py:get_positions():259-
still not able to cancle the order for ppast 15 mins....
################
Error
Order cannot be cancelled as it is being processed. Try later.
###################
if i try modify this order manually....getting below error.....not able to cancel also
###########
Error
Order cannot be modified as it is being processed. Try later.
even LTP also not getting updated today...past 30 mins its getting stuck
----------------------------------------------------------------------------------------------------
STRIKES EXCHNG PROD QTY LTP SELL_PRICE BUY_PRICE PNL…
(MyRobo) \PycharmProjects\PlayArea>pip show kiteconnect
Name: kiteconnect
Version: 3.8.2
Summary: The official Python client for the Kite Connect trading API
Home-page: https://kite.trade
Author: Zerodha Technology Pvt ltd. (India)
Author-email: …
yes...i tried this already..."last price" also updating every 5 mins only....not every 60 seconds.. only "quantitiy" getting updated correctly...
pnl = (sellValue - buyValue) + (netQuantity * lastPrice * multiplier);