Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. jax248
    J
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    jax248

    @jax248

    0
    Reputation
    33
    Posts
    14
    Profile views
    2
    Followers
    0
    Following
    Joined Last Online

    jax248 Follow

    Best posts made by jax248

    This user hasn't posted anything yet.

    Latest posts made by jax248

    • RE: Symbol Token Not Found

      @admin That means we won't be able to trade on latest symbols like MINDTREE30SEP214750CE for today (24 Sep, 2021) using API? Is there any way we can handle this because on daily basis I am finding some symbols where I have to trade manually!

      posted in General Discussion
      J
      jax248
    • Symbol Token Not Found

      Could not find many of the option strike price symbol token today, e.g. ZEEL30SEP21350CE. As mentioned in API Doc, master list (https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json) is updated once a day so where I can get symbol token for symbols which generate during trading day like for today (23 Sep, 2021) ZEEL30SEP21350CE?

      posted in General Discussion
      J
      jax248
    • RE: Not able to connect to WebSocket

      @admin Hi..still getting same issue. I am using below JS code.

                  var ws =new  websocket('VIYV1028', 'XXXXXXXX');
                  
                  //connect to server
                  ws.connection();
                  //add callback after socket connection
                  ws.on('connect', connectionOpen);
                  function connectionOpen(){   
                   ws.runScript("nse_cm|2885", "mw");
                    // SCRIPT: exchange|token for multi stocks use & seperator, mcx_fo|222900  ### TASK: mw|sfi|dp
                  }
                  
                  //add callback method where you can manipulate socket data
                  ws.on('tick', receiveTick);
                  
                  //user defined function
                  function receiveTick(data) {
                      console.log(data);
                      if (data.length == 0) {
                           ws.close();
                      }
                  }
      
      posted in General Discussion
      J
      jax248
    • RE: Not able to connect to WebSocket

      @admin Thanks. Will check on Monday then.

      posted in General Discussion
      J
      jax248
    • Not able to connect to WebSocket

      Hi @admin , I tried connecting to WS but getting below response:

      {
      "ak": "nk",
      "task": "cn",
      "msg": "cn"
      }
      Input Parameters:
      WS url : wss://omnefeeds.angelbroking.com/NestHtml5Mobile/socket/stream
      Req : {"task":"cn","channel":"","token":"Generated Feed Token","user":"VIYV1028","acctid":"VIYV1028"}

      Am I doing anything wrong or WebSocket connections only allowed during market hours?

      posted in General Discussion
      J
      jax248
    • RE: ROBO Orders not working?

      @bala-excel I waited for long and then implemented my own logic for that, which is running fine so haven't checked ROBO orders as of now. Is it working fine now for you?

      posted in General Discussion
      J
      jax248
    • RE: Postback URL Working?

      @admin Thanks a lot. It working fine now 🙂 You guyz are doing great job.

      posted in General Discussion
      J
      jax248
    • RE: Postback URL not working.

      @admin Thanks a lot. It working fine now 🙂 You guyz are doing great job.

      posted in General Discussion
      J
      jax248
    • RE: Postback URL not working.

      @admin Hey...haven't got any calls from anyone. Can you please confirm this feature is working or not as I am not getting any updates on the URL I kept as Postbak URL!

      posted in General Discussion
      J
      jax248
    • RE: Postback URL not working.

      @admin Hi, its VIYV1028

      posted in General Discussion
      J
      jax248