https://ibb.co/Sf52R07 is i try to force install 3.9.4 getting above "no matching distribution found for pywin32" , used command to force install pypy3 -m pip install --no-cache-dir kiteconnect==3.9.4
https://ibb.co/4FryBwb
tried as you said, uninstalled the old version using pip uninstall command and removed and checked for any left over files in dir and then again tried to install using pypy3 -m pip install --no-cache-dir kiteconnect , the out…
Hi Rakesh, Tried extactly to do above steps, attaching the 2 screenshots for better understanding.
1. creating virtual env
2. upgrading all setuptools
3. installing kiteconnect from commands from github page, attaching pics below url
https://ibb.c…
followed these commands below, plz have a look :
pypy3 -m pip install -U pip setuptools
pypy3 -m pip install --upgrade kiteconnect
kiteconnect module is installed as said before, but kite ticker is missing, plz guide, as pypy can be a upper hand i…
TickData.Change will always return '0' as value ? I have tested for 3 tickers, all return 0. TickData.Change is days percentage change right? @tonystark @trade_then @sujith
@trade_then can you please look whats wrong in this code, https://kite.trade/forum/discussion/comment/25854/#Comment_25854
, the program does not have error and just terminate clean with 0. dont know why its not capturing ticks.
@sujith after long time i gave a try again, the program does not through any error, but the ontick() does not function and program exit with 0.
Also, copied even the example program from https://github.com/zerodhatech/dotnetkiteconnect/blob/master/…