And the issue with Question 1 occurred again with a regular bracket order I tried again:
Entry: SELL [email protected]. Order ID: 190820001805825
Stop loss trigger: 1285.25
Take Profit: 1279.25
But once the entry was executed, the stoploss and take…
@sujith I understand. What I meant is a simple access via a publicly hosted json file just to indicate whether all systems are normal and whether all kind of orders are allowed. A simple flag like, "AllTradesAllowed:true", "AllSystemsNormal:true". T…
Thanks @sujith, @haribabu. The links do make sense. I can understand that not all ticks are received by the platform.
But then on both links are concluding: "NSE is deliberately sending wrong intraday data to all brokers and their retailers". And …
Are you also planning to give some Kite API status apis? For example: api.status.kite....com. Preferably independent of Kite itself.
That would help engineer apps better without the workaround. Some data like:
is_online: boolean
next_maintenance_w…
@AnkitDoshi You should have a look at event driven programming
With a while loop you are probably requesting the security information multiple times. It is inefficient for you and adds unnecessary load to Kite. And since Kite already provides webso…
@sujith The link doesn't answer my question.
And a 20 point difference in something like Nifty Futures is a problem with the platform or feed. Note that it stayed that way consistently for many minutes (more than 10 minutes), repeating mismatches f…
Thanks @Kailash. On (2) I agree that the users need to login. Let me elaborate it further:
The Kite session is started from kite.zerodha.com and not initiated by the publisher plugin.
When the use clicks BUY/SELL on the Kite Publisher popup that us…
@Kailash @vivek My 2 cents..
This is a good step. However, please improve your web-sockets documentation and please make it include links to the python ws client and/or some sample code.
From my experience, it is quite geeky for an average develop…
@sekharrockz Instead of scratching head against the documentation (which is not very clear in this case), just refer the KiteTicker javascript class from the Kite Application app.min.js. It uses the same api. You can then convert it to language that…
I differ with Nithin on this a bit. However I agree it is a gray area.
It is clear that algorithmic trading is not allowed by the regulator for the retail traders. Read on....
But who can stop the hacks/workarounds to prevent automated trading? A…
I did give Kite a proper shot. And I must say it is a great tool. Way better than what I have used with other brokers. But it still does not match up to Pi. I just need the look and feel of Pi in Kite App. Maybe Kite can be wrapped up with electron …
My 2 cents...
Kite uses a chart lib http://documentation.chartiq.com/
I didn't try modifying the charts a lot, but a simple thing like this works:
(A mouse button or touch pad was clicked down) http://documentation.chartiq.com/tutorial-Click intera…
Thanks @vivek
On the first question - will that set of orders be treated as a basket trade( i.e. all or none) OR will those be treated as individual orders simply submitted in a batch?
On 2 - Great to know you folks are working on it. Thanks!