@mudit236 @admin has there been any change in the urls that is not updated in SDK? I only use python SDK and download the packages based on requirement txt file which is in github.
Posts made by Vignesha
-
RE: Ran my code this morning and got URLError
-
Ran my code this morning and got URLError
I've been running this code since 4 months and make sure I'm keeping updated but this morning when I download all the dependencies and run it, it failed due to url error while placing the order.
- I download the requirement module from github everyday so saying my module is outdated isnt correct
- Tried running with different device and wifi but still failing
Anyone know how to fix this?
URLError: <urlopen error [Errno 111] Connection refused>
-
RE: Announcing EDIS API for SmartAPI Users
I havent done this one but I cant even verify sell using TPIN. Because of this does the TPIN auth got decommissioned?
-
Sell order not working
I'm trying to place a sell order from portfolio and its not working. I cant even verify tpin from mobile app
-
RE: Did stop loss and shorting stopped working?
@DIYD20997 Thanks for confirming. The above param. itself somehow started to work.
-
RE: Did stop loss and shorting stopped working?
@godboleamit Got it... Also for some reason the above param. i pasted started to work idk what i did but now i can short and give stop loss to an order...
Thanks for the advice on this -
RE: ROBO order example with Trailing SL
@Pavithra I posted a similar question but regarding regular stop loss @admin @SmartAPI-Admin has not answered it. Have you tried normal stop loss and did it work? For me, I'm just running my bot and tracking the data, and using that as a trialing stop-loss, I dont think smartapi support trailing stop loss
-
RE: Did stop loss and shorting stopped working?
@admin any update on this?
I know lot of things are going on but could you please help with this issue? I followed the exact thing from documentation but unable to place Stop loss or Shorting order... Can you let me know if its enabled or not? -
Did stop loss and shorting stopped working?
Hi I'm trying to use shorting and stop loss it seems it isnt working...
Here is my code for shorting @admin @SmartAPI-Admin can you let me know if this is the case or do you think the param is wrong?
orderparams = { "variety": "NORMAL", "tradingsymbol": "SBIN-EQ", "symboltoken": "3045", "transactiontype": "SELL", "exchange": "NSE", "ordertype": "LIMIT", "producttype": "INTRADAY", "duration": "DAY", "price": "19500", "squareoff": "0", "stoploss": "0", "quantity": "1" } orderId=obj.placeOrder(orderparams)
-
RE: Getting timeout error - Anyone can help
@Vignesha Now just getting
'NoneType' object has no attribute 'get' randomly not at every rmslimit call -
RE: Getting timeout error - Anyone can help
Update;
After a min or 2 it fixed itself not sure what happenedNever mind it is still occuring @SmartAPI-Admin @admin
Any idea whats going on?
The api call that is working fine for the last 1 month is throwing timedout erroreven adding 1sec delay isnt helping
-
Getting timeout error - Anyone can help
Hi I was running my model today but started to get timeout error out of nowhere
this error is when i tried to call my rmslimit
HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Max retries exceeded with url: /rest/secure/angelbroking/user/v1/getRMS?%7B%7D (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x00000288A7E6AA10>, 'Connection to apiconnect.angelbroking.com timed out. (connect timeout=7)'))
-
Does anyone know how to short using python sdk? and also use leverage to buy 5x of a stock lets say sbi
I'm looking for a way to short a trade but whenever I try the regular intraday - sell for a stock1st it's throwing an error and kind of lost here.
If you're someone who knows how to do it please help me even a direction to the documentation is good enough for me... But the current documentation of smart API no where mentioned about shorting and seems only long is the option.
Also if possible let me know how i should put my orderparam so i can use the leverage?
-
RE: Unable to login
@pari are we the only few facing this issue?
I dont see that many people posting it? either its only after few customers or there are not tht many people using smartapi ?
-
RE: Unable to login
Anyone can login to the smartapi api key page? When i try im just getting an error