@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 ..
shobha
@shobha
Best posts made by shobha
Latest posts made by shobha
-
RE: R SDK - Need sample code for Quantmod-GetSymbols
-
RE: RSDK Websocket - Not able to connect
@admin Thank You - hope to see this working soon!
-
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!
-
RE: R SDK - Need sample code for Quantmod-GetSymbols
@admin Thank You! What you would suggest - when should I check back this? Thanks, 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
-
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! -
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 -
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!