Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. ashishbajaj
    3. Posts
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Best 0
    • Groups 0

    Posts made by ashishbajaj

    • RE: how to use arrange websocket data

      @rishi6310: I suggest following this https://www.analyticsvidhya.com/blog/2020/07/read-and-update-google-spreadsheets-with-python/

      Not very detailed, so you might have to read more from the Google API OAuth system. I cannot share code because I don't have it on me. Quick Github search might help too. I might code such a system but it's not on my priority list currently.

      I hope you find what you're looking for.

      posted in General Discussion
      A
      ashishbajaj
    • RE: how to use arrange websocket data

      @rishi6310: I think you're looking for integration with google sheet. I suggest reading on how to read data from your platform to google sheet API. It will read directly from your platform giving you frontend UI as plug and play.

      posted in General Discussion
      A
      ashishbajaj
    • RE: Subscribe multiple watchlist

      @admin : Okay. So can you guide how I can achieve this process, preferably nodejs but any framework will do for me.

      Step 1: Look at stock prices: here I'll use my personal algo which will give me live stocks good for investing.
      Step 2: Look for options prices of respective stock. This is where the problem is. Can I connect wss twice? If yes, will that mean previous algo which was receiving live share price will be unsubscribed?
      Step 3: trade

      posted in General Discussion
      A
      ashishbajaj
    • Subscribe multiple watchlist

      Can I subscribe to multiple watchlists in WebSocket? As per one answer on this forum, I can subscribe to 2000 scrips in a single string. Is there a way to subscribe multiple times rather than one big string?

      posted in General Discussion
      A
      ashishbajaj
    • RE: Getting error while trying to execute Postman request to getLtpData

      ClientIP and LocalIP is not valid. I think that's why.

      posted in Test
      A
      ashishbajaj
    • Postman web streaming is sending undocumented results

      I am trying to connect Angel websocket with postman and it is sending unknown response.
      2c9bf609-5995-491c-bb64-c8395a2cb972-image.png

      clientid: A791756

      please respond asap

      posted in Test
      A
      ashishbajaj
    • RE: when to use ltp API and websocket in terms of efficiency.

      https://smartapi.angelbroking.com/topic/1256/what-is-websocket-data-necessity-when-we-are-getting-historical-api-ltp

      Okay, found this here. Thanks.

      posted in Bugs
      A
      ashishbajaj
    • when to use ltp API and websocket in terms of efficiency.

      Hey, I am trying to understand the difference between both within smart API. I understand WebSocket is faster than sending an HTTP request. If that is the case, why did the need for LTP API come from? Am I missing a use-case here?

      posted in Bugs
      A
      ashishbajaj