@admin but that code doesnot work with web application. that is only for console application
jorawarjora
@jorawarjora
Best posts made by jorawarjora
Latest posts made by jorawarjora
-
RE: Websocket Streaming Code for C# web application
-
RE: Websocket Streaming Code for C# web application
@admin .. Hello admin if you can manage the working code for us, please kindly post here....
-
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)
-
RE: option chain api
@admin thanks.. waiting it.. hope we will get it very soon.
-
RE: option chain api
@admin Hello admin, if you are working on it kindly make it available with greeks values...
-
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?
-
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
-
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
-
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