Yeah, that's correct because if you request for 15-minute candle data at it's start,here i.e 09:45 AM, it will have same values as of 1-minute data of 09:45 AM, as current available data is only for 1st minute to form a 15minute candle.
this solved…
does zerodha deduct the money for credits immediately when we subscribe or at the end of month
yes debit will be immediate
also please let me know how can we call zerodha Kite connect api on local system?
have a look into documentation: https://kite…
hii @sachin_dp1942
historical data is an add-on subscription to kiteconnect.
First, you need to subscribe to kiteconnect then you can subacribe to historical data.
zerodha don't have any sandbox env for now but they are planning to release one.
kiteconnect subscription is monthly based.
Documentation : https://kite.trade/docs/connect/v3/
sample kiteconnect usage (python) : https://github.com/zerodhatech/pykit…
hii @pratyushbgr
You can retrieve tick data from zerodha and then you can process it at your own end to find high low of any timeframe.
Kite Connect is purely an execution platform. You will have to write strategies at your end and place order usin…
hii @dattak79
yes you can access data and develop your own screener.
to know the full capabilities of kiteconnect please go through its documentation
https://kite.trade/docs/connect/v3/
this worked for me:
while True:
try:
# do stuff
except SomeSpecificException:
continue
break
ref: https://stackoverflow.com/questions/2083987/how-to-retry-after-exception
but why this problem was …
hii @Sudheer
1. we can only get data for stocks available for trade in zerodha. (therefore not us and Europe)
2. symbol:CRUDEOIL18NOVFUT
instrument token: 53895943
HII @daniamarkumar
bo python:
kite.place_order("ACC",price=1460,variety= kite.VARIETY_BO,exchange=kite.EXCHANGE_NSE,transaction_type=kite.TRANSACTION_TYPE_SELL,quantity=50,squareoff=20,stoploss=10,order_type=kite.ORDER_TYPE_LIMIT,product=kite.PROD…
hii @nikhil154
kite.modify_order(variety=kite.VARIETY_BO, order_id=xxxxxx, order_type=kite.ORDER_TYPE_SL, trigger_price=xx)
worked for me for sl modification
hii @Harikishan
Kite Connect is purely an execution platform.
Arbitrage strategy can be coded using kiteconnect.
I have worked on nse bse arbitrage
check below two threads
for tick frequency : https://kite.trade/forum/discussion/1291/frequency-of-…
I need a Live Market Data Feed ( API call request will be sent every 10 mins instead of Web Socket connection )
yes you can pull market data after 10 mins.
Will 2000 credits/month plan include unlimited API calls ?
Api does not provide unlimited ca…
hii @shweta
kiteconnect is in itself powerful enough to code all the strategies we need.
rather than using any 3rd party software for trading we can use kiteconnect.
Also learning to code it not that difficult aslo..
try getting started here.
htt…
hii @sagarneo
make a excel file "store.xlsx"
use this program
import openpyxl
import logging
from kiteconnect import KiteConnect
from kiteconnect import KiteTicker
import operator
import inspect
import datetime,time,os,random;
import collecti…
hii @munizreza
1. subscribe to kiteconnect
2. get the tick data from the market ( LTP, Change%, OHLC, Offer/Bids Qty, Volume ).
3. use some library (eg. openpyxl) to write data in excel
hii @Parva
if you want to search by only order id
try using this
received=kite.orders()
for individual_order in received:
if int(individual_order['order_id'])==181020000008348:
print(individual_order['status'])
Hii sanat
Download this link
https://github.com/zerodhatech/python-wheels/blob/master/Twisted-17.9.0-cp36-cp36m-win_amd64.whl
Then
pip install path_to_download_twisted
Then try pip install kiteconnect
hii @sunilguglani
I have pressed multiple times 'Activate app' button.Will the system deduct credits multiple times.
credits will only be deducted once
After so much failures,I also created new App ,will the system deduct 2000 credits.?
if it is ho…
hii @shrivardhan
you would need kiteconnect for it:
use can use this code:
from kiteconnect import WebSocket;
from kiteconnect import KiteConnect;
import time,os,datetime,math;
# orb code with trail
trd_portfolio = {325121:"AMBUJACEM",40193:"AP…
hii @parva
from kiteconnect import KiteConnect
# backtesting ema
ak='xxxxxxxxxxxxxxxxxx' # Place your api_key here
asecret='xxxxxxxxxxxxxxxxxx' # place your api_secret
# stop-loss and take-profit
trd_sl = float(input("[*] Enter Stop-Loss (eg.…
Hii @manzoor1990
Trading view cannot be directly connected with kiteconnect.
But the strategy can be coded in kiteconnect thus getting same signals as trading view and also orders can be automated according to signal
Hii
You may have linked kiteconnect to zerodha account.
So credits might have been automatically debited from your Trading account
To stop this unlink your account.
Link: https://developers.kite.trade/billing