@admin That means we won't be able to trade on latest symbols like MINDTREE30SEP214750CE for today (24 Sep, 2021) using API? Is there any way we can handle this because on daily basis I am finding some symbols where I have to trade manually!
jax248
@jax248
Best posts made by jax248
Latest posts made by jax248
-
RE: Symbol Token Not Found
-
Symbol Token Not Found
Could not find many of the option strike price symbol token today, e.g. ZEEL30SEP21350CE. As mentioned in API Doc, master list (https://margincalculator.angelbroking.com/OpenAPI_File/files/OpenAPIScripMaster.json) is updated once a day so where I can get symbol token for symbols which generate during trading day like for today (23 Sep, 2021) ZEEL30SEP21350CE?
-
RE: Not able to connect to WebSocket
@admin Hi..still getting same issue. I am using below JS code.
var ws =new websocket('VIYV1028', 'XXXXXXXX'); //connect to server ws.connection(); //add callback after socket connection ws.on('connect', connectionOpen); function connectionOpen(){ ws.runScript("nse_cm|2885", "mw"); // SCRIPT: exchange|token for multi stocks use & seperator, mcx_fo|222900 ### TASK: mw|sfi|dp } //add callback method where you can manipulate socket data ws.on('tick', receiveTick); //user defined function function receiveTick(data) { console.log(data); if (data.length == 0) { ws.close(); } }
-
RE: Not able to connect to WebSocket
@admin Thanks. Will check on Monday then.
-
Not able to connect to WebSocket
Hi @admin , I tried connecting to WS but getting below response:
{
"ak": "nk",
"task": "cn",
"msg": "cn"
}
Input Parameters:
WS url : wss://omnefeeds.angelbroking.com/NestHtml5Mobile/socket/stream
Req : {"task":"cn","channel":"","token":"Generated Feed Token","user":"VIYV1028","acctid":"VIYV1028"}Am I doing anything wrong or WebSocket connections only allowed during market hours?
-
RE: ROBO Orders not working?
@bala-excel I waited for long and then implemented my own logic for that, which is running fine so haven't checked ROBO orders as of now. Is it working fine now for you?
-
RE: Postback URL Working?
@admin Thanks a lot. It working fine now :) You guyz are doing great job.
-
RE: Postback URL not working.
@admin Thanks a lot. It working fine now :) You guyz are doing great job.
-
RE: Postback URL not working.
@admin Hey...haven't got any calls from anyone. Can you please confirm this feature is working or not as I am not getting any updates on the URL I kept as Postbak URL!