☰
Login
Signup
Home
›
LakshmiNarasaiah
›
Comments
Activity
Discussions
3
Comments
8
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
LakshmiNarasaiah
About
Username
LakshmiNarasaiah
Joined
December 2022
Visits
21
Last Active
December 2022
Roles
Member
Activity
Discussions
3
Comments
8
Comments
problem solved
in
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade:443
Comment by
LakshmiNarasaiah
December 2022
problem solved
in
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "POST /session/token HTTP/1.1" 200 None
Comment by
LakshmiNarasaiah
December 2022
####cONVERT POSITIONS kite.convert_position(kite.EXCHANGE_NFO,'BANKNIFTY22D1544500CE', kite.TRANSACTION_TYPE_BUY, position_type=kite.VALIDITY_DAY, quantity=25, old_product=kite.PRODUCT_MIS, new_product=kite.PRODUCT_NRML) it is working
in
convert position mis to cnc
Comment by
LakshmiNarasaiah
December 2022
it makes disturbance while printing banknifty ltp and other tasks like get positions,orders etc
in
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "POST /session/token HTTP/1.1" 200 None
Comment by
LakshmiNarasaiah
December 2022
no i have taken mis position and then try to convert it to cnc
in
convert position mis to cnc
Comment by
LakshmiNarasaiah
December 2022
api_key="xxxxxxxx" api_secret="cxxxxxxx" logging.basicConfig(level=logging.DEBUG) kite = KiteConnect(api_key) kite.login_url() request_token="xxxxxxxxxxxxxxxxxxxxxxx" data = kite.generate_session(request_token, api_secret) kite.set_access_token(data…
in
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade:443
Comment by
LakshmiNarasaiah
December 2022
data = kite.generate_session(request_token, api_secret) kite.set_access_token(data["access_token"])
in
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.kite.trade:443
Comment by
LakshmiNarasaiah
December 2022
can you pls explain.... how to rectify those debug issue
in
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "POST /session/token HTTP/1.1" 200 None
Comment by
LakshmiNarasaiah
December 2022