Navigation

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

    jorawarjora

    @jorawarjora

    0
    Reputation
    12
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    jorawarjora Follow

    Best posts made by jorawarjora

    This user hasn't posted anything yet.

    Latest posts made by jorawarjora

    • RE: Websocket Streaming Code for C# web application

      @admin but that code doesnot work with web application. that is only for console application

      posted in C#/.Net SDK
      J
      jorawarjora
    • RE: Websocket Streaming Code for C# web application

      @admin .. Hello admin if you can manage the working code for us, please kindly post here....

      posted in C#/.Net SDK
      J
      jorawarjora
    • Websocket Streaming Code for C# web application

      Kindly post your websocket code here, if you are successfully getting the stream of live data in c# for web application. (other than github example)

      posted in C#/.Net SDK
      J
      jorawarjora
    • RE: option chain api

      @admin thanks.. waiting it.. hope we will get it very soon.

      posted in General Discussion
      J
      jorawarjora
    • RE: option chain api

      @admin Hello admin, if you are working on it kindly make it available with greeks values...

      posted in General Discussion
      J
      jorawarjora
    • RE: How to exit all the Opened Positions in one go or one by one?

      @admin meanwhile, if I buy and then sell the same strike instead of exit... does it mean no open trade or I have 2 legs running now?

      posted in General Discussion
      J
      jorawarjora
    • RE: Unable to fetch LTP for BankNifty

      @Reddy sorry bro, dont know about R lang. here is what i got from github.

      get_ltp_data<-function(object,exchange,tradingsymbol,symboltoken){
      params <- as.list(environment(), all=TRUE)
      params[["object"]] <- NULL
      keys <- names(params)

      for(key in keys){
      if(is.null(params[[key]])){
      params[[key]] <- NULL
      }
      }

      https://github.com/angelbroking-github/smartapi-r/blob/main/R/api_calls.R

      posted in Java SDK
      J
      jorawarjora
    • RE: Unable to fetch LTP for BankNifty

      @Reddy
      // Get Get LTP Data
      LTPDataRequest lreq = new LTPDataRequest();
      lreq.exchange = Constants.EXCHANGE_NFO;
      lreq.symboltoken = "3045";
      lreq.tradingsymbol = "SBIN-EQ";
      obj = connect.GetLTPData(lreq);
      GetLTPDataResponse ltp = obj.GetLTPDataResponse;

      try this method

      posted in Java SDK
      J
      jorawarjora
    • RE: Unable to fetch LTP for BankNifty

      @Reddy change exchange to NFO

      posted in Java SDK
      J
      jorawarjora
    • RE: Unable to get the open interest (oi) and total open interest (toi) from the webscoket

      @anuragbaheti instead of SmartAPI they should rename it as DullAPI

      posted in NodeJS SDK
      J
      jorawarjora