☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
November 2016
shivakumarg06
November 2016
sujith
Strategy
shivakumarg06
October 2016
edited October 2016
in
Python client
Hi,
is it possible to share any simple strategy for back-test and live trading,
like supertrend/MACD/RSI any thing for python
because am new to the coding,
Tagged:
strategies
sujith
October 2016
checkout this gist for SMA,
https://gist.github.com/rainmattertech/29b837b94efd9e0f0333864a0353f6a5
. This just for educational purposes.
shivakumarg06
November 2016
HI
@sujith
Can we replace historical data with live current date data or EOD data csv import option.
Thanks for Advance
sujith
November 2016
edited November 2016
Hi
@shivakumarg06
,
Yes. You can use current day's data and use websocket for streaming data.
shivakumarg06
November 2016
Hi
@sujith
can you please share the procedure for websocket stream data
sujith
November 2016
@shivakumarg06
checkout Kiteconnect python library,
https://github.com/rainmattertech/pykiteconnect
Sign In
or
Register
to comment.
Can we replace historical data with live current date data or EOD data csv import option.
Thanks for Advance
Yes. You can use current day's data and use websocket for streaming data.
can you please share the procedure for websocket stream data
checkout Kiteconnect python library, https://github.com/rainmattertech/pykiteconnect