Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Home
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    • SmartStore
    1. Home
    2. shobha
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups

    shobha

    @shobha

    9
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    shobha Follow

    Best posts made by shobha

    This user hasn't posted anything yet.

    Latest posts made by shobha

    • RE: R SDK - Need sample code for Quantmod-GetSymbols

      @rajanprabu You are right .. I was trying to use angel Realtime data for quantmod - source as db or csv .. but it's not that straight .. For now planning to use TTR .. for that also I will need OHLC dataframe for intraday data ... I am trying to achieve this ..

      posted in R SDK
      S
      shobha
    • RE: R SDK - Need sample code for Quantmod-GetSymbols

      @admin Ok - Thank You!

      posted in R SDK
      S
      shobha
    • RE: RSDK Websocket - Not able to connect

      @admin Thank You - hope to see this working soon!

      posted in R SDK
      S
      shobha
    • RE: How to enable APIs ?

      @admin Hi Admin
      Yes I am able to generate session using code below:

      object = create_connection_object(list(api_key="xxxxxxx"))
      object = generate_session(object,"xxxxxxx","xxxxxxxx")
      

      Thanks!

      posted in R SDK
      S
      shobha
    • RE: R SDK - Need sample code for Quantmod-GetSymbols

      @admin Thank You! What you would suggest - when should I check back this? Thanks, Shobha

      posted in R SDK
      S
      shobha
    • RE: How to enable APIs ?

      @admin Hi Admin - Is this API activation form still required? Because, I am able to create API keys without submitting the form and fetch data in programs ..Though, not tried placing order using API? Or am I missing something here? Thanks, Shobha

      posted in R SDK
      S
      shobha
    • RE: RSDK Websocket - Not able to connect

      Hi => More Information =>
      I was trying code available at URL => https://github.com/angelbroking-github/smartapi-r/blob/main/vignettes/smartapi-vignette.Rmd :

      In this code, line below throws error => "could not find function "connect_object"

      connection_object<-connect_object(list(feedToken=feedToken,clientCode=clientcode,script=script,task=task))
      

      I even tried function => websocket_connect_object , but getting same error.

      Please could you help?
      Thank You!

      posted in R SDK
      S
      shobha
    • R SDK - Need sample code for Quantmod-GetSymbols

      Hi
      I am able to fetch "ltp" and "historical" data into Rstudio.
      But getting hard time to use it within Quantmod package within R. This is very common package in R, to use for analysis.
      Will really be helpful, if you could provide sample code, for using the fetched data within Quantmod-GetSymbols function?
      Thank You!
      Regards,
      Shobha

      posted in R SDK
      S
      shobha
    • RSDK Websocket - Not able to connect

      Hi
      I am not able to connect to websocket.
      Line below throws error => "could not find function "connect_object":

      connection_object<-connect_object(list(feedToken=feedToken,clientCode=clientcode,script=script,task=task))
      

      I even tried function => websocket_connect_object , but getting same error.
      Please could you help?
      Thank You!

      posted in R SDK
      S
      shobha