Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Tags
    3. websocket
    Log in to post

    • N

      making websocket callbacks as async
      Python SDK • python websocket async asynchronous • • namanviz  

      3
      1
      Votes
      3
      Posts
      70
      Views

      N

      @Sukhwant280 Hi Sukhwant, actually I am just using tick data and previous day data to trade programmatically so I am not storing any thing, what is your requirement exactly? I'll try to assist. Best regards.
    • L

      Live Data feed using websocket in C#
      C#/.Net SDK • websocket • • LKS  

      6
      0
      Votes
      6
      Posts
      117
      Views

      A

      Hi @LKS Our team is working on websocket we will update you once we finish it.we appreciate your patience
    • J

      Not able to connect to WebSocket
      General Discussion • websocket • • jax248  

      5
      0
      Votes
      5
      Posts
      79
      Views

      A

      HI @jax248 Our team is working on web socket we will update you once we fix this.
    • D

      How can we get EOD tick data for Nifty 50 and bank nifty stoks
      General Discussion • websocket • • dinesht15  

      7
      0
      Votes
      7
      Posts
      65
      Views

      L

      @admin could you please provide a sample how I can get tick for bank nifty as I tried I lot did so many attempts to get tick for it but unable to get
    • M

      Getting duplicate MW data
      General Discussion • java marketwatch websocket • • manishthebull  

      4
      0
      Votes
      4
      Posts
      49
      Views

      A

      HI @manishthebull ok.
    • W

      MessageReceived method/function not available in the smart-api.dll
      C#/.Net SDK • websocket • • West2t14  

      8
      0
      Votes
      8
      Posts
      56
      Views

      W

      @admin said in MessageReceived method/function not available in the smart-api.dll: HI @West2t14 The MessageReceived is not missing in the library, It's there. you has to create an instance of WebSocket class of AngelBroking library as follow then you can get access to this event handler AngelBroking.WebSocket _WS = new AngelBroking.WebSocket(); var exitEvent = new ManualResetEvent(false); _WS.ConnectforStockQuote(sagr.feedToken, Client_code); ​ if (_WS.IsConnected()) { string script = "nse_cm|2885&nse_cm|1594&nse_cm|11536&nse_cm|3045"; _WS.RunScript(sagr.feedToken, Client_code, script, "mw"); _WS.MessageReceived += WriteResult; //_WS.Close(true);// to stop and close socket connection } Thank you! Will check it out!
    • N

      Options data is not streaming today in websocket
      Bugs • websocket • • nahas_n  

      2
      0
      Votes
      2
      Posts
      41
      Views

      A

      HI @nahas_n said in Options data is not streaming today in websocket: hey today options not streaming with websocket. no problem with other stocks or future. please check from ur backend ok noted.
    • N

      NSE index feed NIFTY and BANKNIFTY along with other scrip
      General Discussion • pythonsdk websocket • • nahas_n  

      1
      0
      Votes
      1
      Posts
      73
      Views

      No one has replied

    • B

      Uncaught (in promise) TypeError: conn is null runScript
      General Discussion • websocket • • butanikartik1108  

      18
      0
      Votes
      18
      Posts
      35
      Views

      B

      @butanikartik1108 Hello, can you solve it?
    • N

      Error info: Connection to remote host was lost. Connection to remote host was lost.
      General Discussion • websocket • • nahas_n  

      32
      0
      Votes
      32
      Posts
      197
      Views

      A

      HI @nahas_n We have reported this to our team.We will update you.
    • N

      Dynamic symbol change for websocket
      Python SDK • pythonsdk websocket • • nahas_n  

      6
      0
      Votes
      6
      Posts
      101
      Views

      A

      HI @nbmaiti We will update you once this is available.