As ar as what i understood that time when news came.. Its for trading servers which are directly connected to NSE... like for HFT and coloated server who is exeuting their algos very nearby..
if trader sends buying and selling orders(automated) via …
Possible.. Write code accordingly which meets your criteria.. Use Historiucal APIs(1Hour) and use KiTE connect APIs for buying and selling... Better read developer docs first and decide..
Two Ways...
1) Use Precise timers of CPU (based on platform and framework) and construct candles from live data
2) Use Historical APIs(upto 1min KITE suports even on intra day) periodically to pull candles..
There are no direct APIs right now in KITE as they more involved and internel to PSAR(am assuming you are attempting that)... You have to take candles value and manually do it..
below link migh be little helpful while developement
https://stockchar…
HI Sujith,
Strategies in the sense "https://github.com/arkochhar/Technical-Indicators" provided in in other framworks/laungages. Infact i was requesting for Official client in Qt(C++). If this request is valid then only my statement valid. ANyways i…
Lot of world class prodcuts used Qt and more over cross platform(code once run anywhere). https://www1.qt.io/built-with-qt/
As of now lackof support for this framwork i am writing code manually for lot of stuff. Appriciate if you consider this reqes…
Good effort and usefull for us. Thank you. But do you have plan to develope Offcial clients & Strategy/Technical indicators for Good cross platform frame work like Qt5(C++)?
Thank you sujith. But i have query, Lets consider below two approches
1) listening 3 instruments with single websocket
2) listening 3 instruments with three different websockets.
Above two approches which is highy reliable so that i am getting most…
HI Friend,
Normally I download historical data (candle width up to you) for the EOD and I created a simulator which emulates as real-time data. Another option is capture live data during market hours in a file and EOD feed it to the simulator which …