I want to continuously monitor stock prices (infosys) and trigger an order when the price reaches 1250, how many API calls will be required? To monitor the price. Additionally, I would like to know if any timeouts occur during the process (websocket). Lastly, is it possible to have a limit of 50/100 calls for a trial account?
We don't have Sandbox environment yet. You will have to subscribe for Kite Connect to do this. It will require you to connect to websockets API and check price for every incoming tick and take action or continue.
It will require you to connect to websockets API and check price for every incoming tick and take action or continue.