Navigation

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

    jorawarjora

    @jorawarjora

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

    jorawarjora Unfollow Follow

    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
    • How to exit all the Opened Positions in one go or one by one?

      Is there any method innovated by anyone here to exit all the open positions through API?

      posted in General Discussion
      J
      jorawarjora