Home - theheapdump/kite-webapp GitHub Wiki
Welcome to the kite-web app wiki!
- How to install MongoDB on Linux - https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/ https://docs.mongodb.com/manual/tutorial/configure-ssl-clients/#mongo-shell-configuration-using-tls-options
https://stackoverflow.com/questions/28106940/mongodb-and-nodejs-ssl-secure-connection/33926129
Rate Limiting for NSE Top 10 Feature: (Kite supports the rate of 10 orders/second)
FIRST ORDER (BUY / SELL) - 200 ms wait - PROFIT ORDER (SELL / BUY)
NSE TOP 10 GAINER ----> 1st order -> 100 ms wait - 2nd order -> 100 ms wait -> so on
NSE TOP 10 LOSER ----> 1st order -> 100 ms wait - 2nd order -> 100 ms wait -> so on
############################################################################